diff --git a/.gitignore b/.gitignore index 3a40027..2212580 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ commons-net-2.0-src.tar.gz /commons-net-2.2-src.tar.gz /commons-net-3.1-src.tar.gz +/commons-net-3.2-src.tar.gz diff --git a/apache-commons-net.spec b/apache-commons-net.spec index be34221..f0d187a 100644 --- a/apache-commons-net.spec +++ b/apache-commons-net.spec @@ -3,8 +3,8 @@ %global short_name commons-%{base_name} Name: apache-%{short_name} -Version: 3.1 -Release: 2%{?dist} +Version: 3.2 +Release: 1%{?dist} Summary: Internet protocol suite Java library License: ASL 2.0 Group: Development/Libraries @@ -85,6 +85,9 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} %doc LICENSE.txt NOTICE.txt %changelog +* Mon Dec 3 2012 Mikolaj Izdebski - 3.2-1 +- Update to upstream version 3.2 + * Wed Jul 18 2012 Fedora Release Engineering - 3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 3d5054b..b1ad118 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1f3c7cf453a2ae8382bbd611843ddb2 commons-net-3.1-src.tar.gz +25fb0cd96261b283e7465873bf667869 commons-net-3.2-src.tar.gz