Update to upstream version 3.9.0
This commit is contained in:
parent
c865cc0e0c
commit
2c7cc34bfb
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ commons-net-2.0-src.tar.gz
|
|||||||
/commons-net-3.5-src.tar.gz
|
/commons-net-3.5-src.tar.gz
|
||||||
/commons-net-3.6-src.tar.gz
|
/commons-net-3.6-src.tar.gz
|
||||||
/commons-net-3.8.0-src.tar.gz
|
/commons-net-3.8.0-src.tar.gz
|
||||||
|
/commons-net-3.9.0-src.tar.gz
|
||||||
|
@ -1,18 +1,20 @@
|
|||||||
Name: apache-commons-net
|
Name: apache-commons-net
|
||||||
Version: 3.8.0
|
Version: 3.9.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Internet protocol suite Java library
|
Summary: Internet protocol suite Java library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: http://commons.apache.org/net/
|
URL: https://commons.apache.org/net/
|
||||||
Source0: http://archive.apache.org/dist/commons/net/source/commons-net-%{version}-src.tar.gz
|
Source0: https://archive.apache.org/dist/commons/net/source/commons-net-%{version}-src.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{java_arches} noarch
|
ExclusiveArch: %{java_arches} noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(junit:junit)
|
|
||||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
|
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
||||||
|
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-engine)
|
||||||
|
BuildRequires: mvn(org.junit.vintage:junit-vintage-engine)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is an Internet protocol suite Java library originally developed by
|
This is an Internet protocol suite Java library originally developed by
|
||||||
@ -38,13 +40,16 @@ rm src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java
|
|||||||
%pom_remove_plugin :exec-maven-plugin
|
%pom_remove_plugin :exec-maven-plugin
|
||||||
|
|
||||||
%pom_remove_dep org.apache.ftpserver:ftpserver-core
|
%pom_remove_dep org.apache.ftpserver:ftpserver-core
|
||||||
rm src/test/java/org/apache/commons/net/ftp/FTPSClientTest.java
|
rm \
|
||||||
|
src/test/java/org/apache/commons/net/ftp/FTPSClientTest.java \
|
||||||
|
src/test/java/org/apache/commons/net/ftp/AbstractFtpsTest.java \
|
||||||
|
src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java \
|
||||||
|
|
||||||
%mvn_file : commons-net %{name}
|
%mvn_file : commons-net %{name}
|
||||||
%mvn_alias : org.apache.commons:commons-net
|
%mvn_alias : org.apache.commons:commons-net
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build -- -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7 -Dcommons.osgi.symbolicName=org.apache.commons.net
|
%mvn_build -- -Dcommons.osgi.symbolicName=org.apache.commons.net
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -57,6 +62,9 @@ rm src/test/java/org/apache/commons/net/ftp/FTPSClientTest.java
|
|||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 11 2023 Marian Koncek <mkoncek@redhat.com> - 3.9.0-1
|
||||||
|
- Update to upstream version 3.9.0
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-3
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (commons-net-3.8.0-src.tar.gz) = 6b74f1e972ebb0c590f8f40f51cd109461aff8ae59bcbc2a4435222d8c25d935c4fee60e1452129d7c66ef52582a9b839c09c98659205dd94f1fa623143e1147
|
SHA512 (commons-net-3.9.0-src.tar.gz) = a2d4ef4937701f28304fdb9a39a0d4a8fdd5fd7ae84c6d647a6b9e05eee68cb4fde8ae9eedd94f45fdc0194d160dd9f64b3c1cfbdd8bcea2214e9826ace32877
|
||||||
|
Loading…
Reference in New Issue
Block a user