From c89b152cad7021591a770facdf3f47297dbc05d5 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 2 Oct 2009 08:25:15 +0000 Subject: [PATCH] - sync with upstream to generate the same archives on machines with different endianess --- .cvsignore | 2 +- sources | 2 +- xz.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7e67c9a..4480fc3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xz-4.999.9beta.tar.xz +xz-4.999.9beta.20091002git.tar.gz diff --git a/sources b/sources index c1c6928..269448f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62459762f5ac6055051f2929191cd159 xz-4.999.9beta.tar.xz +5831d58c3dfe600759e8232a1f192dc7 xz-4.999.9beta.20091002git.tar.gz diff --git a/xz.spec b/xz.spec index 03f7c85..0fe92bf 100644 --- a/xz.spec +++ b/xz.spec @@ -1,11 +1,13 @@ +%define git_date 20091002 + Summary: LZMA compression utilities Name: xz Version: 4.999.9 -Release: 0.1.beta%{?dist} +Release: 0.1.beta.%{git_date}git%{?dist} License: LGPLv2+ Group: Applications/File # source created as "make dist" in checked out GIT tree -Source0: http://tukaani.org/%{name}/%{name}-%{version}beta.tar.xz +Source0: http://tukaani.org/%{name}/%{name}-%{version}beta.%{git_date}git.tar.gz URL: http://tukaani.org/%{name}/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: %{name}-libs = %{version}-%{release} @@ -104,6 +106,10 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Fri Oct 02 2009 Jindrich Novy 4.999.9-0.1.20091002.beta +- sync with upstream to generate the same archives on machines with different + endianess + * Fri Aug 28 2009 Jindrich Novy 4.999.9-0.1.beta - update to 4.999.9beta