Update to upstream version 3.4
This commit is contained in:
parent
f8bf3a54b0
commit
6fc16970de
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ commons-net-2.0-src.tar.gz
|
|||||||
/commons-net-3.1-src.tar.gz
|
/commons-net-3.1-src.tar.gz
|
||||||
/commons-net-3.2-src.tar.gz
|
/commons-net-3.2-src.tar.gz
|
||||||
/commons-net-3.3-src.tar.gz
|
/commons-net-3.3-src.tar.gz
|
||||||
|
/commons-net-3.4-src.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%global short_name commons-%{base_name}
|
%global short_name commons-%{base_name}
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 3.3
|
Version: 3.4
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Internet protocol suite Java library
|
Summary: Internet protocol suite Java library
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/%{base_name}/
|
URL: http://commons.apache.org/%{base_name}/
|
||||||
@ -12,10 +12,11 @@ Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{sho
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: maven-plugin-build-helper
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: apache-commons-parent
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||||
# Test dependency
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
BuildRequires: junit
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
|
BuildRequires: mvn(org.codehaus.mojo:exec-maven-plugin)
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -57,6 +58,9 @@ rm src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 27 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4-1
|
||||||
|
- Update to upstream version 3.4
|
||||||
|
|
||||||
* Tue Aug 04 2015 Michael Simacek <msimacek@redhat.com> - 3.3-7
|
* Tue Aug 04 2015 Michael Simacek <msimacek@redhat.com> - 3.3-7
|
||||||
- Disable failing test
|
- Disable failing test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user