Re: Duplicate perl packages - perl-Compress-Raw-Zlib

2011-08-16 Thread Marcela Mašláňová
On 08/16/2011 05:46 AM, Iain Arnell wrote:
 2011/8/15 Marcela Mašláňová mmasl...@redhat.com:

 There are two solutions:
 a/ don't ship sub-package from core perl and override them by package in
 Fedora. This will work well for perl-Compress-Raw-Zlib - 2.033 in perl,
 2.037 in separated package, but we will have borken debuginfo.
 
 Doesn't broken debuginfo only come into play if we install the package
 from cpan into core archlib directory. As long as we keep it in
 separate vendorarch, there's no problem.
 
 b/ remove dual life modules, which are outside of perl - will solve
 problem of broken debuginfo
 https://bugzilla.redhat.com/show_bug.cgi?id=694704
 Removal doesn't work for perl-Compress-Raw-Zlib, but it might work for
 other packages. Core modules are now updated more often, so we might not
 need dual life process.
 
 Anything but this. We *will* end up wanting newer versions at some
 point and be forced to go back to using unwieldy patches in perl.spec
 again.
 
 Opinions? Better proposal?
 
 Well, since Jesse then came back and wrote that koji doesn't seem to
 be affected after all:

 Upon further looking at the koji problem, these packages may not actually be 
 causing my root issue, since they do come from separate SRPMs.

 
 How about option (c). Keep things just as they are?
 
 Or if there is a problem with koji, how about (d) fix koji. It's a
 broken assumption that only binary sub-packages from a single source
 rpm can exist in an external repo (I use koji at work to build
 packages against SLES - Novell has a habit of releasing only affected
 sub-packages as updates - if they fix a problem that only affects
 bind-libs, for example, you'll only see a new bind-libs rpm in their
 updates repo and be expected to install that with the original base
 package. I'm fairly certain that I patched mergerepo to ignore this
 restriction).
 
I suppose we can leave it as it is, but we should remove sub-packages
from perl if they are dual lifed. This would fix problem with debuginfo.
Perl package has only one debuginfo package for everything and dual life
debuginfo packages conflict with files from perl-debuginfo.

-- 
Marcela Mašláňová
BaseOS team Brno
--
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

Re: Duplicate perl packages - perl-Compress-Raw-Zlib

2011-08-16 Thread Petr Pisar
On Mon, Aug 15, 2011 at 07:30:34PM +0200, Marcela Mašláňová wrote:
 Core modules are now updated more often, so we might not 
 need dual life process.
 
Not in general. E.g. I'm splitting Locale::* now because those modules
contain locale definition data which will be updated 4-times a year in
contrast to perl that is released once a year.

We need dual-lived packages unless upstream delivers modules completly
asynchronously (i.e. no bundling into perl tar ball). And becuase this never
happens, I'm against ceasing dual-lived update approach.

-- Petr


pgpO0gfjrQH1H.pgp
Description: PGP signature
--
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

Re: Duplicate perl packages - perl-Compress-Raw-Zlib

2011-08-16 Thread Petr Pisar
On Tue, Aug 16, 2011 at 09:46:47AM +0200, Marcela Mašláňová wrote:
 I suppose we can leave it as it is, but we should remove sub-packages
 from perl if they are dual lifed. This would fix problem with debuginfo.
 Perl package has only one debuginfo package for everything and dual life
 debuginfo packages conflict with files from perl-debuginfo.
 
Exactly. Before RPM/gdb maintainers implement per-subpackage debuginfos (if
at all), moving dule-lived packages back from core to vendor directory will
solve debuginfo files conflicts.

-- Petr


pgpZpYEKIf4og.pgp
Description: PGP signature
--
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

Re: Duplicate perl packages - perl-Compress-Raw-Zlib

2011-08-16 Thread Petr Pisar
On Tue, Aug 16, 2011 at 05:46:02AM +0200, Iain Arnell wrote:
 
 Or if there is a problem with koji, how about (d) fix koji. It's a
 broken assumption that only binary sub-packages from a single source
 rpm can exist in an external repo 

Yes. I agree the broken culprit---koji must be fixed. The infrustructure
should make packaging easier. Not harder.

-- Petr


pgplvX2o3cHZM.pgp
Description: PGP signature
--
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

Re: Duplicate perl packages - perl-Compress-Raw-Zlib

2011-08-16 Thread Iain Arnell
On Tue, Aug 16, 2011 at 10:01 AM, Petr Pisar ppi...@redhat.com wrote:
 On Tue, Aug 16, 2011 at 09:46:47AM +0200, Marcela Mašláňová wrote:
 I suppose we can leave it as it is, but we should remove sub-packages
 from perl if they are dual lifed. This would fix problem with debuginfo.
 Perl package has only one debuginfo package for everything and dual life
 debuginfo packages conflict with files from perl-debuginfo.

 Exactly. Before RPM/gdb maintainers implement per-subpackage debuginfos (if
 at all), moving dule-lived packages back from core to vendor directory will
 solve debuginfo files conflicts.

Indeed. I'd forgotten that we're installing some of the dual-lifed
modules to archlib. Installing perl-Compress-Raw-Bzip2 debuginfo is
okay (it's installed to vendorarch), but perl-Compress-Raw-Zlib
debuginfo conflicts with perl. I agree that we should stick to using
separate vendorarch for modules from the CPAN.

-- 
Iain.
--
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-Compress-Raw-Zlib] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos

2011-08-16 Thread Marcela Mašláňová
commit cee11622b982aea85e7d1d38401ecc87b0ea558c
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Tue Aug 16 10:48:32 2011 +0200

change path on vendor, so our debuginfo are not conflicting with
perl core debuginfos

 perl-Compress-Raw-Zlib.spec |   12 
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index 2638989..d871c90 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -1,6 +1,6 @@
 Name:   perl-Compress-Raw-Zlib
 Version:2.037
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Low-Level Interface to zlib compression library
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -36,7 +36,7 @@ ZLIB_LIB=%{_libdir}
 ZLIB_INCLUDE=%{_includedir}
 export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE
 
-%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE=%{optflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 make %{?_smp_mflags}
 
 %install
@@ -51,11 +51,15 @@ make test
 
 %files
 %doc Changes README
-%{perl_archlib}/auto/Compress/
-%{perl_archlib}/Compress/
+%{perl_vendorarch}/auto/Compress/
+%{perl_vendorarch}/Compress/
 %{_mandir}/man3/Compress::Raw::Zlib.3pm*
 
 %changelog
+* Tue Aug 16 2011 Marcela Mašláňová mmasl...@redhat.com - 2.037-4
+- change path on vendor, so our debuginfo are not conflicting with
+ perl core debuginfos
+
 * Thu Jul 28 2011 Karsten Hopp kars...@redhat.com 2.037-3
 - bump and rebuild as it got compiled with the old perl on ppc
 
--
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-Compress-Raw-Zlib/f16] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos

2011-08-16 Thread Marcela Mašláňová
Summary of changes:

  cee1162... change path on vendor, so our debuginfo are not conflicting (*)

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


Re: Duplicate perl packages - perl-Compress-Raw-Zlib

2011-08-16 Thread Marcela Mašláňová
On 08/16/2011 10:01 AM, Petr Pisar wrote:
 On Tue, Aug 16, 2011 at 09:46:47AM +0200, Marcela Mašláňová wrote:
 I suppose we can leave it as it is, but we should remove sub-packages
 from perl if they are dual lifed. This would fix problem with debuginfo.
 Perl package has only one debuginfo package for everything and dual life
 debuginfo packages conflict with files from perl-debuginfo.

 Exactly. Before RPM/gdb maintainers implement per-subpackage debuginfos (if
 at all), moving dule-lived packages back from core to vendor directory will
 solve debuginfo files conflicts.
 
 -- Petr
 
 
Updated recommendation:
https://fedoraproject.org/wiki/Perl/updates#Updates_of_Perl_core_modules
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Meta-YAML/f16] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos

2011-08-16 Thread Marcela Mašláňová
commit 1df143e3df918f1fe925245b367ba5fb341156b7
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Tue Aug 16 11:33:10 2011 +0200

change path on vendor, so our debuginfo are not conflicting with
perl core debuginfos

 perl-CPAN-Meta-YAML.spec |   10 +++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-CPAN-Meta-YAML.spec b/perl-CPAN-Meta-YAML.spec
index 91a1c2d..2a3adcb 100644
--- a/perl-CPAN-Meta-YAML.spec
+++ b/perl-CPAN-Meta-YAML.spec
@@ -3,7 +3,7 @@
 
 Name:  perl-CPAN-Meta-YAML
 Version:   0.003
-Release:   6%{?dist}
+Release:   7%{?dist}
 Summary:   Read and write a subset of YAML for CPAN Meta files
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -34,7 +34,7 @@ used for any other general YAML parsing or generation task.
 %endif
 
 %build
-perl Makefile.PL INSTALLDIRS=perl
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -53,10 +53,14 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
-%{perl_privlib}/CPAN/
+%{perl_vendorlib}/CPAN/
 %{_mandir}/man3/CPAN::Meta::YAML.3pm*
 
 %changelog
+* Tue Aug 16 2011 Marcela Mašláňová mmasl...@redhat.com - 0.003-7
+- change path on vendor, so our debuginfo are not conflicting with
+ perl core debuginfos
+
 * Wed Jun 29 2011 Marcela Mašláňová mmasl...@redhat.com - 0.003-6
 - Perl 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 730947] New: perl-Text-VimColor-0.13 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: perl-Text-VimColor-0.13 is available

https://bugzilla.redhat.com/show_bug.cgi?id=730947

   Summary: perl-Text-VimColor-0.13 is available
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
 Component: perl-Text-VimColor
AssignedTo: mmasl...@redhat.com
ReportedBy: upstream-release-monitor...@fedoraproject.org
 QAContact: extras...@fedoraproject.org
CC: fedora-perl-devel-l...@redhat.com, mmasl...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: ---


Latest upstream release: 0.13
Current version in Fedora Rawhide: 0.12
URL: http://search.cpan.org/dist/Text-VimColor/

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

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 730947] perl-Text-VimColor-0.13 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=730947

Petr Sabata psab...@redhat.com changed:

   What|Removed |Added

 CC||psab...@redhat.com
 AssignedTo|mmasl...@redhat.com |psab...@redhat.com

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 730947] perl-Text-VimColor-0.13 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=730947

Petr Sabata psab...@redhat.com changed:

   What|Removed |Added

 AssignedTo|psab...@redhat.com  |mmasl...@redhat.com

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Pugs-Compiler-Rule

2011-08-16 Thread buildsys


perl-Pugs-Compiler-Rule has broken dependencies in the rawhide tree:
On x86_64:
perl-Pugs-Compiler-Rule-0.37-9.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
On i386:
perl-Pugs-Compiler-Rule-0.37-9.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.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-NOCpulse-Gritch

2011-08-16 Thread buildsys


perl-NOCpulse-Gritch has broken dependencies in the rawhide tree:
On x86_64:
perl-NOCpulse-Gritch-1.27.9-1.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
On i386:
perl-NOCpulse-Gritch-1.27.9-1.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.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


File Text-VimColor-0.13.tar.gz uploaded to lookaside cache by mmaslano

2011-08-16 Thread Marcela Mašláňová
A file has been added to the lookaside cache for perl-Text-VimColor:

2c0d7d9f4aa07a2fa9365ae3a6c36ef3  Text-VimColor-0.13.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-Text-VimColor] - update to 0.13 - add File::ShareDir::Install

2011-08-16 Thread Marcela Mašláňová
commit 5602f21950288a879b201d9d5f4441c1d57e6d24
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Tue Aug 16 15:12:23 2011 +0200

- update to 0.13
- add File::ShareDir::Install

 .gitignore  |1 +
 perl-Text-VimColor.spec |8 +++-
 sources |2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f228db..fbedc3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Text-VimColor-0.11.tar.gz
 /Text-VimColor-0.12.tar.gz
+/Text-VimColor-0.13.tar.gz
diff --git a/perl-Text-VimColor.spec b/perl-Text-VimColor.spec
index a2cc8fd..3913e67 100644
--- a/perl-Text-VimColor.spec
+++ b/perl-Text-VimColor.spec
@@ -1,5 +1,5 @@
 Name:   perl-Text-VimColor
-Version:0.12
+Version:0.13
 Release:1%{?dist}
 Summary:Syntax color text in HTML or XML using Vim
 License:GPL+ or Artistic
@@ -7,6 +7,7 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-VimColor/
 Source0:
http://www.cpan.org/authors/id/G/GE/GEOFFR/Text-VimColor-%{version}.tar.gz
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::ShareDir::Install)
 BuildRequires:  perl(Path::Class) = 0.02
 BuildRequires:  perl(Term::ANSIColor)
 BuildRequires:  perl(Test::More)
@@ -46,10 +47,15 @@ make test
 %{_bindir}/text-vimcolor
 %{perl_vendorlib}/Text
 %{perl_vendorlib}/Text/*
+%{perl_vendorlib}/auto/share/dist/Text-VimColor/*
 %{_mandir}/man3/*
 %{_mandir}/man1/text-vimcolor.1.gz
 
 %changelog
+* Tue Aug 16 2011 Marcela Maslanova mmasl...@redhat.com - 0.13-1
+- update to 0.13
+- add File::ShareDir::Install
+
 * Fri Aug 12 2011 Petr Sabata con...@redhat.com - 0.12-1
 - 0.12 bump
 - Remove now obsolete Buildroot and defattr
diff --git a/sources b/sources
index f6d32ea..1853368 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c5bb42060d5169f747dc47e4207f6c9  Text-VimColor-0.12.tar.gz
+2c0d7d9f4aa07a2fa9365ae3a6c36ef3  Text-VimColor-0.13.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-Perl-OSType] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos

2011-08-16 Thread Marcela Mašláňová
commit 24e37a0d0baf97629ae5f8f8881ad15f853d587b
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Tue Aug 16 15:28:57 2011 +0200

change path on vendor, so our debuginfo are not conflicting with
perl core debuginfos

 perl-Perl-OSType.spec |   10 +++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Perl-OSType.spec b/perl-Perl-OSType.spec
index 0083c06..2ce70b5 100644
--- a/perl-Perl-OSType.spec
+++ b/perl-Perl-OSType.spec
@@ -6,7 +6,7 @@
 
 Name:  perl-Perl-OSType
 Version:   1.002
-Release:   6%{?dist}
+Release:   7%{?dist}
 Summary:   Map Perl operating system names to generic types
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -55,7 +55,7 @@ systems are given the type 'Windows' rather than 'Win32').
 %endif
 
 %build
-perl Makefile.PL INSTALLDIRS=perl
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -74,10 +74,14 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
-%{perl_privlib}/Perl/
+%{perl_vendorlib}/Perl/
 %{_mandir}/man3/Perl::OSType.3pm*
 
 %changelog
+* Tue Aug 16 2011 Marcela Maslanova mmasl...@redhat.com - 1.002-7
+- change path on vendor, so our debuginfo are not conflicting with
+ perl core debuginfos
+
 * Thu Jul 21 2011 Petr Sabata con...@redhat.com - 1.002-6
 - Perl 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-FCGI-ProcManager/el6] * First EPEL6 release (F15 SRPM)

2011-08-16 Thread Jose Pedro Oliveira
commit 6d1c51d2ea8f6d75c559f9b00d6b4650b29e0881
Author: Jose Pedro Oliveira j...@di.uminho.pt
Date:   Tue Aug 16 14:44:02 2011 +0100

 * First EPEL6 release (F15 SRPM)

 perl-FCGI-ProcManager.spec |8 +---
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/perl-FCGI-ProcManager.spec b/perl-FCGI-ProcManager.spec
index b3c7ba3..bc637b6 100644
--- a/perl-FCGI-ProcManager.spec
+++ b/perl-FCGI-ProcManager.spec
@@ -1,6 +1,6 @@
 Name:   perl-FCGI-ProcManager
 Version:0.19
-Release:8%{?dist}
+Release:6%{?dist}
 # ProcManager.pm - LGPLv2, LGPLv3
 License:LGPLv2+
 Group:  Development/Libraries
@@ -51,12 +51,6 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
-* Fri Jun 17 2011 Marcela Mašláňová mmasl...@redhat.com - 0.19-8
-- Perl mass rebuild
-
-* Thu Jun 09 2011 Marcela Mašláňová mmasl...@redhat.com - 0.19-7
-- Perl 5.14 mass rebuild
-
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.19-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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

[pkgdb] perl-Business-CreditCard (un)retirement

2011-08-16 Thread Fedora PackageDB
Package perl-Business-CreditCard in Fedora devel has been unretired by limb and 
is now orphan.

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Business-CreditCard
--
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-FCGI-ProcManager] Created tag perl-FCGI-ProcManager-0.19-6.el6

2011-08-16 Thread Jose Pedro Oliveira
The lightweight tag 'perl-FCGI-ProcManager-0.19-6.el6' was created pointing to:

 6d1c51d...  * First EPEL6 release (F15 SRPM)
--
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-Test-Simple] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos

2011-08-16 Thread Marcela Mašláňová
commit f6a32262f1975f3f2ade4433f14492f255abdc7a
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Tue Aug 16 15:46:45 2011 +0200

change path on vendor, so our debuginfo are not conflicting with
perl core debuginfos

 perl-Test-Simple.spec |   10 +++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index 8b848fa..f30c53c 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,7 +1,7 @@
 Name:   perl-Test-Simple
 Summary:Basic utilities for writing tests
 Version:0.98
-Release:2%{?dist}
+Release:3%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Test-Simple-%{version}.tar.gz
 
@@ -33,7 +33,7 @@ This package is the CPAN component of the dual-lifed core 
package Test-Simple.
 %setup -q -n Test-Simple-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=perl
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -52,10 +52,14 @@ make test
 %files
 %defattr(-,root,root,-)
 %doc Changes README examples/
-%{perl_privlib}/*
+%{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Aug 16 2011 Marcela Mašláňová mmasl...@redhat.com - 0.98-3
+- change path on vendor, so our debuginfo are not conflicting with
+  perl core debuginfos
+
 * Fri Jun 17 2011 Marcela Mašláňová mmasl...@redhat.com - 0.98-2
 - Perl 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 730947] perl-Text-VimColor-0.13 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=730947

Marcela Mašláňová mmasl...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution||RAWHIDE
Last Closed||2011-08-16 09:48:41

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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-version] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos

2011-08-16 Thread Marcela Mašláňová
commit a40e40d81d9dece5abed54bd97ff62c641d0899a
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Tue Aug 16 15:53:58 2011 +0200

change path on vendor, so our debuginfo are not conflicting with
perl core debuginfos

 perl-version.spec |   20 
 1 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/perl-version.spec b/perl-version.spec
index f0b5da1..07e9401 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -1,7 +1,7 @@
 Name:   perl-version
 Epoch:  3
 Version:0.88
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Perl extension for Version Objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -30,7 +30,7 @@ strongly urged to set 0.77 as a minimum in your code.
 %setup -q -n version-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE=$RPM_OPT_FLAGS
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
 make %{?_smp_mflags}
 
 %install
@@ -46,16 +46,20 @@ make test
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%doc %{perl_archlib}/version.pod
-%dir %{perl_archlib}/version/
-%doc %{perl_archlib}/version/Internals.pod
-%{perl_archlib}/auto/version/
-%{perl_archlib}/version.pm
-%{perl_archlib}/version/vxs.pm
+%doc %{perl_vendorlib}/version.pod
+%dir %{perl_vendorlib}/version/
+%doc %{perl_vendorlib}/version/Internals.pod
+%{perl_vendorlib}/auto/version/
+%{perl_vendorlib}/version.pm
+%{perl_vendorlib}/version/vxs.pm
 %{_mandir}/man3/version.3pm*
 %{_mandir}/man3/version::Internals.3pm*
 
 %changelog
+* Tue Aug 16 2011 Marcela Mašláňová mmasl...@redhat.com - 3:0.88-6
+- change path on vendor, so our debuginfo are not conflicting with
+  perl core debuginfos
+
 * Sun Jul 24 2011 Iain Arnell iarn...@gmail.com 3:0.88-5
 - update filtering for rpm 4.9
 
--
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-Test-Simple/f16] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos

2011-08-16 Thread Marcela Mašláňová
Summary of changes:

  f6a3226... change path on vendor, so our debuginfo are not conflicting (*)

(*) 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-version] Now use correct paths with correct macro.

2011-08-16 Thread Marcela Mašláňová
commit 40494123e49987baac338da6e268bcc4be1fe5fd
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Tue Aug 16 16:08:38 2011 +0200

Now use correct paths with correct macro.

 perl-version.spec |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/perl-version.spec b/perl-version.spec
index 07e9401..9f6aaab 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -46,12 +46,12 @@ make test
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%doc %{perl_vendorlib}/version.pod
-%dir %{perl_vendorlib}/version/
-%doc %{perl_vendorlib}/version/Internals.pod
-%{perl_vendorlib}/auto/version/
-%{perl_vendorlib}/version.pm
-%{perl_vendorlib}/version/vxs.pm
+%doc %{perl_vendorarch}/version.pod
+%dir %{perl_vendorarch}/version/
+%doc %{perl_vendorarch}/version/Internals.pod
+%{perl_vendorarch}/auto/version/
+%{perl_vendorarch}/version.pm
+%{perl_vendorarch}/version/vxs.pm
 %{_mandir}/man3/version.3pm*
 %{_mandir}/man3/version::Internals.3pm*
 
--
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-threads] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos

2011-08-16 Thread Marcela Mašláňová
commit 459e377a474a3458874522219ebe28a1b41bc509
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Tue Aug 16 16:15:01 2011 +0200

change path on vendor, so our debuginfo are not conflicting with
perl core debuginfos

 perl-threads.spec |   12 
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-threads.spec b/perl-threads.spec
index 45296e3..0aef87e 100644
--- a/perl-threads.spec
+++ b/perl-threads.spec
@@ -1,6 +1,6 @@
 Name:   perl-threads
 Version:1.83
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl interpreter-based threads
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -32,7 +32,7 @@ This threading model has been deprecated, and was removed as 
of Perl 5.10.0.)
 %setup -q -n threads-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE=$RPM_OPT_FLAGS
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
 make %{?_smp_mflags}
 
 %install
@@ -50,11 +50,15 @@ make test
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_archlib}/auto/*
-%{perl_archlib}/threads*
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/threads*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 16 2011 Marcela Mašláňová mmasl...@redhat.com - 1.83-4
+- change path on vendor, so our debuginfo are not conflicting with
+  perl core debuginfos
+
 * Fri Jun 17 2011 Marcela Mašláňová mmasl...@redhat.com - 1.83-3
 - Perl 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-version/f16] (2 commits) ...Now use correct paths with correct macro.

2011-08-16 Thread Marcela Mašláňová
Summary of changes:

  a40e40d... change path on vendor, so our debuginfo are not conflicting (*)
  4049412... Now use correct paths with correct macro. (*)

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


[Bug 728296] Review Request: perl-Gtk2-WebKit - Web content engine library for Gtk2

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=728296

--- Comment #7 from Fedora Update System upda...@fedoraproject.org 2011-08-16 
20:56:46 EDT ---
perl-Gtk2-WebKit-0.09-1.fc15 has been pushed to the Fedora 15 stable
repository.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 728296] Review Request: perl-Gtk2-WebKit - Web content engine library for Gtk2

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=728296

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Gtk2-WebKit-0.09-1.fc1
   ||5
 Resolution||ERRATA
Last Closed||2011-08-16 20:56:51

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 725608] Module does not parse epoch correctly

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=725608

--- Comment #6 from Fedora Update System upda...@fedoraproject.org 2011-08-16 
21:04:00 EDT ---
perl-RPM-VersionCompare-0.1.1-1.fc15 has been pushed to the Fedora 15 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 725608] Module does not parse epoch correctly

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=725608

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-RPM-VersionCompare-0.1 |perl-RPM-VersionCompare-0.1
   |.1-1.fc17   |.1-1.fc15
 Resolution||ERRATA
Last Closed||2011-08-16 21:04:05

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 715240] perl-Fedora-Rebuild-0.3.0 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=715240

--- Comment #9 from Fedora Update System upda...@fedoraproject.org 2011-08-16 
21:14:43 EDT ---
perl-Fedora-Rebuild-0.8.0-1.fc15 has been pushed to the Fedora 15 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 715240] perl-Fedora-Rebuild-0.3.0 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=715240

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

   What|Removed |Added

   Fixed In Version|perl-Fedora-Rebuild-0.3.0-1 |perl-Fedora-Rebuild-0.8.0-1
   |.fc16   |.fc15
 Resolution|RAWHIDE |ERRATA

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 725608] Module does not parse epoch correctly

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=725608

--- Comment #7 from Fedora Update System upda...@fedoraproject.org 2011-08-16 
21:16:18 EDT ---
perl-RPM-VersionCompare-0.1.1-1.fc14 has been pushed to the Fedora 14 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 725608] Module does not parse epoch correctly

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=725608

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

   What|Removed |Added

   Fixed In Version|perl-RPM-VersionCompare-0.1 |perl-RPM-VersionCompare-0.1
   |.1-1.fc15   |.1-1.fc14

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 716407] perl-Fedora-Rebuild-0.4.1 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=716407

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

   What|Removed |Added

   Fixed In Version|perl-Fedora-Rebuild-0.4.1-1 |perl-Fedora-Rebuild-0.8.0-1
   |.fc16   |.fc15
 Resolution|RAWHIDE |ERRATA

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 721337] perl-Fedora-Rebuild-0.5.0 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=721337

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Fedora-Rebuild-0.5.1-1 |perl-Fedora-Rebuild-0.8.0-1
   |.fc16   |.fc15
 Resolution||ERRATA
Last Closed||2011-08-16 21:14:53

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 721337] perl-Fedora-Rebuild-0.5.0 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=721337

--- Comment #9 from Fedora Update System upda...@fedoraproject.org 2011-08-16 
21:14:33 EDT ---
perl-Fedora-Rebuild-0.8.0-1.fc15 has been pushed to the Fedora 15 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 716407] perl-Fedora-Rebuild-0.4.1 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=716407

--- Comment #10 from Fedora Update System upda...@fedoraproject.org 
2011-08-16 21:21:36 EDT ---
perl-Fedora-Rebuild-0.8.0-1.fc14 has been pushed to the Fedora 14 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 721337] perl-Fedora-Rebuild-0.5.0 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=721337

--- Comment #10 from Fedora Update System upda...@fedoraproject.org 
2011-08-16 21:21:20 EDT ---
perl-Fedora-Rebuild-0.8.0-1.fc14 has been pushed to the Fedora 14 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 715240] perl-Fedora-Rebuild-0.3.0 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=715240

--- Comment #10 from Fedora Update System upda...@fedoraproject.org 
2011-08-16 21:21:31 EDT ---
perl-Fedora-Rebuild-0.8.0-1.fc14 has been pushed to the Fedora 14 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 715240] perl-Fedora-Rebuild-0.3.0 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=715240

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

   What|Removed |Added

   Fixed In Version|perl-Fedora-Rebuild-0.8.0-1 |perl-Fedora-Rebuild-0.8.0-1
   |.fc15   |.fc14

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 716407] perl-Fedora-Rebuild-0.4.1 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=716407

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

   What|Removed |Added

   Fixed In Version|perl-Fedora-Rebuild-0.8.0-1 |perl-Fedora-Rebuild-0.8.0-1
   |.fc15   |.fc14

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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 721337] perl-Fedora-Rebuild-0.5.0 is available

2011-08-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=721337

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

   What|Removed |Added

   Fixed In Version|perl-Fedora-Rebuild-0.8.0-1 |perl-Fedora-Rebuild-0.8.0-1
   |.fc15   |.fc14

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- 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