diff --git a/.gitignore b/.gitignore index 2322f5e..dafa321 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1 @@ -/lbzip2-0.23.tar.gz -/lbzip2-2.0.tar.gz -/lbzip2-2.1.tar.gz -/lbzip2-2.1-gl1.tar.gz -/lbzip2-2.2.tar.gz -/lbzip2-2.3.tar.gz +/*.tar.* diff --git a/lbzip2.spec b/lbzip2.spec index a728648..472516b 100644 --- a/lbzip2.spec +++ b/lbzip2.spec @@ -1,11 +1,11 @@ Name: lbzip2 Version: 2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast, multi-threaded bzip2 utility Group: Applications/File License: GPLv3+ URL: http://lbzip2.org/ -Source0: http://archive.lbzip2.org/%{name}-%{version}.tar.gz +Source0: http://archive.lbzip2.org/%{name}-%{version}.tar.bz2 # From upstream commit afeccb9, resolves rhbz#1017957 Patch0: %{name}-rhbz1017957.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -42,7 +42,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog INSTALL NEWS README +%doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/%{name} %{_bindir}/lbzcat %{_bindir}/lbunzip2 @@ -52,6 +52,11 @@ rm -rf %{buildroot} %changelog +* Sun Dec 22 2013 Ville Skyttä - 2.3-3 +- Drop INSTALL from docs. +- Fix bogus dates in %%changelog. +- Use bzipped source tarball. + * Sun Oct 27 2013 Mikolaj Izdebski - 2.3-2 - Add patch to fix sefgault during decompression - Resolves: rhbz#1017957 @@ -81,7 +86,7 @@ rm -rf %{buildroot} * Fri Jan 13 2012 Fedora Release Engineering - 2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -* Wed Nov 24 2011 Lukas Zapletal - 2.1-1 +* Thu Nov 24 2011 Lukas Zapletal - 2.1-1 - update to 2.1 security release * Tue Nov 22 2011 Lukas Zapletal - 2.0-2 @@ -99,7 +104,7 @@ rm -rf %{buildroot} * Mon Feb 07 2011 Fedora Release Engineering - 0.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -* Wed Dec 09 2010 Lukas Zapletal - 0.23-2 +* Thu Dec 09 2010 Lukas Zapletal - 0.23-2 - Updated files section and patches description * Thu Nov 25 2010 Lukas Zapletal - 0.23-1 diff --git a/sources b/sources index bb7db3c..73fe307 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f9cc0371b0af485d7539295c302b5a5d lbzip2-2.3.tar.gz +3abbb9042dc9a6ada19bf226764c0309 lbzip2-2.3.tar.bz2