[Bug 851074] New: perl-Mozilla-CA-20120823 is available

2012-08-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=851074

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

Latest upstream release: 20120823
Current version in Fedora Rawhide: 20120309
URL: http://search.cpan.org/dist/Mozilla-CA/

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

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

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

File Mozilla-CA-20120823.tar.gz uploaded to lookaside cache by ppisar

2012-08-23 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Mozilla-CA:

86c4949fa7c15d24a06af662ee94865c  Mozilla-CA-20120823.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Mozilla-CA] 20120823 bump

2012-08-23 Thread Petr Pisar
commit e6aee658d21d4e0662036ecaba6b7c995bae30fd
Author: Petr Písař ppi...@redhat.com
Date:   Thu Aug 23 12:04:17 2012 +0200

20120823 bump

 .gitignore |1 +
 ...120823-Redirect-to-ca-certificates-bundle.patch |   34 ++-
 perl-Mozilla-CA.spec   |7 +++-
 sources|2 +-
 4 files changed, 18 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 552bcd8..cb18d38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /Mozilla-CA-20120118.tar.gz
 /Mozilla-CA-20120309.tar.gz
 /Mozilla-CA-20120822.tar.gz
+/Mozilla-CA-20120823.tar.gz
diff --git a/perl-Mozilla-CA-20110914-Redirect-to-ca-certificates-bundle.patch 
b/Mozilla-CA-20120823-Redirect-to-ca-certificates-bundle.patch
similarity index 67%
rename from perl-Mozilla-CA-20110914-Redirect-to-ca-certificates-bundle.patch
rename to Mozilla-CA-20120823-Redirect-to-ca-certificates-bundle.patch
index d2846ac..c91fc51 100644
--- a/perl-Mozilla-CA-20110914-Redirect-to-ca-certificates-bundle.patch
+++ b/Mozilla-CA-20120823-Redirect-to-ca-certificates-bundle.patch
@@ -1,4 +1,4 @@
-From e6aa17c2d3aa33d164d215b7b4491b31deda73f8 Mon Sep 17 00:00:00 2001
+From 02db836ecf68b7554c7e3f496dbfa9ef1b432d76 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
 Date: Fri, 16 Sep 2011 10:33:54 +0200
 Subject: [PATCH] Redirect to ca-certificates bundle
@@ -10,14 +10,13 @@ Mozilla certificate bundle.
 See https://bugzilla.redhat.com/show_bug.cgi?id=738383 for more
 details.
 ---
- MANIFEST  |1 -
- Makefile.PL   |8 
- lib/Mozilla/CA.pm |8 +---
- t/locate-file.t   |2 +-
- 4 files changed, 10 insertions(+), 9 deletions(-)
+ MANIFEST  | 1 -
+ Makefile.PL   | 8 
+ lib/Mozilla/CA.pm | 8 +---
+ 3 files changed, 9 insertions(+), 8 deletions(-)
 
 diff --git a/MANIFEST b/MANIFEST
-index a6f0a9c..096dd68 100644
+index a88847b..6577ede 100644
 --- a/MANIFEST
 +++ b/MANIFEST
 @@ -1,5 +1,4 @@
@@ -43,10 +42,12 @@ index 2b10474..57f2f07 100644
 +return $name;
 +}
 diff --git a/lib/Mozilla/CA.pm b/lib/Mozilla/CA.pm
-index 71e4b8b..71ada3a 100644
+index 95fc86d..71e4f91 100644
 --- a/lib/Mozilla/CA.pm
 +++ b/lib/Mozilla/CA.pm
-@@ -5,14 +5,8 @@ package Mozilla::CA;
+@@ -3,16 +3,10 @@ package Mozilla::CA;
+ use strict;
+ our $VERSION = '20120823';
  
 -use Cwd ();
  use File::Spec ();
@@ -62,19 +63,6 @@ index 71e4b8b..71ada3a 100644
  }
  
  1;
-diff --git a/t/locate-file.t b/t/locate-file.t
-index a9acb34..b936059 100644
 a/t/locate-file.t
-+++ b/t/locate-file.t
-@@ -11,7 +11,7 @@ print # $ca_file\n;
- ok($ca_file);
- ok(open(my $fh, , $ca_file));
- while ($fh) {
--if (/\*\* BEGIN LICENSE BLOCK \*\*/) {
-+if (/-BEGIN CERTIFICATE-/) {
-   ok(1);
-   last;
- }
 -- 
-1.7.6.2
+1.7.11.4
 
diff --git a/perl-Mozilla-CA.spec b/perl-Mozilla-CA.spec
index 4388dbd..b0858ca 100644
--- a/perl-Mozilla-CA.spec
+++ b/perl-Mozilla-CA.spec
@@ -1,7 +1,7 @@
 Name:   perl-Mozilla-CA
 # You do not need to back-port new version for list of certificates solely.
 # They are taken from ca-certificates package instead per bug #738383.
-Version:20120822
+Version:20120823
 Release:1%{?dist}
 Summary:Mozilla's CA cert bundle in PEM format
 License:MPLv1.1 or LGPLv2+ or GPLv2+
@@ -9,7 +9,7 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Mozilla-CA/
 Source0:
http://www.cpan.org/authors/id/A/AB/ABH/Mozilla-CA-%{version}.tar.gz
 # Bug #738383
-Patch0: %{name}-20110914-Redirect-to-ca-certificates-bundle.patch
+Patch0: Mozilla-CA-20120823-Redirect-to-ca-certificates-bundle.patch
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Tests:
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 23 2012 Petr Pisar ppi...@redhat.com - 20120823-1
+- 20120823 bump
+
 * Wed Aug 22 2012 Petr Pisar ppi...@redhat.com - 20120822-1
 - 20120822 bump
 
diff --git a/sources b/sources
index e01b479..c57e828 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7bf1b88cbdc5c00d8f168b4875d2c4f  Mozilla-CA-20120822.tar.gz
+86c4949fa7c15d24a06af662ee94865c  Mozilla-CA-20120823.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 851074] perl-Mozilla-CA-20120823 is available

2012-08-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=851074

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Mozilla-CA-20120823-1.
   ||fc19
 Resolution|--- |RAWHIDE
Last Closed||2012-08-23 06:15:00

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

[perl-Sub-Install] Spec clean-up

2012-08-23 Thread Paul Howarth
commit 3d8ee9c6fbce3d796fb7b024e0920c13b4d5190c
Author: Paul Howarth p...@city-fan.org
Date:   Thu Aug 23 11:06:19 2012 +0100

Spec clean-up

- Be more selective about what to exclude when bootstrapping
- Don't use macros for commands
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
- Make %files list more explicit
- Fix typo in %description

 .gitignore|3 +-
 perl-Sub-Install.spec |   54 ++--
 2 files changed, 30 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2ebbaf..8486097 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Sub-Install-0.925.tar.gz
-/Sub-Install-0.926.tar.gz
+/Sub-Install-[0-9.]*.tar.gz
diff --git a/perl-Sub-Install.spec b/perl-Sub-Install.spec
index ede937e..4dd36c8 100644
--- a/perl-Sub-Install.spec
+++ b/perl-Sub-Install.spec
@@ -1,67 +1,71 @@
 Name:   perl-Sub-Install
 Version:0.926
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Install subroutines into packages easily
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Sub-Install/
 Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Install-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:  noarch
+# = Module Build 
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
-%if !%{defined perl_bootstrap}
-# Run-time:
+# = Run-time 
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Scalar::Util)
-# Tests:
+# = Test Suite ==
 BuildRequires:  perl(Test::More)
+%if !%{defined perl_bootstrap}
+# Test::Output - Sub::Exporter - Sub::Install
+BuildRequires:  perl(Test::Output)
+# Test::Perl::Critic - Perl::Critic - Exception::Class -
+#   Test::EOL - Pod::Coverage::TrustPod - Pod::Eventual -
+#   Mixin::Linewise - Sub::Exporter - Sub::Install
 BuildRequires:  perl(Test::Perl::Critic)
+%endif
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
-%endif
+# = Run-time 
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
 This module makes it easy to install subroutines into packages without the
-unslightly mess of no strict or typeglobs lying about where just anyone
+unsightly mess of no strict or typeglobs lying about where just anyone
 can see them.
 
 %prep
 %setup -q -n Sub-Install-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
-
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
-
-%{_fixperms} %{buildroot}/*
+%{_fixperms} %{buildroot}
 
 %check
-# you'll note a number of tests are skipped due to Test::Output not being
-# present.  However, Test::Output requires Sub::Exporter which requires...
-# Sub::Install.  Holy circular loop, Batman!  :)
-%if !%{defined perl_bootstrap}
-PERL_TEST_CRITIC=1 make test
-%endif
+make test %{!?perl_bootstrap:PERL_TEST_CRITIC=1}
 
 %clean
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
-%doc Changes README LICENSE
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes LICENSE README
+%{perl_vendorlib}/Sub/
+%{_mandir}/man3/Sub::Install.3pm*
 
 %changelog
+* Thu Aug 23 2012 Paul Howarth p...@city-fan.org - 0.926-6
+- Be more selective about what to exclude when bootstrapping
+- Don't use macros for commands
+- Drop %%defattr, redundant since rpm 4.4
+- Don't need to remove empty directories from the buildroot
+- Make %%files list more explicit
+- Fix typo in %%description
+
 * Mon Aug 20 2012 Petr Pisar ppi...@redhat.com - 0.926-5
 - Specify all dependencies
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Bio-SamTools/f18] Update to latest upstream 1.35

2012-08-23 Thread verdurin
Summary of changes:

  733226f... Update to latest upstream 1.35 (*)

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

[perl-Sub-Install] Created tag perl-Sub-Install-0.926-6.fc19

2012-08-23 Thread Paul Howarth
The lightweight tag 'perl-Sub-Install-0.926-6.fc19' was created pointing to:

 3d8ee9c... Spec clean-up
--
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

2012-08-23 Thread buildsys


perl-PDL has broken dependencies in the F-18 tree:
On x86_64:
perl-PDL-2.4.10-1.fc17.x86_64 requires perl(:MODULE_COMPAT_5.14.2)
On i386:
perl-PDL-2.4.10-1.fc17.i686 requires perl(:MODULE_COMPAT_5.14.2)
Please resolve this as soon as possible.


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

Broken dependencies: perl-OpenOffice-UNO

2012-08-23 Thread buildsys


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


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

File Dancer-1.3099.tar.gz uploaded to lookaside cache by psabata

2012-08-23 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Dancer:

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

[perl-Dancer] 1.3099 bump

2012-08-23 Thread Petr Šabata
commit c17745c3075591be31199b57c356e4b5c7e29114
Author: Petr Šabata con...@redhat.com
Date:   Thu Aug 23 14:29:19 2012 +0200

1.3099 bump

 .gitignore   |1 +
 perl-Dancer.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f9bd58..7bbf456 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Dancer-1.3095.tar.gz
 /Dancer-1.3097.tar.gz
 /Dancer-1.3098.tar.gz
+/Dancer-1.3099.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 2caabb0..f161d44 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer
-Version:1.3098
+Version:1.3099
 Release:1%{?dist}
 Summary:Lightweight yet powerful web application framework
 License:GPL+ or Artistic
@@ -107,6 +107,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 23 2012 Petr Šabata con...@redhat.com - 1.3099-1
+- 1.3099 bump
+
 * Mon Jul 30 2012 Jitka Plesnikova jples...@redhat.com 1.3098-1
 - 1.3098 bump
 
diff --git a/sources b/sources
index e7ff45a..1d97382 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53c441ad64e838af9a47741718c152f5  Dancer-1.3098.tar.gz
+7b17a35f132cf98fd95f96f6d52d84b1  Dancer-1.3099.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 847657] perl-Dancer-1.3099 is available

2012-08-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=847657

--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-Dancer-1.3099-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/perl-Dancer-1.3099-1.fc18

-- 
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 839744] Review Request: perl-Rose-DateTime - DateTime helper functions and objects

2012-08-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=839744

--- Comment #12 from Fedora Update System upda...@fedoraproject.org ---
perl-Rose-DateTime-0.537-4.el6 has been pushed to the Fedora EPEL 6 stable
repository.

-- 
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 847299] epel6 build request

2012-08-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=847299

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA

--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Convert-NLS_DATE_FORMAT-0.05-3.el6 has been pushed to the Fedora EPEL 6
testing repository.

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

File Template-Toolkit-2.24.tar.gz uploaded to lookaside cache by spot

2012-08-23 Thread Tom Callaway
A file has been added to the lookaside cache for perl-Template-Toolkit:

c25fdab1beebf8818c2e624bc9f9d212  Template-Toolkit-2.24.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

File TT_v224_html_docs.tar.gz uploaded to lookaside cache by spot

2012-08-23 Thread Tom Callaway
A file has been added to the lookaside cache for perl-Template-Toolkit:

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

[perl-Template-Toolkit] update to 2.24

2012-08-23 Thread Tom Callaway
commit e5dba96b7173d50e787b19444b4abf39216dc4b4
Author: Tom Callaway s...@fedoraproject.org
Date:   Thu Aug 23 15:21:11 2012 -0500

update to 2.24

 .gitignore |2 ++
 perl-Template-Toolkit.spec |   10 +++---
 sources|4 ++--
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6682d86..531bbe5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 Template-Toolkit-2.22.tar.gz
 TT_v222_html_docs.tar.gz
+/Template-Toolkit-2.24.tar.gz
+/TT_v224_html_docs.tar.gz
diff --git a/perl-Template-Toolkit.spec b/perl-Template-Toolkit.spec
index fc283ca..753be83 100644
--- a/perl-Template-Toolkit.spec
+++ b/perl-Template-Toolkit.spec
@@ -1,14 +1,15 @@
 Name:   perl-Template-Toolkit
-Version:2.22
-Release:14%{?dist}
+Version:2.24
+Release:1%{?dist}
 Summary:Template processing system
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://www.template-toolkit.org/
 Source0:
http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit-%{version}.tar.gz
-Source1:http://tt2.org/download/TT_v222_html_docs.tar.gz
+Source1:http://tt2.org/download/TT_v224_html_docs.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires: perl(AppConfig)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec::Functions)
@@ -101,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Aug 23 2012 Tom Callaway s...@fedoraproject.org - 2.24-1
+- update to 2.24
+
 * Tue Aug 21 2012 Petr Pisar ppi...@redhat.com - 2.22-14
 - Correct dependencies
 
diff --git a/sources b/sources
index 9dfe444..c3ea2d0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-d98277f6420e5da6b93d99a8db2b3934  Template-Toolkit-2.22.tar.gz
-587d909170fd7dcbe8a51485c49fa3e0  TT_v222_html_docs.tar.gz
+c25fdab1beebf8818c2e624bc9f9d212  Template-Toolkit-2.24.tar.gz
+434a70bb50915e5c2baf5c3fd6ce673e  TT_v224_html_docs.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Template-Toolkit/f18] update to 2.24

2012-08-23 Thread Tom Callaway
commit 16893710a4237627cede98df3f5c0d1e9bb5ab31
Author: Tom Callaway s...@fedoraproject.org
Date:   Thu Aug 23 15:21:38 2012 -0500

update to 2.24

 perl-Template-Toolkit.spec |   48 +++
 sources|4 +-
 2 files changed, 41 insertions(+), 11 deletions(-)
---
diff --git a/perl-Template-Toolkit.spec b/perl-Template-Toolkit.spec
index 004e0a6..753be83 100644
--- a/perl-Template-Toolkit.spec
+++ b/perl-Template-Toolkit.spec
@@ -1,19 +1,43 @@
 Name:   perl-Template-Toolkit
-Version:2.22
-Release:13%{?dist}
+Version:2.24
+Release:1%{?dist}
 Summary:Template processing system
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://www.template-toolkit.org/
 Source0:
http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit-%{version}.tar.gz
-Source1:http://tt2.org/download/TT_v222_html_docs.tar.gz
+Source1:http://tt2.org/download/TT_v224_html_docs.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires: perl(AppConfig)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(lib)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(CGI)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+# Prefer Image::Info over Image::Size
+BuildRequires:  perl(Image::Info)
+BuildRequires:  perl(Pod::POM)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Text::Wrap)
+# Tests:
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(AppConfig), perl(Text::Autoformat), perl(GD::Graph3d), 
perl(GD::Graph)
-BuildRequires:  perl(GD::Text), perl(Image::Info), perl(Image::Size), 
perl(Pod::POM)
-BuildRequires:  perl(XML::DOM), perl(XML::RSS), perl(XML::XPath)
-Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(AppConfig)
+Requires:   perl(Encode)
+Requires:   perl(File::Temp)
+# Prefer Image::Info over Image::Size
+Requires:   perl(Image::Info)
 Provides:   perl-Template-Toolkit-examples = %{version}-%{release}
 Obsoletes:  perl-Template-Toolkit-examples  2.22-1
 
@@ -54,8 +78,8 @@ make install \
   INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib} \
   TT_PREFIX=$RPM_BUILD_ROOT%{_datadir}/tt2
 find $RPM_BUILD_ROOT -type f \( -name perllocal.pod -o \
-  -name .packlist -o -name '*.bs' -size 0 \) -exec rm {} ';'
-find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} ';'
+  -name .packlist -o -name '*.bs' -size 0 \) -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir -f {} ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 # Nuke buildroot where it hides
 sed -i s|$RPM_BUILD_ROOT||g 
$RPM_BUILD_ROOT%{perl_vendorarch}/Template/Config.pm
@@ -78,6 +102,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Aug 23 2012 Tom Callaway s...@fedoraproject.org - 2.24-1
+- update to 2.24
+
+* Tue Aug 21 2012 Petr Pisar ppi...@redhat.com - 2.22-14
+- Correct dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.22-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 9dfe444..c3ea2d0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-d98277f6420e5da6b93d99a8db2b3934  Template-Toolkit-2.22.tar.gz
-587d909170fd7dcbe8a51485c49fa3e0  TT_v222_html_docs.tar.gz
+c25fdab1beebf8818c2e624bc9f9d212  Template-Toolkit-2.24.tar.gz
+434a70bb50915e5c2baf5c3fd6ce673e  TT_v224_html_docs.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 849686] Upgrade perl-Template-Toolkit to 2.24

2012-08-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=849686

--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-Template-Toolkit-2.24-1.fc18 has been submitted as an update for Fedora
18.
https://admin.fedoraproject.org/updates/perl-Template-Toolkit-2.24-1.fc18

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

[perl-Razor-Agent] Don't create *.old files that get installed during %install

2012-08-23 Thread Robert Scheck
commit 46c0367ae13129229f6e89b01b9bd8b656f8b9c3
Author: Robert Scheck rob...@fedoraproject.org
Date:   Fri Aug 24 00:49:47 2012 +0200

Don't create *.old files that get installed during %install

 perl-Razor-Agent.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Razor-Agent.spec b/perl-Razor-Agent.spec
index 1df5eb9..72cabf7 100644
--- a/perl-Razor-Agent.spec
+++ b/perl-Razor-Agent.spec
@@ -32,7 +32,7 @@ Agents on the network.
 
 %prep
 %setup -q -n razor-agents-%{version}
-%patch0 -p1 -b .old
+%patch0 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS
--
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 849686] Upgrade perl-Template-Toolkit to 2.24

2012-08-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=849686

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA

--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Template-Toolkit-2.24-1.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-Template-Toolkit-2.24-1.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-12617/perl-Template-Toolkit-2.24-1.fc18
then log in and leave karma (feedback).

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