0.33 bump

This commit is contained in:
Petr Písař 2013-05-24 13:20:26 +02:00
parent 69cc6e8c9d
commit 3f11f59e4e
4 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/Sys-Syslog-0.32.tar.gz
/Sys-Syslog-0.33.tar.gz

2
.rpmlint Normal file
View File

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* printf");

View File

@ -1,5 +1,5 @@
Name: perl-Sys-Syslog
Version: 0.32
Version: 0.33
Release: 1%{?dist}
Summary: Perl interface to the UNIX syslog(3) calls
# Unused sources fallback/* are covered with BSD license.
@ -41,6 +41,7 @@ BuildRequires: perl(Test::Portability::Files)
# POE::Component::Server::Syslog is not packaged yet
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Fcntl)
Requires: perl(XSLoader)
%{?perl_default_filter}
@ -82,5 +83,8 @@ make test
%{_mandir}/man3/*
%changelog
* Fri May 24 2013 Petr Pisar <ppisar@redhat.com> - 0.33-1
- 0.33 bump
* Tue Apr 09 2013 Petr Pisar <ppisar@redhat.com> 0.32-1
- Specfile autogenerated by cpanspec 1.78.

View File

@ -1 +1 @@
8a7b1f4414d7cfd2421cba7fae1bd602 Sys-Syslog-0.32.tar.gz
5237b0396b10a5bc1f7d5436883e40f9 Sys-Syslog-0.33.tar.gz