diff --git a/.gitignore b/.gitignore index 57190de..c8e6591 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ apache-ant-1.8.4-src.tar.bz2 /apache-ant-1.9.3-src.tar.bz2 /apache-ant-1.9.4-src.tar.bz2 /apache-ant-1.9.5-src.tar.bz2 +/apache-ant-1.9.6-src.tar.bz2 diff --git a/ant.spec b/ant.spec index 285102c..c5b93ac 100644 --- a/ant.spec +++ b/ant.spec @@ -35,8 +35,8 @@ %global major_version 1.9 Name: ant -Version: 1.9.5 -Release: 2%{?dist} +Version: 1.9.6 +Release: 1%{?dist} Epoch: 0 Summary: Java build tool Summary(it): Tool per la compilazione di programmi java @@ -596,6 +596,9 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ----------------------------------------------------------------------------- %changelog +* Thu Jul 02 2015 Michael Simacek - 0:1.9.6-1 +- Update to upstream version 1.9.6 + * Tue Jun 16 2015 Fedora Release Engineering - 0:1.9.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 28deb5b..adcf2fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1eddcf051c8a7010c46ca940c63d478d apache-ant-1.9.5-src.tar.bz2 +a2d6094af9d1b59b49378b61b2874a22 apache-ant-1.9.6-src.tar.bz2