[perl-Sys-Syslog] 0.33 bump

Petr Pisar ppisar at fedoraproject.org
Fri May 24 11:20:51 UTC 2013


commit 3f11f59e4eddd74cbe384d8135894e4c7a9d88f1
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri May 24 13:20:26 2013 +0200

    0.33 bump

 .gitignore           |    1 +
 .rpmlint             |    2 ++
 perl-Sys-Syslog.spec |    6 +++++-
 sources              |    2 +-
 4 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d390a26..15e823b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Sys-Syslog-0.32.tar.gz
+/Sys-Syslog-0.33.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..caa56b5
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* printf");
diff --git a/perl-Sys-Syslog.spec b/perl-Sys-Syslog.spec
index 46d1135..9b9c7e1 100644
--- a/perl-Sys-Syslog.spec
+++ b/perl-Sys-Syslog.spec
@@ -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 at redhat.com> - 0.33-1
+- 0.33 bump
+
 * Tue Apr 09 2013 Petr Pisar <ppisar at redhat.com> 0.32-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index d6d7b74..8861899 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a7b1f4414d7cfd2421cba7fae1bd602  Sys-Syslog-0.32.tar.gz
+5237b0396b10a5bc1f7d5436883e40f9  Sys-Syslog-0.33.tar.gz



More information about the perl-devel mailing list