diff --git a/perl-Unix-Syslog.spec b/perl-Unix-Syslog.spec index 46b65a4..5f770d0 100644 --- a/perl-Unix-Syslog.spec +++ b/perl-Unix-Syslog.spec @@ -1,11 +1,11 @@ Name: perl-Unix-Syslog Version: 0.100 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Perl interface to the UNIX syslog(3) calls License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/dist/Unix-Syslog/ -Source0: http://www.cpan.org/authors/id/M/MH/MHARNISCH/Unix-Syslog-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MH/MHARNISCH/Unix-Syslog-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Unix::Syslog.3pm* %changelog +* Sat Feb 18 2006 Steven Pritchard 0.100-7 +- Rebuild. + * Mon Sep 05 2005 Steven Pritchard 0.100-6 - Spec cleanup. - Disable "make test" by default (spams console).