diff --git a/.gitignore b/.gitignore index 9510192..61f4b27 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /xz-java-1.2.zip /xz-java-1.3.zip /xz-java-1.4.zip +/xz-java-1.5.zip diff --git a/sources b/sources index 7fe9424..7182ce6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3996d229d197cfa97278f8f28d7d9e30 xz-java-1.4.zip +9032553a25f41a277fa0bb56bcdb5f1e xz-java-1.5.zip diff --git a/xz-java.spec b/xz-java.spec index c731cd6..6324020 100644 --- a/xz-java.spec +++ b/xz-java.spec @@ -1,6 +1,6 @@ Name: xz-java -Version: 1.4 -Release: 2%{?dist} +Version: 1.5 +Release: 1%{?dist} Summary: Java implementation of XZ data compression Group: Development/Libraries BuildArch: noarch @@ -66,6 +66,9 @@ install -pm 644 build/maven/xz-%{version}.pom %{buildroot}/%{_mavenpomdir}/JPP-% %{_javadocdir}/%{name} %changelog +* Mon Mar 10 2014 Mikolaj Izdebski - 1.5-1 +- Update to upstream version 1.5 + * Tue Mar 04 2014 Stanislav Ochotnicky - 1.4-2 - Use Requires: java-headless rebuild (#1067528)