diff --git a/.gitignore b/.gitignore index 96187cb..08d269a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ logwatch-7.3.6.tar.gz /logwatch-20110201.tar.xz /logwatch-svn25.tar.xz /logwatch-svn46.tar.xz +/logwatch-svn50.tar.xz diff --git a/logwatch.spec b/logwatch.spec index 5b77012..6c9a60a 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -1,15 +1,15 @@ Summary: A log file analysis program Name: logwatch -Version: 7.3.6 -Release: 71.20110228svn46%{?dist} +Version: 7.4.0 +Release: 1.20110328svn50%{?dist} License: MIT Group: Applications/System URL: http://www.logwatch.org/ # The source for this package was pulled from upstream's vcs. Use the # following commands to generate the tarball: -# svn export -r 46 https://logwatch.svn.sourceforge.net/svnroot/logwatch logwatch-svn46 -# tar cJvf logwatch-svn46.tar.xz logwatch-svn46 -Source0: logwatch-svn46.tar.xz +# svn export -r 50 https://logwatch.svn.sourceforge.net/svnroot/logwatch logwatch-svn50 +# tar cJvf logwatch-svn50.tar.xz logwatch-svn50 +Source0: logwatch-svn50.tar.xz #Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz # Needs proper fix. Not applied by the upstream. Patch0: logwatch-vsftpd.patch @@ -34,7 +34,7 @@ that you wish with the detail that you wish. Easy to use - works right out of the package on many systems. %prep -%setup -q -n logwatch-svn46 +%setup -q -n logwatch-svn50 %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -133,6 +133,9 @@ echo "# Configuration overrides for specific logfiles/services may be placed her %{_mandir}/man*/* %changelog +* Mon Mar 28 2011 Karel Klíč - 7.4.0-1.20110328svn50 +- Moved to the latest upstream SVN version + * Mon Mar 28 2011 Karel Klíč - 7.3.6-71.20110228svn46 - Added -smartd patch to suppress copyright message for smartd module (rhbz#673758) diff --git a/sources b/sources index bd52982..8576773 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a1557fec8155b72a56d14628abb6766 logwatch-svn46.tar.xz +4477292f4cc42487fc5f4c94d9b80467 logwatch-svn50.tar.xz