diff --git a/.gitignore b/.gitignore index 9e4f0e1..8ce7750 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /xz-java-1.0.zip /xz-java-1.1.zip +/xz-java-1.2.zip diff --git a/sources b/sources index 0f0506e..25834bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -043a587e65f6381b5af35e4894ff1ecd xz-java-1.1.zip +886e9a03d6077712e2c324e1555bd1ec xz-java-1.2.zip diff --git a/xz-java.spec b/xz-java.spec index 92a0a2f..5f7a95f 100644 --- a/xz-java.spec +++ b/xz-java.spec @@ -1,6 +1,6 @@ Name: xz-java -Version: 1.1 -Release: 2%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Java implementation of XZ data compression Group: Development/Libraries BuildArch: noarch @@ -8,9 +8,6 @@ BuildArch: noarch License: Public Domain URL: http://tukaani.org/xz/java.html Source0: http://tukaani.org/xz/xz-java-%{version}.zip -# Forwarded upstream: -# http://www.mail-archive.com/xz-devel@tukaani.org/msg00137.html -Patch0: xz-java-osgi.patch BuildRequires: jpackage-utils BuildRequires: java-devel @@ -36,7 +33,6 @@ This package contains the API documentation for %{name}. %prep %setup -q -c %{name}-%{version} -%patch0 %build # During documentation generation the upstream build.xml tries to download @@ -70,6 +66,9 @@ install -pm 644 build/maven/xz-%{version}.pom %{buildroot}/%{_mavenpomdir}/JPP-% %{_javadocdir}/%{name} %changelog +* Tue Jan 29 2013 Mikolaj Izdebski - 1.2-1 +- Update to upstream version 1.2 + * Thu Jan 3 2013 Krzysztof Daniel 1.1-2 - Add patch for OSGi Manifest.