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.2-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}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 3.3
|
||||
Release: 7%{?dist}
|
||||
Version: 3.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Internet protocol suite Java library
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/%{base_name}/
|
||||
@ -12,10 +12,11 @@ Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{sho
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-plugin-build-helper
|
||||
BuildRequires: apache-commons-parent
|
||||
# Test dependency
|
||||
BuildRequires: junit
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:exec-maven-plugin)
|
||||
|
||||
|
||||
%description
|
||||
@ -57,6 +58,9 @@ rm src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%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
|
||||
- Disable failing test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user