latest upstream SVN version

This commit is contained in:
Karel Klic 2011-03-28 15:24:40 +02:00
parent ce2211ea93
commit 21df465c1c
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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íč <kklic@redhat.com> - 7.4.0-1.20110328svn50
- Moved to the latest upstream SVN version
* Mon Mar 28 2011 Karel Klíč <kklic@redhat.com> - 7.3.6-71.20110228svn46
- Added -smartd patch to suppress copyright message for smartd module (rhbz#673758)

View File

@ -1 +1 @@
5a1557fec8155b72a56d14628abb6766 logwatch-svn46.tar.xz
4477292f4cc42487fc5f4c94d9b80467 logwatch-svn50.tar.xz