diff --git a/.cvsignore b/.cvsignore index 58eb0ea..889b8be 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bzip2-1.0.4.tar.gz +bzip2-1.0.5.tar.gz diff --git a/bzip2.spec b/bzip2.spec index 97331af..438b4ef 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -1,7 +1,7 @@ Summary: A file compression utility Name: bzip2 -Version: 1.0.4 -Release: 14%{?dist} +Version: 1.0.5 +Release: 1%{?dist} License: BSD Group: Applications/File URL: http://www.bzip.org/ @@ -65,7 +65,7 @@ mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,/%{_lib},%{_libdir},%{_inclu cp -p bzlib.h $RPM_BUILD_ROOT%{_includedir} # temporary for rpm install -m 644 libbz2.a $RPM_BUILD_ROOT%{_libdir} -install -m 755 libbz2.so.%{version} $RPM_BUILD_ROOT/%{_lib} +install -m 755 libbz2.so.1.0.4 $RPM_BUILD_ROOT/%{_lib} install -m 755 bzip2-shared $RPM_BUILD_ROOT%{_bindir}/bzip2 install -m 755 bzip2recover bzgrep bzdiff bzmore $RPM_BUILD_ROOT%{_bindir}/ cp -p bzip2.1 bzdiff.1 bzgrep.1 bzmore.1 $RPM_BUILD_ROOT%{_mandir}/man1/ @@ -108,6 +108,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.a %changelog +* Tue Mar 25 2008 Ivana Varekova 1.0.5-1 +- update to 1.0.5 + * Wed Feb 20 2008 Fedora Release Engineering - 1.0.4-14 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 0a9d3cf..7c28e65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc310b254f6ba5fbb5da018f04533688 bzip2-1.0.4.tar.gz +3c15a0c8d1d3ee1c46a1634d00617b1a bzip2-1.0.5.tar.gz