update to 5.1.1alpha
This commit is contained in:
parent
3e3d1190f5
commit
2a1159f58b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/xz-4.999.9beta.20100401git.tar.bz2
|
||||
/xz-5.0.3.tar.bz2
|
||||
/xz-5.1.1alpha.tar.gz
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
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
11
xz.spec
@ -2,12 +2,12 @@
|
||||
|
||||
Summary: LZMA compression utilities
|
||||
Name: xz
|
||||
Version: 5.0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 5.1.1
|
||||
Release: 1alpha%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Applications/File
|
||||
# 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
|
||||
Source1: %{compat_ver}.20100401git.tar.bz2
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -q -a1
|
||||
%setup -q -a1 -n %{name}-%{version}alpha
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
||||
@ -135,6 +135,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man1/*lz*
|
||||
|
||||
%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
|
||||
- better to have upstream tarballs in different formats than XZ
|
||||
to allow bootstrapping (#714765)
|
||||
|
Loading…
Reference in New Issue
Block a user