From 19f301abcdb012b3ec03967732bb16bbbb517946 Mon Sep 17 00:00:00 2001 From: gil Date: Nov 03 2014 07:53:45 +0000 Subject: update to 1.0.3 --- diff --git a/.gitignore b/.gitignore index 41f01d2..fcc0f80 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /compress-lzf-0.9.8.tar.gz +/compress-lzf-1.0.3.tar.gz diff --git a/compress-lzf.spec b/compress-lzf.spec index 9f9c517..3b59349 100644 --- a/compress-lzf.spec +++ b/compress-lzf.spec @@ -1,13 +1,10 @@ Name: compress-lzf -Version: 0.9.8 -Release: 3%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: Basic LZF codec, compatible with standard C LZF package License: ASL 2.0 URL: https://github.com/ning/compress Source0: https://github.com/ning/compress/archive/%{name}-%{version}.tar.gz -# thanks to bugproxy@us.ibm.com -# https://github.com/ning/compress/issues/37 -Patch0: %{name}-0.9.8-UnsafeChunkEncoderBE_java.patch # test deps BuildRequires: mvn(junit:junit) @@ -38,7 +35,6 @@ This package contains javadoc for %{name}. find . -name "*.class" -print -delete find . -name "*.jar" -type f -print -delete -%patch0 -p0 %pom_remove_plugin :maven-source-plugin %pom_xpath_remove "pom:project/pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:executions" @@ -60,6 +56,9 @@ find . -name "*.jar" -type f -print -delete %doc LICENSE %changelog +* Mon Nov 03 2014 gil cattaneo 1.0.3-1 +- update to 1.0.3 + * Wed Jul 02 2014 gil cattaneo 0.9.8-3 - fix SUID issue in LZF compression rhbz#1115264 @@ -67,4 +66,4 @@ find . -name "*.jar" -type f -print -delete - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Aug 14 2013 gil cattaneo 0.9.8-1 -- initial rpm \ No newline at end of file +- initial rpm diff --git a/sources b/sources index 42493af..9a61a44 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -32c36f9f3e93810c7e9d10f594e012c2 compress-lzf-0.9.8.tar.gz +082edef20ec82bc9d1ba9620eb11cca5 compress-lzf-1.0.3.tar.gz