From 28d907deea967e4dda527a8f69edaad216096064 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Jun 12 2013 07:36:38 +0000 Subject: Update to upstream version 3.3 --- diff --git a/.gitignore b/.gitignore index 2212580..d18924c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/apache-commons-net.spec b/apache-commons-net.spec index bef9468..2f0901a 100644 --- a/apache-commons-net.spec +++ b/apache-commons-net.spec @@ -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 - 3.3-1 +- Update to upstream version 3.3 + * Wed Jun 05 2013 Michal Srb - 3.2-5 - Enable tests - Install README, RELEASE-NOTES.txt files diff --git a/sources b/sources index b1ad118..f22287a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -25fb0cd96261b283e7465873bf667869 commons-net-3.2-src.tar.gz +da5ea06adff7edd0db318605896c7c8e commons-net-3.3-src.tar.gz