diff --git a/.gitignore b/.gitignore index 2d4c33c..32f098e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ xstream-distribution-1.3.1-src.zip /xstream-distribution-1.4.13-src.zip /xstream-distribution-1.4.14-src.zip /xstream-distribution-1.4.18-src.zip +/xstream-distribution-1.4.19-src.zip diff --git a/sources b/sources index ba018f8..8a36a02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xstream-distribution-1.4.18-src.zip) = f25944615c9d8ff0917e2008632312eea3e44de15f7e556df5972a55b7350d0132d7449035651eda6a4ca6c918fa8e7f9bf273761b8133bafa3ff4593e72cd1a +SHA512 (xstream-distribution-1.4.19-src.zip) = 1a9b999347c5383801dbe3d068ff61c8566ca43f56da30ddf5bce5f0936be37058ca14a5d42685540288040bc9b49ec61369989661a02e19816c4a79466e84eb diff --git a/xstream.spec b/xstream.spec index f2a7d07..c63cfa7 100644 --- a/xstream.spec +++ b/xstream.spec @@ -15,8 +15,8 @@ %bcond_with xpp3 Name: xstream -Version: 1.4.18 -Release: 3%{?dist} +Version: 1.4.19 +Release: 1%{?dist} Summary: Java XML serialization library License: BSD URL: https://x-stream.github.io @@ -108,13 +108,11 @@ Benchmark module for %{name}. %prep %autosetup -n %{name}-%{version} -find -type f '(' -name '*.jar' -o -name '*.class' ')' -print -delete +find -type f '(' -iname '*.jar' -o -iname '*.class' ')' -print -delete # https://jakarta.ee/about/faq#What_happened_with_javax.*_namespace? %pom_change_dep javax.activation:activation jakarta.activation:jakarta.activation-api %{name} -%pom_xpath_remove 'pom:execution[pom:id = "compile-jdk15"]' %{name} - %pom_remove_plugin -r :maven-dependency-plugin %if 0%{?rhel} @@ -229,6 +227,9 @@ rm xstream-benchmark/src/java/com/thoughtworks/xstream/tools/benchmark/products/ %doc README.txt %changelog +* Sat Jan 29 2022 Didik Supriadi - 1.4.19-1 +- New upstream release 1.4.19 + * Tue Oct 05 2021 Stefan Bluhm - 1.4.18-3 - Disabled dom4j for RHEL. - Minimum supported version: Java 1.8