[Bug 865296] New: Setting OUTPUT_AUTOFLUSH in eval when STDOUT is localized in upper scope leads to segmentation fault

2012-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=865296

Bug ID: 865296
QA Contact: extras...@fedoraproject.org
  Severity: unspecified
   URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=115
206
   Version: 17
  Priority: unspecified
CC: cw...@alumni.drew.edu, iarn...@gmail.com,
jples...@redhat.com, ka...@ucw.cz, lkund...@v3.sk,
mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com, rc040...@freenet.de,
tcall...@redhat.com
  Assignee: mmasl...@redhat.com
   Summary: Setting OUTPUT_AUTOFLUSH in eval when STDOUT is
localized in upper scope leads to segmentation fault
Regression: ---
  Story Points: ---
Classification: Fedora
OS: Unspecified
  Reporter: ppi...@redhat.com
  Type: Bug
 Documentation: ---
  Hardware: Unspecified
Mount Type: ---
Status: ASSIGNED
 Component: perl
   Product: Fedora

This code segfaults:

$ perl -e 'local *STDOUT; eval q[$|=0];'

perl-5.14.2 as well as 5.16.1 are affected.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-libintl] Do not provide private library

2012-10-11 Thread Petr Pisar
commit 80bf8650e1b17064657652aed86c751449689ed0
Author: Petr Písař ppi...@redhat.com
Date:   Thu Oct 11 10:58:38 2012 +0200

Do not provide private library

 perl-libintl.spec |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-libintl.spec b/perl-libintl.spec
index 5d6c55e..7c1ed9b 100644
--- a/perl-libintl.spec
+++ b/perl-libintl.spec
@@ -1,7 +1,7 @@
 Summary: Internationalization library for Perl, compatible with gettext
 Name: perl-libintl
 Version: 1.20
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: LGPLv2+
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/libintl-perl/
@@ -12,6 +12,8 @@ Provides: perl-libintl-perl = %{version}-%{release}
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: gdbm-devel, db4-devel
 
+%{?perl_default_filter}
+
 %description
 The package libintl-perl is an internationalization library for Perl that
 aims to be compatible with the Uniforum message translations system as
@@ -55,6 +57,9 @@ chmod -R u+w %{buildroot}/*
 
 
 %changelog
+* Thu Oct 11 2012 Petr Pisar ppi...@redhat.com - 1.20-9
+- Do not provide private library
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.20-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-libintl] Drop unneeded build-time dependencies

2012-10-11 Thread Petr Pisar
commit 6f782ea5e10ab449d7015578fcc824add75597c9
Author: Petr Písař ppi...@redhat.com
Date:   Thu Oct 11 11:10:24 2012 +0200

Drop unneeded build-time dependencies

 perl-libintl.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-libintl.spec b/perl-libintl.spec
index 7c1ed9b..3c05320 100644
--- a/perl-libintl.spec
+++ b/perl-libintl.spec
@@ -10,7 +10,6 @@ BuildRoot:  %(mktemp -ud 
%{_tmppath}/%{name}-%{version}-%{release}-XX)
 Requires: perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 Provides: perl-libintl-perl = %{version}-%{release}
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: gdbm-devel, db4-devel
 
 %{?perl_default_filter}
 
@@ -59,6 +58,7 @@ chmod -R u+w %{buildroot}/*
 %changelog
 * Thu Oct 11 2012 Petr Pisar ppi...@redhat.com - 1.20-9
 - Do not provide private library
+- Drop unneeded build-time dependencies
 
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.20-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-libintl] Specify all dependencies

2012-10-11 Thread Petr Pisar
commit 2b7a3393336df7a8b92be45edb8f3a54347a765f
Author: Petr Písař ppi...@redhat.com
Date:   Thu Oct 11 11:26:13 2012 +0200

Specify all dependencies

 perl-libintl.spec |   12 
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/perl-libintl.spec b/perl-libintl.spec
index 3c05320..38766b4 100644
--- a/perl-libintl.spec
+++ b/perl-libintl.spec
@@ -10,6 +10,17 @@ BuildRoot:  %(mktemp -ud 
%{_tmppath}/%{name}-%{version}-%{release}-XX)
 Requires: perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 Provides: perl-libintl-perl = %{version}-%{release}
 BuildRequires: perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires: perl(base)
+BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Encode)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(IO::Handle)
+# Tests:
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(Test::Harness)
 
 %{?perl_default_filter}
 
@@ -59,6 +70,7 @@ chmod -R u+w %{buildroot}/*
 * Thu Oct 11 2012 Petr Pisar ppi...@redhat.com - 1.20-9
 - Do not provide private library
 - Drop unneeded build-time dependencies
+- Specify all dependencies
 
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.20-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-libintl/f18] (3 commits) ...Specify all dependencies

2012-10-11 Thread Petr Pisar
Summary of changes:

  80bf865... Do not provide private library (*)
  6f782ea... Drop unneeded build-time dependencies (*)
  2b7a339... Specify all dependencies (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File HTML-FormFu-0.09010.tar.gz uploaded to lookaside cache by iarnell

2012-10-11 Thread Iain Arnell
A file has been added to the lookaside cache for perl-HTML-FormFu:

3a27208ee6f5318c36bea816d227c45c  HTML-FormFu-0.09010.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-HTML-FormFu] update to 0.09010

2012-10-11 Thread Iain Arnell
commit 5eacf18866ad0c875490e403874e9cc3c0b9717c
Author: Iain Arnell iarn...@gmail.com
Date:   Thu Oct 11 05:13:11 2012 -0600

update to 0.09010

 .gitignore|1 +
 perl-HTML-FormFu.spec |   11 ---
 sources   |2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 469c718..a03f0a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ HTML-FormFu-0.07002.tar.gz
 /HTML-FormFu-0.09004.tar.gz
 /HTML-FormFu-0.09005.tar.gz
 /HTML-FormFu-0.09007.tar.gz
+/HTML-FormFu-0.09010.tar.gz
diff --git a/perl-HTML-FormFu.spec b/perl-HTML-FormFu.spec
index 7ab026b..994 100644
--- a/perl-HTML-FormFu.spec
+++ b/perl-HTML-FormFu.spec
@@ -1,11 +1,11 @@
 Name:   perl-HTML-FormFu
-Version:0.09007
-Release:3%{?dist}
+Version:0.09010
+Release:1%{?dist}
 Summary:HTML Form Creation, Rendering and Validation Framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/HTML-FormFu/
-Source0:
http://search.cpan.org/CPAN/authors/id/P/PE/PERLER/HTML-FormFu-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/HTML-FormFu-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Captcha::reCAPTCHA) = 0.93
 BuildRequires:  perl(Carp)
@@ -51,6 +51,7 @@ BuildRequires:  perl(MooseX::Attribute::Chained) = 1.0.1
 BuildRequires:  perl(MooseX::SetOnce)
 BuildRequires:  perl(Number::Format)
 BuildRequires:  perl(Path::Class::File)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Regexp::Common)
 BuildRequires:  perl(Scalar::Util)
@@ -58,6 +59,7 @@ BuildRequires:  perl(Storable)
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Template)
 BuildRequires:  perl(Test::Aggregate::Nested)
+BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More) = 0.92
 BuildRequires:  perl(YAML::XS) = 0.32
 Requires:   perl(Captcha::reCAPTCHA) = 0.93
@@ -118,6 +120,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 11 2012 Iain Arnell iarn...@gmail.com 0.09010-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.09007-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 3af9e21..bb7344e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-959effcec15ad279314e1d7149b71296  HTML-FormFu-0.09007.tar.gz
+3a27208ee6f5318c36bea816d227c45c  HTML-FormFu-0.09010.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 863874] Update to 0.09010

2012-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=863874

Iain Arnell iarn...@gmail.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2012-10-11 07:29:42

--- Comment #1 from Iain Arnell iarn...@gmail.com ---
Sorry for the delay - was away for a long weekend. But, it's updated in rawhide
now. https://koji.fedoraproject.org/koji/buildinfo?buildID=359519

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-OpenOffice-UNO

2012-10-11 Thread buildsys


perl-OpenOffice-UNO has broken dependencies in the F-18 tree:
On x86_64:
perl-OpenOffice-UNO-0.07-3.fc17.x86_64 requires 
perl(:MODULE_COMPAT_5.14.2)
On i386:
perl-OpenOffice-UNO-0.07-3.fc17.i686 requires 
perl(:MODULE_COMPAT_5.14.2)
perl-OpenOffice-UNO-0.07-3.fc17.i686 requires libsal_textenc.so
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-OpenOffice-UNO

2012-10-11 Thread buildsys


perl-OpenOffice-UNO has broken dependencies in the rawhide tree:
On x86_64:
perl-OpenOffice-UNO-0.07-3.fc17.x86_64 requires 
perl(:MODULE_COMPAT_5.14.2)
On i386:
perl-OpenOffice-UNO-0.07-3.fc17.i686 requires 
perl(:MODULE_COMPAT_5.14.2)
perl-OpenOffice-UNO-0.07-3.fc17.i686 requires libsal_textenc.so
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 863303] missing dependency clamav-server-sysvinit required

2012-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=863303

Neil Squires n...@squires.id.au changed:

   What|Removed |Added

 CC||n...@squires.id.au

--- Comment #2 from Neil Squires n...@squires.id.au ---
I also experienced this bug following a restart of the server. The fix was to
do:

# yum install clamav-server-sysvinit

Log errors before the install

Oct 11 23:02:12 mailgw amavis[10659]: (10659-04) (!)ClamAV-clamd: Can't connect
to UNIX socket /var/spool/amavisd/clamd.sock: No such file or directory,
retrying (2)
Oct 11 23:02:15 mailgw amavis[10658]: (10658-04) (!)ClamAV-clamd av-scanner
FAILED: run_av error: Too many retries to talk to /var/spool/amavisd/clamd.sock
(Can't connect to UNIX socket /var/spool/amavisd/clamd.sock: No such file or
directory) at (eval 86) line 375.\n
Oct 11 23:02:15 mailgw amavis[10658]: (10658-04) (!!)WARN: all primary virus
scanners failed, considering backups
Oct 11 23:02:18 mailgw amavis[10659]: (10659-04) (!)ClamAV-clamd av-scanner
FAILED: run_av error: Too many retries to talk to /var/spool/amavisd/clamd.sock
(Can't connect to UNIX socket /var/spool/amavisd/clamd.sock: No such file or
directory) at (eval 86) line 375.\n
Oct 11 23:02:18 mailgw amavis[10659]: (10659-04) (!!)WARN: all primary virus
scanners failed, considering backups

Prior to the install

# service clamd.amavisd start
/etc/init.d/clamd.amavisd: line 7: /usr/share/clamav/clamd-wrapper: No such
file or directory

# ls /usr/share/clamav/
freshclam-sleep

# yum list | grep clam
clamav.x86_64   0.97.6-1700.fc17
@anaconda-0
clamav-data.noarch  0.97.6-1700.fc17
@anaconda-0
clamav-filesystem.noarch0.97.6-1700.fc17
@anaconda-0
clamav-lib.x86_64   0.97.6-1700.fc17
@anaconda-0
clamav-milter.x86_640.97.6-1700.fc17
@anaconda-0
clamav-milter-systemd.noarch0.97.6-1700.fc17
@anaconda-0
clamav-server.x86_640.97.6-1700.fc17
@anaconda-0
clamav-update.x86_640.97.6-1700.fc17
@anaconda-0
clamav-data-empty.noarch0.97.6-1700.fc17 updates
clamav-devel.i686   0.97.6-1700.fc17 updates
clamav-devel.x86_64 0.97.6-1700.fc17 updates
clamav-lib.i686 0.97.6-1700.fc17 updates
clamav-milter-upstart.noarch0.97.6-1700.fc17 updates
clamav-scanner.noarch   0.97.6-1700.fc17 updates
clamav-scanner-systemd.noarch   0.97.6-1700.fc17 updates
clamav-scanner-upstart.noarch   0.97.6-1700.fc17 updates
clamav-server-systemd.noarch0.97.6-1700.fc17 updates
clamav-server-sysvinit.noarch   0.97.6-1700.fc17 updates
clamav-unofficial-sigs.noarch   3.7.1-7.fc17 updates
clamsmtp.x86_64 1.10-9.fc17  updates
clamtk.noarch   4.42-1.fc17  updates
clamz.x86_640.5-1.fc17   fedora
claws-mail-plugins-clamd.x86_64 3.8.1-1.fc17 updates
exim-clamav.x86_64  4.76-8.fc17  fedora
exim-clamav-sysvinit.noarch 4.76-8.fc17  fedora

# systemctl start clamd@amavisd.service
Failed to issue method call: Unit clamd@amavisd.service failed to load: No such
file or directory. See system logs and 'systemctl status clamd@amavisd.service'
for details.

Post install clamd@amavisd.service starts normally.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Meta-YAML] Restrict Test::Version optional test on RHEL to version 6 only

2012-10-11 Thread Petr Pisar
commit 4194ed1c6412f3179ea2241f5704410b2a9bda80
Author: Petr Písař ppi...@redhat.com
Date:   Thu Oct 11 16:55:58 2012 +0200

Restrict Test::Version optional test on RHEL to version 6 only

 perl-CPAN-Meta-YAML.spec |8 ++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-CPAN-Meta-YAML.spec b/perl-CPAN-Meta-YAML.spec
index bb8b7ee..9d14dc6 100644
--- a/perl-CPAN-Meta-YAML.spec
+++ b/perl-CPAN-Meta-YAML.spec
@@ -3,7 +3,7 @@
 
 Name:  perl-CPAN-Meta-YAML
 Version:   0.008
-Release:   10%{?dist}
+Release:   11%{?dist}
 Summary:   Read and write a subset of YAML for CPAN Meta files
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -31,7 +31,8 @@ BuildRequires:perl(Test::CPAN::Meta)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Requires)
 # RHEL ≤ 6 doesn't have a recent enough perl(version) for perl(Test::Version)
-%if 0%{?fedora} || 0%{?rhel}  6
+# RHEL ≥ 7 does not have perl(Test::Version)
+%if 0%{?fedora} || 0%{?rhel} == 6
 BuildRequires: perl(Test::Version)
 %endif
 %endif
@@ -75,6 +76,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/CPAN::Meta::YAML.3pm*
 
 %changelog
+* Thu Oct 11 2012 Petr Pisar ppi...@redhat.com - 0.008-11
+- Restrict Test::Version optional test on RHEL to version 6 only
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.008-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[dspam/f18] Use systemd scriptlets

2012-10-11 Thread Nathanael Noblet
commit f0351dc9ad5eed397b2087cd781ac85b014f4f60
Author: Nathanael D. Noblet nathan...@gnat.ca
Date:   Thu Oct 11 11:07:03 2012 -0600

Use systemd scriptlets

 dspam.spec |   18 +++---
 1 files changed, 3 insertions(+), 15 deletions(-)
---
diff --git a/dspam.spec b/dspam.spec
index c79f9e1..2d66943 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -263,25 +263,13 @@ done
 %{__install} -Dp -m 0644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/
 
 %post
-if [ $1 -eq 1 ] ; then 
-# Initial installation 
-/bin/systemctl daemon-reload /dev/null 21 || :
-fi
+%systemd_post dspam.service
 
 %preun
-if [ $1 -eq 0 ] ; then
-# Package removal, not upgrade
-/bin/systemctl --no-reload disable dspam.service  /dev/null 21 || :
-/bin/systemctl stop dspam.service  /dev/null 21 || :
-fi
+%systemd_preun dspam.service
 
 %postun
-/bin/systemctl daemon-reload /dev/null 21 || :
-if [ $1 -ge 1 ] ; then
-   /sbin/chkconfig --del httpd /dev/null 21 || :
-# Package upgrade, not uninstall
-/bin/systemctl try-restart dspam.service /dev/null 21 || :
-fi
+%systemd_postun_with_restart dspam.service
 
 %pre libs
 getent group %{dspam_user} /dev/null || groupadd -r %{dspam_user}
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[dspam] Use systemd scriptlets

2012-10-11 Thread Nathanael Noblet
Summary of changes:

  f0351dc... Use systemd scriptlets (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[dspam/f18] bump release ver previously forgotten

2012-10-11 Thread Nathanael Noblet
commit 3c5e8a62d01c0db47fa239cad637b147e1fbfff2
Author: Nathanael D. Noblet nathan...@gnat.ca
Date:   Thu Oct 11 11:17:57 2012 -0600

bump release ver previously forgotten

 dspam.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/dspam.spec b/dspam.spec
index 2d66943..9b2e601 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -11,7 +11,7 @@
 Summary:A library and Mail Delivery Agent for Bayesian SPAM 
filtering
 Name:   dspam
 Version:3.10.2
-Release:3%{?dist}
+Release:4%{?dist}
 License:GPLv2
 Group:  System Environment/Daemons
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -367,6 +367,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf
 
 %changelog
+* Thu Oct 11 2012 Nathanael Noblet nathan...@gnat.ca - 3.10.2-4
+- Removed chkconfig and use systemd macros
+
 * Sun Oct 7 2012 Nathanael Noblet nathan...@gnat.ca - 3.10.2-3
 - Add exim patch
 - Require perl(Mail::MboxParser) fixes bug #622502
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[dspam] bump release ver previously forgotten

2012-10-11 Thread Nathanael Noblet
Summary of changes:

  3c5e8a6... bump release ver previously forgotten (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Meta-YAML] Never BR: perl(Test::Version) for EL builds

2012-10-11 Thread Paul Howarth
commit 8e838f9df7467c24c2bd12f0191eefb94e4a5c9b
Author: Paul Howarth p...@city-fan.org
Date:   Thu Oct 11 21:36:35 2012 +0100

Never BR: perl(Test::Version) for EL builds

- Never BR: perl(Test::Version) for EL builds as perl(version) is too old
  prior to EL-7 and this package is included in RHEL ≥ 7 but Test::Version
  is only in EPEL

 perl-CPAN-Meta-YAML.spec |   13 +
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/perl-CPAN-Meta-YAML.spec b/perl-CPAN-Meta-YAML.spec
index 9d14dc6..be01f6e 100644
--- a/perl-CPAN-Meta-YAML.spec
+++ b/perl-CPAN-Meta-YAML.spec
@@ -3,7 +3,7 @@
 
 Name:  perl-CPAN-Meta-YAML
 Version:   0.008
-Release:   11%{?dist}
+Release:   12%{?dist}
 Summary:   Read and write a subset of YAML for CPAN Meta files
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -30,9 +30,9 @@ BuildRequires:perl(Test::Spelling), aspell-en
 BuildRequires: perl(Test::CPAN::Meta)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Requires)
-# RHEL ≤ 6 doesn't have a recent enough perl(version) for perl(Test::Version)
-# RHEL ≥ 7 does not have perl(Test::Version)
-%if 0%{?fedora} || 0%{?rhel} == 6
+# RHEL ≤ 6 doesn't have a recent enough perl(version) for perl(Test::Version) 
in EPEL
+# RHEL ≥ 7 includes this package but does not have perl(Test::Version)
+%if 0%{?fedora}
 BuildRequires: perl(Test::Version)
 %endif
 %endif
@@ -76,6 +76,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/CPAN::Meta::YAML.3pm*
 
 %changelog
+* Thu Oct 11 2012 Paul Howarth p...@city-fan.org - 0.008-12
+- Never BR: perl(Test::Version) for EL builds as perl(version) is too old
+  prior to EL-7 and this package is included in RHEL ≥ 7 but Test::Version
+  is only in EPEL
+
 * Thu Oct 11 2012 Petr Pisar ppi...@redhat.com - 0.008-11
 - Restrict Test::Version optional test on RHEL to version 6 only
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Meta-YAML] Created tag perl-CPAN-Meta-YAML-0.008-12.fc19

2012-10-11 Thread Paul Howarth
The lightweight tag 'perl-CPAN-Meta-YAML-0.008-12.fc19' was created pointing to:

 8e838f9... Never BR: perl(Test::Version) for EL builds
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 865623] New: perl-AnyEvent-XMPP-0.53 is available

2012-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=865623

Bug ID: 865623
  Keywords: FutureFeature, Triaged
QA Contact: extras...@fedoraproject.org
  Severity: unspecified
   Version: rawhide
  Priority: unspecified
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com
  Assignee: mmasl...@redhat.com
   Summary: perl-AnyEvent-XMPP-0.53 is available
Regression: ---
  Story Points: ---
Classification: Fedora
OS: Unspecified
  Reporter: upstream-release-monitor...@fedoraproject.org
  Type: ---
 Documentation: ---
  Hardware: Unspecified
Mount Type: ---
Status: NEW
 Component: perl-AnyEvent-XMPP
   Product: Fedora

Latest upstream release: 0.53
Current version in Fedora Rawhide: 0.52
URL: http://search.cpan.org/dist/AnyEvent-XMPP/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 865624] New: perl-Coro-6.10 is available

2012-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=865624

Bug ID: 865624
  Keywords: FutureFeature, Triaged
QA Contact: extras...@fedoraproject.org
  Severity: unspecified
   Version: rawhide
  Priority: unspecified
CC: boche...@fedoraproject.org, kwiz...@gmail.com,
mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com
  Assignee: ppi...@redhat.com
   Summary: perl-Coro-6.10 is available
Regression: ---
  Story Points: ---
Classification: Fedora
OS: Unspecified
  Reporter: upstream-release-monitor...@fedoraproject.org
  Type: ---
 Documentation: ---
  Hardware: Unspecified
Mount Type: ---
Status: NEW
 Component: perl-Coro
   Product: Fedora

Latest upstream release: 6.10
Current version in Fedora Rawhide: 6.09
URL: http://search.cpan.org/dist/Coro/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 865627] New: perl-Net-Patricia-1.20 is available

2012-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=865627

Bug ID: 865627
  Keywords: FutureFeature, Triaged
QA Contact: extras...@fedoraproject.org
  Severity: unspecified
   Version: rawhide
  Priority: unspecified
CC: or...@cora.nwra.com,
perl-devel@lists.fedoraproject.org,
phil...@redfish-solutions.com
  Assignee: or...@cora.nwra.com
   Summary: perl-Net-Patricia-1.20 is available
Regression: ---
  Story Points: ---
Classification: Fedora
OS: Unspecified
  Reporter: upstream-release-monitor...@fedoraproject.org
  Type: ---
 Documentation: ---
  Hardware: Unspecified
Mount Type: ---
Status: NEW
 Component: perl-Net-Patricia
   Product: Fedora

Latest upstream release: 1.20
Current version in Fedora Rawhide: 1.19
URL: http://search.cpan.org/dist/Net-Patricia/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Net-Patricia-1.20.tar.gz uploaded to lookaside cache by orion

2012-10-11 Thread Orion Poplawski
A file has been added to the lookaside cache for perl-Net-Patricia:

d5499f5bc1d6c36538a84153095ea11f  Net-Patricia-1.20.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Net-Patricia] Update to 1.20

2012-10-11 Thread Orion Poplawski
commit 19cef78c2a4a2f68c643f128c4523693b6a710e1
Author: Orion Poplawski or...@nwra.com
Date:   Thu Oct 11 16:52:28 2012 -0600

Update to 1.20

 .gitignore |1 +
 perl-Net-Patricia.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f08ea86..cf6f4c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Net-Patricia-1.17_01.tar.gz
 /Net-Patricia-1.18_80.tar.gz
 /Net-Patricia-1.18_81.tar.gz
 /Net-Patricia-1.19.tar.gz
+/Net-Patricia-1.20.tar.gz
diff --git a/perl-Net-Patricia.spec b/perl-Net-Patricia.spec
index 6dcd0dd..1b0cfb3 100644
--- a/perl-Net-Patricia.spec
+++ b/perl-Net-Patricia.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-Patricia
-Version:1.19
-Release:6%{?dist}
+Version:1.20
+Release:1%{?dist}
 Summary:Patricia Trie perl module for fast IP address lookups
 License:Distributable, see COPYING
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 11 2012 Orion Poplawski or...@cora.nwra.com - 1.20-1
+- Update to 1.20
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.19-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index bd175b9..d6968a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe19e3ab96bdefc1184288067490290f  Net-Patricia-1.19.tar.gz
+d5499f5bc1d6c36538a84153095ea11f  Net-Patricia-1.20.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 865627] perl-Net-Patricia-1.20 is available

2012-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=865627

Orion Poplawski or...@cora.nwra.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Net-Patricia-1.20-1.fc
   ||19
 Resolution|--- |RAWHIDE
Last Closed||2012-10-11 18:53:00

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel