diff --git a/.gitignore b/.gitignore index fe5660e..c4c3f1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /atf-0.15.tar.gz /atf-0.16.tar.gz +/atf-0.17.tar.gz diff --git a/atf.spec b/atf.spec index 72a492e..1faa02c 100644 --- a/atf.spec +++ b/atf.spec @@ -1,7 +1,7 @@ Summary: Automated Testing Framework Name: atf -Version: 0.16 -Release: 3%{?dist} +Version: 0.17 +Release: 1%{?dist} License: BSD Group: Development/Tools URL: http://code.google.com/p/kyua/wiki/ATF @@ -84,6 +84,9 @@ rm %{buildroot}%{_libdir}/libatf*.la %{_xsldir} %changelog +* Thu Feb 14 2013 Julio Merino 0.17-1 +- Update to new upstream version 0.17. + * Wed Feb 13 2013 Fedora Release Engineering - 0.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 47db19c..c8408bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae80ce3a85fb83168fa2f0e98beb2bdf atf-0.16.tar.gz +0c737ff0793a4b9afc5490d3292121ee atf-0.17.tar.gz