ppisar uploaded Authen-SCRAM-0.005.tar.gz for perl-Authen-SCRAM

2015-03-27 Thread notifications
8af86d3644704c3abdddc4843ccc61f3  Authen-SCRAM-0.005.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Authen-SCRAM/Authen-SCRAM-0.005.tar.gz/8af86d3644704c3abdddc4843ccc61f3/Authen-SCRAM-0.005.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

ppisar pushed to perl-Authen-SCRAM (master). Import

2015-03-27 Thread notifications
From e1e4f98ca66b12ef077b143dc22a858fb2ad29e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 27 Mar 2015 08:28:09 +0100
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..d6d90f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Authen-SCRAM-0.005.tar.gz
diff --git a/perl-Authen-SCRAM.spec b/perl-Authen-SCRAM.spec
new file mode 100644
index 000..0f5e6fe
--- /dev/null
+++ b/perl-Authen-SCRAM.spec
@@ -0,0 +1,68 @@
+Name:   perl-Authen-SCRAM
+Version:0.005
+Release:1%{?dist}
+Summary:Salted Challenge Response Authentication Mechanism (RFC 5802)
+License:ASL 2.0
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Authen-SCRAM/
+Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Authen-SCRAM-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.17
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Authen::SASL::SASLprep)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Crypt::URandom)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(Moo) = 1.001000
+BuildRequires:  perl(Moo::Role) = 1.001000
+BuildRequires:  perl(namespace::clean)
+BuildRequires:  perl(PBKDF2::Tiny) = 0.003
+BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(Types::Standard)
+# Optional run-time:
+# String::Compare::ConstantTime 0.310 do not build-require to exercise
+# fall-back code.
+# Tests:
+BuildRequires:  perl(base)
+# CPAN::Meta not useful
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::FailWarnings)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) = 0.96
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# Keep String::Compare::ConstantTime 0.310 optional
+
+%description
+These Perl modules implement the Salted Challenge Response Authentication
+Mechanism (SCRAM) from RFC 5802.
+
+%prep
+%setup -q -n Authen-SCRAM-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE 
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Mar 20 2015 Petr Pisar ppi...@redhat.com 0.005-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..d61 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8af86d3644704c3abdddc4843ccc61f3  Authen-SCRAM-0.005.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Authen-SCRAM.git/commit/?h=masterid=e1e4f98ca66b12ef077b143dc22a858fb2ad29e4
--
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

ppisar pushed to perl-Authen-SCRAM (master). Remove trailing white space

2015-03-27 Thread notifications
From bebb528221d5ddbfa4750988d0c02e0b05816bff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 27 Mar 2015 08:28:29 +0100
Subject: Remove trailing white space


diff --git a/perl-Authen-SCRAM.spec b/perl-Authen-SCRAM.spec
index 0f5e6fe..2f56af7 100644
--- a/perl-Authen-SCRAM.spec
+++ b/perl-Authen-SCRAM.spec
@@ -58,7 +58,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%license LICENSE 
+%license LICENSE
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Authen-SCRAM.git/commit/?h=masterid=bebb528221d5ddbfa4750988d0c02e0b05816bff
--
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

pkgdb_updater updated: description of perl-Package-New

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Package-New
https://admin.fedoraproject.org/pkgdb/package/perl-Package-New/
--
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

pkgdb_updater updated: description of perl-PBKDF2-Tiny

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-PBKDF2-Tiny
https://admin.fedoraproject.org/pkgdb/package/perl-PBKDF2-Tiny/
--
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

pkgdb_updater updated: description of perl-Proc-Daemon

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Proc-Daemon
https://admin.fedoraproject.org/pkgdb/package/perl-Proc-Daemon/
--
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

pkgdb_updater updated: description of perl-Algorithm-Cron

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Algorithm-Cron
https://admin.fedoraproject.org/pkgdb/package/perl-Algorithm-Cron/
--
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

pkgdb_updater updated: description of perl-Daemon-Control

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Daemon-Control
https://admin.fedoraproject.org/pkgdb/package/perl-Daemon-Control/
--
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

pkgdb_updater updated: description of perl-Text-Tabs+Wrap

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Text-Tabs+Wrap
https://admin.fedoraproject.org/pkgdb/package/perl-Text-Tabs+Wrap/
--
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

pkgdb_updater updated: description of perl-Crypt-DH-GMP

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Crypt-DH-GMP
https://admin.fedoraproject.org/pkgdb/package/perl-Crypt-DH-GMP/
--
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

pkgdb_updater updated: description of perl-Authen-SASL-SASLprep

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Authen-SASL-SASLprep
https://admin.fedoraproject.org/pkgdb/package/perl-Authen-SASL-SASLprep/
--
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 1206408] perl-Net-SMTP-SSL-1.02 is available

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1206408

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Net-SMTP-SSL-1.02-1.fc
   ||23
 Resolution|--- |RAWHIDE
Last Closed||2015-03-27 05:21:21



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

2015-03-27 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.7.0-8.fc22.x86_64 requires libproj.so.0()(64bit)
On i386:
perl-PDL-2.7.0-8.fc22.i686 requires libproj.so.0
On armhfp:
perl-PDL-2.7.0-8.fc22.armv7hl requires libproj.so.0
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

psabata pushed to perl-Net-SMTP-SSL (master). 1.02 bump (..more)

2015-03-27 Thread notifications
From 686b2f54b5e854086ec07e6f568e8f22cae8c72a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Fri, 27 Mar 2015 10:20:54 +0100
Subject: 1.02 bump

- Modernize the spec

diff --git a/.gitignore b/.gitignore
index 5f1cde3..451e21b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Net-SMTP-SSL-1.01.tar.gz
+/Net-SMTP-SSL-1.02.tar.gz
diff --git a/perl-Net-SMTP-SSL.spec b/perl-Net-SMTP-SSL.spec
index 67f51d9..11b99f3 100644
--- a/perl-Net-SMTP-SSL.spec
+++ b/perl-Net-SMTP-SSL.spec
@@ -1,19 +1,21 @@
-Name: perl-Net-SMTP-SSL
-Version: 1.01
-Release: 18%{?dist}
-Summary: SSL support for Net::SMTP
-Group: Development/Libraries
-License: GPL+ or Artistic
-URL: http://search.cpan.org/dist/Net-SMTP-SSL/
-Source0: 
http://www.cpan.org/modules/by-module/Net/Net-SMTP-SSL-%{version}.tar.gz
-BuildArch: noarch
-BuildRequires: perl(ExtUtils::MakeMaker)
-# Run-time:
-BuildRequires: perl(Net::SMTP)
-BuildRequires: perl(IO::Socket::SSL)
-# Tests:
-BuildRequires: perl(Test::More)
-Requires: perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+Name:   perl-Net-SMTP-SSL
+Version:1.02
+Release:1%{?dist}
+Summary:SSL support for Net::SMTP
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Net-SMTP-SSL/
+Source0:
http://www.cpan.org/modules/by-module/Net/Net-SMTP-SSL-%{version}.tar.gz
+BuildArch:  noarch
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(strict)
+# Runtime
+BuildRequires:  perl(IO::Socket::SSL)
+BuildRequires:  perl(Net::SMTP)
+# Tests only
+BuildRequires:  perl(Test::More) = 0.47
+Requires: perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo $version))
 
 %description
 Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
@@ -23,17 +25,15 @@ network operations.
 %setup -q -n Net-SMTP-SSL-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT
+make pure_install DESTDIR=%{buildroot}
+chmod -R u+w %{buildroot}
 
 %check
-make %{?_smp_mflags} test
+make test
 
 %files
 %doc README Changes
@@ -43,6 +43,10 @@ make %{?_smp_mflags} test
 %{_mandir}/man3/Net::SMTP::SSL.3*
 
 %changelog
+* Fri Mar 27 2015 Petr Å abata con...@redhat.com - 1.02-1
+- 1.02 bump
+- Modernize the spec
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.01-18
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index b8fee51..edbca69 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba039288ebf7a343feecacd374da8c1a  Net-SMTP-SSL-1.01.tar.gz
+e67b4d842a51b9a453aeeaeed45fb8e1  Net-SMTP-SSL-1.02.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-SMTP-SSL.git/commit/?h=masterid=686b2f54b5e854086ec07e6f568e8f22cae8c72a
--
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

psabata uploaded Net-SMTP-SSL-1.02.tar.gz for perl-Net-SMTP-SSL

2015-03-27 Thread notifications
e67b4d842a51b9a453aeeaeed45fb8e1  Net-SMTP-SSL-1.02.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Net-SMTP-SSL/Net-SMTP-SSL-1.02.tar.gz/e67b4d842a51b9a453aeeaeed45fb8e1/Net-SMTP-SSL-1.02.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

pghmcfc uploaded Data-Tumbler-0.010.tar.gz for perl-Data-Tumbler

2015-03-27 Thread notifications
24d7c87e952894eab95a4ba6bef42f3b  Data-Tumbler-0.010.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Data-Tumbler/Data-Tumbler-0.010.tar.gz/24d7c87e952894eab95a4ba6bef42f3b/Data-Tumbler-0.010.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

pghmcfc pushed to perl-Data-Tumbler (master). Update to 0.010 (..more)

2015-03-27 Thread notifications
From de9ed877b2c062857424e2631d5755e404db48bb Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 27 Mar 2015 12:01:54 +
Subject: Update to 0.010

- New upstream release 0.010
  - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6
  - Add POD sections for author, support, copyright, ...
  - Fix tests for $]  5.008

diff --git a/perl-Data-Tumbler.spec b/perl-Data-Tumbler.spec
index ddb5388..875a6ad 100644
--- a/perl-Data-Tumbler.spec
+++ b/perl-Data-Tumbler.spec
@@ -1,5 +1,5 @@
 Name:  perl-Data-Tumbler
-Version:   0.008
+Version:   0.010
 Release:   1%{?dist}
 Summary:   Dynamic generation of nested combinations
 License:   GPL+ or Artistic
@@ -67,6 +67,12 @@ make test
 %{_mandir}/man3/Data::Tumbler.3*
 
 %changelog
+* Fri Mar 27 2015 Paul Howarth p...@city-fan.org - 0.010-1
+- Update to 0.010
+  - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6
+  - Add POD sections for author, support, copyright, ...
+  - Fix tests for $]  5.008
+
 * Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 0.008-1
 - Update to 0.008
   - Reflect CPAN RT#100805 recommendation in LICENSE
diff --git a/sources b/sources
index 8ca63db..c96c2d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a58a827922a44c8e405f1907d510b02  Data-Tumbler-0.008.tar.gz
+24d7c87e952894eab95a4ba6bef42f3b  Data-Tumbler-0.010.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Data-Tumbler.git/commit/?h=masterid=de9ed877b2c062857424e2631d5755e404db48bb
--
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 1199543] perl-DBI ships with a module released under Artistic (only) license

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1199543

Martin Kyral mky...@redhat.com changed:

   What|Removed |Added

 CC||mky...@redhat.com
 QA Contact|qe-baseos-a...@redhat.com   |mky...@redhat.com



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

pghmcfc pushed to perl-Data-Tumbler (perl-Data-Tumbler-0.010-1.fc22). Update to 0.010 (..more)

2015-03-27 Thread notifications
From de9ed877b2c062857424e2631d5755e404db48bb Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 27 Mar 2015 12:01:54 +
Subject: Update to 0.010

- New upstream release 0.010
  - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6
  - Add POD sections for author, support, copyright, ...
  - Fix tests for $]  5.008

diff --git a/perl-Data-Tumbler.spec b/perl-Data-Tumbler.spec
index ddb5388..875a6ad 100644
--- a/perl-Data-Tumbler.spec
+++ b/perl-Data-Tumbler.spec
@@ -1,5 +1,5 @@
 Name:  perl-Data-Tumbler
-Version:   0.008
+Version:   0.010
 Release:   1%{?dist}
 Summary:   Dynamic generation of nested combinations
 License:   GPL+ or Artistic
@@ -67,6 +67,12 @@ make test
 %{_mandir}/man3/Data::Tumbler.3*
 
 %changelog
+* Fri Mar 27 2015 Paul Howarth p...@city-fan.org - 0.010-1
+- Update to 0.010
+  - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6
+  - Add POD sections for author, support, copyright, ...
+  - Fix tests for $]  5.008
+
 * Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 0.008-1
 - Update to 0.008
   - Reflect CPAN RT#100805 recommendation in LICENSE
diff --git a/sources b/sources
index 8ca63db..c96c2d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a58a827922a44c8e405f1907d510b02  Data-Tumbler-0.008.tar.gz
+24d7c87e952894eab95a4ba6bef42f3b  Data-Tumbler-0.010.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Data-Tumbler.git/commit/?h=perl-Data-Tumbler-0.010-1.fc22id=de9ed877b2c062857424e2631d5755e404db48bb
--
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

pghmcfc pushed to perl-Data-Tumbler (perl-Data-Tumbler-0.010-1.fc23). Update to 0.010 (..more)

2015-03-27 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-Data-Tumbler.git/commit/?h=perl-Data-Tumbler-0.010-1.fc23id=de9ed877b2c062857424e2631d5755e404db48bb
--
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

pghmcfc pushed to perl-Data-Tumbler (f22). Update to 0.010 (..more)

2015-03-27 Thread notifications
From de9ed877b2c062857424e2631d5755e404db48bb Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 27 Mar 2015 12:01:54 +
Subject: Update to 0.010

- New upstream release 0.010
  - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6
  - Add POD sections for author, support, copyright, ...
  - Fix tests for $]  5.008

diff --git a/perl-Data-Tumbler.spec b/perl-Data-Tumbler.spec
index ddb5388..875a6ad 100644
--- a/perl-Data-Tumbler.spec
+++ b/perl-Data-Tumbler.spec
@@ -1,5 +1,5 @@
 Name:  perl-Data-Tumbler
-Version:   0.008
+Version:   0.010
 Release:   1%{?dist}
 Summary:   Dynamic generation of nested combinations
 License:   GPL+ or Artistic
@@ -67,6 +67,12 @@ make test
 %{_mandir}/man3/Data::Tumbler.3*
 
 %changelog
+* Fri Mar 27 2015 Paul Howarth p...@city-fan.org - 0.010-1
+- Update to 0.010
+  - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6
+  - Add POD sections for author, support, copyright, ...
+  - Fix tests for $]  5.008
+
 * Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 0.008-1
 - Update to 0.008
   - Reflect CPAN RT#100805 recommendation in LICENSE
diff --git a/sources b/sources
index 8ca63db..c96c2d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a58a827922a44c8e405f1907d510b02  Data-Tumbler-0.008.tar.gz
+24d7c87e952894eab95a4ba6bef42f3b  Data-Tumbler-0.010.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Data-Tumbler.git/commit/?h=f22id=de9ed877b2c062857424e2631d5755e404db48bb
--
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

ppisar uploaded MongoDB-v0.708.0.0.tar.gz for perl-MongoDB

2015-03-27 Thread notifications
72dfd57225f2d0cabdb2ce668473d0da  MongoDB-v0.708.0.0.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-MongoDB/MongoDB-v0.708.0.0.tar.gz/72dfd57225f2d0cabdb2ce668473d0da/MongoDB-v0.708.0.0.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

spot pushed to perl-UNIVERSAL-can (master). update to 1.20140328

2015-03-27 Thread notifications
From 322860beabd40f58efe3971a662b5a9329a58775 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 13:49:15 -0400
Subject: update to 1.20140328


diff --git a/.gitignore b/.gitignore
index f6a17cf..f4968b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 UNIVERSAL-can-1.15.tar.gz
 /UNIVERSAL-can-1.20120726.tar.gz
+/UNIVERSAL-can-1.20140328.tar.gz
diff --git a/perl-UNIVERSAL-can.spec b/perl-UNIVERSAL-can.spec
index 6f97088..ebf4961 100644
--- a/perl-UNIVERSAL-can.spec
+++ b/perl-UNIVERSAL-can.spec
@@ -1,6 +1,6 @@
 Name:   perl-UNIVERSAL-can
-Version:1.20120726
-Release:6%{?dist}
+Version:1.20140328
+Release:1%{?dist}
 Summary:Hack around people calling UNIVERSAL::can() as a function
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -47,6 +47,9 @@ PERL_RUN_ALL_TESTS=1 make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.20140328-1
+- update to 1.20140328
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.20120726-6
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index bb1adc5..30c8bac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fd9ece12720615f9f081073dc2aedbb  UNIVERSAL-can-1.20120726.tar.gz
+7b89d16d59f0d27e45b25fd31300334e  UNIVERSAL-can-1.20140328.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-UNIVERSAL-can.git/commit/?h=masterid=322860beabd40f58efe3971a662b5a9329a58775
--
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

spot uploaded UNIVERSAL-can-1.20140328.tar.gz for perl-UNIVERSAL-can

2015-03-27 Thread notifications
7b89d16d59f0d27e45b25fd31300334e  UNIVERSAL-can-1.20140328.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-UNIVERSAL-can/UNIVERSAL-can-1.20140328.tar.gz/7b89d16d59f0d27e45b25fd31300334e/UNIVERSAL-can-1.20140328.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

spot uploaded Tie-IxHash-1.23.tar.gz for perl-Tie-IxHash

2015-03-27 Thread notifications
8393f2ced231533c3e714abad582f291  Tie-IxHash-1.23.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Tie-IxHash/Tie-IxHash-1.23.tar.gz/8393f2ced231533c3e714abad582f291/Tie-IxHash-1.23.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

spot pushed to perl-UNIVERSAL-can (f22). update to 1.20140328

2015-03-27 Thread notifications
From 98dcaeb259caa6e1384ac8f8f830138a71b56fbf Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 13:50:07 -0400
Subject: update to 1.20140328


diff --git a/perl-UNIVERSAL-can.spec b/perl-UNIVERSAL-can.spec
index 6f97088..ebf4961 100644
--- a/perl-UNIVERSAL-can.spec
+++ b/perl-UNIVERSAL-can.spec
@@ -1,6 +1,6 @@
 Name:   perl-UNIVERSAL-can
-Version:1.20120726
-Release:6%{?dist}
+Version:1.20140328
+Release:1%{?dist}
 Summary:Hack around people calling UNIVERSAL::can() as a function
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -47,6 +47,9 @@ PERL_RUN_ALL_TESTS=1 make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.20140328-1
+- update to 1.20140328
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.20120726-6
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index bb1adc5..30c8bac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fd9ece12720615f9f081073dc2aedbb  UNIVERSAL-can-1.20120726.tar.gz
+7b89d16d59f0d27e45b25fd31300334e  UNIVERSAL-can-1.20140328.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-UNIVERSAL-can.git/commit/?h=f22id=98dcaeb259caa6e1384ac8f8f830138a71b56fbf
--
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

spot pushed to perl-Tie-IxHash (master). update to 1.23

2015-03-27 Thread notifications
From e14033e98ac81a8264994d4965d0ec8bcf58bee5 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 13:52:51 -0400
Subject: update to 1.23


diff --git a/.gitignore b/.gitignore
index edea83c..5eac017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Tie-IxHash-1.22.tar.gz
+/Tie-IxHash-1.23.tar.gz
diff --git a/perl-Tie-IxHash.spec b/perl-Tie-IxHash.spec
index 0c1e502..0556f2f 100644
--- a/perl-Tie-IxHash.spec
+++ b/perl-Tie-IxHash.spec
@@ -1,13 +1,12 @@
 Name:   perl-Tie-IxHash
-Version:1.22
-Release:17%{?dist}
+Version:1.23
+Release:1%{?dist}
 Summary:Ordered associative arrays for Perl
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Tie-IxHash/
 Source0:
http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-%{version}.tar.gz
-Patch0: Tie-IxHash-1.22-Makefile.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
@@ -28,9 +27,6 @@ familiar perl array operations can also be performed on the 
IxHash.
 %prep
 %setup -q -n Tie-IxHash-%{version}
 
-# Fix Makefile.PL to work with old ExtUtils::MakeMaker versions
-%patch0 -p1
-
 # Fix line endings
 sed -i -e 's/\r$//' Changes README
 
@@ -64,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.23-1
+- update to 1.23
+
 * Sun Sep 07 2014 Jitka Plesnikova jples...@redhat.com - 1.22-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 9c86543..12b9266 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aae2e62df7e016fd3e8fdaaea71b0b41  Tie-IxHash-1.22.tar.gz
+8393f2ced231533c3e714abad582f291  Tie-IxHash-1.23.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tie-IxHash.git/commit/?h=masterid=e14033e98ac81a8264994d4965d0ec8bcf58bee5
--
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

spot pushed to perl-Tie-IxHash (f22). update to 1.23

2015-03-27 Thread notifications
From 5f57c12a30d3b59c42805be0f9f302f43e74835b Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 13:55:39 -0400
Subject: update to 1.23


diff --git a/perl-Tie-IxHash.spec b/perl-Tie-IxHash.spec
index 0c1e502..0556f2f 100644
--- a/perl-Tie-IxHash.spec
+++ b/perl-Tie-IxHash.spec
@@ -1,13 +1,12 @@
 Name:   perl-Tie-IxHash
-Version:1.22
-Release:17%{?dist}
+Version:1.23
+Release:1%{?dist}
 Summary:Ordered associative arrays for Perl
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Tie-IxHash/
 Source0:
http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-%{version}.tar.gz
-Patch0: Tie-IxHash-1.22-Makefile.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
@@ -28,9 +27,6 @@ familiar perl array operations can also be performed on the 
IxHash.
 %prep
 %setup -q -n Tie-IxHash-%{version}
 
-# Fix Makefile.PL to work with old ExtUtils::MakeMaker versions
-%patch0 -p1
-
 # Fix line endings
 sed -i -e 's/\r$//' Changes README
 
@@ -64,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.23-1
+- update to 1.23
+
 * Sun Sep 07 2014 Jitka Plesnikova jples...@redhat.com - 1.22-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 9c86543..12b9266 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aae2e62df7e016fd3e8fdaaea71b0b41  Tie-IxHash-1.22.tar.gz
+8393f2ced231533c3e714abad582f291  Tie-IxHash-1.23.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tie-IxHash.git/commit/?h=f22id=5f57c12a30d3b59c42805be0f9f302f43e74835b
--
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

spot uploaded Wx-0.9927.tar.gz for perl-Wx

2015-03-27 Thread notifications
ef05f2f1fc0c3ccb1d4d1aa3896196f9  Wx-0.9927.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Wx/Wx-0.9927.tar.gz/ef05f2f1fc0c3ccb1d4d1aa3896196f9/Wx-0.9927.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

spot pushed to perl-Wx (master). 0.9927

2015-03-27 Thread notifications
From 7eefddd5538224f20c53721bfdcb45c88bfa9d8c Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 11:42:14 -0400
Subject: 0.9927


diff --git a/.gitignore b/.gitignore
index 5f00b0e..7dacbba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ Wx-0.92.tar.gz
 /Wx-0.9922.tar.gz
 /Wx-0.9923.tar.gz
 /Wx-0.9926.tar.gz
+/Wx-0.9927.tar.gz
diff --git a/perl-Wx.spec b/perl-Wx.spec
index d10dbaa..7fd597d 100644
--- a/perl-Wx.spec
+++ b/perl-Wx.spec
@@ -11,14 +11,13 @@
 # cat provides.txt | uniq | sort -n
 
 Name:   perl-Wx
-Version:0.9926
+Version:0.9927
 Release:1%{?dist}
 Summary:Interface to the wxWidgets cross-platform GUI toolkit
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Wx/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MD/MDOOTSON/Wx-%{version}.tar.gz
-Patch0:perl-Wx-0.9926-no-wxComboBox-RemoveSelection.patch
 BuildRequires:  wxGTK-devel
 BuildRequires:  perl(Alien::wxWidgets) = 0.25
 BuildRequires:  perl(Data::Dumper)
@@ -82,7 +81,6 @@ Provides: perl(Wx::CHMHelpController)
 Provides: perl(Wx::Choice)
 Provides: perl(Wx::Choicebook)
 Provides: perl(Wx::ClassInfo)
-Provides: perl(Wx::ClassInfo)
 Provides: perl(Wx::Client)
 Provides: perl(Wx::ClientDC)
 Provides: perl(Wx::Clipboard)
@@ -194,14 +192,12 @@ Provides: perl(Wx::FindReplaceData)
 Provides: perl(Wx::FindReplaceDialog)
 Provides: perl(Wx::FlagsProperty)
 Provides: perl(Wx::FlexGridSizer)
-Provides: perl(Wx::FlexGridSizer)
 Provides: perl(Wx::FloatProperty)
 Provides: perl(Wx::FocusEvent)
 Provides: perl(Wx::Font)
 Provides: perl(Wx::FontData)
 Provides: perl(Wx::FontDialog)
 Provides: perl(Wx::FontEnumerator)
-Provides: perl(Wx::FontEnumerator)
 Provides: perl(Wx::FontMapper)
 Provides: perl(Wx::FontPickerCtrl)
 Provides: perl(Wx::FontPickerEvent)
@@ -227,7 +223,6 @@ Provides: perl(Wx::GraphicsPen)
 Provides: perl(Wx::GraphicsRenderer)
 Provides: perl(Wx::Grid)
 Provides: perl(Wx::GridBagSizer)
-Provides: perl(Wx::GridBagSizer)
 Provides: perl(Wx::GridCellAttr)
 Provides: perl(Wx::GridCellAutoWrapStringEditor)
 Provides: perl(Wx::GridCellAutoWrapStringRenderer)
@@ -298,7 +293,6 @@ Provides: perl(Wx::Image)
 Provides: perl(Wx::ImageFileProperty)
 Provides: perl(Wx::ImageHandler)
 Provides: perl(Wx::ImageList)
-Provides: perl(Wx::ImageList)
 Provides: perl(Wx::IndividualLayoutConstraint)
 Provides: perl(Wx::InfoBar)
 Provides: perl(Wx::InitDialogEvent)
@@ -309,8 +303,6 @@ Provides: perl(Wx::IPaddress)
 Provides: perl(Wx::IPV4address)
 Provides: perl(Wx::IPV6address)
 Provides: perl(Wx::ItemContainer)
-Provides: perl(Wx::ItemContainer)
-Provides: perl(Wx::ItemContainerImmutable)
 Provides: perl(Wx::ItemContainerImmutable)
 Provides: perl(Wx::JoystickEvent)
 Provides: perl(Wx::JPEGHandler)
@@ -410,7 +402,6 @@ Provides: perl(Wx::PGVIterator)
 Provides: perl(Wx::PGWindowList)
 Provides: perl(Wx::PickerBase)
 Provides: perl(Wx::PlArtProvider)
-Provides: perl(Wx::PlArtProvider)
 Provides: perl(Wx::PlCommand)
 Provides: perl(Wx::PlCommandEvent)
 Provides: perl(Wx::PlDataObjectSimple)
@@ -456,7 +447,6 @@ Provides: perl(Wx::PrintDialogData)
 Provides: perl(Wx::Printer)
 Provides: perl(Wx::PrinterDC)
 Provides: perl(Wx::PrintFactory)
-Provides: perl(Wx::PrintFactory)
 Provides: perl(Wx::Printout)
 Provides: perl(Wx::PrintPaperDatabase)
 Provides: perl(Wx::PrintPaperType)
@@ -467,7 +457,6 @@ Provides: perl(Wx::ProgressDialog)
 Provides: perl(Wx::PropertyAccessor)
 Provides: perl(Wx::PropertyCategory)
 Provides: perl(Wx::PropertyGrid)
-Provides: perl(Wx::PropertyGrid)
 Provides: perl(Wx::PropertyGridEvent)
 Provides: perl(Wx::PropertyGridHitTestResult)
 Provides: perl(Wx::PropertyGridIterator)
@@ -543,8 +532,6 @@ Provides: perl(Wx::SingleInstanceChecker)
 Provides: perl(Wx::Size)
 Provides: perl(Wx::SizeEvent)
 Provides: perl(Wx::Sizer)
-Provides: perl(Wx::Sizer)
-Provides: perl(Wx::SizerItem)
 Provides: perl(Wx::SizerItem)
 Provides: perl(Wx::Slider)
 Provides: perl(Wx::SockAddress)
@@ -586,7 +573,6 @@ Provides: perl(Wx::TextAttrEx)
 Provides: perl(Wx::TextCtrl)
 Provides: perl(Wx::TextCtrlBase)
 Provides: perl(Wx::TextCtrlIface)
-Provides: perl(Wx::TextCtrlIface)
 Provides: perl(Wx::TextDataObject)
 Provides: perl(Wx::TextDropTarget)
 Provides: perl(Wx::TextEntryDialog)
@@ -624,13 +610,9 @@ Provides: perl(Wx::UpdateUIEvent)
 Provides: perl(Wx::URLDataObject)
 Provides: perl(Wx::Validator)
 Provides: perl(Wx::VarHScrollHelper)
-Provides: perl(Wx::VarHScrollHelper)
-Provides: perl(Wx::VarHVScrollHelper)
 Provides: perl(Wx::VarHVScrollHelper)
 Provides: perl(Wx::Variant)
 Provides: perl(Wx::VarScrollHelperBase)
-Provides: perl(Wx::VarScrollHelperBase)
-Provides: perl(Wx::VarVScrollHelper)
 Provides: perl(Wx::VarVScrollHelper)
 Provides: perl(Wx::VideoMode)
 Provides: perl(Wx::View)
@@ -673,7 +655,6 @@ you can download it from http://wxperl.sourceforge.net/.
 
 %prep
 %setup -q -n 

[Bug 1206423] perl-Wx-0.9927 is available

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1206423

Tom spot Callaway tcall...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2015-03-27 11:42:41



--- Comment #2 from Tom spot Callaway tcall...@redhat.com ---
0.9927 in rawhide.

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

spot pushed to perl-Mail-Box (f22). 2.118

2015-03-27 Thread notifications
From 7141ca82992b6b3bd69225f4391cf456db6be5a2 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:16:26 -0400
Subject: 2.118


diff --git a/perl-Mail-Box.spec b/perl-Mail-Box.spec
index a20138a..a8a80e1 100644
--- a/perl-Mail-Box.spec
+++ b/perl-Mail-Box.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mail-Box
-Version:2.107
-Release:8%{?dist}
+Version:2.118
+Release:1%{?dist}
 Summary:Manage a mailbox, a folder with messages
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -17,7 +17,7 @@ BuildRequires:  perl(Errno), perl(Object::Realize::Later), 
perl(Mail::Address),
 BuildRequires:  perl(Sys::Hostname), perl(Test::More), perl(Test::Harness), 
perl(MIME::Base64)
 BuildRequires:  perl(URI), perl(IO::Scalar), perl(Digest::HMAC_MD5), 
perl(User::Identity)
 BuildRequires:  perl(Time::Zone), perl(Email::Simple), perl(Text::Autoformat)
-BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod), perl(Devel::GlobalDestruction)
 # Email::Abstract requires Mail::Message from this package
 %if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(Email::Abstract)
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 2.118-1
+- update to 2.118
+
 * Sun Sep 07 2014 Jitka Plesnikova jples...@redhat.com - 2.107-8
 - Perl 5.20 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 92f9108..93a5131 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6df8b045f82a3cafc1df4e934f881a2d  Mail-Box-2.107.tar.gz
+aaf4f039d98e8f8feb8d300f34392554  Mail-Box-2.118.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Mail-Box.git/commit/?h=f22id=7141ca82992b6b3bd69225f4391cf456db6be5a2
--
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

spot pushed to perl-Lingua-EN-Inflect-Number (f22). update to 1.11

2015-03-27 Thread notifications
From 8c625e28c3355cc1f4feb99ce56729e4492a9a8c Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:18:28 -0400
Subject: update to 1.11


diff --git a/perl-Lingua-EN-Inflect-Number.spec 
b/perl-Lingua-EN-Inflect-Number.spec
index d99e539..1a53754 100644
--- a/perl-Lingua-EN-Inflect-Number.spec
+++ b/perl-Lingua-EN-Inflect-Number.spec
@@ -1,6 +1,6 @@
 Name:   perl-Lingua-EN-Inflect-Number
-Version:1.1
-Release:24%{?dist}
+Version:1.11
+Release:1%{?dist}
 Summary:Force number of words to singular or plural
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.11-1
+- update to 1.11
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.1-24
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 963b574..d5ab4ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bcee940ef603da93e7da11d8eecad409  Lingua-EN-Inflect-Number-1.1.tar.gz
+14856b8dd22585780ac39c7a1fedc260  Lingua-EN-Inflect-Number-1.11.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Lingua-EN-Inflect-Number.git/commit/?h=f22id=8c625e28c3355cc1f4feb99ce56729e4492a9a8c
--
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

spot pushed to perl-Lingua-EN-Inflect-Number (master). update to 1.11

2015-03-27 Thread notifications
From 2b6958f5e415924748351ec844b08a52d005c46a Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:18:10 -0400
Subject: update to 1.11


diff --git a/.gitignore b/.gitignore
index a2137f4..a412947 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Lingua-EN-Inflect-Number-1.1.tar.gz
+/Lingua-EN-Inflect-Number-1.11.tar.gz
diff --git a/perl-Lingua-EN-Inflect-Number.spec 
b/perl-Lingua-EN-Inflect-Number.spec
index d99e539..1a53754 100644
--- a/perl-Lingua-EN-Inflect-Number.spec
+++ b/perl-Lingua-EN-Inflect-Number.spec
@@ -1,6 +1,6 @@
 Name:   perl-Lingua-EN-Inflect-Number
-Version:1.1
-Release:24%{?dist}
+Version:1.11
+Release:1%{?dist}
 Summary:Force number of words to singular or plural
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.11-1
+- update to 1.11
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.1-24
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 963b574..d5ab4ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bcee940ef603da93e7da11d8eecad409  Lingua-EN-Inflect-Number-1.1.tar.gz
+14856b8dd22585780ac39c7a1fedc260  Lingua-EN-Inflect-Number-1.11.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Lingua-EN-Inflect-Number.git/commit/?h=masterid=2b6958f5e415924748351ec844b08a52d005c46a
--
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

spot uploaded IO-CaptureOutput-1.1104.tar.gz for perl-IO-CaptureOutput

2015-03-27 Thread notifications
5c98f4ed8e6aa5237e610b5865f275e9  IO-CaptureOutput-1.1104.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-CaptureOutput/IO-CaptureOutput-1.1104.tar.gz/5c98f4ed8e6aa5237e610b5865f275e9/IO-CaptureOutput-1.1104.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

spot pushed to perl-IO-Interface (f22). update to 1.09

2015-03-27 Thread notifications
From 9636917c7c968688faa0baeb7de3baffed69c1c2 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:24:09 -0400
Subject: update to 1.09


diff --git a/perl-IO-Interface.spec b/perl-IO-Interface.spec
index 445bef0..5c6f817 100644
--- a/perl-IO-Interface.spec
+++ b/perl-IO-Interface.spec
@@ -1,15 +1,12 @@
 Name:   perl-IO-Interface
-Version:1.05
-Release:16%{?dist}
+Version:1.09
+Release:1%{?dist}
 Summary:Perl extension for accessing network card configuration 
information
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/IO-Interface/
 Source0:
http://www.cpan.org/authors/id/L/LD/LDS/IO-Interface-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -19,42 +16,30 @@ be used to retrieve and change information about the network
 interfaces on your system.  In addition to the object-oriented access
 methods, you can use a function-oriented style.
 
-
 %prep
 %setup -q -n IO-Interface-%{version}
 
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
-make %{?_smp_mflags}
-
+%{__perl} Build.PL installdirs=vendor optimize=$RPM_OPT_FLAGS
+./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
-make test
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+./Build test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README.md
 %{perl_vendorarch}/IO/
 %{perl_vendorarch}/auto/IO/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.09-1
+- update to 1.09
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.05-16
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 339fc99..32def3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ac2e6bac4d385a01355acea8b6190cc  IO-Interface-1.05.tar.gz
+806f97aff5a7361b6f54cd494f4cc9fd  IO-Interface-1.09.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Interface.git/commit/?h=f22id=9636917c7c968688faa0baeb7de3baffed69c1c2
--
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

spot pushed to perl-IO-Interface (master). update to 1.09

2015-03-27 Thread notifications
From 80d420a8143983fb0f8b2e804421e00e3e24 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:23:52 -0400
Subject: update to 1.09


diff --git a/.gitignore b/.gitignore
index eb5e82d..315521a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IO-Interface-1.05.tar.gz
+/IO-Interface-1.09.tar.gz
diff --git a/perl-IO-Interface.spec b/perl-IO-Interface.spec
index 445bef0..5c6f817 100644
--- a/perl-IO-Interface.spec
+++ b/perl-IO-Interface.spec
@@ -1,15 +1,12 @@
 Name:   perl-IO-Interface
-Version:1.05
-Release:16%{?dist}
+Version:1.09
+Release:1%{?dist}
 Summary:Perl extension for accessing network card configuration 
information
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/IO-Interface/
 Source0:
http://www.cpan.org/authors/id/L/LD/LDS/IO-Interface-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -19,42 +16,30 @@ be used to retrieve and change information about the network
 interfaces on your system.  In addition to the object-oriented access
 methods, you can use a function-oriented style.
 
-
 %prep
 %setup -q -n IO-Interface-%{version}
 
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
-make %{?_smp_mflags}
-
+%{__perl} Build.PL installdirs=vendor optimize=$RPM_OPT_FLAGS
+./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
-make test
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+./Build test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README.md
 %{perl_vendorarch}/IO/
 %{perl_vendorarch}/auto/IO/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.09-1
+- update to 1.09
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.05-16
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 339fc99..32def3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ac2e6bac4d385a01355acea8b6190cc  IO-Interface-1.05.tar.gz
+806f97aff5a7361b6f54cd494f4cc9fd  IO-Interface-1.09.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Interface.git/commit/?h=masterid=80d420a8143983fb0f8b2e804421e00e3e24
--
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

spot pushed to perl-IO-CaptureOutput (f22). update to 1.1104

2015-03-27 Thread notifications
From e17238cf1374caea8e9ef589226c8723ed7c52d1 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:27:09 -0400
Subject: update to 1.1104


diff --git a/perl-IO-CaptureOutput.spec b/perl-IO-CaptureOutput.spec
index 05cb862..d861cab 100644
--- a/perl-IO-CaptureOutput.spec
+++ b/perl-IO-CaptureOutput.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-CaptureOutput
-Version:1.1102
-Release:13%{?dist}
+Version:1.1104
+Release:1%{?dist}
 Summary:Capture STDOUT/STDERR from sub-processes and XS/C modules
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -15,7 +15,7 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Temp) = 0.16
 # Tests:
-BuildRequires:  perl(File::Spec) = 3.27
+# BuildRequires:  perl(File::Spec) = 3.27
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test::More) = 0.62
 # Optional test:
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.1104-1
+- update to 1.1104
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.1102-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 001b3d4..e9636c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-367b3c0eb33a4b600de4009b0445ae0d  IO-CaptureOutput-1.1102.tar.gz
+5c98f4ed8e6aa5237e610b5865f275e9  IO-CaptureOutput-1.1104.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-CaptureOutput.git/commit/?h=f22id=e17238cf1374caea8e9ef589226c8723ed7c52d1
--
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

spot pushed to perl-IO-CaptureOutput (master). update to 1.1104

2015-03-27 Thread notifications
From 43a9cadb510a2f664c75c06ea4b288b0aca2a1c0 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:26:52 -0400
Subject: update to 1.1104


diff --git a/.gitignore b/.gitignore
index 9e113e9..ce76e69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IO-CaptureOutput-1.1102.tar.gz
+/IO-CaptureOutput-1.1104.tar.gz
diff --git a/perl-IO-CaptureOutput.spec b/perl-IO-CaptureOutput.spec
index 05cb862..d861cab 100644
--- a/perl-IO-CaptureOutput.spec
+++ b/perl-IO-CaptureOutput.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-CaptureOutput
-Version:1.1102
-Release:13%{?dist}
+Version:1.1104
+Release:1%{?dist}
 Summary:Capture STDOUT/STDERR from sub-processes and XS/C modules
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -15,7 +15,7 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Temp) = 0.16
 # Tests:
-BuildRequires:  perl(File::Spec) = 3.27
+# BuildRequires:  perl(File::Spec) = 3.27
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test::More) = 0.62
 # Optional test:
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.1104-1
+- update to 1.1104
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.1102-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 001b3d4..e9636c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-367b3c0eb33a4b600de4009b0445ae0d  IO-CaptureOutput-1.1102.tar.gz
+5c98f4ed8e6aa5237e610b5865f275e9  IO-CaptureOutput-1.1104.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-CaptureOutput.git/commit/?h=masterid=43a9cadb510a2f664c75c06ea4b288b0aca2a1c0
--
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

spot uploaded Lingua-EN-Inflect-Number-1.11.tar.gz for perl-Lingua-EN-Inflect-Number

2015-03-27 Thread notifications
14856b8dd22585780ac39c7a1fedc260  Lingua-EN-Inflect-Number-1.11.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Lingua-EN-Inflect-Number/Lingua-EN-Inflect-Number-1.11.tar.gz/14856b8dd22585780ac39c7a1fedc260/Lingua-EN-Inflect-Number-1.11.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

spot pushed to perl-Mail-Box (master). 2.118

2015-03-27 Thread notifications
From 018e9a9a1146eca5d2d085a9c9fb6c3158d00d74 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:16:07 -0400
Subject: 2.118


diff --git a/.gitignore b/.gitignore
index 7b389e6..f411999 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Mail-Box-2.095.tar.gz
 /Mail-Box-2.097.tar.gz
 /Mail-Box-2.102.tar.gz
 /Mail-Box-2.107.tar.gz
+/Mail-Box-2.118.tar.gz
diff --git a/perl-Mail-Box.spec b/perl-Mail-Box.spec
index a20138a..a8a80e1 100644
--- a/perl-Mail-Box.spec
+++ b/perl-Mail-Box.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mail-Box
-Version:2.107
-Release:8%{?dist}
+Version:2.118
+Release:1%{?dist}
 Summary:Manage a mailbox, a folder with messages
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -17,7 +17,7 @@ BuildRequires:  perl(Errno), perl(Object::Realize::Later), 
perl(Mail::Address),
 BuildRequires:  perl(Sys::Hostname), perl(Test::More), perl(Test::Harness), 
perl(MIME::Base64)
 BuildRequires:  perl(URI), perl(IO::Scalar), perl(Digest::HMAC_MD5), 
perl(User::Identity)
 BuildRequires:  perl(Time::Zone), perl(Email::Simple), perl(Text::Autoformat)
-BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod), perl(Devel::GlobalDestruction)
 # Email::Abstract requires Mail::Message from this package
 %if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(Email::Abstract)
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 2.118-1
+- update to 2.118
+
 * Sun Sep 07 2014 Jitka Plesnikova jples...@redhat.com - 2.107-8
 - Perl 5.20 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 92f9108..93a5131 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6df8b045f82a3cafc1df4e934f881a2d  Mail-Box-2.107.tar.gz
+aaf4f039d98e8f8feb8d300f34392554  Mail-Box-2.118.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Mail-Box.git/commit/?h=masterid=018e9a9a1146eca5d2d085a9c9fb6c3158d00d74
--
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

spot uploaded IO-Interface-1.09.tar.gz for perl-IO-Interface

2015-03-27 Thread notifications
806f97aff5a7361b6f54cd494f4cc9fd  IO-Interface-1.09.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-Interface/IO-Interface-1.09.tar.gz/806f97aff5a7361b6f54cd494f4cc9fd/IO-Interface-1.09.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

spot uploaded Tie-DBI-1.06.tar.gz for perl-Tie-DBI

2015-03-27 Thread notifications
a163c45daaad78a510c7ec6333545810  Tie-DBI-1.06.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Tie-DBI/Tie-DBI-1.06.tar.gz/a163c45daaad78a510c7ec6333545810/Tie-DBI-1.06.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

spot pushed to perl-Text-WikiFormat (master). update to 0.81

2015-03-27 Thread notifications
From 6266a4ca787103af78a813b3a4829176ee08f3ab Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:25:47 -0400
Subject: update to 0.81


diff --git a/.gitignore b/.gitignore
index f5b1bfb..e16e472 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Text-WikiFormat-0.79.tar.gz
+/Text-WikiFormat-0.81.tar.gz
diff --git a/perl-Text-WikiFormat.spec b/perl-Text-WikiFormat.spec
index f71c38a..3448ca9 100644
--- a/perl-Text-WikiFormat.spec
+++ b/perl-Text-WikiFormat.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-WikiFormat
-Version:0.79
-Release:17%{?dist}
+Version:0.81
+Release:1%{?dist}
 Summary:Translate Wiki formatted text into other formats
 
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.81-1
+- update to 0.81
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.79-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 238a5a9..d34a8f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f3e888ff898f67332216c4a25523f30  Text-WikiFormat-0.79.tar.gz
+c6c942fbae3483cc660b1ebf7abfd2c6  Text-WikiFormat-0.81.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-WikiFormat.git/commit/?h=masterid=6266a4ca787103af78a813b3a4829176ee08f3ab
--
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

spot pushed to perl-Text-WikiFormat (f22). update to 0.81

2015-03-27 Thread notifications
From 55f9aedcb08d53b920d4bf4edf45590e288dcf21 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:26:09 -0400
Subject: update to 0.81


diff --git a/perl-Text-WikiFormat.spec b/perl-Text-WikiFormat.spec
index f71c38a..3448ca9 100644
--- a/perl-Text-WikiFormat.spec
+++ b/perl-Text-WikiFormat.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-WikiFormat
-Version:0.79
-Release:17%{?dist}
+Version:0.81
+Release:1%{?dist}
 Summary:Translate Wiki formatted text into other formats
 
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.81-1
+- update to 0.81
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.79-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 238a5a9..d34a8f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f3e888ff898f67332216c4a25523f30  Text-WikiFormat-0.79.tar.gz
+c6c942fbae3483cc660b1ebf7abfd2c6  Text-WikiFormat-0.81.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-WikiFormat.git/commit/?h=f22id=55f9aedcb08d53b920d4bf4edf45590e288dcf21
--
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

spot pushed to perl-Test-Number-Delta (master). update to 1.06

2015-03-27 Thread notifications
From 8a788827d6fe26c97b671dce9562d28f0c8e2c80 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:35:55 -0400
Subject: update to 1.06


diff --git a/.gitignore b/.gitignore
index 8ce5078..424a416 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-Number-Delta-1.03.tar.gz
+/Test-Number-Delta-1.06.tar.gz
diff --git a/perl-Test-Number-Delta.spec b/perl-Test-Number-Delta.spec
index 8e1b037..a1f9dd8 100644
--- a/perl-Test-Number-Delta.spec
+++ b/perl-Test-Number-Delta.spec
@@ -1,16 +1,13 @@
 Name:   perl-Test-Number-Delta
-Version:1.03
-Release:17%{?dist}
+Version:1.06
+Release:1%{?dist}
 Summary:Compare the difference between numbers against a given 
tolerance
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-Number-Delta/
 Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:  noarch
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Builder) = 0.32
 BuildRequires:  perl(Test::Builder::Tester) = 1.02
 BuildRequires:  perl(Test::Pod)
@@ -30,32 +27,32 @@ a function for use with Test::Harness.
 
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %check
-AUTHOR_TESTING=1 ./Build test
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+AUTHOR_TESTING=1 make test
 
 
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE Todo
+%doc Changes
+%license LICENSE
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.06-1
+- update to 1.06
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.03-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 5157e66..d3aa5ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17d3eec2d5bbe012c4a797af8e75ae39  Test-Number-Delta-1.03.tar.gz
+f0d420e7f679a0bc593713d21c25f51e  Test-Number-Delta-1.06.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Number-Delta.git/commit/?h=masterid=8a788827d6fe26c97b671dce9562d28f0c8e2c80
--
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

spot uploaded Test-Cmd-1.08.tar.gz for perl-Test-Cmd

2015-03-27 Thread notifications
d6de8b9c163dff5c1067162a7993c887  Test-Cmd-1.08.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Cmd/Test-Cmd-1.08.tar.gz/d6de8b9c163dff5c1067162a7993c887/Test-Cmd-1.08.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

spot pushed to perl-Template-Toolkit (f22). 2.26

2015-03-27 Thread notifications
From cb648e90f148be8d36bcf1e13f945ef5ecb3b96f Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:52:50 -0400
Subject: 2.26


diff --git a/perl-Template-Toolkit.spec b/perl-Template-Toolkit.spec
index 677ef50..f8794e3 100644
--- a/perl-Template-Toolkit.spec
+++ b/perl-Template-Toolkit.spec
@@ -1,6 +1,6 @@
 Name:   perl-Template-Toolkit
-Version:2.25
-Release:5%{?dist}
+Version:2.26
+Release:1%{?dist}
 Summary:Template processing system
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 2.26-1
+- update to 2.26
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 2.25-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 629c551..9c65c51 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6be78743caf5fafe8de4a17c2d0c72ff  Template-Toolkit-2.25.tar.gz
 434a70bb50915e5c2baf5c3fd6ce673e  TT_v224_html_docs.tar.gz
+4c289856ebee446ebbe2629b24f0734b  Template-Toolkit-2.26.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Template-Toolkit.git/commit/?h=f22id=cb648e90f148be8d36bcf1e13f945ef5ecb3b96f
--
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

spot pushed to perl-Template-Toolkit (master). 2.26

2015-03-27 Thread notifications
From 5e1c2148678d38ae5b1cd9348e219dbf817e5092 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:51:38 -0400
Subject: 2.26


diff --git a/.gitignore b/.gitignore
index 861132e..7ac94fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ TT_v222_html_docs.tar.gz
 /Template-Toolkit-2.24.tar.gz
 /TT_v224_html_docs.tar.gz
 /Template-Toolkit-2.25.tar.gz
+/Template-Toolkit-2.26.tar.gz
diff --git a/perl-Template-Toolkit.spec b/perl-Template-Toolkit.spec
index 677ef50..f8794e3 100644
--- a/perl-Template-Toolkit.spec
+++ b/perl-Template-Toolkit.spec
@@ -1,6 +1,6 @@
 Name:   perl-Template-Toolkit
-Version:2.25
-Release:5%{?dist}
+Version:2.26
+Release:1%{?dist}
 Summary:Template processing system
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 2.26-1
+- update to 2.26
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 2.25-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 629c551..9c65c51 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6be78743caf5fafe8de4a17c2d0c72ff  Template-Toolkit-2.25.tar.gz
 434a70bb50915e5c2baf5c3fd6ce673e  TT_v224_html_docs.tar.gz
+4c289856ebee446ebbe2629b24f0734b  Template-Toolkit-2.26.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Template-Toolkit.git/commit/?h=masterid=5e1c2148678d38ae5b1cd9348e219dbf817e5092
--
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

spot pushed to perl-String-Format (f22). 1.17

2015-03-27 Thread notifications
From 9a9cb4c09f324e72b4a028d3bfd1484bbb1e38dd Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:58:20 -0400
Subject: 1.17


diff --git a/perl-String-Format.spec b/perl-String-Format.spec
index 9ed3df6..479fcc4 100644
--- a/perl-String-Format.spec
+++ b/perl-String-Format.spec
@@ -1,6 +1,6 @@
 Name:   perl-String-Format
-Version:1.16
-Release:15%{?dist}
+Version:1.17
+Release:1%{?dist}
 Summary:Sprintf-like string formatting capabilities with arbitrary 
format definitions
 
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ make test
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.17-1
+- update to 1.17
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.16-15
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 39ec909..3565cd0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c4214b891648bbbf74b3ecf5c8207d8  String-Format-1.16.tar.gz
+5635b975740122bab326ff2186cc97fb  String-Format-1.17.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-String-Format.git/commit/?h=f22id=9a9cb4c09f324e72b4a028d3bfd1484bbb1e38dd
--
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

spot pushed to perl-Net-Domain-TLD (f22). update to 1.73

2015-03-27 Thread notifications
From effbfcda1eafb8d745fa46cdd5e9e8cc1e9dc3e9 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:09:44 -0400
Subject: update to 1.73


diff --git a/perl-Net-Domain-TLD.spec b/perl-Net-Domain-TLD.spec
index 511c1d5..9f4ac5a 100644
--- a/perl-Net-Domain-TLD.spec
+++ b/perl-Net-Domain-TLD.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-Domain-TLD
-Version:1.70
-Release:3%{?dist}
+Version:1.73
+Release:1%{?dist}
 Summary:Work with TLD names
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.73-1
+- update to 1.73
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.70-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d1a6dab..ebc9c81 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-025709d5c48461ff8b647254ac3cffbc  Net-Domain-TLD-1.70.tar.gz
+cc11bb4afb92c120f43ff62fde07cb8b  Net-Domain-TLD-1.73.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-Domain-TLD.git/commit/?h=f22id=effbfcda1eafb8d745fa46cdd5e9e8cc1e9dc3e9
--
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

spot pushed to perl-Tie-DBI (f22). update to 1.06

2015-03-27 Thread notifications
From 7eaf61fb29e8ae2928d48e84fcf920773901a98f Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:23:02 -0400
Subject: update to 1.06


diff --git a/perl-Tie-DBI.spec b/perl-Tie-DBI.spec
index c13ffba..ba519fe 100644
--- a/perl-Tie-DBI.spec
+++ b/perl-Tie-DBI.spec
@@ -1,6 +1,6 @@
 Name:   perl-Tie-DBI
-Version:1.05
-Release:12%{?dist}
+Version:1.06
+Release:1%{?dist}
 Summary:Tie hashes to DBI relational databases
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.06-1
+- update to 1.06
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.05-12
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index ced4dd7..e32f45e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8bef1b1e4db79d1dcc871e87fbc68536  Tie-DBI-1.05.tar.gz
+a163c45daaad78a510c7ec6333545810  Tie-DBI-1.06.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tie-DBI.git/commit/?h=f22id=7eaf61fb29e8ae2928d48e84fcf920773901a98f
--
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

spot uploaded Text-WikiFormat-0.81.tar.gz for perl-Text-WikiFormat

2015-03-27 Thread notifications
c6c942fbae3483cc660b1ebf7abfd2c6  Text-WikiFormat-0.81.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-WikiFormat/Text-WikiFormat-0.81.tar.gz/c6c942fbae3483cc660b1ebf7abfd2c6/Text-WikiFormat-0.81.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

spot uploaded Text-Template-1.46.tar.gz for perl-Text-Template

2015-03-27 Thread notifications
912ce180e05d99a169f20aaf4fbf8b8f  Text-Template-1.46.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-Template/Text-Template-1.46.tar.gz/912ce180e05d99a169f20aaf4fbf8b8f/Text-Template-1.46.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

spot uploaded Test-MockModule-0.09.tar.gz for perl-Test-MockModule

2015-03-27 Thread notifications
0006964fcda710fcf2832924cdb67546  Test-MockModule-0.09.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-MockModule/Test-MockModule-0.09.tar.gz/0006964fcda710fcf2832924cdb67546/Test-MockModule-0.09.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

spot pushed to perl-Test-MockModule (master). update to 0.09

2015-03-27 Thread notifications
From 4046004494803386deba4b6351a9fa002c3bd6d9 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:41:25 -0400
Subject: update to 0.09


diff --git a/.gitignore b/.gitignore
index 59f55b3..94deb53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-MockModule-0.05.tar.gz
+/Test-MockModule-0.09.tar.gz
diff --git a/perl-Test-MockModule.spec b/perl-Test-MockModule.spec
index f20e320..44becdb 100644
--- a/perl-Test-MockModule.spec
+++ b/perl-Test-MockModule.spec
@@ -1,16 +1,15 @@
 Name:   perl-Test-MockModule
-Version:0.05
-Release:22%{?dist}
+Version:0.09
+Release:1%{?dist}
 Summary:Override subroutines in a module for unit testing
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-MockModule/
 Source0:
http://search.cpan.org/CPAN/authors/id/S/SI/SIMONFLK/Test-MockModule-%{version}.tar.gz
-
 BuildArch:  noarch
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Build), perl(SUPER)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
 %description
@@ -20,26 +19,26 @@ Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $version))
 %setup -q -n Test-MockModule-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
-make test
+./Build test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
+%license LICENSE
 %{perl_vendorlib}/Test
 %{_mandir}/man3/*.3*
 
-
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.09-1
+- update to 0.09
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.05-22
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 7425703..0c215e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b013aeeb221f83e7f325a2f98169296  Test-MockModule-0.05.tar.gz
+0006964fcda710fcf2832924cdb67546  Test-MockModule-0.09.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-MockModule.git/commit/?h=masterid=4046004494803386deba4b6351a9fa002c3bd6d9
--
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

spot pushed to perl-Test-Cmd (f22). update to 1.08

2015-03-27 Thread notifications
From 6207c67c2f7cb112d4415b0af8e219daca84260d Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:44:27 -0400
Subject: update to 1.08


diff --git a/perl-Test-Cmd.spec b/perl-Test-Cmd.spec
index 94568e2..6f99894 100644
--- a/perl-Test-Cmd.spec
+++ b/perl-Test-Cmd.spec
@@ -1,17 +1,15 @@
 Name:   perl-Test-Cmd
-Version:1.05
-Release:17%{?dist}
+Version:1.08
+Release:1%{?dist}
 Summary:Perl module for portable testing of commands and scripts
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-Cmd/
-Source0:
http://www.cpan.org/authors/id/K/KN/KNIGHT/Test-Cmd-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:
http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Test-Cmd-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Algorithm::DiffOld)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test::Pod)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(Algorithm::DiffOld)
 
@@ -54,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.08-1
+- update to 1.08
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.05-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 2190c36..36ecde6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-462ed981f09e02a5d9bdfb309425ede0  Test-Cmd-1.05.tar.gz
+d6de8b9c163dff5c1067162a7993c887  Test-Cmd-1.08.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Cmd.git/commit/?h=f22id=6207c67c2f7cb112d4415b0af8e219daca84260d
--
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

spot pushed to perl-Test-Cmd (master). update to 1.08

2015-03-27 Thread notifications
From 839d66b5c13d359ec4adfadb16e8e29669f20d39 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:44:10 -0400
Subject: update to 1.08


diff --git a/.gitignore b/.gitignore
index 247d91e..130cb3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-Cmd-1.05.tar.gz
+/Test-Cmd-1.08.tar.gz
diff --git a/perl-Test-Cmd.spec b/perl-Test-Cmd.spec
index 94568e2..6f99894 100644
--- a/perl-Test-Cmd.spec
+++ b/perl-Test-Cmd.spec
@@ -1,17 +1,15 @@
 Name:   perl-Test-Cmd
-Version:1.05
-Release:17%{?dist}
+Version:1.08
+Release:1%{?dist}
 Summary:Perl module for portable testing of commands and scripts
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-Cmd/
-Source0:
http://www.cpan.org/authors/id/K/KN/KNIGHT/Test-Cmd-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:
http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Test-Cmd-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Algorithm::DiffOld)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test::Pod)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(Algorithm::DiffOld)
 
@@ -54,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.08-1
+- update to 1.08
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.05-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 2190c36..36ecde6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-462ed981f09e02a5d9bdfb309425ede0  Test-Cmd-1.05.tar.gz
+d6de8b9c163dff5c1067162a7993c887  Test-Cmd-1.08.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Cmd.git/commit/?h=masterid=839d66b5c13d359ec4adfadb16e8e29669f20d39
--
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

spot uploaded Template-Toolkit-2.26.tar.gz for perl-Template-Toolkit

2015-03-27 Thread notifications
4c289856ebee446ebbe2629b24f0734b  Template-Toolkit-2.26.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Template-Toolkit/Template-Toolkit-2.26.tar.gz/4c289856ebee446ebbe2629b24f0734b/Template-Toolkit-2.26.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

spot uploaded Mail-Box-2.118.tar.gz for perl-Mail-Box

2015-03-27 Thread notifications
aaf4f039d98e8f8feb8d300f34392554  Mail-Box-2.118.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Mail-Box/Mail-Box-2.118.tar.gz/aaf4f039d98e8f8feb8d300f34392554/Mail-Box-2.118.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

spot pushed to perl-Tie-DBI (master). update to 1.06

2015-03-27 Thread notifications
From f94e51f198d7ce36ff2690287d63118ff486c2ef Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:20:43 -0400
Subject: update to 1.06


diff --git a/.gitignore b/.gitignore
index 2dc7737..b16fbd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Tie-DBI-1.05.tar.gz
+/Tie-DBI-1.06.tar.gz
diff --git a/perl-Tie-DBI.spec b/perl-Tie-DBI.spec
index c13ffba..ba519fe 100644
--- a/perl-Tie-DBI.spec
+++ b/perl-Tie-DBI.spec
@@ -1,6 +1,6 @@
 Name:   perl-Tie-DBI
-Version:1.05
-Release:12%{?dist}
+Version:1.06
+Release:1%{?dist}
 Summary:Tie hashes to DBI relational databases
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.06-1
+- update to 1.06
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.05-12
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index ced4dd7..e32f45e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8bef1b1e4db79d1dcc871e87fbc68536  Tie-DBI-1.05.tar.gz
+a163c45daaad78a510c7ec6333545810  Tie-DBI-1.06.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tie-DBI.git/commit/?h=masterid=f94e51f198d7ce36ff2690287d63118ff486c2ef
--
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

spot pushed to perl-Text-Template (master). 1.46

2015-03-27 Thread notifications
From e83c6377159b453c8259c7d38f4f34ea741433c8 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:29:14 -0400
Subject: 1.46


diff --git a/.gitignore b/.gitignore
index e0ed52d..ee2aa26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Text-Template-1.45.tar.gz
+/Text-Template-1.46.tar.gz
diff --git a/perl-Text-Template.spec b/perl-Text-Template.spec
index 25636da..410c39c 100644
--- a/perl-Text-Template.spec
+++ b/perl-Text-Template.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Template
-Version:1.45
-Release:18%{?dist}
+Version:1.46
+Release:1%{?dist}
 Summary:Expand template text with embedded Perl
 
 Group:  Development/Libraries
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callawau s...@fedoraproject.org - 1.46-1
+- update to 1.46
+
 * Fri Mar 06 2015 Petr Pisar ppi...@redhat.com - 1.45-18
 - Correct license declaration to ((GPL+ or Artistic) and (GPLv2+ or Artistic))
   (bug #1198991)
diff --git a/sources b/sources
index 4c0a520..3c833a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd22441c1ab0870c012225c9a585e262  Text-Template-1.45.tar.gz
+912ce180e05d99a169f20aaf4fbf8b8f  Text-Template-1.46.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Template.git/commit/?h=masterid=e83c6377159b453c8259c7d38f4f34ea741433c8
--
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

spot pushed to perl-String-Format (master). 1.17

2015-03-27 Thread notifications
From 0a5dec974af983ee037edf83a3267a23b4f613f7 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:58:03 -0400
Subject: 1.17


diff --git a/.gitignore b/.gitignore
index dc5d03c..986045d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 String-Format-1.16.tar.gz
+/String-Format-1.17.tar.gz
diff --git a/perl-String-Format.spec b/perl-String-Format.spec
index 9ed3df6..479fcc4 100644
--- a/perl-String-Format.spec
+++ b/perl-String-Format.spec
@@ -1,6 +1,6 @@
 Name:   perl-String-Format
-Version:1.16
-Release:15%{?dist}
+Version:1.17
+Release:1%{?dist}
 Summary:Sprintf-like string formatting capabilities with arbitrary 
format definitions
 
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ make test
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.17-1
+- update to 1.17
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.16-15
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 39ec909..3565cd0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c4214b891648bbbf74b3ecf5c8207d8  String-Format-1.16.tar.gz
+5635b975740122bab326ff2186cc97fb  String-Format-1.17.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-String-Format.git/commit/?h=masterid=0a5dec974af983ee037edf83a3267a23b4f613f7
--
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

spot uploaded String-Format-1.17.tar.gz for perl-String-Format

2015-03-27 Thread notifications
5635b975740122bab326ff2186cc97fb  String-Format-1.17.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-String-Format/String-Format-1.17.tar.gz/5635b975740122bab326ff2186cc97fb/String-Format-1.17.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

spot pushed to perl-Set-Scalar (f22). 1.29

2015-03-27 Thread notifications
From eade228c6294d112e90fbdea377f9d0b446c2288 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:02:49 -0400
Subject: 1.29


diff --git a/perl-Set-Scalar.spec b/perl-Set-Scalar.spec
index c0ed030..f28c125 100644
--- a/perl-Set-Scalar.spec
+++ b/perl-Set-Scalar.spec
@@ -1,14 +1,11 @@
 Name:   perl-Set-Scalar
-Version:1.25
-Release:13%{?dist}
+Version:1.29
+Release:1%{?dist}
 Summary:Basic set operations
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Set-Scalar/
-Source0:
http://www.cpan.org/authors/id/J/JH/JHI/Set-Scalar-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:
http://search.cpan.org/CPAN/authors/id/D/DA/DAVIDO/Set-Scalar-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -16,40 +13,31 @@ Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $versi
 %description
 %{summary}.
 
-
 %prep
 %setup -q -n Set-Scalar-%{version}
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog README
 %{perl_vendorlib}/Set/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.29-1
+- update to 1.29
+
 * Tue Aug 26 2014 Jitka Plesnikova jples...@redhat.com - 1.25-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 3fb007f..7ec7f71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-749349bb42757f46d25593e89444872e  Set-Scalar-1.25.tar.gz
+4af73c0d6f562d1eddd4ebf6014ac67f  Set-Scalar-1.29.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Set-Scalar.git/commit/?h=f22id=eade228c6294d112e90fbdea377f9d0b446c2288
--
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

spot pushed to perl-Set-Scalar (master). 1.29

2015-03-27 Thread notifications
From 13016f0894f40f32414586f1ae05ae3b6cfaec65 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:02:32 -0400
Subject: 1.29


diff --git a/.gitignore b/.gitignore
index ad75ac8..ff03ddc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Set-Scalar-1.25.tar.gz
+/Set-Scalar-1.29.tar.gz
diff --git a/perl-Set-Scalar.spec b/perl-Set-Scalar.spec
index c0ed030..f28c125 100644
--- a/perl-Set-Scalar.spec
+++ b/perl-Set-Scalar.spec
@@ -1,14 +1,11 @@
 Name:   perl-Set-Scalar
-Version:1.25
-Release:13%{?dist}
+Version:1.29
+Release:1%{?dist}
 Summary:Basic set operations
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Set-Scalar/
-Source0:
http://www.cpan.org/authors/id/J/JH/JHI/Set-Scalar-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:
http://search.cpan.org/CPAN/authors/id/D/DA/DAVIDO/Set-Scalar-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -16,40 +13,31 @@ Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $versi
 %description
 %{summary}.
 
-
 %prep
 %setup -q -n Set-Scalar-%{version}
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog README
 %{perl_vendorlib}/Set/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.29-1
+- update to 1.29
+
 * Tue Aug 26 2014 Jitka Plesnikova jples...@redhat.com - 1.25-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 3fb007f..7ec7f71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-749349bb42757f46d25593e89444872e  Set-Scalar-1.25.tar.gz
+4af73c0d6f562d1eddd4ebf6014ac67f  Set-Scalar-1.29.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Set-Scalar.git/commit/?h=masterid=13016f0894f40f32414586f1ae05ae3b6cfaec65
--
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

spot uploaded Set-Scalar-1.29.tar.gz for perl-Set-Scalar

2015-03-27 Thread notifications
4af73c0d6f562d1eddd4ebf6014ac67f  Set-Scalar-1.29.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Set-Scalar/Set-Scalar-1.29.tar.gz/4af73c0d6f562d1eddd4ebf6014ac67f/Set-Scalar-1.29.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

spot pushed to perl-Pod-POM (f22). update to 0.29

2015-03-27 Thread notifications
From 8c36c107272982a146317fa08939eb5ddc7bb840 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:05:12 -0400
Subject: update to 0.29


diff --git a/perl-Pod-POM.spec b/perl-Pod-POM.spec
index 51d18c3..de0ee4f 100644
--- a/perl-Pod-POM.spec
+++ b/perl-Pod-POM.spec
@@ -1,8 +1,8 @@
 %{!?perl_vendorlib: %define perl_vendorlib %(eval `%{__perl} 
-V:installvendorlib`; echo $installvendorlib)}
 
 Name:   perl-Pod-POM
-Version:0.27
-Release:13%{?dist}
+Version:0.29
+Release:1%{?dist}
 
 Summary:Object-oriented interface to Perl POD documents
 
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.29-1
+- update to 0.29
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.27-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 8da0644..f139722 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8cff81ea5d86cf4b0377f655ce759bdd  Pod-POM-0.27.tar.gz
+ef3a8d4b6bd3576340c136d4b3e3fef1  Pod-POM-0.29.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Pod-POM.git/commit/?h=f22id=8c36c107272982a146317fa08939eb5ddc7bb840
--
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

spot pushed to perl-Pod-POM (master). update to 0.29

2015-03-27 Thread notifications
From 71e774852ba326872b2079794ad682216e7fa16a Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:04:55 -0400
Subject: update to 0.29


diff --git a/.gitignore b/.gitignore
index c1342a0..1995eac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Pod-POM-0.27.tar.gz
+/Pod-POM-0.29.tar.gz
diff --git a/perl-Pod-POM.spec b/perl-Pod-POM.spec
index 51d18c3..de0ee4f 100644
--- a/perl-Pod-POM.spec
+++ b/perl-Pod-POM.spec
@@ -1,8 +1,8 @@
 %{!?perl_vendorlib: %define perl_vendorlib %(eval `%{__perl} 
-V:installvendorlib`; echo $installvendorlib)}
 
 Name:   perl-Pod-POM
-Version:0.27
-Release:13%{?dist}
+Version:0.29
+Release:1%{?dist}
 
 Summary:Object-oriented interface to Perl POD documents
 
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.29-1
+- update to 0.29
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.27-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 8da0644..f139722 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8cff81ea5d86cf4b0377f655ce759bdd  Pod-POM-0.27.tar.gz
+ef3a8d4b6bd3576340c136d4b3e3fef1  Pod-POM-0.29.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Pod-POM.git/commit/?h=masterid=71e774852ba326872b2079794ad682216e7fa16a
--
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

spot uploaded Pod-POM-0.29.tar.gz for perl-Pod-POM

2015-03-27 Thread notifications
ef3a8d4b6bd3576340c136d4b3e3fef1  Pod-POM-0.29.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Pod-POM/Pod-POM-0.29.tar.gz/ef3a8d4b6bd3576340c136d4b3e3fef1/Pod-POM-0.29.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

spot pushed to perl-Object-Realize-Later (f22). update to 0.19

2015-03-27 Thread notifications
From 57f36e00a77a6c8c3951c3c82a5a2567c98fd4ee Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:07:34 -0400
Subject: update to 0.19


diff --git a/perl-Object-Realize-Later.spec b/perl-Object-Realize-Later.spec
index 71aed77..9dfcbbe 100644
--- a/perl-Object-Realize-Later.spec
+++ b/perl-Object-Realize-Later.spec
@@ -1,13 +1,13 @@
 Name:   perl-Object-Realize-Later
-Version:0.18
-Release:19%{?dist}
+Version:0.19
+Release:1%{?dist}
 Summary:Delayed creation of objects
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Object-Realize-Later/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Object-Realize-Later-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Scalar::Util), perl(Test::Pod)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Scalar::Util)
 BuildArch:  noarch
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.19-1
+- update to 0.19
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.18-19
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 085b5e6..3217475 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec109cd68b40cf25090cc52b6cfbabaf  Object-Realize-Later-0.18.tar.gz
+86bdb21f60d25914449bd630c0047656  Object-Realize-Later-0.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Object-Realize-Later.git/commit/?h=f22id=57f36e00a77a6c8c3951c3c82a5a2567c98fd4ee
--
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

spot pushed to perl-Net-Domain-TLD (master). update to 1.73

2015-03-27 Thread notifications
From dfff8c212608766fc45b1a38aef69a33c4e84d10 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:09:26 -0400
Subject: update to 1.73


diff --git a/.gitignore b/.gitignore
index d89436d..07b94ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Net-Domain-TLD-1.68.tar.gz
 /Net-Domain-TLD-1.69.tar.gz
 /Net-Domain-TLD-1.70.tar.gz
+/Net-Domain-TLD-1.73.tar.gz
diff --git a/perl-Net-Domain-TLD.spec b/perl-Net-Domain-TLD.spec
index 511c1d5..9f4ac5a 100644
--- a/perl-Net-Domain-TLD.spec
+++ b/perl-Net-Domain-TLD.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-Domain-TLD
-Version:1.70
-Release:3%{?dist}
+Version:1.73
+Release:1%{?dist}
 Summary:Work with TLD names
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.73-1
+- update to 1.73
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.70-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d1a6dab..ebc9c81 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-025709d5c48461ff8b647254ac3cffbc  Net-Domain-TLD-1.70.tar.gz
+cc11bb4afb92c120f43ff62fde07cb8b  Net-Domain-TLD-1.73.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-Domain-TLD.git/commit/?h=masterid=dfff8c212608766fc45b1a38aef69a33c4e84d10
--
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

spot uploaded Net-Domain-TLD-1.73.tar.gz for perl-Net-Domain-TLD

2015-03-27 Thread notifications
cc11bb4afb92c120f43ff62fde07cb8b  Net-Domain-TLD-1.73.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Net-Domain-TLD/Net-Domain-TLD-1.73.tar.gz/cc11bb4afb92c120f43ff62fde07cb8b/Net-Domain-TLD-1.73.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

spot uploaded Test-Number-Delta-1.06.tar.gz for perl-Test-Number-Delta

2015-03-27 Thread notifications
f0d420e7f679a0bc593713d21c25f51e  Test-Number-Delta-1.06.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Number-Delta/Test-Number-Delta-1.06.tar.gz/f0d420e7f679a0bc593713d21c25f51e/Test-Number-Delta-1.06.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

spot pushed to perl-Test-MockModule (f22). update to 0.09

2015-03-27 Thread notifications
From 220d798736e8663ef823983b82fe2900923a95f6 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:41:44 -0400
Subject: update to 0.09


diff --git a/perl-Test-MockModule.spec b/perl-Test-MockModule.spec
index f20e320..44becdb 100644
--- a/perl-Test-MockModule.spec
+++ b/perl-Test-MockModule.spec
@@ -1,16 +1,15 @@
 Name:   perl-Test-MockModule
-Version:0.05
-Release:22%{?dist}
+Version:0.09
+Release:1%{?dist}
 Summary:Override subroutines in a module for unit testing
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-MockModule/
 Source0:
http://search.cpan.org/CPAN/authors/id/S/SI/SIMONFLK/Test-MockModule-%{version}.tar.gz
-
 BuildArch:  noarch
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Build), perl(SUPER)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
 %description
@@ -20,26 +19,26 @@ Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $version))
 %setup -q -n Test-MockModule-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
-make test
+./Build test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
+%license LICENSE
 %{perl_vendorlib}/Test
 %{_mandir}/man3/*.3*
 
-
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.09-1
+- update to 0.09
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.05-22
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 7425703..0c215e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b013aeeb221f83e7f325a2f98169296  Test-MockModule-0.05.tar.gz
+0006964fcda710fcf2832924cdb67546  Test-MockModule-0.09.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-MockModule.git/commit/?h=f22id=220d798736e8663ef823983b82fe2900923a95f6
--
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

spot uploaded Object-Realize-Later-0.19.tar.gz for perl-Object-Realize-Later

2015-03-27 Thread notifications
86bdb21f60d25914449bd630c0047656  Object-Realize-Later-0.19.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Object-Realize-Later/Object-Realize-Later-0.19.tar.gz/86bdb21f60d25914449bd630c0047656/Object-Realize-Later-0.19.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

spot pushed to perl-Object-Realize-Later (master). update to 0.19

2015-03-27 Thread notifications
From 33a19c5e2d2b29d61ee46531af955f9a16a5c0c2 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:07:16 -0400
Subject: update to 0.19


diff --git a/.gitignore b/.gitignore
index 8545b5f..5f31595 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Object-Realize-Later-0.16.tar.gz
 Object-Realize-Later-0.18.tar.gz
+/Object-Realize-Later-0.19.tar.gz
diff --git a/perl-Object-Realize-Later.spec b/perl-Object-Realize-Later.spec
index 71aed77..9dfcbbe 100644
--- a/perl-Object-Realize-Later.spec
+++ b/perl-Object-Realize-Later.spec
@@ -1,13 +1,13 @@
 Name:   perl-Object-Realize-Later
-Version:0.18
-Release:19%{?dist}
+Version:0.19
+Release:1%{?dist}
 Summary:Delayed creation of objects
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Object-Realize-Later/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Object-Realize-Later-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Scalar::Util), perl(Test::Pod)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Scalar::Util)
 BuildArch:  noarch
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.19-1
+- update to 0.19
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.18-19
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 085b5e6..3217475 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec109cd68b40cf25090cc52b6cfbabaf  Object-Realize-Later-0.18.tar.gz
+86bdb21f60d25914449bd630c0047656  Object-Realize-Later-0.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Object-Realize-Later.git/commit/?h=masterid=33a19c5e2d2b29d61ee46531af955f9a16a5c0c2
--
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

ddick pushed to perl-Math-Int64 (master). Upgrade to 0.52

2015-03-27 Thread notifications
From 2d342cfbdc644713aef38f1a097fdfea97ac4558 Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Sat, 28 Mar 2015 13:37:27 +1100
Subject: Upgrade to 0.52


diff --git a/.gitignore b/.gitignore
index 3e24f21..4baf60a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Math-Int64-0.34.tar.gz
 /Math-Int64-0.51.tar.gz
+/Math-Int64-0.52.tar.gz
diff --git a/perl-Math-Int64.spec b/perl-Math-Int64.spec
index bbbcf3d..2ed37dd 100644
--- a/perl-Math-Int64.spec
+++ b/perl-Math-Int64.spec
@@ -1,5 +1,5 @@
 Name:   perl-Math-Int64
-Version:0.51
+Version:0.52
 Release:1%{?dist}
 Summary:Manipulate 64 bits integers in Perl
 License:(GPL+ or Artistic) and Public Domain and BSD
@@ -63,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Mar 28 2015 David Dick dd...@cpan.org - 0.52-1
+- Upgrade to 0.52
+
 * Tue Mar 10 2015 David Dick dd...@cpan.org - 0.51-1
 - Upgrade to 0.51 to correct s390 build issues
 
diff --git a/sources b/sources
index 1d79b9a..8c9afa5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-164fa8a45e769a9dc4e1f9496a102e7d  Math-Int64-0.51.tar.gz
+ef88033f1563d986f44819f7864f48b7  Math-Int64-0.52.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Math-Int64.git/commit/?h=masterid=2d342cfbdc644713aef38f1a097fdfea97ac4558
--
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

ddick pushed to perl-Crypt-Random-Seed (epel7). Initial import (#1183255).

2015-03-27 Thread notifications
From 2bf24a1dd7c79f1f4893c147c419b466a0a92d5f Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Thu, 29 Jan 2015 06:04:36 +1100
Subject: Initial import (#1183255).


diff --git a/.gitignore b/.gitignore
index e69de29..68c0d3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Crypt-Random-Seed-0.03.tar.gz
diff --git a/perl-Crypt-Random-Seed.spec b/perl-Crypt-Random-Seed.spec
new file mode 100644
index 000..e464644
--- /dev/null
+++ b/perl-Crypt-Random-Seed.spec
@@ -0,0 +1,63 @@
+Name:   perl-Crypt-Random-Seed
+Version:0.03
+Release:1%{?dist}
+Summary:Simple method to get strong randomness
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Crypt-Random-Seed/
+Source0:
http://www.cpan.org/modules/by-module/Crypt/Crypt-Random-Seed-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Crypt::Random::TESHA2)
+BuildRequires:  perl(Exporter) = 5.57
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) = 0.45
+BuildRequires:  perl(warnings)
+Requires:   perl(Crypt::Random::TESHA2)
+Requires:   perl(IO::Socket)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+A simple mechanism to get strong randomness. The main purpose of this
+module is to provide a simple way to generate a seed for a PRNG such as
+Math::Random::ISAAC, for use in cryptographic key generation, or as the
+seed for an upstream module such as Bytes::Random::Secure. Flags for
+requiring non-blocking sources are allowed, as well as a very simple method
+for plugging in a source.
+
+%prep
+%setup -q -n Crypt-Random-Seed-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README TODO examples
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sun Jan 18 2015 David Dick dd...@cpan.org - 0.03-1
+- Initial release
diff --git a/sources b/sources
index e69de29..3554739 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9bc5a69a8f1964065da7823e19b98da2  Crypt-Random-Seed-0.03.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Crypt-Random-Seed.git/commit/?h=epel7id=2bf24a1dd7c79f1f4893c147c419b466a0a92d5f
--
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

ddick uploaded Math-Int64-0.52.tar.gz for perl-Math-Int64

2015-03-27 Thread notifications
ef88033f1563d986f44819f7864f48b7  Math-Int64-0.52.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Math-Int64/Math-Int64-0.52.tar.gz/ef88033f1563d986f44819f7864f48b7/Math-Int64-0.52.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 1204987] perl-Dancer2-0.159003 is available

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204987



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ddick's perl-Dancer2-0.159003-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=624313

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

ddick pushed to perl-Bytes-Random-Secure (el6). Initial import (#1183258).

2015-03-27 Thread notifications
From 391f7012d6bd3a2422ec48a1f8a128097973c3d4 Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Thu, 12 Feb 2015 18:09:12 +1100
Subject: Initial import (#1183258).


diff --git a/.gitignore b/.gitignore
index e69de29..ce05680 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Bytes-Random-Secure-0.28.tar.gz
diff --git a/perl-Bytes-Random-Secure.spec b/perl-Bytes-Random-Secure.spec
new file mode 100644
index 000..363f004
--- /dev/null
+++ b/perl-Bytes-Random-Secure.spec
@@ -0,0 +1,64 @@
+Name:   perl-Bytes-Random-Secure
+Version:0.28
+Release:1%{?dist}
+Summary:Perl extension to generate cryptographically-secure random 
bytes
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Bytes-Random-Secure/
+Source0:
http://www.cpan.org/modules/by-module/Bytes/Bytes-Random-Secure-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Crypt::Random::Seed)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(English)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Math::Random::ISAAC)
+BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(MIME::QuotedPrint) = 3.03
+BuildRequires:  perl(Scalar::Util) = 1.21
+BuildRequires:  perl(Statistics::Basic)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) = 0.98
+BuildRequires:  perl(Test::Warn)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
+Requires:   perl(Scalar::Util) = 1.21
+Requires:   perl(MIME::QuotedPrint) = 3.03
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(Scalar::Util\\)$
+%global __requires_exclude %__requires_exclude|^perl\\(MIME::QuotedPrint\\)$
+%description
+Bytes::Random::Secure provides two interfaces for obtaining crypto-quality
+random bytes. The simple interface is built around plain functions. For
+greater control over the Random Number Generator's seeding, there is an
+Object Oriented interface that provides much more flexibility.
+
+%prep
+%setup -q -n Bytes-Random-Secure-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README examples
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sun Jan 18 2015 David Dick dd...@cpan.org - 0.28-1
+- Initial release
diff --git a/sources b/sources
index e69de29..9faa615 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d3274a8edbfcc41fd1ab6574932dfc22  Bytes-Random-Secure-0.28.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Bytes-Random-Secure.git/commit/?h=el6id=391f7012d6bd3a2422ec48a1f8a128097973c3d4
--
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 1204092] perl-Math-Int64-0.52 is available

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204092



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ddick's perl-Math-Int64-0.52-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=624312

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

ddick uploaded Dancer2-0.159003.tar.gz for perl-Dancer2

2015-03-27 Thread notifications
27e9bc4f0a33f418f80e056176a554ee  Dancer2-0.159003.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Dancer2/Dancer2-0.159003.tar.gz/27e9bc4f0a33f418f80e056176a554ee/Dancer2-0.159003.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

ddick pushed to perl-Dancer2 (master). Upgrade to 0.159003. Numerous bugfixes

2015-03-27 Thread notifications
From 659935ac9d60f51e3dbce17d5f14efb958f9c623 Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Sat, 28 Mar 2015 13:41:50 +1100
Subject: Upgrade to 0.159003.  Numerous bugfixes


diff --git a/.gitignore b/.gitignore
index 270bf5d..364d30c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Dancer2-0.158000.tar.gz
+/Dancer2-0.159003.tar.gz
diff --git a/perl-Dancer2.spec b/perl-Dancer2.spec
index 7366265..c057ff7 100644
--- a/perl-Dancer2.spec
+++ b/perl-Dancer2.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer2
-Version:0.158000
+Version:0.159003
 Release:1%{?dist}
 Summary:Lightweight yet powerful web application framework
 License:GPL+ or Artistic
@@ -124,5 +124,8 @@ provides nice, easily-extendable CLI interface for it.
 %{_bindir}/*
 
 %changelog
+* Sat Mar 28 2015 David Dick dd...@cpan.org - 0.159003-1
+- Upgrade to 0.159003.  Numerous bugfixes
+
 * Wed Jan 14 2015 David Dick dd...@cpan.org - 0.158000-1
 - Initial release
diff --git a/sources b/sources
index 10337a9..524fe46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30f0cf126975b3390847fa17711b876a  Dancer2-0.158000.tar.gz
+27e9bc4f0a33f418f80e056176a554ee  Dancer2-0.159003.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dancer2.git/commit/?h=masterid=659935ac9d60f51e3dbce17d5f14efb958f9c623
--
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

ddick pushed to perl-Math-Int64 (el6). Upgrade to 0.51 to correct s390 build issues

2015-03-27 Thread notifications
From 1ab82971e8f8885e34c86214969907ba9407663f Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Tue, 10 Mar 2015 20:41:00 +1100
Subject: Upgrade to 0.51 to correct s390 build issues


diff --git a/.gitignore b/.gitignore
index 0ed9365..3e24f21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Math-Int64-0.34.tar.gz
+/Math-Int64-0.51.tar.gz
diff --git a/perl-Math-Int64.spec b/perl-Math-Int64.spec
index 468b85b..bbbcf3d 100644
--- a/perl-Math-Int64.spec
+++ b/perl-Math-Int64.spec
@@ -1,5 +1,5 @@
 Name:   perl-Math-Int64
-Version:0.34
+Version:0.51
 Release:1%{?dist}
 Summary:Manipulate 64 bits integers in Perl
 License:(GPL+ or Artistic) and Public Domain and BSD
@@ -7,15 +7,24 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Math-Int64/
 Source0:
http://www.cpan.org/modules/by-module/Math/Math-Int64-%{version}.tar.gz
 BuildRequires:  perl
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
+BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::CBuilder)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(warnings)
 BuildRequires:  perl(XSLoader)
 Requires:   perl(XSLoader)
@@ -43,11 +52,19 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm 
-f {} \;
 make test
 
 %files
-%doc Changes README examples
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc Changes README.md examples
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Math*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 10 2015 David Dick dd...@cpan.org - 0.51-1
+- Upgrade to 0.51 to correct s390 build issues
+
 * Thu Feb 19 2015 David Dick dd...@cpan.org - 0.34-1
 - Initial release
diff --git a/sources b/sources
index 68ea6c6..1d79b9a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd4b06121b0b6741271da3026a32f719  Math-Int64-0.34.tar.gz
+164fa8a45e769a9dc4e1f9496a102e7d  Math-Int64-0.51.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Math-Int64.git/commit/?h=el6id=1ab82971e8f8885e34c86214969907ba9407663f
--
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

ddick pushed to perl-Dancer2 (f20). Upgrade to 0.159003. Numerous bugfixes

2015-03-27 Thread notifications
From 659935ac9d60f51e3dbce17d5f14efb958f9c623 Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Sat, 28 Mar 2015 13:41:50 +1100
Subject: Upgrade to 0.159003.  Numerous bugfixes


diff --git a/.gitignore b/.gitignore
index 270bf5d..364d30c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Dancer2-0.158000.tar.gz
+/Dancer2-0.159003.tar.gz
diff --git a/perl-Dancer2.spec b/perl-Dancer2.spec
index 7366265..c057ff7 100644
--- a/perl-Dancer2.spec
+++ b/perl-Dancer2.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer2
-Version:0.158000
+Version:0.159003
 Release:1%{?dist}
 Summary:Lightweight yet powerful web application framework
 License:GPL+ or Artistic
@@ -124,5 +124,8 @@ provides nice, easily-extendable CLI interface for it.
 %{_bindir}/*
 
 %changelog
+* Sat Mar 28 2015 David Dick dd...@cpan.org - 0.159003-1
+- Upgrade to 0.159003.  Numerous bugfixes
+
 * Wed Jan 14 2015 David Dick dd...@cpan.org - 0.158000-1
 - Initial release
diff --git a/sources b/sources
index 10337a9..524fe46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30f0cf126975b3390847fa17711b876a  Dancer2-0.158000.tar.gz
+27e9bc4f0a33f418f80e056176a554ee  Dancer2-0.159003.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dancer2.git/commit/?h=f20id=659935ac9d60f51e3dbce17d5f14efb958f9c623
--
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

ddick pushed to perl-Math-Int64 (el6). Upgrade to 0.52

2015-03-27 Thread notifications
From 2d342cfbdc644713aef38f1a097fdfea97ac4558 Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Sat, 28 Mar 2015 13:37:27 +1100
Subject: Upgrade to 0.52


diff --git a/.gitignore b/.gitignore
index 3e24f21..4baf60a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Math-Int64-0.34.tar.gz
 /Math-Int64-0.51.tar.gz
+/Math-Int64-0.52.tar.gz
diff --git a/perl-Math-Int64.spec b/perl-Math-Int64.spec
index bbbcf3d..2ed37dd 100644
--- a/perl-Math-Int64.spec
+++ b/perl-Math-Int64.spec
@@ -1,5 +1,5 @@
 Name:   perl-Math-Int64
-Version:0.51
+Version:0.52
 Release:1%{?dist}
 Summary:Manipulate 64 bits integers in Perl
 License:(GPL+ or Artistic) and Public Domain and BSD
@@ -63,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Mar 28 2015 David Dick dd...@cpan.org - 0.52-1
+- Upgrade to 0.52
+
 * Tue Mar 10 2015 David Dick dd...@cpan.org - 0.51-1
 - Upgrade to 0.51 to correct s390 build issues
 
diff --git a/sources b/sources
index 1d79b9a..8c9afa5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-164fa8a45e769a9dc4e1f9496a102e7d  Math-Int64-0.51.tar.gz
+ef88033f1563d986f44819f7864f48b7  Math-Int64-0.52.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Math-Int64.git/commit/?h=el6id=2d342cfbdc644713aef38f1a097fdfea97ac4558
--
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

ddick pushed to perl-Math-Int64 (epel7). Upgrade to 0.52

2015-03-27 Thread notifications
From 2d342cfbdc644713aef38f1a097fdfea97ac4558 Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Sat, 28 Mar 2015 13:37:27 +1100
Subject: Upgrade to 0.52


diff --git a/.gitignore b/.gitignore
index 3e24f21..4baf60a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Math-Int64-0.34.tar.gz
 /Math-Int64-0.51.tar.gz
+/Math-Int64-0.52.tar.gz
diff --git a/perl-Math-Int64.spec b/perl-Math-Int64.spec
index bbbcf3d..2ed37dd 100644
--- a/perl-Math-Int64.spec
+++ b/perl-Math-Int64.spec
@@ -1,5 +1,5 @@
 Name:   perl-Math-Int64
-Version:0.51
+Version:0.52
 Release:1%{?dist}
 Summary:Manipulate 64 bits integers in Perl
 License:(GPL+ or Artistic) and Public Domain and BSD
@@ -63,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Mar 28 2015 David Dick dd...@cpan.org - 0.52-1
+- Upgrade to 0.52
+
 * Tue Mar 10 2015 David Dick dd...@cpan.org - 0.51-1
 - Upgrade to 0.51 to correct s390 build issues
 
diff --git a/sources b/sources
index 1d79b9a..8c9afa5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-164fa8a45e769a9dc4e1f9496a102e7d  Math-Int64-0.51.tar.gz
+ef88033f1563d986f44819f7864f48b7  Math-Int64-0.52.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Math-Int64.git/commit/?h=epel7id=2d342cfbdc644713aef38f1a097fdfea97ac4558
--
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

ddick pushed to perl-Math-Int64 (epel7). Upgrade to 0.51 to correct s390 build issues

2015-03-27 Thread notifications
From 1ab82971e8f8885e34c86214969907ba9407663f Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Tue, 10 Mar 2015 20:41:00 +1100
Subject: Upgrade to 0.51 to correct s390 build issues


diff --git a/.gitignore b/.gitignore
index 0ed9365..3e24f21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Math-Int64-0.34.tar.gz
+/Math-Int64-0.51.tar.gz
diff --git a/perl-Math-Int64.spec b/perl-Math-Int64.spec
index 468b85b..bbbcf3d 100644
--- a/perl-Math-Int64.spec
+++ b/perl-Math-Int64.spec
@@ -1,5 +1,5 @@
 Name:   perl-Math-Int64
-Version:0.34
+Version:0.51
 Release:1%{?dist}
 Summary:Manipulate 64 bits integers in Perl
 License:(GPL+ or Artistic) and Public Domain and BSD
@@ -7,15 +7,24 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Math-Int64/
 Source0:
http://www.cpan.org/modules/by-module/Math/Math-Int64-%{version}.tar.gz
 BuildRequires:  perl
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
+BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::CBuilder)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(warnings)
 BuildRequires:  perl(XSLoader)
 Requires:   perl(XSLoader)
@@ -43,11 +52,19 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm 
-f {} \;
 make test
 
 %files
-%doc Changes README examples
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc Changes README.md examples
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Math*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 10 2015 David Dick dd...@cpan.org - 0.51-1
+- Upgrade to 0.51 to correct s390 build issues
+
 * Thu Feb 19 2015 David Dick dd...@cpan.org - 0.34-1
 - Initial release
diff --git a/sources b/sources
index 68ea6c6..1d79b9a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd4b06121b0b6741271da3026a32f719  Math-Int64-0.34.tar.gz
+164fa8a45e769a9dc4e1f9496a102e7d  Math-Int64-0.51.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Math-Int64.git/commit/?h=epel7id=1ab82971e8f8885e34c86214969907ba9407663f
--
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

ddick pushed to perl-Dancer2 (f21). Upgrade to 0.159003. Numerous bugfixes

2015-03-27 Thread notifications
From 659935ac9d60f51e3dbce17d5f14efb958f9c623 Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Sat, 28 Mar 2015 13:41:50 +1100
Subject: Upgrade to 0.159003.  Numerous bugfixes


diff --git a/.gitignore b/.gitignore
index 270bf5d..364d30c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Dancer2-0.158000.tar.gz
+/Dancer2-0.159003.tar.gz
diff --git a/perl-Dancer2.spec b/perl-Dancer2.spec
index 7366265..c057ff7 100644
--- a/perl-Dancer2.spec
+++ b/perl-Dancer2.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer2
-Version:0.158000
+Version:0.159003
 Release:1%{?dist}
 Summary:Lightweight yet powerful web application framework
 License:GPL+ or Artistic
@@ -124,5 +124,8 @@ provides nice, easily-extendable CLI interface for it.
 %{_bindir}/*
 
 %changelog
+* Sat Mar 28 2015 David Dick dd...@cpan.org - 0.159003-1
+- Upgrade to 0.159003.  Numerous bugfixes
+
 * Wed Jan 14 2015 David Dick dd...@cpan.org - 0.158000-1
 - Initial release
diff --git a/sources b/sources
index 10337a9..524fe46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30f0cf126975b3390847fa17711b876a  Dancer2-0.158000.tar.gz
+27e9bc4f0a33f418f80e056176a554ee  Dancer2-0.159003.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dancer2.git/commit/?h=f21id=659935ac9d60f51e3dbce17d5f14efb958f9c623
--
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

ddick pushed to perl-Dancer2 (f22). Upgrade to 0.159003. Numerous bugfixes

2015-03-27 Thread notifications
From 659935ac9d60f51e3dbce17d5f14efb958f9c623 Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Sat, 28 Mar 2015 13:41:50 +1100
Subject: Upgrade to 0.159003.  Numerous bugfixes


diff --git a/.gitignore b/.gitignore
index 270bf5d..364d30c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Dancer2-0.158000.tar.gz
+/Dancer2-0.159003.tar.gz
diff --git a/perl-Dancer2.spec b/perl-Dancer2.spec
index 7366265..c057ff7 100644
--- a/perl-Dancer2.spec
+++ b/perl-Dancer2.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer2
-Version:0.158000
+Version:0.159003
 Release:1%{?dist}
 Summary:Lightweight yet powerful web application framework
 License:GPL+ or Artistic
@@ -124,5 +124,8 @@ provides nice, easily-extendable CLI interface for it.
 %{_bindir}/*
 
 %changelog
+* Sat Mar 28 2015 David Dick dd...@cpan.org - 0.159003-1
+- Upgrade to 0.159003.  Numerous bugfixes
+
 * Wed Jan 14 2015 David Dick dd...@cpan.org - 0.158000-1
 - Initial release
diff --git a/sources b/sources
index 10337a9..524fe46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30f0cf126975b3390847fa17711b876a  Dancer2-0.158000.tar.gz
+27e9bc4f0a33f418f80e056176a554ee  Dancer2-0.159003.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dancer2.git/commit/?h=f22id=659935ac9d60f51e3dbce17d5f14efb958f9c623
--
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 1204987] perl-Dancer2-0.159003 is available

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204987



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Dancer2-0.159003-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Dancer2-0.159003-1.fc20

-- 
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 1204092] perl-Math-Int64-0.52 is available

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204092



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Math-Int64-0.52-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-Math-Int64-0.52-1.fc22

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

ddick pushed to perl-Math-Int64 (f22). Upgrade to 0.52

2015-03-27 Thread notifications
From 2d342cfbdc644713aef38f1a097fdfea97ac4558 Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Sat, 28 Mar 2015 13:37:27 +1100
Subject: Upgrade to 0.52


diff --git a/.gitignore b/.gitignore
index 3e24f21..4baf60a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Math-Int64-0.34.tar.gz
 /Math-Int64-0.51.tar.gz
+/Math-Int64-0.52.tar.gz
diff --git a/perl-Math-Int64.spec b/perl-Math-Int64.spec
index bbbcf3d..2ed37dd 100644
--- a/perl-Math-Int64.spec
+++ b/perl-Math-Int64.spec
@@ -1,5 +1,5 @@
 Name:   perl-Math-Int64
-Version:0.51
+Version:0.52
 Release:1%{?dist}
 Summary:Manipulate 64 bits integers in Perl
 License:(GPL+ or Artistic) and Public Domain and BSD
@@ -63,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Mar 28 2015 David Dick dd...@cpan.org - 0.52-1
+- Upgrade to 0.52
+
 * Tue Mar 10 2015 David Dick dd...@cpan.org - 0.51-1
 - Upgrade to 0.51 to correct s390 build issues
 
diff --git a/sources b/sources
index 1d79b9a..8c9afa5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-164fa8a45e769a9dc4e1f9496a102e7d  Math-Int64-0.51.tar.gz
+ef88033f1563d986f44819f7864f48b7  Math-Int64-0.52.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Math-Int64.git/commit/?h=f22id=2d342cfbdc644713aef38f1a097fdfea97ac4558
--
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

ddick pushed to perl-Math-Int64 (f22). Upgrade to 0.51 to correct s390 build issues

2015-03-27 Thread notifications
From 1ab82971e8f8885e34c86214969907ba9407663f Mon Sep 17 00:00:00 2001
From: David Dick dd...@cpan.org
Date: Tue, 10 Mar 2015 20:41:00 +1100
Subject: Upgrade to 0.51 to correct s390 build issues


diff --git a/.gitignore b/.gitignore
index 0ed9365..3e24f21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Math-Int64-0.34.tar.gz
+/Math-Int64-0.51.tar.gz
diff --git a/perl-Math-Int64.spec b/perl-Math-Int64.spec
index 468b85b..bbbcf3d 100644
--- a/perl-Math-Int64.spec
+++ b/perl-Math-Int64.spec
@@ -1,5 +1,5 @@
 Name:   perl-Math-Int64
-Version:0.34
+Version:0.51
 Release:1%{?dist}
 Summary:Manipulate 64 bits integers in Perl
 License:(GPL+ or Artistic) and Public Domain and BSD
@@ -7,15 +7,24 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Math-Int64/
 Source0:
http://www.cpan.org/modules/by-module/Math/Math-Int64-%{version}.tar.gz
 BuildRequires:  perl
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
+BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::CBuilder)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(warnings)
 BuildRequires:  perl(XSLoader)
 Requires:   perl(XSLoader)
@@ -43,11 +52,19 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm 
-f {} \;
 make test
 
 %files
-%doc Changes README examples
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc Changes README.md examples
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Math*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 10 2015 David Dick dd...@cpan.org - 0.51-1
+- Upgrade to 0.51 to correct s390 build issues
+
 * Thu Feb 19 2015 David Dick dd...@cpan.org - 0.34-1
 - Initial release
diff --git a/sources b/sources
index 68ea6c6..1d79b9a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd4b06121b0b6741271da3026a32f719  Math-Int64-0.34.tar.gz
+164fa8a45e769a9dc4e1f9496a102e7d  Math-Int64-0.51.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Math-Int64.git/commit/?h=f22id=1ab82971e8f8885e34c86214969907ba9407663f
--
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 1204987] perl-Dancer2-0.159003 is available

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204987



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Dancer2-0.159003-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-Dancer2-0.159003-1.fc22

-- 
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 1204092] perl-Math-Int64-0.52 is available

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204092



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Math-Int64-0.52-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-Math-Int64-0.52-1.fc21

-- 
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 1204092] perl-Math-Int64-0.52 is available

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204092



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Math-Int64-0.52-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/perl-Math-Int64-0.52-1.el6

-- 
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 1204092] perl-Math-Int64-0.52 is available

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204092



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Math-Int64-0.52-1.el7 has been submitted as an update for Fedora EPEL 7.
https://admin.fedoraproject.org/updates/perl-Math-Int64-0.52-1.el7

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

  1   2   >