diff --git a/.cvsignore b/.cvsignore index 28d6a24..69d971b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -logrotate-3.7.1.tar.gz -logrotate-3.7.2.tar.gz +logrotate-3.7.3.tar.gz diff --git a/logrotate.spec b/logrotate.spec index 32a2629..81c9cad 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -4,22 +4,12 @@ BuildRequires: libselinux-devel %endif Summary: Rotates, compresses, removes and mails system log files. Name: logrotate -Version: 3.7.2 -Release: 12 +Version: 3.7.3 +Release: 1 License: GPL Group: System Environment/Base Source: logrotate-%{PACKAGE_VERSION}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}.root -Patch1: logrotate-3.7.2-yearly.patch -Patch2: logrotate-3.7.2-sharedscript.patch -Patch3: logrotate-3.7.2-debugCompress.patch -Patch4: logrotate-3.7.2-fixLeaks.patch -Patch5: logrotate-3.7.2-cleanUp.patch -Patch6: logrotate-3.7.2-fix_free_segfaults.patch -Patch7: logrotate-3.7.2-fixLeaks_tabooExts.patch -Patch8: logrotate-3.7.2-fix_free_segfaults2.patch -Patch9: logrotate-3.7.2-cleanUp2.patch -Patch10: logrotate-3.7.2-fix_free_segfaults3.patch %description The logrotate utility is designed to simplify the administration of @@ -34,16 +24,6 @@ log files on your system. %prep %setup -%patch1 -p1 -b .yearly -%patch2 -p1 -b .sharedscript -%patch3 -p1 -b .debugCompress -%patch4 -p1 -b .fixLeaks -%patch5 -p1 -b .cleanUp -%patch6 -p1 -b .fix_free_segfaults -%patch7 -p1 -b .fixLeaks_tabooExts -%patch8 -p1 -b .fix_free_segfaults2 -%patch9 -p1 -b .cleanUp2 -%patch10 -p1 -b .fix_free_segfaults3 %build make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g" \ @@ -76,9 +56,17 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status %changelog +* Sat Nov 12 2005 Peter Vrabec 3.7.3-1 +- new upstream release +- indent sources + * Fri Nov 11 2005 Peter Vrabec 3.7.2-12 - fix_free_segfaults (#172918) +* Mon Nov 07 2005 Peter Vrabec 3.7.2-11 +- man description for "nodateext" option (#171577) +- remove not working "pattern" option (#171577) + * Tue Oct 25 2005 Peter Vrabec 3.7.2-10 - some more clean up (#171587) diff --git a/sources b/sources index c147948..24b4863 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5b47c302a523d026524e29f9794778a logrotate-3.7.2.tar.gz +8eb0db4575d9b544b9ad82ea4c7f6826 logrotate-3.7.3.tar.gz