Update to upstream version 3.3

This commit is contained in:
Mikolaj Izdebski 2013-06-12 09:36:38 +02:00
parent 9b69a7f334
commit 28d907deea
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -2,3 +2,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
/commons-net-3.3-src.tar.gz

View File

@ -3,13 +3,12 @@
%global short_name commons-%{base_name}
Name: apache-%{short_name}
Version: 3.2
Release: 5%{?dist}
Version: 3.3
Release: 1%{?dist}
Summary: Internet protocol suite Java library
License: ASL 2.0
Group: Development/Libraries
URL: http://commons.apache.org/%{base_name}/
Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
BuildArch: noarch
BuildRequires: maven-local
@ -31,9 +30,6 @@ fundamental protocol access, not higher-level abstractions.
%package javadoc
Summary: API documentation for %{name}
Group: Documentation
Requires: jpackage-utils
Provides: jakarta-%{short_name}-javadoc = 0:%{version}-%{release}
Obsoletes: jakarta-%{short_name}-javadoc < 0:2.0-3
@ -64,6 +60,9 @@ rm src/test/java/org/apache/commons/net/time/TimeTCPClientTest.java
%doc LICENSE.txt NOTICE.txt
%changelog
* Wed Jun 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3-1
- Update to upstream version 3.3
* Wed Jun 05 2013 Michal Srb <msrb@redhat.com> - 3.2-5
- Enable tests
- Install README, RELEASE-NOTES.txt files

View File

@ -1 +1 @@
25fb0cd96261b283e7465873bf667869 commons-net-3.2-src.tar.gz
da5ea06adff7edd0db318605896c7c8e commons-net-3.3-src.tar.gz