File Class-Accessor-Lite-0.06.tar.gz uploaded to lookaside cache by corsepiu

2014-02-01 Thread corsepiu
A file has been added to the lookaside cache for perl-Class-Accessor-Lite:

71a4b22f8a7f4fcad6ec184d5b57802a  Class-Accessor-Lite-0.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

[perl-Class-Accessor-Lite] Upstream update.

2014-02-01 Thread corsepiu
commit beb6dbf1b3ca48e64e7ed654fd10e0879d038499
Author: Ralf Corsépius 
Date:   Sat Feb 1 09:18:30 2014 +0100

Upstream update.

- Modernize spec.

 .gitignore|1 +
 perl-Class-Accessor-Lite.spec |   17 -
 sources   |2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9dc5cb3..0ea265d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Class-Accessor-Lite-0.05.tar.gz
+/Class-Accessor-Lite-0.06.tar.gz
diff --git a/perl-Class-Accessor-Lite.spec b/perl-Class-Accessor-Lite.spec
index 36adc31..a9a6482 100644
--- a/perl-Class-Accessor-Lite.spec
+++ b/perl-Class-Accessor-Lite.spec
@@ -1,13 +1,14 @@
 Name:   perl-Class-Accessor-Lite
-Version:0.05
-Release:9%{?dist}
+Version:0.06
+Release:1%{?dist}
 Summary:Minimalistic variant of Class::Accessor
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Class-Accessor-Lite/
 Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Class-Accessor-Lite-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -25,8 +26,6 @@ up the @ISA.
 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 {} \;
@@ -37,16 +36,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 01 2014 Ralf Corsépius  - 0.06-1
+- Upstream update.
+- Modernize spec.
+
 * Sat Aug 03 2013 Fedora Release Engineering  
- 0.05-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 2c44d66..a38bef8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c487f0ebe2038363b68e9e68ae4beb54  Class-Accessor-Lite-0.05.tar.gz
+71a4b22f8a7f4fcad6ec184d5b57802a  Class-Accessor-Lite-0.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

[perl-Class-Accessor-Lite] Upstream update.

2014-02-01 Thread corsepiu
commit bf650c72819ad6c4cbdbadd8a1f8db7f067fb2ea
Author: Ralf Corsépius 
Date:   Sat Feb 1 09:20:26 2014 +0100

Upstream update.

- Modernize spec.

 .gitignore |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ea265d..cf9b715 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/Class-Accessor-Lite-0.05.tar.gz
 /Class-Accessor-Lite-0.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

[perl-Class-Accessor-Lite/f20] (2 commits) ...Upstream update.

2014-02-01 Thread corsepiu
Summary of changes:

  beb6dbf... Upstream update. (*)
  bf650c7... Upstream update. (*)

(*) 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-Class-Accessor-Lite/f19: 5/5] Merge cleanup.

2014-02-01 Thread corsepiu
commit 032fa3102461fd227f2ce3d6582e80d2937d5261
Author: Ralf Corsépius 
Date:   Sat Feb 1 09:25:38 2014 +0100

Merge cleanup.

 perl-Class-Accessor-Lite.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/perl-Class-Accessor-Lite.spec b/perl-Class-Accessor-Lite.spec
index a9a6482..bf2bd4d 100644
--- a/perl-Class-Accessor-Lite.spec
+++ b/perl-Class-Accessor-Lite.spec
@@ -46,12 +46,6 @@ make test
 - Upstream update.
 - Modernize spec.
 
-* Sat Aug 03 2013 Fedora Release Engineering  
- 0.05-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Wed Jul 17 2013 Petr Pisar  - 0.05-8
-- Perl 5.18 rebuild
-
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.05-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Class-Accessor-Lite/f19] (5 commits) ...Merge cleanup.

2014-02-01 Thread corsepiu
Summary of changes:

  fc4f836... Perl 5.18 rebuild (*)
  5217ad6... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  beb6dbf... Upstream update. (*)
  bf650c7... Upstream update. (*)
  032fa31... Merge cleanup.

(*) 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-Encode-HanExtra/epel7] (2 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  1a09d6f... Perl 5.18 rebuild (*)
  336587d... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) 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

Broken dependencies: dspam

2014-02-01 Thread buildsys


dspam has broken dependencies in the epel-7 tree:
On x86_64:
dspam-3.10.2-9.el7.x86_64 requires perl(Mail::MboxParser)
On ppc64:
dspam-3.10.2-9.el7.ppc64 requires perl(Mail::MboxParser)
On x86_64:
dspam-web-3.10.2-9.el7.x86_64 requires perl(GD::Graph::lines3d)
dspam-web-3.10.2-9.el7.x86_64 requires perl(GD::Graph::lines)
dspam-web-3.10.2-9.el7.x86_64 requires perl(GD::Graph::bars)
On ppc64:
dspam-web-3.10.2-9.el7.ppc64 requires perl(GD::Graph::lines3d)
dspam-web-3.10.2-9.el7.ppc64 requires perl(GD::Graph::lines)
dspam-web-3.10.2-9.el7.ppc64 requires perl(GD::Graph::bars)
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: w3c-markup-validator

2014-02-01 Thread buildsys


w3c-markup-validator has broken dependencies in the epel-7 tree:
On x86_64:
w3c-markup-validator-1.3-4.el7.noarch requires perl(Net::IP)
w3c-markup-validator-1.3-4.el7.noarch requires perl(HTML::Template)
w3c-markup-validator-1.3-4.el7.noarch requires perl(Encode::HanExtra)
On ppc64:
w3c-markup-validator-1.3-4.el7.noarch requires 
perl(SGML::Parser::OpenSP) >= 0:0.991
w3c-markup-validator-1.3-4.el7.noarch requires perl(Net::IP)
w3c-markup-validator-1.3-4.el7.noarch requires perl(HTML::Template)
w3c-markup-validator-1.3-4.el7.noarch requires perl(Encode::HanExtra)
On x86_64:
w3c-markup-validator-libs-1.3-4.el7.noarch requires html401-dtds
On ppc64:
w3c-markup-validator-libs-1.3-4.el7.noarch requires html401-dtds
Please resolve this as soon as possible.


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

[Bug 1060364] Request epel7 branch

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060364

Xavier Bachelot  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NEXTRELEASE
Last Closed||2014-02-01 04:36:07



--- Comment #1 from Xavier Bachelot  ---
The package has been built for epel7.

Regards,
Xavier

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=5ArfOZpHqw&a=cc_unsubscribe
--
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-Apache-Htpasswd/epel7] (2 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  3bc7bc1... Perl 5.18 rebuild (*)
  a40c72a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) 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-App-SVN-Bisect/epel7] (2 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  561eb1c... Perl 5.18 rebuild (*)
  cde4287... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) 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-Text-Wrapper] Upstream update.

2014-02-01 Thread corsepiu
commit 4dad99d0cca6efc2aa31f122f7c8ef95486d1780
Author: Ralf Corsépius 
Date:   Sat Feb 1 14:08:16 2014 +0100

Upstream update.

- Reflect upstream not wanting us to perform Pod tests.

 perl-Text-Wrapper.spec |   14 --
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/perl-Text-Wrapper.spec b/perl-Text-Wrapper.spec
index 077b65f..2cfbced 100644
--- a/perl-Text-Wrapper.spec
+++ b/perl-Text-Wrapper.spec
@@ -1,6 +1,6 @@
 Name:  perl-Text-Wrapper
-Version:   1.04
-Release:   6%{?dist}
+Version:   1.05
+Release:   1%{?dist}
 Summary:   Simple word wrapping perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -10,10 +10,8 @@ Source0: 
http://www.cpan.org/modules/by-module/Text/Text-Wrapper-%{version}.tar
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(Carp)
 BuildRequires: perl(Test::More)
-# For improved tests
-BuildRequires:  perl(Test::Pod) >= 1.41
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
-BuildRequires:  perl(Pod::Coverage::TrustPod)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch: noarch
@@ -45,6 +43,10 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 01 2014 Ralf Corsépius  - 1.05-1
+- Upstream update.
+- Reflect upstream not wanting us to perform Pod tests.
+
 * Sun Aug 04 2013 Fedora Release Engineering  
- 1.04-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1060362] Request epel7 branch

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060362



--- Comment #2 from Paul Howarth  ---
(In reply to Paul Howarth from comment #1)
> Not sure how I came to be assigned this

I figured it out: I'll have been the maintainer for the EL-4 branch, which is
why bugzilla had me as the EPEL contact for this package (it was in RHEL 5 and
6).

So, to re-iterate:

Package Change Request
==
Package Name: perl-Net-IP
New Branches: epel7
Owners: pghmcfc
InitialCC: perl-sig

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ZhOtOpszHJ&a=cc_unsubscribe
--
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 Text-Wrapper-1.05.tar.gz uploaded to lookaside cache by corsepiu

2014-02-01 Thread corsepiu
A file has been added to the lookaside cache for perl-Text-Wrapper:

c5a523a5a271fd0c2844100ec8ced8d3  Text-Wrapper-1.05.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-AuthCAS/epel7] (3 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  b13c5c8... Perl 5.18 rebuild (*)
  6d722d4... Define POD encoding (*)
  f2552f9... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) 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-CSS-Squish/epel7] (2 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  4696dbc... Perl 5.18 rebuild (*)
  b4d7f97... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) 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

Broken dependencies: perl-qpid_proton

2014-02-01 Thread buildsys


perl-qpid_proton has broken dependencies in the rawhide tree:
On x86_64:
perl-qpid_proton-0.6-1.fc21.x86_64 requires perl(qpid_proton)
perl-qpid_proton-0.6-1.fc21.x86_64 requires 
perl(qpid::proton::ExceptionHandling)
On i386:
perl-qpid_proton-0.6-1.fc21.i686 requires perl(qpid_proton)
perl-qpid_proton-0.6-1.fc21.i686 requires 
perl(qpid::proton::ExceptionHandling)
On armhfp:
perl-qpid_proton-0.6-1.fc21.armv7hl requires perl(qpid_proton)
perl-qpid_proton-0.6-1.fc21.armv7hl requires 
perl(qpid::proton::ExceptionHandling)
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-Language-Expr

2014-02-01 Thread buildsys


perl-Language-Expr has broken dependencies in the rawhide tree:
On x86_64:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.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: mojomojo

2014-02-01 Thread buildsys


mojomojo has broken dependencies in the rawhide tree:
On x86_64:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
On i386:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
On armhfp:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
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-Catalyst-Controller-HTML-FormFu

2014-02-01 Thread buildsys


perl-Catalyst-Controller-HTML-FormFu has broken dependencies in the rawhide 
tree:
On x86_64:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
On i386:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
On armhfp:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
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

[perl-Text-Wrapper] Misc. fixups to previous commits.

2014-02-01 Thread corsepiu
commit 9ea15e1b9e8a2d833cebf88f84271a5536c4c617
Author: Ralf Corsépius 
Date:   Sat Feb 1 14:19:21 2014 +0100

Misc. fixups to previous commits.

 .gitignore |2 +-
 perl-Text-Wrapper.spec |3 ++-
 sources|2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f10d1bc..f9d68a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Text-Wrapper-1.04.tar.gz
+/Text-Wrapper-1.05.tar.gz
diff --git a/perl-Text-Wrapper.spec b/perl-Text-Wrapper.spec
index 2cfbced..ec439c7 100644
--- a/perl-Text-Wrapper.spec
+++ b/perl-Text-Wrapper.spec
@@ -46,6 +46,7 @@ make test RELEASE_TESTING=1
 * Sat Feb 01 2014 Ralf Corsépius  - 1.05-1
 - Upstream update.
 - Reflect upstream not wanting us to perform Pod tests.
+- Fix bogus changelog entry.
 
 * Sun Aug 04 2013 Fedora Release Engineering  
- 1.04-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@@ -110,7 +111,7 @@ make test RELEASE_TESTING=1
 - BR: perl(Test::More).
 - Update License tag.
 
-* Mon Mar 27 2007 Ralf Corsépius  - 1.01-1
+* Mon Mar 26 2007 Ralf Corsépius  - 1.01-1
 - Upstream update.
 - BR: perl(Module::Build::Compat).
 
diff --git a/sources b/sources
index 3551b0d..974d568 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85744d27f358fdfc3cc4e79fd04a0448  Text-Wrapper-1.04.tar.gz
+c5a523a5a271fd0c2844100ec8ced8d3  Text-Wrapper-1.05.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-Config-Properties/epel7] (2 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  9e57e62... Perl 5.18 rebuild (*)
  48380e5... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) 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-Crypt-CipherSaber/epel7] (2 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  4f35770... Perl 5.18 rebuild (*)
  7d85993... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) 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-Hash-MultiValue] Drop tests subpackage

2014-02-01 Thread 李瑞彬
commit 89704ddd4ae0f58b1deaa129077c5f0cb06ffde7
Author: Robin Lee 
Date:   Sun Feb 2 02:13:45 2014 +0800

Drop tests subpackage

- Include LICENSE

 perl-Hash-MultiValue.spec |9 ++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Hash-MultiValue.spec b/perl-Hash-MultiValue.spec
index 72c0bf5..f4dbb51 100644
--- a/perl-Hash-MultiValue.spec
+++ b/perl-Hash-MultiValue.spec
@@ -1,7 +1,7 @@
 Name:   perl-Hash-MultiValue
 Summary:Store multiple values per key
 Version:0.15
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Hash-MultiValue-%{version}.tar.gz
 
@@ -19,7 +19,6 @@ BuildRequires:  perl(UNIVERSAL::ref)
 
 
 %{?perl_default_filter}
-%{?perl_default_subpackage_tests}
 
 %description
 Hash::MultiValue is an object (and a plain hash reference) that may
@@ -49,11 +48,15 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README LICENSE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Feb  1 2014 Robin Lee  - 0.15-2
+- Drop tests subpackage
+- Include LICENSE
+
 * Fri Aug  9 2013 Robin Lee  - 0.15-1
 - Update to 0.15, use MakeMaker
 
--
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 File-ChangeNotify-0.24.tar.gz uploaded to lookaside cache by cheeselee

2014-02-01 Thread 李瑞彬
A file has been added to the lookaside cache for perl-File-ChangeNotify:

959f1e52d854b4a94f357545d291edca  File-ChangeNotify-0.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

[perl-File-ChangeNotify] Update to 0.24

2014-02-01 Thread 李瑞彬
commit ffae8a933c36c9a509dd9d0221742f764646b76b
Author: Robin Lee 
Date:   Sun Feb 2 02:32:09 2014 +0800

Update to 0.24

- Drop tests subpackage

 .gitignore  |1 +
 perl-File-ChangeNotify.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 51a2f06..5c0ae40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ File-ChangeNotify-0.13.tar.gz
 /File-ChangeNotify-0.21.tar.gz
 /File-ChangeNotify-0.22.tar.gz
 /File-ChangeNotify-0.23.tar.gz
+/File-ChangeNotify-0.24.tar.gz
diff --git a/perl-File-ChangeNotify.spec b/perl-File-ChangeNotify.spec
index 756bcec..ad22389 100644
--- a/perl-File-ChangeNotify.spec
+++ b/perl-File-ChangeNotify.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-ChangeNotify
 Summary:Watch for changes to files, cross-platform style
-Version:0.23
+Version:0.24
 Release:1%{?dist}
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -45,7 +45,6 @@ Requires:   perl(Time::HiRes)
 %?perl_default_filter
 }
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}perl\\(IO::KQueue\\)
-%{?perl_default_subpackage_tests}
 
 %description
 Watch for changes to files, easily, cleanly, and across different platforms.
@@ -80,6 +79,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Feb  1 2014 Robin Lee  - 0.24-1
+- Update to 0.24
+- Drop tests subpackage
+
 * Fri Aug  9 2013 Robin Lee  - 0.23-1
 - Update to 0.23
 
diff --git a/sources b/sources
index ca9b0d1..3371685 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b27d2ffb39c780642c263885c436723  File-ChangeNotify-0.23.tar.gz
+959f1e52d854b4a94f357545d291edca  File-ChangeNotify-0.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

[Bug 1036019] perl-File-ChangeNotify-0.24 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1036019

Robin Lee  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-File-ChangeNotify-0.24
   ||-1.fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-02-01 13:43:15



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ZZk4IlnwkT&a=cc_unsubscribe
--
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 1060463] New: ctstream-13 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060463

Bug ID: 1060463
   Summary: ctstream-13 is available
   Product: Fedora
   Version: rawhide
 Component: ctstream
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 13
Current version/release in Fedora Rawhide: 12-1.fc21
URL: http://xpisar.wz.cz/ctstream/

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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=lDpcQJCR2M&a=cc_unsubscribe
--
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 1060465] Review Request: perl-Excel-Writer-XLSX - Create a new file in the Excel 2007+ XLSX format

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060465

David Dick  changed:

   What|Removed |Added

 CC||perl-devel@lists.fedoraproj
   ||ect.org



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ytAlyiGXCZ&a=cc_unsubscribe
--
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 1060475] New: perl-Compress-Raw-Zlib-2.064 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060475

Bug ID: 1060475
   Summary: perl-Compress-Raw-Zlib-2.064 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Compress-Raw-Zlib
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
p...@city-fan.org, perl-devel@lists.fedoraproject.org



Latest upstream release: 2.064
Current version/release in Fedora Rawhide: 2.063-1.fc21
URL: http://search.cpan.org/dist/Compress-Raw-Zlib/

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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=bp81bv7gSf&a=cc_unsubscribe
--
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 1060474] New: perl-Compress-Raw-Bzip2-2.064 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060474

Bug ID: 1060474
   Summary: perl-Compress-Raw-Bzip2-2.064 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Compress-Raw-Bzip2
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
p...@city-fan.org, perl-devel@lists.fedoraproject.org



Latest upstream release: 2.064
Current version/release in Fedora Rawhide: 2.063-1.fc21
URL: http://search.cpan.org/dist/Compress-Raw-Bzip2/

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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=jQUZbXDdXY&a=cc_unsubscribe
--
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 1060476] New: perl-CPANPLUS-0.9146 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060476

Bug ID: 1060476
   Summary: perl-CPANPLUS-0.9146 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CPANPLUS
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.9146
Current version/release in Fedora Rawhide: 0.91.44-1.fc21
URL: http://search.cpan.org/dist/CPANPLUS/

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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=VTLQJ3fjUV&a=cc_unsubscribe
--
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 1060477] New: perl-ExtUtils-MakeMaker-6.88 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060477

Bug ID: 1060477
   Summary: perl-ExtUtils-MakeMaker-6.88 is available
   Product: Fedora
   Version: rawhide
 Component: perl-ExtUtils-MakeMaker
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 6.88
Current version/release in Fedora Rawhide: 6.86-1.fc21
URL: http://search.cpan.org/dist/ExtUtils-MakeMaker/

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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pvLwQgkGIN&a=cc_unsubscribe
--
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 1060478] New: perl-IO-Compress-2.064 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060478

Bug ID: 1060478
   Summary: perl-IO-Compress-2.064 is available
   Product: Fedora
   Version: rawhide
 Component: perl-IO-Compress
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, p...@city-fan.org,
perl-devel@lists.fedoraproject.org



Latest upstream release: 2.064
Current version/release in Fedora Rawhide: 2.063-1.fc21
URL: http://search.cpan.org/dist/IO-Compress/

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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=cmk0uqnDX0&a=cc_unsubscribe
--
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 1060479] New: perl-JSON-Pointer-0.03 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060479

Bug ID: 1060479
   Summary: perl-JSON-Pointer-0.03 is available
   Product: Fedora
   Version: rawhide
 Component: perl-JSON-Pointer
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.03
Current version/release in Fedora Rawhide: 0.01-3.fc20
URL: http://search.cpan.org/dist/JSON-Pointer/

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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=avhXY2GFmR&a=cc_unsubscribe
--
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 1060480] New: perl-Pod-Markdown-2.000 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060480

Bug ID: 1060480
   Summary: perl-Pod-Markdown-2.000 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Pod-Markdown
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 2.000
Current version/release in Fedora Rawhide: 1.500-1.fc21
URL: http://search.cpan.org/dist/Pod-Markdown/

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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=NC08QMHucb&a=cc_unsubscribe
--
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 1060481] New: perl-Text-Aligner-0.09 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060481

Bug ID: 1060481
   Summary: perl-Text-Aligner-0.09 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Text-Aligner
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.09
Current version/release in Fedora Rawhide: 0.08-1.fc21
URL: http://search.cpan.org/dist/Text-Aligner/

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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KaTqyFb5lD&a=cc_unsubscribe
--
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 1060483] New: perl-Text-Table-1.129 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060483

Bug ID: 1060483
   Summary: perl-Text-Table-1.129 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Text-Table
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Latest upstream release: 1.129
Current version/release in Fedora Rawhide: 1.128-1.fc21
URL: http://search.cpan.org/dist/Text-Table/

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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=fzNYbM5mG7&a=cc_unsubscribe
--
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 1060484] New: perl-XML-LibXML-2.0110 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060484

Bug ID: 1060484
   Summary: perl-XML-LibXML-2.0110 is available
   Product: Fedora
   Version: rawhide
 Component: perl-XML-LibXML
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 2.0110
Current version/release in Fedora Rawhide: 2.0108-1.fc21
URL: http://search.cpan.org/dist/XML-LibXML/

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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=aTZqZwQkNy&a=cc_unsubscribe
--
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 1060485] New: perl-XML-LibXSLT-1.85 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060485

Bug ID: 1060485
   Summary: perl-XML-LibXSLT-1.85 is available
   Product: Fedora
   Version: rawhide
 Component: perl-XML-LibXSLT
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, z...@fastmail.fm



Latest upstream release: 1.85
Current version/release in Fedora Rawhide: 1.84-1.fc21
URL: http://search.cpan.org/dist/XML-LibXSLT/

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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=iSFmY4Innn&a=cc_unsubscribe
--
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-CSS-Squish] fix bogus date in changelog; Modernize specfile

2014-02-01 Thread corsepiu
commit 1a0d349b7d239cd9cb8fb1121632032ebb1d7084
Author: Xavier Bachelot 
Date:   Sat Feb 1 14:20:24 2014 +0100

fix bogus date in changelog; Modernize specfile

 perl-CSS-Squish.spec |   16 ++--
 1 files changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/perl-CSS-Squish.spec b/perl-CSS-Squish.spec
index 8b2b594..921d876 100644
--- a/perl-CSS-Squish.spec
+++ b/perl-CSS-Squish.spec
@@ -1,12 +1,10 @@
 Name:   perl-CSS-Squish
 Version:0.10
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Compact many CSS files into one big file
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/CSS-Squish/
 Source0:
http://search.cpan.org/CPAN/authors/id/T/TS/TSIBLEY/CSS-Squish-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::LongString)
@@ -31,8 +29,6 @@ honor any valid @import statements included in the files.
 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 {} \;
@@ -43,16 +39,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc CHANGES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 01 2014 Xavier Bachelot  - 0.10-10
+- Fix bogus date in %%changelog.
+- Modernize specfile.
+
 * Sat Aug 03 2013 Fedora Release Engineering  
- 0.10-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -83,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 * Fri Apr 30 2010 Marcela Maslanova  - 0.09-2
 - Mass rebuild with perl-5.12.0
 
-* Sat Feb 28 2010 Ralf Corsépius  - 0.09-1
+* Sun Feb 28 2010 Ralf Corsépius  - 0.09-1
 - Upstream update.
 - Reflect Source0-URL having changed.
 
--
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-CSS-Squish] Add more BR:s.

2014-02-01 Thread corsepiu
commit 597431491b585e62055a6b208465ed1400cf94d1
Author: Ralf Corsépius 
Date:   Sun Feb 2 05:16:47 2014 +0100

Add more BR:s.

 .gitignore   |1 -
 perl-CSS-Squish.spec |   10 +-
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e53c5b0..0491c76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-CSS-Squish-0.09.tar.gz
 /CSS-Squish-0.10.tar.gz
diff --git a/perl-CSS-Squish.spec b/perl-CSS-Squish.spec
index 921d876..4e14902 100644
--- a/perl-CSS-Squish.spec
+++ b/perl-CSS-Squish.spec
@@ -1,15 +1,20 @@
 Name:   perl-CSS-Squish
 Version:0.10
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Compact many CSS files into one big file
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/CSS-Squish/
 Source0:
http://search.cpan.org/CPAN/authors/id/T/TS/TSIBLEY/CSS-Squish-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::LongString)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::file)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+
 
 # For improved tests
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -45,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 02 2014 Ralf Corsépius  - 0.10-11
+- Add more BR:s.
+
 * Sat Feb 01 2014 Xavier Bachelot  - 0.10-10
 - Fix bogus date in %%changelog.
 - Modernize specfile.
--
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-CSS-Squish/f20] (2 commits) ...Add more BR:s.

2014-02-01 Thread corsepiu
Summary of changes:

  1a0d349... fix bogus date in changelog; Modernize specfile (*)
  5974314... Add more BR:s. (*)

(*) 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-CSS-Squish/f19: 5/5] Merge cleanup.

2014-02-01 Thread corsepiu
commit 2da6297a8f4e84c9c5ecb6051525c877e1d500a6
Author: Ralf Corsépius 
Date:   Sun Feb 2 05:21:05 2014 +0100

Merge cleanup.

 perl-CSS-Squish.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/perl-CSS-Squish.spec b/perl-CSS-Squish.spec
index 4e14902..1c7256f 100644
--- a/perl-CSS-Squish.spec
+++ b/perl-CSS-Squish.spec
@@ -57,12 +57,6 @@ make test
 - Fix bogus date in %%changelog.
 - Modernize specfile.
 
-* Sat Aug 03 2013 Fedora Release Engineering  
- 0.10-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Sun Jul 21 2013 Petr Pisar  - 0.10-8
-- Perl 5.18 rebuild
-
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.10-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CSS-Squish/f19] (5 commits) ...Merge cleanup.

2014-02-01 Thread corsepiu
Summary of changes:

  4696dbc... Perl 5.18 rebuild (*)
  b4d7f97... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  1a0d349... fix bogus date in changelog; Modernize specfile (*)
  5974314... Add more BR:s. (*)
  2da6297... Merge cleanup.

(*) 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

Broken dependencies: perl-Class-DBI

2014-02-01 Thread buildsys


perl-Class-DBI has broken dependencies in the epel-6 tree:
On ppc64:
perl-Class-DBI-3.0.17-5.el6.noarch requires perl(Class::Trigger) >= 
0:0.07
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

2014-02-01 Thread buildsys


perl-OpenOffice-UNO has broken dependencies in the epel-6 tree:
On x86_64:
perl-OpenOffice-UNO-0.07-4.el6.x86_64 requires 
libsal_textenc.so.3()(64bit)
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-Catalyst-Devel

2014-02-01 Thread buildsys


perl-Catalyst-Devel has broken dependencies in the epel-6 tree:
On ppc64:
perl-Catalyst-Devel-1.28-1.el6.1.noarch requires 
perl(File::Copy::Recursive)
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-DBIx-Class

2014-02-01 Thread buildsys


perl-DBIx-Class has broken dependencies in the epel-6 tree:
On ppc64:
perl-DBIx-Class-0.08123-2.el6.noarch requires perl(Class::Trigger)
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-Class-DBI

2014-02-01 Thread buildsys


perl-Class-DBI has broken dependencies in the epel-6 tree:
On ppc64:
perl-Class-DBI-3.0.17-5.el6.noarch requires perl(Class::Trigger) >= 
0:0.07
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-DBIx-Class

2014-02-01 Thread buildsys


perl-DBIx-Class has broken dependencies in the epel-6 tree:
On ppc64:
perl-DBIx-Class-0.08123-2.el6.noarch requires perl(Class::Trigger)
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-Catalyst-Devel

2014-02-01 Thread buildsys


perl-Catalyst-Devel has broken dependencies in the epel-6 tree:
On ppc64:
perl-Catalyst-Devel-1.28-1.el6.1.noarch requires 
perl(File::Copy::Recursive)
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

2014-02-01 Thread buildsys


perl-OpenOffice-UNO has broken dependencies in the epel-6 tree:
On x86_64:
perl-OpenOffice-UNO-0.07-4.el6.x86_64 requires 
libsal_textenc.so.3()(64bit)
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-Authen-Simple

2014-02-01 Thread buildsys


perl-Authen-Simple has broken dependencies in the epel-6 tree:
On ppc64:
perl-Authen-Simple-0.4-5.el6.noarch requires perl(Crypt::PasswdMD5)
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-WWW-GoodData

2014-02-01 Thread buildsys


perl-WWW-GoodData has broken dependencies in the epel-5 tree:
On ppc:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) >= 0:2.36
On i386:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) >= 0:2.36
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-WWW-GoodData

2014-02-01 Thread buildsys


perl-WWW-GoodData has broken dependencies in the epel-5 tree:
On ppc:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) >= 0:2.36
On i386:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) >= 0:2.36
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 X11-Protocol-Other-29.tar.gz uploaded to lookaside cache by cheeselee

2014-02-01 Thread 李瑞彬
A file has been added to the lookaside cache for perl-X11-Protocol-Other:

0b1ed4861d7f6a2403e795d489404b54  X11-Protocol-Other-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

[perl-X11-Protocol-Other] Update to 29

2014-02-01 Thread 李瑞彬
commit ec7ed6e8be3c75d9ce97418b036d1af21af3961c
Author: Robin Lee 
Date:   Sun Feb 2 15:17:57 2014 +0800

Update to 29

 .gitignore   |1 +
 perl-X11-Protocol-Other.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 18fdba7..92cb15c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ X11-Protocol-Other-18.tar.gz
 /X11-Protocol-Other-24.tar.gz
 /X11-Protocol-Other-25.tar.gz
 /X11-Protocol-Other-28.tar.gz
+/X11-Protocol-Other-29.tar.gz
diff --git a/perl-X11-Protocol-Other.spec b/perl-X11-Protocol-Other.spec
index cbb1ab8..d4819ad 100644
--- a/perl-X11-Protocol-Other.spec
+++ b/perl-X11-Protocol-Other.spec
@@ -1,5 +1,5 @@
 Name:   perl-X11-Protocol-Other
-Version:28
+Version:29
 Release:1%{?dist}
 Summary:Miscellaneous X11::Protocol helpers
 License:GPLv3+
@@ -48,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb  2 2014 Robin Lee  - 29-1
+- Update to 29
+
 * Wed Nov 13 2013 Robin Lee  - 28-1
 - Update to version 28
 
diff --git a/sources b/sources
index c605605..323ba4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79616ca6c549c793765366a05256b4b0  X11-Protocol-Other-28.tar.gz
+0b1ed4861d7f6a2403e795d489404b54  X11-Protocol-Other-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

[Bug 1055298] perl-X11-Protocol-Other-29 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1055298

Robin Lee  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-X11-Protocol-Other-29-
   ||1.fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-02-02 02:22:36



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=XhDIJpPD3H&a=cc_unsubscribe
--
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 1022682] perl-X11-Protocol-Other-27 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022682

Robin Lee  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
   Fixed In Version||perl-X11-Protocol-Other-29-
   ||1.fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-02-02 02:23:01



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=1quVcgAy4V&a=cc_unsubscribe
--
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