From 3e3d1190f5010915064dd0e0fe23b1b75bff63e3 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 20 Jun 2011 19:59:40 +0200 Subject: [PATCH] tarball format is now bz2 to allow bootstrapping (#714765) --- .gitignore | 4 ++-- sources | 4 ++-- xz.spec | 10 +++++++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a5774a2..36d1116 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/xz-4.999.9beta.20100401git.tar.xz -/xz-5.0.3.tar.xz +/xz-4.999.9beta.20100401git.tar.bz2 +/xz-5.0.3.tar.bz2 diff --git a/sources b/sources index 5ae45ce..9c7dfc8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -b136554a69e1a7e6eb371302c0d75c06 xz-4.999.9beta.20100401git.tar.xz -bec7f7985dd79f97aa10ff8305a3a770 xz-5.0.3.tar.xz +3aa7bbfaa2d5a87f65c23224b9016006 xz-4.999.9beta.20100401git.tar.bz2 +8d900b742b94fa9e708ca4f5a4b29003 xz-5.0.3.tar.bz2 diff --git a/xz.spec b/xz.spec index a428268..fb80eea 100644 --- a/xz.spec +++ b/xz.spec @@ -3,13 +3,13 @@ Summary: LZMA compression utilities Name: xz Version: 5.0.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: Applications/File # official upstream release -Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.xz +Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.bz2 # source created as "make dist" in checked out GIT tree -Source1: %{compat_ver}.20100401git.tar.xz +Source1: %{compat_ver}.20100401git.tar.bz2 URL: http://tukaani.org/%{name}/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: %{name}-libs = %{version}-%{release} @@ -135,6 +135,10 @@ rm -rf %{buildroot} %{_mandir}/man1/*lz* %changelog +* Mon Jun 20 2011 Jindrich Novy 5.0.3-2 +- better to have upstream tarballs in different formats than XZ + to allow bootstrapping (#714765) + * Mon May 23 2011 Jindrich Novy 5.0.3-1 - update to 5.0.3