update to 5.1.1alpha

This commit is contained in:
Jindrich Novy 2011-10-16 11:44:34 +02:00
parent 3e3d1190f5
commit 2a1159f58b
3 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/xz-4.999.9beta.20100401git.tar.bz2 /xz-4.999.9beta.20100401git.tar.bz2
/xz-5.0.3.tar.bz2 /xz-5.1.1alpha.tar.gz

View File

@ -1,2 +1,2 @@
3aa7bbfaa2d5a87f65c23224b9016006 xz-4.999.9beta.20100401git.tar.bz2 3aa7bbfaa2d5a87f65c23224b9016006 xz-4.999.9beta.20100401git.tar.bz2
8d900b742b94fa9e708ca4f5a4b29003 xz-5.0.3.tar.bz2 bb24436fa12780808e1c142980484104 xz-5.1.1alpha.tar.gz

11
xz.spec
View File

@ -2,12 +2,12 @@
Summary: LZMA compression utilities Summary: LZMA compression utilities
Name: xz Name: xz
Version: 5.0.3 Version: 5.1.1
Release: 2%{?dist} Release: 1alpha%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: Applications/File Group: Applications/File
# official upstream release # official upstream release
Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.bz2 Source0: http://tukaani.org/%{name}/%{name}-%{version}alpha.tar.gz
# source created as "make dist" in checked out GIT tree # source created as "make dist" in checked out GIT tree
Source1: %{compat_ver}.20100401git.tar.bz2 Source1: %{compat_ver}.20100401git.tar.bz2
URL: http://tukaani.org/%{name}/ URL: http://tukaani.org/%{name}/
@ -65,7 +65,7 @@ The lzma-compat package contains compatibility links for older
commands that deal with the older LZMA format. commands that deal with the older LZMA format.
%prep %prep
%setup -q -a1 %setup -q -a1 -n %{name}-%{version}alpha
%build %build
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \ CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
@ -135,6 +135,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/*lz* %{_mandir}/man1/*lz*
%changelog %changelog
* Sun Oct 16 2011 Jindrich Novy <jnovy@redhat.com> 5.1.1alpha-1
- update to 5.1.1alpha
* Mon Jun 20 2011 Jindrich Novy <jnovy@redhat.com> 5.0.3-2 * Mon Jun 20 2011 Jindrich Novy <jnovy@redhat.com> 5.0.3-2
- better to have upstream tarballs in different formats than XZ - better to have upstream tarballs in different formats than XZ
to allow bootstrapping (#714765) to allow bootstrapping (#714765)