Re: Killing perl-Pugs-Compiler-Rule

2011-10-25 Thread Petr Pisar
On Mon, Oct 24, 2011 at 04:08:14PM -0500, Steven Pritchard wrote:
 On Fri, Oct 21, 2011 at 10:03:10AM +0200, Petr Pisar wrote:
  Steven, I cannot see corresponding ticket for rel-engs. This error still
  pops up in regualar repository summaries.
 
 Sorry, I wasn't aware of the proper procedure to go through for this.  (This
 is the first time I've retired a package.)
 
 I've done everything except the rel-eng ticket.  When I try to create that,
 I get TICKET_CREATE privileges are required to perform this operation.
 I'm assuming I need to login with my FAS account?  (Again, I've never had to
 create a rel-eng ticket...)

Sure you need to log in using your Fedora account.

-- Petr


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

File Module-Runtime-0.011.tar.gz uploaded to lookaside cache by ppisar

2011-10-25 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Module-Runtime:

d0d2ab338c5bb2769a8f7db200cfdb2b  Module-Runtime-0.011.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-Pugs-Compiler-Rule

2011-10-25 Thread buildsys


perl-Pugs-Compiler-Rule has broken dependencies in the F-16 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


[perl-Module-Runtime] 0.011 bump

2011-10-25 Thread Petr Pisar
commit 93f67aa0ac7241a6027a5c3eac2eea223d907b24
Author: Petr Písař ppi...@redhat.com
Date:   Tue Oct 25 13:39:00 2011 +0200

0.011 bump

Fixes compatibility with perl-5.10 and older, so no need to back-port
it.

 .gitignore   |1 +
 perl-Module-Runtime.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2491510..d34773c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Module-Runtime-0.008.tar.gz
 /Module-Runtime-0.009.tar.gz
 /Module-Runtime-0.010.tar.gz
+/Module-Runtime-0.011.tar.gz
diff --git a/perl-Module-Runtime.spec b/perl-Module-Runtime.spec
index a61bd64..2a3ada6 100644
--- a/perl-Module-Runtime.spec
+++ b/perl-Module-Runtime.spec
@@ -1,6 +1,6 @@
 # This file is licensed under the terms of GNU GPLv2+.
 Name:   perl-Module-Runtime
-Version:0.010
+Version:0.011
 Release:1%{?dist}
 Summary:Runtime module handling
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 25 2011 Petr Pisar ppi...@redhat.com - 0.011-1
+- 0.011 bump
+
 * Fri Oct 07 2011 Petr Pisar ppi...@redhat.com - 0.010-1
 - 0.010 bump
 
diff --git a/sources b/sources
index 76df804..98a44bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-069e890c996c99d283070e7aad3de10b  Module-Runtime-0.010.tar.gz
+d0d2ab338c5bb2769a8f7db200cfdb2b  Module-Runtime-0.011.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Mozilla-CA] 20111025 bump

2011-10-25 Thread Petr Pisar
commit e2bab7b265570a19e45e4b11ae7105fdd1c2c5e8
Author: Petr Písař ppi...@redhat.com
Date:   Tue Oct 25 13:48:32 2011 +0200

20111025 bump

 perl-Mozilla-CA.spec |9 ++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Mozilla-CA.spec b/perl-Mozilla-CA.spec
index b954de0..e35d2f7 100644
--- a/perl-Mozilla-CA.spec
+++ b/perl-Mozilla-CA.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mozilla-CA
-Version:20110914
-Release:2%{?dist}
+Version:20111025
+Release:1%{?dist}
 Summary:Mozilla's CA cert bundle in PEM format
 License:MPLv1.1 or LGPLv2+ or GPLv2+
 Group:  Development/Libraries
@@ -40,12 +40,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 25 2011 Petr Pisar ppi...@redhat.com - 20111025-1
+- 20111025 bump
+- Remove defattr from spec code
+
 * Fri Sep 16 2011 Petr Pisar ppi...@redhat.com - 20110914-2
 - Redirect to ca-certificates bundle (bug #738383)
 
--
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 748771] perl-Mozilla-CA-20111025 is available

2011-10-25 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=748771

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

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution||RAWHIDE
   Fixed In Version||perl-Mozilla-CA-20111025-1.
   ||fc17
Last Closed||2011-10-25 08:09:47

--- Comment #1 from Petr Pisar ppi...@redhat.com 2011-10-25 08:09:47 EDT ---
Just a dummy upgrade to keep the version. Upstream removed some non-web server
authorities which does not affect us as we redirect to original CA file
instead.

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