Broken dependencies: perl-Language-Expr

2013-10-24 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

[Bug 1016186] abi-compliance-checker-1.99.8.5 is available

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1016186



--- Comment #3 from Fedora Update System  ---
abi-compliance-checker-1.99.8.5-1.fc18 has been submitted as an update for
Fedora 18.
https://admin.fedoraproject.org/updates/abi-compliance-checker-1.99.8.5-1.fc18

-- 
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=12sHaj34QT&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 1016186] abi-compliance-checker-1.99.8.5 is available

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1016186



--- Comment #2 from Fedora Update System  ---
abi-compliance-checker-1.99.8.5-1.fc20 has been submitted as an update for
Fedora 20.
https://admin.fedoraproject.org/updates/abi-compliance-checker-1.99.8.5-1.fc20

-- 
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=dQykTEPqA3&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 1016186] abi-compliance-checker-1.99.8.5 is available

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1016186



--- Comment #1 from Fedora Update System  ---
abi-compliance-checker-1.99.8.5-1.fc19 has been submitted as an update for
Fedora 19.
https://admin.fedoraproject.org/updates/abi-compliance-checker-1.99.8.5-1.fc19

-- 
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=2LWVTNbBH1&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 1022894] perl-Path-FindDev-0.4.1 is available

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022894

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Path-FindDev-0.4.1-1.f
   ||c21
 Resolution|--- |RAWHIDE
Last Closed||2013-10-24 08:33:17



-- 
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=vNkx4bDpK3&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-Path-FindDev] 0.4.1 bump

2013-10-24 Thread Jitka Plesnikova
commit 0cdbf5fd1ab1ee15ab91d79e9807b203510f8051
Author: Jitka Plesnikova 
Date:   Thu Oct 24 14:27:42 2013 +0200

0.4.1 bump

 .gitignore |1 +
 perl-Path-FindDev.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03c5ff3..72fd933 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Path-FindDev-0.3.1.tar.gz
 /Path-FindDev-0.3.2.tar.gz
 /Path-FindDev-0.4.0.tar.gz
+/Path-FindDev-0.4.1.tar.gz
diff --git a/perl-Path-FindDev.spec b/perl-Path-FindDev.spec
index 0e81674..0f51bd6 100644
--- a/perl-Path-FindDev.spec
+++ b/perl-Path-FindDev.spec
@@ -1,5 +1,5 @@
 Name:   perl-Path-FindDev
-Version:0.4.0
+Version:0.4.1
 Release:1%{?dist}
 Summary:Find a development path somewhere in an upper hierarchy
 License:GPL+ or Artistic
@@ -24,7 +24,7 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
-BuildRequires:  perl(Test::More) >= 0.98
+BuildRequires:  perl(Test::More) >= 0.99
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(Carp)
 Requires:   perl(File::Spec)
@@ -57,6 +57,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 24 2013 Jitka Plesnikova  - 0.4.1-1
+- 0.4.1 bump
+
 * Wed Oct 02 2013 Jitka Plesnikova  - 0.4.0-1
 - 0.4.0 bump
 
diff --git a/sources b/sources
index 9697b7c..35015a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afc2b1f00e133a7a630e7f424fe9866a  Path-FindDev-0.4.0.tar.gz
+a11511306156719502d3f4a6e1be4a27  Path-FindDev-0.4.1.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 1021209] perl-Path-IsDev-1.000000 is available

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1021209

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Path-IsDev-1.00-1.
   ||fc21
 Resolution|--- |RAWHIDE
Last Closed||2013-10-24 08:17:03



-- 
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=meAF0Zrsrl&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-Path-IsDev] 1.000000 bump

2013-10-24 Thread Jitka Plesnikova
commit 075a31a8fb12a8efad0216bc2d3ee7af9c04ef17
Author: Jitka Plesnikova 
Date:   Thu Oct 24 13:51:15 2013 +0200

1.00 bump

 .gitignore   |1 +
 perl-Path-IsDev.spec |   13 ++---
 sources  |2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae5477a..4334162 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Path-IsDev-0.3.3.tar.gz
 /Path-IsDev-0.4.0.tar.gz
 /Path-IsDev-0.6.0.tar.gz
+/Path-IsDev-1.00.tar.gz
diff --git a/perl-Path-IsDev.spec b/perl-Path-IsDev.spec
index d237a40..053af79 100644
--- a/perl-Path-IsDev.spec
+++ b/perl-Path-IsDev.spec
@@ -1,5 +1,5 @@
 Name:   perl-Path-IsDev
-Version:0.6.0
+Version:1.00
 Release:1%{?dist}
 Summary:Determine if a given Path resembles a development source tree
 License:GPL+ or Artistic
@@ -14,8 +14,9 @@ BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Tiny) >= 0.011
+BuildRequires:  perl(Config)
+BuildRequires:  perl(File::HomeDir)
 BuildRequires:  perl(Module::Runtime)
-BuildRequires:  perl(parent)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Role::Tiny)
 BuildRequires:  perl(Role::Tiny::With)
@@ -28,13 +29,16 @@ BuildRequires:  perl(FindBin)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) >= 0.98
+BuildRequires:  perl(Test::More) >= 0.99
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(Carp)
+Requires:   perl(File::HomeDir)
 Requires:   perl(Module::Runtime)
 Requires:   perl(Path::Tiny)
 Requires:   perl(Scalar::Util)
 
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}perl\\(Class::Tiny\\)\\s*$
+
 %description
 This module is more or less a bunch of heuristics for determining if a
 given path is a development tree root of some kind.
@@ -63,6 +67,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 24 2013 Jitka Plesnikova  - 1.00-1
+- 1.00 bump
+
 * Tue Oct 08 2013 Jitka Plesnikova  - 0.6.0-1
 - 0.6.0 bump
 
diff --git a/sources b/sources
index 17fb0b0..23d41fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81dd4d8b48602dbbaf2fc972a44d2d15  Path-IsDev-0.6.0.tar.gz
+9ffbd766f6aa97205eaedba5ce219488  Path-IsDev-1.00.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 Path-IsDev-1.000000.tar.gz uploaded to lookaside cache by jplesnik

2013-10-24 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-Path-IsDev:

9ffbd766f6aa97205eaedba5ce219488  Path-IsDev-1.00.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

Broken dependencies: perl-PDL

2013-10-24 Thread buildsys


perl-PDL has broken dependencies in the F-20 tree:
On x86_64:
perl-PDL-2.4.10-6.fc19.x86_64 requires perl(:MODULE_COMPAT_5.16.2)
perl-PDL-2.4.10-6.fc19.x86_64 requires libgd.so.2()(64bit)
On i386:
perl-PDL-2.4.10-6.fc19.i686 requires perl(:MODULE_COMPAT_5.16.2)
perl-PDL-2.4.10-6.fc19.i686 requires libgd.so.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: slic3r

2013-10-24 Thread buildsys


slic3r has broken dependencies in the F-20 tree:
On x86_64:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
On i386:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
On armhfp:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
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-Padre

2013-10-24 Thread buildsys


perl-Padre has broken dependencies in the F-20 tree:
On x86_64:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.0)
On i386:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.0)
On armhfp:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.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

Broken dependencies: perl-MIME-Lite-HTML

2013-10-24 Thread buildsys


perl-MIME-Lite-HTML has broken dependencies in the F-20 tree:
On x86_64:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On i386:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On armhfp:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.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

Broken dependencies: perl-Language-Expr

2013-10-24 Thread buildsys


perl-Language-Expr has broken dependencies in the F-20 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: perl-BerkeleyDB

2013-10-24 Thread buildsys


perl-BerkeleyDB has broken dependencies in the F-20 tree:
On x86_64:
perl-BerkeleyDB-0.53-1.fc20.x86_64 requires libdb = 0:5.3.21
On i386:
perl-BerkeleyDB-0.53-1.fc20.i686 requires libdb = 0:5.3.21
On armhfp:
perl-BerkeleyDB-0.53-1.fc20.armv7hl requires libdb = 0:5.3.21
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 1021383] perl-POE-Test-Loops-1.354 is available

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1021383

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-POE-Test-Loops-1.354-1
   ||.fc21
 Resolution|--- |RAWHIDE
Last Closed||2013-10-24 06:23:27



-- 
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=FpeYuag3L6&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-POE-Test-Loops] 1.354 bump (just meta changes)

2013-10-24 Thread Petr Šabata
commit 6ef201e079c6995188c6a55a2c080cb9a97b50e0
Author: Petr Šabata 
Date:   Thu Oct 24 19:21:57 2013 +0900

1.354 bump (just meta changes)

 .gitignore   |1 +
 perl-POE-Test-Loops.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e3aa7f..e5a8088 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ POE-Test-Loops-1.035.tar.gz
 /POE-Test-Loops-1.351.tar.gz
 /POE-Test-Loops-1.352.tar.gz
 /POE-Test-Loops-1.353.tar.gz
+/POE-Test-Loops-1.354.tar.gz
diff --git a/perl-POE-Test-Loops.spec b/perl-POE-Test-Loops.spec
index 2a8c5bb..7c6e1b7 100644
--- a/perl-POE-Test-Loops.spec
+++ b/perl-POE-Test-Loops.spec
@@ -1,6 +1,6 @@
 Name:   perl-POE-Test-Loops
 Summary:Reusable tests for POE::Loop authors
-Version:1.353
+Version:1.354
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -103,6 +103,9 @@ make test
 %{_mandir}/man1/poe-gen-tests.1.gz
 
 %changelog
+* Thu Oct 24 2013 Petr Šabata  - 1.354-1
+- 1.354 bump (just meta changes)
+
 * Fri Sep 20 2013 Jitka Plesnikova  - 1.353-1
 - 1.353 bump
 
diff --git a/sources b/sources
index 6dc1267..4448bfd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b43df25429561d8f88e862ce1c9763a7  POE-Test-Loops-1.353.tar.gz
+1ee83db755eaf74dac7575b9563cd429  POE-Test-Loops-1.354.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 POE-Test-Loops-1.354.tar.gz uploaded to lookaside cache by psabata

2013-10-24 Thread Petr Šabata
A file has been added to the lookaside cache for perl-POE-Test-Loops:

1ee83db755eaf74dac7575b9563cd429  POE-Test-Loops-1.354.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 1021378] perl-Capture-Tiny-0.23 is available

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1021378

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Capture-Tiny-0.23-1.fc
   ||21
 Resolution|--- |RAWHIDE
Last Closed||2013-10-24 05:59:22



-- 
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=hSaIFjPscr&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-Capture-Tiny] 0.23 bump

2013-10-24 Thread Petr Šabata
commit a98c0e912a33508d1727e8c8ce1532fb81328679
Author: Petr Šabata 
Date:   Thu Oct 24 18:56:19 2013 +0900

0.23 bump

 .gitignore |1 +
 perl-Capture-Tiny.spec |   10 +++---
 sources|2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c49153..d9f94b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ Capture-Tiny-0.08.tar.gz
 /Capture-Tiny-0.20.tar.gz
 /Capture-Tiny-0.21.tar.gz
 /Capture-Tiny-0.22.tar.gz
+/Capture-Tiny-0.23.tar.gz
diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec
index 3cfaf8d..ed30cf5 100644
--- a/perl-Capture-Tiny.spec
+++ b/perl-Capture-Tiny.spec
@@ -1,6 +1,6 @@
 Name:   perl-Capture-Tiny
-Version:0.22
-Release:4%{?dist}
+Version:0.23
+Release:1%{?dist}
 Summary:Capture STDOUT and STDERR from Perl, XS or external programs
 License:ASL 2.0
 Group:  Development/Libraries
@@ -8,7 +8,7 @@ URL:http://search.cpan.org/dist/Capture-Tiny/
 Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -20,6 +20,7 @@ BuildRequires:  perl(IO::Handle)
 # PerlIO is optional
 BuildRequires:  perl(Scalar::Util)
 # Tests only:
+BuildRequires:  perl(Config)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(IO::File)
@@ -62,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 24 2013 Petr Šabata  - 0.23-1
+- 0.23 bump
+
 * Thu Sep 05 2013 Petr Šabata  - 0.22-4
 - Avoid circular dependencies when bootstrapping (#1004376)
 
diff --git a/sources b/sources
index 5aa55cc..178f4c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f270ee3682aabf10747592f6c05ef7ba  Capture-Tiny-0.22.tar.gz
+7c6f63671802d004c0df5dbcba93e5b4  Capture-Tiny-0.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

File Capture-Tiny-0.23.tar.gz uploaded to lookaside cache by psabata

2013-10-24 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Capture-Tiny:

7c6f63671802d004c0df5dbcba93e5b4  Capture-Tiny-0.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

[perl-OpenOffice-UNO] Attempt at saner SPEC file formatting

2013-10-24 Thread Lubomir Rintel
commit a9f17f26f7753fe2e0650974cf167cacf3de60ba
Author: Lubomir Rintel 
Date:   Thu Oct 24 11:39:54 2013 +0200

Attempt at saner SPEC file formatting

I'm doing this semi-automatically across all packages I maintain, since some
are several years old and since then several have suffered bit-rot and such.
I'm fixing up the following:

- Old RPM relics (such as %defattr, BuildRoot or %clean sections)
- Whitespace errors (such as trailing spaces)
- Consistent use of %{buildroot}
- Dropping useless %{name} expansions that harm legibility
- Consistent spacing between RPM sections
- Bad days in %changelogs

 perl-OpenOffice-UNO.spec |   23 +--
 1 files changed, 9 insertions(+), 14 deletions(-)
---
diff --git a/perl-OpenOffice-UNO.spec b/perl-OpenOffice-UNO.spec
index 50a9705..eb2b706 100644
--- a/perl-OpenOffice-UNO.spec
+++ b/perl-OpenOffice-UNO.spec
@@ -1,6 +1,6 @@
 Name:   perl-OpenOffice-UNO
 Version:0.07
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Interface to OpenOffice's UNO run-time
 License:LGPLv2+ and SISSL
 Group:  Development/Libraries
@@ -10,7 +10,6 @@ Patch0: 0001-Preserve-cflags.patch
 Patch1: 0001-Hardcode-rpath-to-uno-library.patch
 Patch2: OpenOffice-UNO-0.07-libraries.patch
 Patch3: OpenOffice-UNO-0.07-cppumaker.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Cwd)
@@ -51,15 +50,13 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -70,12 +67,7 @@ sleep $(expr \( %__isa_bits - 30 \) \* 6)
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/OpenOffice*
@@ -83,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 24 2013 Lubomir Rintel (GoodData)  - 
0.07-12
+- Bulk sad and useless attempt at consistent SPEC file formatting
+
 * Sun Aug 04 2013 Fedora Release Engineering  
- 0.07-11
 - 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 1022894] New: perl-Path-FindDev-0.4.1 is available

2013-10-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022894

Bug ID: 1022894
   Summary: perl-Path-FindDev-0.4.1 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Path-FindDev
  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



Latest upstream release: 0.4.1
Current version/release in Fedora Rawhide: 0.4.0-1.fc21
URL: http://search.cpan.org/dist/Path-FindDev/

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=iGfBUON94e&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