From 729c7139dddfc5e0e43307b06568e566ebfcea4d Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 23 Dec 2014 18:11:26 +0100 Subject: [PATCH] rebase to new stable version All patches were removed because those were applied upstream (with one exception - the man-page-day fix - which was upstram-rejected; so not needed anyway). Resolves: #1023718 Version: 5.2.0-1 --- .gitignore | 2 +- sources | 2 +- xz.spec | 38 ++++++++------------------------------ 3 files changed, 10 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index 1500eb5..18d21b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /xz-4.999.9beta.20100401git.tar.bz2 -/xz-5.1.2alpha.tar.gz +/xz-5.2.0.tar.xz diff --git a/sources b/sources index dda7a41..3a6aaca 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 3aa7bbfaa2d5a87f65c23224b9016006 xz-4.999.9beta.20100401git.tar.bz2 -9bad1e249537ce69b206815cf28ca87b xz-5.1.2alpha.tar.gz +d87c242778fcf5ce4598de80a55ded28 xz-5.2.0.tar.xz diff --git a/xz.spec b/xz.spec index 0d2f7cf..fe53a07 100644 --- a/xz.spec +++ b/xz.spec @@ -2,12 +2,12 @@ Summary: LZMA compression utilities Name: xz -Version: 5.1.2 -Release: 15alpha%{?dist} +Version: 5.2.0 +Release: 1%{?dist} License: LGPLv2+ Group: Applications/File # official upstream release -Source0: http://tukaani.org/%{name}/%{name}-%{version}alpha.tar.gz +Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.xz # source created as "make dist" in checked out GIT tree Source1: %{compat_ver}.20100401git.tar.bz2 @@ -18,27 +18,6 @@ URL: http://tukaani.org/%{name}/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: %{name}-libs%{?_isa} = %{version}-%{release} -# partly upstream/partly not (yet?) -# ~> proposal: http://www.mail-archive.com/xz-devel@tukaani.org/msg00153.html -# ~> #948533 -Patch0: xz-5.1.2alpha-man-page-day.patch - -# fix 'xzgrep -h' to behave as expected -# ~> upstream (5019413a0) -# ~> #850898 -Patch1: xz-5.1.2alpha-xzgrep-and-h-option.patch - -# fix less version checking -# ~> upstream (db5c1817fa, 9e6dabcf22) -# ~> #1015924 -Patch2: xz-5.1.2alpha-less-version-check.patch - -# xzgrep: return 0 when at least one file matches (+ test) -# ~> upstream (ceca37901783) -# ~> #1109122 -Patch3: xz-5.1.2alpha-xzgrep-exit.patch -Patch4: xz-5.1.2alpha-xzgrep-exit-test.patch - %description XZ Utils are an attempt to make LZMA compression easy to use on free (as in @@ -100,12 +79,7 @@ The lzma-compat package contains compatibility links for older commands that deal with the older LZMA format. %prep -%setup -q -a1 -n %{name}-%{version}alpha -%patch0 -p1 -b .man-page-day -%patch1 -p1 -b .xzgrep-and-h-option -%patch2 -p1 -b .less-version-check -%patch3 -p1 -b .xzgrep-exit-status -%patch4 -p1 -b .xzgrep-exit-status-test +%setup -q -a1 for i in `find . -name config.sub`; do perl -pi -e "s/ppc64-\*/ppc64-\* \| ppc64p7-\*/" $i @@ -198,6 +172,10 @@ rm -rf %{buildroot} %{_mandir}/man1/*lz* %changelog +* Tue Dec 23 2014 Pavel Raiskup - 5.2.0-1 +- rebase per upstream release notes (#1023718) + http://www.mail-archive.com/xz-devel@tukaani.org/msg00216.html + * Tue Aug 26 2014 Pavel Raiskup - 5.1.2-15alpha - xz*grep's output is colored iff grep's is (#1034846)