Update to upstream version 3.8.0
This commit is contained in:
parent
fd59bc01b7
commit
7249bd98e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ commons-net-2.0-src.tar.gz
|
|||||||
/commons-net-3.4-src.tar.gz
|
/commons-net-3.4-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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global short_name commons-%{base_name}
|
%global short_name commons-%{base_name}
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 3.6
|
Version: 3.8.0
|
||||||
Release: 17%{?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}/
|
||||||
@ -40,6 +40,9 @@ 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
|
||||||
|
rm src/test/java/org/apache/commons/net/ftp/FTPSClientTest.java
|
||||||
|
|
||||||
%mvn_file : %{short_name} %{name}
|
%mvn_file : %{short_name} %{name}
|
||||||
%mvn_alias : org.apache.commons:%{short_name}
|
%mvn_alias : org.apache.commons:%{short_name}
|
||||||
|
|
||||||
@ -57,6 +60,9 @@ rm src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java
|
|||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 07 2022 Marian Koncek <mkoncek@redhat.com> - 3.8.0-1
|
||||||
|
- Update to upstream version 3.8.0
|
||||||
|
|
||||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-17
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-17
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (commons-net-3.6-src.tar.gz) = 1ba892ec555820611b7838cb71ab61e053a66da5d1dfe9818726d45198c639622858f1afb7ad0e4e02573219de6884feba1026ea9ae7ba554a531d1ad1d1c46f
|
SHA512 (commons-net-3.8.0-src.tar.gz) = 6b74f1e972ebb0c590f8f40f51cd109461aff8ae59bcbc2a4435222d8c25d935c4fee60e1452129d7c66ef52582a9b839c09c98659205dd94f1fa623143e1147
|
||||||
|
Loading…
Reference in New Issue
Block a user