diff --git a/dnsjava-3.5.3.tar.gz b/dnsjava-3.5.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e66edf098e53fe056a098a795587caed90ea1610 Binary files /dev/null and b/dnsjava-3.5.3.tar.gz differ diff --git a/dnsjava.spec b/dnsjava.spec index 2fd2473ab95e66deafec9e0387ab5ed2c30f7813..35b193e86b62147beea78b8d419b93c6f1611604 100644 --- a/dnsjava.spec +++ b/dnsjava.spec @@ -1,11 +1,11 @@ %global do_not_test 1 Name: dnsjava -Version: 3.5.2 +Version: 3.5.3 Release: 1 Summary: Java DNS implementation License: BSD and MIT URL: http://www.dnsjava.org/ -Source0: https://github.com/dnsjava/dnsjava/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/dnsjava/dnsjava/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: aqute-bnd javapackages-local BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) @@ -47,7 +47,8 @@ iconv -f iso8859-1 -t utf8 Changelog > Changelog.tmp touch -r Changelog Changelog.tmp mv -f Changelog.tmp Changelog %mvn_file %{name}:%{name} %{name} - +%pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin +%pom_remove_plugin org.codehaus.mojo:animal-sniffer-maven-plugin %pom_remove_plugin :japicmp-maven-plugin %pom_remove_plugin :maven-gpg-plugin %pom_remove_plugin :jacoco-maven-plugin @@ -71,6 +72,9 @@ cp -rf target/xmvn-apidocs/* %{buildroot}%{_javadocdir}/%{name} %license LICENSE %changelog +* Tue Feb 20 2024 Ge Wang - 3.5.3-1 +- Update to 3.5.3 + * Fri Aug 11 2023 Ge Wang - 3.5.2-1 - Update to 3.5.2 diff --git a/v3.5.2.tar.gz b/v3.5.2.tar.gz deleted file mode 100644 index 6e29544864d26f75101ab28030eb35a32f25334c..0000000000000000000000000000000000000000 Binary files a/v3.5.2.tar.gz and /dev/null differ