Re: Support for legacy init script actions for systemd services

2012-06-27 Thread Tomas Mraz
On Tue, 2012-06-26 at 21:48 +, Jóhann B. Guðmundsson wrote: 
 On 06/26/2012 08:49 PM, Miloslav Trmač wrote:
  The preferred new way is that upstream implements the action in a way
  that is same across all distributions.  Which, in some sense, does not
  answer your question.
 
 First and foremost how big of a problem do you guys believe this?
 
 Secondly cant we add the rule that packager are required to request 
 permission from fesco to follow what is suggested before they implement 
 it so it can be ensured that it's actually required/necessary for them 
 to do this and at the same time a list gets created and populated with 
 the relevant packages?

Please no, please do not make Fedora and particularly FESCo a
bureaucratic machinery.
-- 
Tomas Mraz
No matter how far down the wrong road you've gone, turn back.
  Turkish proverb

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Self Introduction: Christopher Meng

2012-06-27 Thread Christopher Meng
I'm a senior high school student from Beijing,China.I love many
things,especially Linux.
I'm also an ambassador of Fedora Project APAC,now I want to
co-maintain some packages.
Hope I can learn somethings at here.
Greetings to everyone!

-- 

Best Regards,
Christopher Meng--'Cicku'

Ambassador/Contributor of Fedora Project and Contributor of GNU.
Blog:http://cicku.me
Twitter:@cickumqt
Hope you can visit and leave some comments.
More Contact info see here:http://about.me/cicku
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: poppler soname bump in rawhide

2012-06-27 Thread Marek Kasik
On 06/23/2012 11:15 AM, Nicolas Mailhot wrote:
 
 Le Ven 22 juin 2012 14:04, Marek Kasik a écrit :
 Hi,

 I plan to rebase poppler in rawhide to poppler-0.20.1 at the end of next
 week.
 There are several API changes (new functions + 1 move of a private
 function to public section) and 1 soname bump (libpoppler.so.25 to
 libpoppler.so.26).
 
 Will it work with inkscape this time?
 There has not been a rawhide-compatible inkscape package for months due to
 poppler changes

Yes, it will work. I've just tested it.

Marek
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Self Introduction: Christopher Meng

2012-06-27 Thread Robin Lee
你好, Meng!
I am a packager from China. I will go to Beijing next week. We can make
friends and study packaging.

robin

On Wed, Jun 27, 2012 at 3:50 PM, Christopher Meng cicku...@gmail.comwrote:

 I'm a senior high school student from Beijing,China.I love many
 things,especially Linux.
 I'm also an ambassador of Fedora Project APAC,now I want to
 co-maintain some packages.
 Hope I can learn somethings at here.
 Greetings to everyone!

 --

 Best Regards,
 Christopher Meng--'Cicku'

 Ambassador/Contributor of Fedora Project and Contributor of GNU.
 Blog:http://cicku.me
 Twitter:@cickumqt
 Hope you can visit and leave some comments.
 More Contact info see here:http://about.me/cicku
 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Couldn't we enable 256 colors by default on TERM?

2012-06-27 Thread Michael Stahl
On 26/06/12 18:45, Miloslav Trmač wrote:
 On Tue, Jun 26, 2012 at 3:24 AM, Matthew Garrett mj...@srcf.ucam.org wrote:
 We discussed this in fesco today and had a couple of concerns.
 
 Another one is that connecting to systems that don't support xterm-256
 is not quite easy.  In particular, there appears to be no way to
 configure ~/.ssh/config so that ssh oldhost (and ssh oldhost
 arbitrarycommand) transparently changes the TERM value - one would
 have to set up shell functions or something similar.  An extension of
 the ssh would be very nice - and failing that, an explicit recipe how
 to override TERM correctly would be welcome as well.

heh, that's exactly why this cruft ended up in my .bashrc  :)

 # xterm does not support color on solaris
 # https://defect.opensolaris.org/bz/show_bug.cgi?id=1641
 case $(uname -s) in
 SunOS)
 case $TERM in
 xterm)
 TERM=xtermc
 ;;
 esac
 ;;
 # but only Solaris knows xtermc
 *)
 case $TERM in
 xtermc)
 TERM=xterm
 ;;
 esac
 ;;
 esac

and that is just to get any colors at all...

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Self Introduction: Christopher Meng

2012-06-27 Thread Christopher Meng
ok,let's connect next week.

On Wednesday, June 27, 2012, Robin Lee cheese...@fedoraproject.org wrote:
 你好, Meng!
 I am a packager from China. I will go to Beijing next week. We can make
friends and study packaging.

 robin

 On Wed, Jun 27, 2012 at 3:50 PM, Christopher Meng cicku...@gmail.com
wrote:

 I'm a senior high school student from Beijing,China.I love many
 things,especially Linux.
 I'm also an ambassador of Fedora Project APAC,now I want to
 co-maintain some packages.
 Hope I can learn somethings at here.
 Greetings to everyone!

 --

 Best Regards,
 Christopher Meng--'Cicku'

 Ambassador/Contributor of Fedora Project and Contributor of GNU.
 Blog:http://cicku.me
 Twitter:@cickumqt
 Hope you can visit and leave some comments.
 More Contact info see here:http://about.me/cicku
 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel


-- 

Best Regards,
Christopher Meng--'Cicku'

Ambassador/Contributor of Fedora Project and Contributor of GNU.
Blog:http://cicku.me
Twitter:@cickumqt
Hope you can visit and leave some comments.
More Contact info see here:http://about.me/cicku
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: service restart question

2012-06-27 Thread Honza Horak

On 06/26/2012 11:01 AM, Lennart Poettering wrote:

Also, if you use Restart=always and a service terminates during its
initialization phase then we don't try restarts either (well, at least
in theory, there might be a bug in this, too). We'd only restart it if
it terminates during the normal runtime.


That sounds interesting, but I wonder how systemd can distinguish 
between initialization phase and normal runtime?


Cheers,
Honza
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-DBI] Conditionalize usage of Coro, which is used in experimental module.

2012-06-27 Thread Marcela Mašláňová
commit 844dc43039350d56c9bf25aa8d9a5f0f21135900
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Wed Jun 27 13:35:45 2012 +0200

Conditionalize usage of Coro, which is used in experimental module.

 perl-DBI.spec |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-DBI.spec b/perl-DBI.spec
index 9d890ec..2c6a562 100644
--- a/perl-DBI.spec
+++ b/perl-DBI.spec
@@ -1,6 +1,6 @@
 Name:   perl-DBI
 Version:1.622
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:A database access API for perl
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -13,9 +13,13 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Carp)
 # Clone is optional
 BuildRequires:  perl(Clone)
+# according to docs is module using Coro just:
+# A PROOF-OF-CONCEPT IMPLEMENTATION FOR EXPERIMENTATION.
+%if ! ( 0%{?rhel} = 7)
 BuildRequires:  perl(Coro)
 BuildRequires:  perl(Coro::Handle)
 BuildRequires:  perl(Coro::Select)
+%endif
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Data::Dumper)
 # DB_File is optional
@@ -107,6 +111,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Jun 27 2012 Marcela Mašláňová mmasl...@redhat.com - 1.622-3
+- Conditionalize usage of Coro, which is used in experimental module
+ 
 * Sat Jun 16 2012 Petr Pisar ppi...@redhat.com - 1.622-2
 - Perl 5.16 rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: service restart question

2012-06-27 Thread Lennart Poettering
On Wed, 27.06.12 13:34, Honza Horak (hho...@redhat.com) wrote:

 
 On 06/26/2012 11:01 AM, Lennart Poettering wrote:
 Also, if you use Restart=always and a service terminates during its
 initialization phase then we don't try restarts either (well, at least
 in theory, there might be a bug in this, too). We'd only restart it if
 it terminates during the normal runtime.
 
 That sounds interesting, but I wonder how systemd can distinguish
 between initialization phase and normal runtime?

This really depends on the service type. For classic SysV services the
init phase is the time spent between where we fork the daemon off and
it forked off and returned in the parent. This is in-line with how SysV
defined init phase for daemons. For bus services this is the time
between where the service started and finished taking the name on the
bus. And then there is also a way how services can notify the init
system about completed initialization by issuing sd_notify(READY=1).

For more information see the systemd.service(5), the section about
Type=.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-Filter] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit 6e12e882c156d4a25937074d7128740c718ee539
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 14:28:58 2012 +0200

Perl 5.16 rebuild

 perl-Filter.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Filter.spec b/perl-Filter.spec
index 4b0cf3c..10aff84 100644
--- a/perl-Filter.spec
+++ b/perl-Filter.spec
@@ -1,6 +1,6 @@
 Name:   perl-Filter
 Version:1.45
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl source filters
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 1.45-2
+- Perl 5.16 rebuild
+
 * Tue Jun 19 2012 Petr Pisar ppi...@redhat.com - 1.45-1
 - 1.45 bump
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

packaging puppet modules

2012-06-27 Thread Ken Dreyer
I was looking briefly into packaging some Puppet modules, and I was
curious if anyone else has gone down this road.

http://forge.puppetlabs.com/

I'm mainly interested in the Puppetlabs modules,
http://forge.puppetlabs.com/users/puppetlabs , since I imagine these
will have the widest user base, although I'm not an expert on Puppet
Module culture :)

Does anyone have suggestions for package naming conventions? It looks
like the upstream modules include the creators' names as part of the
package names, which strikes me as a little verbose from the
perspective of Fedora packaging.

- Ken
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: poppler soname bump in rawhide

2012-06-27 Thread Nicolas Mailhot

Le Mer 27 juin 2012 10:02, Marek Kasik a écrit :
 On 06/23/2012 11:15 AM, Nicolas Mailhot wrote:

 Le Ven 22 juin 2012 14:04, Marek Kasik a écrit :
 Hi,

 I plan to rebase poppler in rawhide to poppler-0.20.1 at the end of next
 week.
 There are several API changes (new functions + 1 move of a private
 function to public section) and 1 soname bump (libpoppler.so.25 to
 libpoppler.so.26).

 Will it work with inkscape this time?
 There has not been a rawhide-compatible inkscape package for months due to
 poppler changes

 Yes, it will work. I've just tested it.

Thanks a lot, this is wonderful!

-- 
Nicolas Mailhot

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Support for legacy init script actions for systemd services

2012-06-27 Thread Bill Nottingham
Tom Lane (t...@redhat.com) said: 
 Bill Nottingham nott...@redhat.com writes:
  Better late than never (and thanks to Michal Schmidt), I've added support to
  /sbin/service for running legacy actions if specified.
 
 I'm confused.  Only 2 months ago I was told that this was firmly
 against policy and I should get rid of code that assumed it worked
 (which, btw, it already did):
 http://lists.fedoraproject.org/pipermail/packaging/2012-April/008314.html
 
 Did that packaging guideline get reverted already?

My reading is that this is completely consistent with that guideline - the
guideline states that the commands must be standalone helper scripts. That's
what this supports - it just creates a standard location and integration
point for those standalone helpers rather than having it completely ad-hoc.

  For each legacy option (such as xyzzy) supported by your init script (such
  as frobozz), package an executable script named:
/usr/libexec/initscripts/legacy-actions/frobozz/xyzzy
 
 What do we need to Require: for this?  Is there still a requirement to
 hide it in a foo-sysvinit subpackage?

You *could* require a new initscripts version once it's built, but I don't
know that it's entirely needed - it will be pushed for F16/F17/F18, and
initscripts is implicitly in the dependency chain for approximately
everything already.

No, it wouldn't need subpackaged.

Bill
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Support for legacy init script actions for systemd services

2012-06-27 Thread Bill Nottingham
Miloslav Trmač (m...@volny.cz) said: 
 On Tue, Jun 26, 2012 at 10:45 PM, Till Maas opensou...@till.name wrote:
  2) Don't package a legacy action for new scripts or actions that were not
  supported by the prior init script; this is intended for compatibility with
  existing scripts and/or administrator brains.
 
  It would be nice to have a good plan about how to implement the
  preferred new way to accomplish such tasks to avoid that every package
  does this differently.
 
 The preferred new way is that upstream implements the action in a way
 that is same across all distributions.  Which, in some sense, does not
 answer your question.

To pick a couple of examples:

*tables implement operations such as 'panic' or 'save'. postfix implements
'flush'. These are not the sorts of commands that can be easily genericized
across multiple packages.

Bill
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Support for legacy init script actions for systemd services

2012-06-27 Thread Bill Nottingham
Jóhann B. Guðmundsson (johan...@gmail.com) said: 
 On 06/26/2012 08:11 PM, Bill Nottingham wrote:
 Questions? Comments?
 
 You do realize what you have effectively just done by this dont you?

Merged a patch from a systemd maintainer?

Bill, not really interested in playing this game

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Fedora ARM weekly status meeting - cancelled for today(2012-06-27)

2012-06-27 Thread Paul Whalen
Good day all,

This weeks Fedora ARM status meeting will be cancelled due to scheduling 
conflicts. We had a couple of items suggested, but those involved were not able 
to attend, so perhaps they could give us a status update on the list.

1) Fedora 18 - problem packages?

2) F17 for Raspberry Pi - status update

3) Your topic here.

The regular meeting will resume next week.

Paul

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: incompatible upgrade of apache traffic server

2012-06-27 Thread Gregor Tätzner
On Tuesday 26 June 2012 20:56:24 Jan-Frode Myklebust wrote:
 Will it be OK to do this upgrade in F15/F16/F17, or are we stuck on v3.0 ?

I'm not a user of this particular apache service, but in general I would vote 
-1
There is a reason why those update policies exist: Fedora is no rolling 
release :)

   * The update fixes serious bugs that many fedora users are
 encountering [Applies, fixes segfault]
How do you know. Are you getting many bug reports?

If v3.0 is basically broken an upgrade is imho justified, else the cons seems 
to overweight, especially the manual intervention for adjusting the config 
files.

Cheers,
Greg

signature.asc
Description: This is a digitally signed message part.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Reversing Module::Build version

2012-06-27 Thread Petr Pisar
On Tue, Jun 26, 2012 at 09:26:19PM +0100, Paul Howarth wrote:
 On Wed, 30 May 2012 18:26:03 +0200
 Petr Pisar ppi...@redhat.com wrote:
  
  Which is the reason why Fedora upstream monitoring has not noticed new
  Module::Build version.
  
  My question is what to do? We can
  
  (1) prolong the provides to 0.3901 which will require a lot of code
  with __exclude_provides and injection of artitifical Provides.
  
  (2) contrack version to 0.39 and increase epoch (both package and
  Provides). That means adding epoch to provides which again requires
  painful Provides editing as in (1).
  
  (3) keep short 0.39, increase package epoch only and remove the
  version constrain from build-requires of above listed packages.
 
 Ho hum. Upstream has just released 0.4001.
 
 RPM version 0.40.01?
 
Yes.

-- Petr


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

[perl-Pod-Perldoc] Require groff-base

2012-06-27 Thread Petr Pisar
commit f1d0ededd27d5e650fc1c70be391b3e2324b8c29
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 08:51:47 2012 +0200

Require groff-base

 perl-Pod-Perldoc.spec |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Pod-Perldoc.spec b/perl-Pod-Perldoc.spec
index 979b95a..ca0cba3 100644
--- a/perl-Pod-Perldoc.spec
+++ b/perl-Pod-Perldoc.spec
@@ -1,7 +1,7 @@
 %global cpan_version 3.17
 Name:   perl-Pod-Perldoc
 Version:%(eval echo '%{cpan_version}' | tr '_' '.')
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Look up Perl documentation in Pod format
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,6 +12,8 @@ Patch0: 
Pod-Perldoc-3.17-Remove-POD-code-from-perldoc-synopis.patch
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
+# Pod::Perldoc::ToMan executes roff
+BuildRequires:  groff-base
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(File::Spec::Functions)
@@ -39,6 +41,8 @@ BuildRequires:  perl(Tk)
 BuildRequires:  perl(Tk::Pod)
 %endif
 %endif
+# Pod::Perldoc::ToMan executes roff
+Requires:   groff-base
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(Encode)
 Requires:   perl(File::Temp) = 0.22
@@ -85,6 +89,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 3.17-6
+- Require groff-base because Pod::Perldoc::ToMan executes roff
+
 * Wed Jun 06 2012 Petr Pisar ppi...@redhat.com - 3.17-5
 - Perl 5.16 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] perl-Pod-Perldoc must require groff-base

2012-06-27 Thread Petr Pisar
commit 5809b8b071cc349a3e63ea6b6b026c1050f62e26
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 08:57:22 2012 +0200

perl-Pod-Perldoc must require groff-base

 perl.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 9aeef78..a7086e1 100644
--- a/perl.spec
+++ b/perl.spec
@@ -26,7 +26,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:223%{?dist}
+Release:224%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -1013,6 +1013,8 @@ Group:  Development/Libraries
 License:GPL+ or Artistic
 Epoch:  0
 Version:3.17.00
+# Pod::Perldoc::ToMan executes roff
+Requires:   groff-base
 Requires:   perl = %{perl_epoch}:%{perl_version}-%{release}
 BuildArch:  noarch
 
@@ -2523,6 +2525,10 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 4:5.16.0-224
+- perl-Pod-Perldoc must require groff-base because Pod::Perldoc::ToMan executes
+  roff
+
 * Mon Jun 25 2012 Petr Pisar ppi...@redhat.com - 4:5.16.0-223
 - Test::Build requires Data::Dumper
 - Sub-package perl-Pod-Parser
--
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-Build-0.4001.tar.gz uploaded to lookaside cache by ppisar

2012-06-27 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Module-Build:

5021d2a6d536aa3c4af3e96afcdcc9ae  Module-Build-0.4001.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-Module-Build] 0.4001 bump

2012-06-27 Thread Petr Pisar
commit 0d297feeb695edfb7250de9633b44807c8c4e25e
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 09:23:31 2012 +0200

0.4001 bump

 .gitignore |1 +
 perl-Module-Build.spec |   15 +++
 sources|2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f765d9..c6c2c85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Module-Build-0.2808.tar.gz
 /Module-Build-0.3624.tar.gz
 /Module-Build-0.3800.tar.gz
 /Module-Build-0.40.tar.gz
+/Module-Build-0.4001.tar.gz
diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec
index b7a2fc1..4d1cf6a 100644
--- a/perl-Module-Build.spec
+++ b/perl-Module-Build.spec
@@ -1,12 +1,16 @@
+%global cpan_version_major 0.40
+%global cpan_version_minor 01
+%global cpan_version %{cpan_version_major}%{?cpan_version_minor}
+
 Name:   perl-Module-Build
 Epoch:  2
-Version:0.40
-Release:3%{?dist}
+Version:
%{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
+Release:1%{?dist}
 Summary:Build and install Perl modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Module-Build/
-Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-%{cpan_version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl-devel
 BuildRequires:  perl(Archive::Tar)
@@ -79,7 +83,7 @@ only prerequisites are modules that are included with perl 
5.6.0, and it
 works fine on perl 5.005 if you can install a few additional modules.
 
 %prep
-%setup -q -n Module-Build-%{version}
+%setup -q -n Module-Build-%{cpan_version}
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -102,6 +106,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 2:0.40.01-1
+- 0.4001 bump
+
 * Wed Jun 06 2012 Petr Pisar ppi...@redhat.com - 2:0.40-3
 - Perl 5.16 rebuild
 
diff --git a/sources b/sources
index 6e0b0a1..9d36bf6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ef4a7d968cbcd2ab7286b834f885142  Module-Build-0.40.tar.gz
+5021d2a6d536aa3c4af3e96afcdcc9ae  Module-Build-0.4001.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 835808] New: perl-MogileFS-Utils-2.25 is available

2012-06-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=835808

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

Latest upstream release: 2.25
Current version in Fedora Rawhide: 2.24
URL: http://search.cpan.org/dist/MogileFS-Utils/

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

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

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

File MogileFS-Utils-2.25.tar.gz uploaded to lookaside cache by ppisar

2012-06-27 Thread Petr Pisar
A file has been added to the lookaside cache for perl-MogileFS-Utils:

2e9ca4e9ba3a14bec465bdc5d93ee5ff  MogileFS-Utils-2.25.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-MogileFS-Utils] 2.25 bump

2012-06-27 Thread Petr Pisar
commit f4a7de02b6ce0eed32b1a4be6eaadf53ce004462
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 10:15:05 2012 +0200

2.25 bump

 .gitignore   |1 +
 perl-MogileFS-Utils.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 66fe8ed..b7adb49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ MogileFS-Utils-2.16.tar.gz
 /MogileFS-Utils-2.22.tar.gz
 /MogileFS-Utils-2.23.tar.gz
 /MogileFS-Utils-2.24.tar.gz
+/MogileFS-Utils-2.25.tar.gz
diff --git a/perl-MogileFS-Utils.spec b/perl-MogileFS-Utils.spec
index bd06e96..a288166 100644
--- a/perl-MogileFS-Utils.spec
+++ b/perl-MogileFS-Utils.spec
@@ -1,7 +1,7 @@
 %global cpan_name MogileFS-Utils
 
 Name:   perl-%{cpan_name}
-Version:2.24
+Version:2.25
 Release:1%{?dist}
 Summary:Utilities for MogileFS
 License:GPL+ or Artistic
@@ -47,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 2.25-1
+- 2.25 bump
+
 * Mon Jun 25 2012 Petr Pisar ppi...@redhat.com - 2.24-1
 - 2.24 bump
 
diff --git a/sources b/sources
index 3f7c512..fb1a54a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f54cb3d70443df573a34ccfca1f1aa7f  MogileFS-Utils-2.24.tar.gz
+2e9ca4e9ba3a14bec465bdc5d93ee5ff  MogileFS-Utils-2.25.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-Pod-Perldoc] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit 275bd8583184b5c1f146b614bff4f18115b20626
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 10:21:52 2012 +0200

Perl 5.16 rebuild

 perl-Pod-Perldoc.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Pod-Perldoc.spec b/perl-Pod-Perldoc.spec
index ca0cba3..46c3478 100644
--- a/perl-Pod-Perldoc.spec
+++ b/perl-Pod-Perldoc.spec
@@ -1,7 +1,7 @@
 %global cpan_version 3.17
 Name:   perl-Pod-Perldoc
 Version:%(eval echo '%{cpan_version}' | tr '_' '.')
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Look up Perl documentation in Pod format
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -89,6 +89,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 3.17-7
+- Perl 5.16 rebuild
+
 * Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 3.17-6
 - Require groff-base because Pod::Perldoc::ToMan executes roff
 
--
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-Build] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit f0aaf8fc7ad780556b905b5f0a303e5a32b16f72
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 10:21:53 2012 +0200

Perl 5.16 rebuild

 perl-Module-Build.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec
index 4d1cf6a..972b5a2 100644
--- a/perl-Module-Build.spec
+++ b/perl-Module-Build.spec
@@ -5,7 +5,7 @@
 Name:   perl-Module-Build
 Epoch:  2
 Version:
%{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Build and install Perl modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -106,6 +106,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 2:0.40.01-2
+- Perl 5.16 rebuild
+
 * Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 2:0.40.01-1
 - 0.4001 bump
 
--
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 835808] perl-MogileFS-Utils-2.25 is available

2012-06-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=835808

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-MogileFS-Utils-2.25-1.
   ||fc18
 Resolution|--- |RAWHIDE
Last Closed||2012-06-27 04:22:50

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

File Plack-0.9989.tar.gz uploaded to lookaside cache by corsepiu

2012-06-27 Thread corsepiu
A file has been added to the lookaside cache for perl-Plack:

35a19f40e3292197c66d0ba24c5306d5  Plack-0.9989.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-Plack] Upstream update.

2012-06-27 Thread corsepiu
commit 988809096a83854f5c5045d5d031cf341f575548
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jun 27 10:25:50 2012 +0200

Upstream update.

 .gitignore  |2 +-
 perl-Plack.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3732362..94a7c27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Plack-0.9988.tar.gz
+/Plack-0.9989.tar.gz
diff --git a/perl-Plack.spec b/perl-Plack.spec
index 4d9de08..f8487d2 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -1,5 +1,5 @@
 Name:   perl-Plack
-Version:0.9988
+Version:0.9989
 Release:1%{?dist}
 Summary:Perl Superglue for Web frameworks and Web Servers (PSGI 
toolkit)
 License:GPL+ or Artistic
@@ -110,6 +110,9 @@ make test %{?_with_apache:TEST_APACHE2=1 TEST_FCGI_CLIENT=1}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Ralf Corsépius corse...@fedoraproject.org 0.9989-1
+- Upstream update.
+
 * Mon May 21 2012 Ralf Corsépius corse...@fedoraproject.org 0.9988-1
 - Upstream update.
 
diff --git a/sources b/sources
index 73ae50f..05e29ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-77173acfe974e6967988c397d8a42b04  Plack-0.9988.tar.gz
+35a19f40e3292197c66d0ba24c5306d5  Plack-0.9989.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-Plack/f17] Upstream update.

2012-06-27 Thread corsepiu
Summary of changes:

  9888090... 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-Plack/f16] (2 commits) ...Merge remote-tracking branch 'origin/f17' into f16

2012-06-27 Thread corsepiu
Summary of changes:

  9888090... Upstream update. (*)
  3529bd6... Merge remote-tracking branch 'origin/f17' into f16

(*) 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-Plack/f16: 2/2] Merge remote-tracking branch 'origin/f17' into f16

2012-06-27 Thread corsepiu
commit 3529bd68258b4d810154150d352ef095e85889d2
Merge: 587ef70 9888090
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jun 27 10:29:55 2012 +0200

Merge remote-tracking branch 'origin/f17' into f16

 .gitignore  |2 +-
 perl-Plack.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
--
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.04.tar.gz uploaded to lookaside cache by corsepiu

2012-06-27 Thread corsepiu
A file has been added to the lookaside cache for perl-Text-Wrapper:

85744d27f358fdfc3cc4e79fd04a0448  Text-Wrapper-1.04.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-Wrapper] Upstream update.

2012-06-27 Thread corsepiu
commit 5aacb8438552c793e6e1f24c34e5d647e9b80a91
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jun 27 10:35:22 2012 +0200

Upstream update.

 .gitignore |2 +-
 perl-Text-Wrapper.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f0ee928..f10d1bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Text-Wrapper-1.03.tar.gz
+/Text-Wrapper-1.04.tar.gz
diff --git a/perl-Text-Wrapper.spec b/perl-Text-Wrapper.spec
index c5fb7e8..c6f795f 100644
--- a/perl-Text-Wrapper.spec
+++ b/perl-Text-Wrapper.spec
@@ -1,6 +1,6 @@
 Name:  perl-Text-Wrapper
-Version:   1.03
-Release:   2%{?dist}
+Version:   1.04
+Release:   1%{?dist}
 Summary:   Simple word wrapping perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -45,6 +45,9 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Ralf Corsépius corse...@fedoraproject.org - 1.04-1
+- Upstream update.
+
 * Thu Jun 14 2012 Petr Pisar ppi...@redhat.com - 1.03-2
 - Perl 5.16 rebuild
 
diff --git a/sources b/sources
index 39db8a8..3551b0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0644d4e504a75b9ebbff3407fc353c8  Text-Wrapper-1.03.tar.gz
+85744d27f358fdfc3cc4e79fd04a0448  Text-Wrapper-1.04.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-Wrapper/f17] (3 commits) ...Merge cleanup.

2012-06-27 Thread corsepiu
Summary of changes:

  28e5f83... Perl 5.16 rebuild (*)
  5aacb84... Upstream update. (*)
  9c1397a... 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-Text-Wrapper/f16] (4 commits) ...Merge remote-tracking branch 'origin/f17' into f16

2012-06-27 Thread corsepiu
Summary of changes:

  28e5f83... Perl 5.16 rebuild (*)
  5aacb84... Upstream update. (*)
  9c1397a... Merge cleanup. (*)
  a568c4c... Merge remote-tracking branch 'origin/f17' into f16

(*) 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/f16: 4/4] Merge remote-tracking branch 'origin/f17' into f16

2012-06-27 Thread corsepiu
commit a568c4c51760d92888384f3c452171137628efa2
Merge: d2c1cbb 9c1397a
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jun 27 10:37:35 2012 +0200

Merge remote-tracking branch 'origin/f17' into f16

 .gitignore |2 +-
 perl-Text-Wrapper.spec |5 -
 sources|2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
--
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 Test-WWW-Mechanize-1.42.tar.gz uploaded to lookaside cache by corsepiu

2012-06-27 Thread corsepiu
A file has been added to the lookaside cache for perl-Test-WWW-Mechanize:

109d5e2c36554319cb4330b2cbb95c7d  Test-WWW-Mechanize-1.42.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-Test-WWW-Mechanize] Upstream update.

2012-06-27 Thread corsepiu
commit 3a7346f75f5f586484335e9c20ae90a5fd1efabf
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jun 27 10:48:16 2012 +0200

Upstream update.

 .gitignore   |2 +-
 perl-Test-WWW-Mechanize.spec |9 ++---
 sources  |2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ffd47c..982fd59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-WWW-Mechanize-1.40.tar.gz
+/Test-WWW-Mechanize-1.42.tar.gz
diff --git a/perl-Test-WWW-Mechanize.spec b/perl-Test-WWW-Mechanize.spec
index 72f2294..f21391c 100644
--- a/perl-Test-WWW-Mechanize.spec
+++ b/perl-Test-WWW-Mechanize.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-WWW-Mechanize
-Version:1.40
-Release:2%{?dist}
+Version:1.42
+Release:1%{?dist}
 Summary:Testing-specific WWW::Mechanize subclass
 
 Group:  Development/Libraries
@@ -52,12 +52,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null ';'
 make test
 
 %files
-%doc Changes README
+%doc Changes README*
 %{perl_vendorlib}/Test
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Wed Jun 27 2012 Ralf Corsépius corse...@fedoraproject.org - 1.42-1
+- Upstream update.
+
 * Thu Jun 21 2012 Petr Pisar ppi...@redhat.com - 1.40-2
 - Perl 5.16 rebuild
 
diff --git a/sources b/sources
index fbd5c99..4dcceb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de850b05c71916a4713a1d72f1599f97  Test-WWW-Mechanize-1.40.tar.gz
+109d5e2c36554319cb4330b2cbb95c7d  Test-WWW-Mechanize-1.42.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-Test-WWW-Mechanize/f16: 4/4] Merge remote-tracking branch 'origin/f17' into f16

2012-06-27 Thread corsepiu
commit 96ba23d6b821e4c3b42f567b49964986c389bc72
Merge: 3cabf6a 39a4201
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jun 27 10:51:29 2012 +0200

Merge remote-tracking branch 'origin/f17' into f16

 .gitignore   |2 +-
 perl-Test-WWW-Mechanize.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
--
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: [perl-DBI] Conditionalize usage of Coro, which is used in experimental module.

2012-06-27 Thread Paul Howarth

On 06/27/2012 12:35 PM, Marcela Mašláňová wrote:

commit 844dc43039350d56c9bf25aa8d9a5f0f21135900
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Wed Jun 27 13:35:45 2012 +0200

 Conditionalize usage of Coro, which is used in experimental module.

  perl-DBI.spec |9 -
  1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-DBI.spec b/perl-DBI.spec
index 9d890ec..2c6a562 100644
--- a/perl-DBI.spec
+++ b/perl-DBI.spec
@@ -1,6 +1,6 @@
  Name:   perl-DBI
  Version:1.622
-Release:2%{?dist}
+Release:3%{?dist}
  Summary:A database access API for perl
  Group:  Development/Libraries
  License:GPL+ or Artistic
@@ -13,9 +13,13 @@ BuildRequires:  perl(constant)
  BuildRequires:  perl(Carp)
  # Clone is optional
  BuildRequires:  perl(Clone)
+# according to docs is module using Coro just:
+# A PROOF-OF-CONCEPT IMPLEMENTATION FOR EXPERIMENTATION.
+%if ! ( 0%{?rhel} = 7)
  BuildRequires:  perl(Coro)
  BuildRequires:  perl(Coro::Handle)
  BuildRequires:  perl(Coro::Select)
+%endif
  BuildRequires:  perl(Cwd)
  BuildRequires:  perl(Data::Dumper)
  # DB_File is optional
@@ -107,6 +111,9 @@ make test
  %{_mandir}/man3/*.3*

  %changelog
+* Wed Jun 27 2012 Marcela Mašláňová mmasl...@redhat.com - 1.622-3
+- Conditionalize usage of Coro, which is used in experimental module


You'll still end up with a dependency on Coro so if you want to avoid it 
in EL-7 you'll need to add a filter too.


Paul.


--
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: [perl-DBI] Conditionalize usage of Coro, which is used in experimental module.

2012-06-27 Thread Marcela Mašláňová

On 06/27/2012 01:51 PM, Paul Howarth wrote:

On 06/27/2012 12:35 PM, Marcela Mašláňová wrote:

commit 844dc43039350d56c9bf25aa8d9a5f0f21135900
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Wed Jun 27 13:35:45 2012 +0200

 Conditionalize usage of Coro, which is used in experimental module.

  perl-DBI.spec |9 -
  1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-DBI.spec b/perl-DBI.spec
index 9d890ec..2c6a562 100644
--- a/perl-DBI.spec
+++ b/perl-DBI.spec
@@ -1,6 +1,6 @@
  Name:   perl-DBI
  Version:1.622
-Release:2%{?dist}
+Release:3%{?dist}
  Summary:A database access API for perl
  Group:  Development/Libraries
  License:GPL+ or Artistic
@@ -13,9 +13,13 @@ BuildRequires:  perl(constant)
  BuildRequires:  perl(Carp)
  # Clone is optional
  BuildRequires:  perl(Clone)
+# according to docs is module using Coro just:
+# A PROOF-OF-CONCEPT IMPLEMENTATION FOR EXPERIMENTATION.
+%if ! ( 0%{?rhel} = 7)
  BuildRequires:  perl(Coro)
  BuildRequires:  perl(Coro::Handle)
  BuildRequires:  perl(Coro::Select)
+%endif
  BuildRequires:  perl(Cwd)
  BuildRequires:  perl(Data::Dumper)
  # DB_File is optional
@@ -107,6 +111,9 @@ make test
  %{_mandir}/man3/*.3*

  %changelog
+* Wed Jun 27 2012 Marcela Mašláňová mmasl...@redhat.com - 1.622-3
+- Conditionalize usage of Coro, which is used in experimental module


You'll still end up with a dependency on Coro so if you want to avoid it
in EL-7 you'll need to add a filter too.

Paul.



Yeah, it had more flows. Give me a minute.

Marcela
--
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-DBI] Conditionalize usage of Coro, which is used in experimental module and MLDB and SLQ::Statement.

2012-06-27 Thread Marcela Mašláňová
commit a1eb20e850fe628c47f29379961209c6c1d47517
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Wed Jun 27 14:24:57 2012 +0200

Conditionalize usage of Coro, which is used in experimental module
and MLDB and SLQ::Statement.

 perl-DBI.spec |   11 ---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-DBI.spec b/perl-DBI.spec
index 2c6a562..4445e57 100644
--- a/perl-DBI.spec
+++ b/perl-DBI.spec
@@ -15,7 +15,7 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(Clone)
 # according to docs is module using Coro just:
 # A PROOF-OF-CONCEPT IMPLEMENTATION FOR EXPERIMENTATION.
-%if ! ( 0%{?rhel} = 7)
+%if ! ( 0%{?rhel} )
 BuildRequires:  perl(Coro)
 BuildRequires:  perl(Coro::Handle)
 BuildRequires:  perl(Coro::Select)
@@ -34,14 +34,16 @@ BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Select)
 BuildRequires:  perl(Math::BigInt)
 # MLDBM is optional
+%if ! ( 0%{?rhel} )
 BuildRequires:  perl(MLDBM)
+%endif
 # RPC::PlClient is optional
 BuildRequires:  perl(RPC::PlClient) = 0.2000
 # RPC::PlServer is optional
 BuildRequires:  perl(RPC::PlServer)
 BuildRequires:  perl(Scalar::Util)
 # SQL::Statement is optional, and it requires DBI
-%if 0%{!?perl_bootstrap:1}
+%if 0%{!?perl_bootstrap:1}  ! ( 0%{?rhel} )
 BuildRequires:  perl(SQL::Statement) = 1.28
 %endif
 BuildRequires:  perl(Storable)
@@ -62,7 +64,9 @@ Requires:   perl(Math::BigInt)
 
 # Filter unwanted dependencies
 %{?perl_default_filter}
-%global __requires_exclude 
%{?__requires_exclude|%__requires_exclude|}^perl\\(RPC::
+%if ! ( 0%{?rhel} )
+%global __requires_exclude 
%{?__requires_exclude|%__requires_exclude|}^perl\\(RPC::|^perl\\(Coro|^perl\\(MLDB\\)|^perl\\(SQL::Statement\\)
+%endif
 
 %description 
 DBI is a database access Application Programming Interface (API) for
@@ -113,6 +117,7 @@ make test
 %changelog
 * Wed Jun 27 2012 Marcela Mašláňová mmasl...@redhat.com - 1.622-3
 - Conditionalize usage of Coro, which is used in experimental module
+  and MLDB and SLQ::Statement. 
  
 * Sat Jun 16 2012 Petr Pisar ppi...@redhat.com - 1.622-2
 - Perl 5.16 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

File pod2pdf-0.42.tar.gz uploaded to lookaside cache by jplesnik

2012-06-27 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-pod2pdf:

8338b8a9ee16eedc295045af300801d9  pod2pdf-0.42.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-pod2pdf] Initial import

2012-06-27 Thread Jitka Plesnikova
commit 4e48ba4beb7f48fc8d4c695c592172fe5ee85040
Author: Jitka Plesnikova jples...@redhat.com
Date:   Wed Jun 27 15:18:55 2012 +0200

Initial import

 .gitignore|1 +
 perl-pod2pdf.spec |   62 +
 sources   |1 +
 3 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..dc1d97e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pod2pdf-0.42.tar.gz
diff --git a/perl-pod2pdf.spec b/perl-pod2pdf.spec
new file mode 100644
index 000..b645b39
--- /dev/null
+++ b/perl-pod2pdf.spec
@@ -0,0 +1,62 @@
+Name:   perl-pod2pdf
+Version:0.42
+Release:1%{?dist}
+Summary:Converts Pod to PDF format
+License:Artistic 2.0
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/pod2pdf/
+Source0:
http://www.cpan.org/authors/id/J/JO/JONALLEN/pod2pdf-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(File::Type)
+BuildRequires:  perl(Getopt::ArgvFile)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(Image::Size)
+BuildRequires:  perl(Paper::Specs) = 0.10
+BuildRequires:  perl(PDF::API2) = 0.6
+BuildRequires:  perl(Pod::Escapes)
+BuildRequires:  perl(Pod::ParseLink)
+BuildRequires:  perl(Pod::Parser)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod) = 1.00
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(File::Type)
+Requires:   perl(Image::Size)
+Requires:   perl(Paper::Specs) = 0.10
+
+%description
+pod2pdf converts documents written in Perl's POD (Plain Old Documentation)
+format to PDF files.
+
+%prep
+%setup -q -n pod2pdf-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+
+%check
+make test
+
+%files
+%doc artistic-2_0.txt Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man1/*
+%{_bindir}/*
+
+%changelog
+* Mon Jun 25 2012 Jitka Plesnikova jples...@redhat.com 0.42-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..85e5420 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8338b8a9ee16eedc295045af300801d9  pod2pdf-0.42.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 Pod-Markdown-1.320.tar.gz uploaded to lookaside cache by jplesnik

2012-06-27 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-Pod-Markdown:

fa78d677d89e3091c72d623425fc52a6  Pod-Markdown-1.320.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-Pod-Markdown] Initial import

2012-06-27 Thread Jitka Plesnikova
commit 68b4d3572a072436ba67b90f648b7588bae801a2
Author: Jitka Plesnikova jples...@redhat.com
Date:   Wed Jun 27 15:35:24 2012 +0200

Initial import

 .gitignore |1 +
 perl-Pod-Markdown.spec |   51 
 sources|1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5ca523d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Pod-Markdown-1.320.tar.gz
diff --git a/perl-Pod-Markdown.spec b/perl-Pod-Markdown.spec
new file mode 100644
index 000..3c17af8
--- /dev/null
+++ b/perl-Pod-Markdown.spec
@@ -0,0 +1,51 @@
+Name:   perl-Pod-Markdown
+Version:1.320
+Release:1%{?dist}
+Summary:Convert POD to Markdown
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Pod-Markdown/
+Source0:
http://www.cpan.org/authors/id/R/RW/RWSTAUNER/Pod-Markdown-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl = 0:5.008
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(parent)
+BuildRequires:  perl(Pod::ParseLink) = 1.10
+BuildRequires:  perl(Pod::Parser)
+BuildRequires:  perl(Test::Differences)
+BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(Test::Script) = 1.05
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+This module subclasses Pod::Parser and converts POD to Markdown.
+
+%prep
+%setup -q -n Pod-Markdown-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man[13]/*
+%{_bindir}/*
+
+%changelog
+* Tue Jun 26 2012 Jitka Plesnikova jples...@redhat.com 1.320-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..df8a295 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+fa78d677d89e3091c72d623425fc52a6  Pod-Markdown-1.320.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-Pod-Markdown] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit 60e979d2824e5b1c44fba157fe2e8826d779704d
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 20:14:44 2012 +0200

Perl 5.16 rebuild

 perl-Pod-Markdown.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Pod-Markdown.spec b/perl-Pod-Markdown.spec
index 3c17af8..84e9adb 100644
--- a/perl-Pod-Markdown.spec
+++ b/perl-Pod-Markdown.spec
@@ -1,6 +1,6 @@
 Name:   perl-Pod-Markdown
 Version:1.320
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Convert POD to Markdown
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,5 +47,8 @@ make test
 %{_bindir}/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 1.320-2
+- Perl 5.16 rebuild
+
 * Tue Jun 26 2012 Jitka Plesnikova jples...@redhat.com 1.320-1
 - Specfile autogenerated by cpanspec 1.78.
--
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-Paper-Specs] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit 9421748789d06dcd5984efefbeed360fe4bcfaad
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 20:14:45 2012 +0200

Perl 5.16 rebuild

 perl-Paper-Specs.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Paper-Specs.spec b/perl-Paper-Specs.spec
index 4b18768..d3ea3ff 100644
--- a/perl-Paper-Specs.spec
+++ b/perl-Paper-Specs.spec
@@ -1,6 +1,6 @@
 Name:   perl-Paper-Specs
 Version:0.10
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Size and layout information for paper stock, forms, and labels
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 0.10-2
+- Perl 5.16 rebuild
+
 * Mon Jun 25 2012 Jitka Plesnikova jples...@redhat.com 0.10-1
 - Specfile autogenerated by cpanspec 1.78.
 - Add patch for RT#78027
--
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-RRD-Simple] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit 6065904bfdf84f3278f4de854e2c7aeb91c9e248
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 20:14:45 2012 +0200

Perl 5.16 rebuild

 perl-RRD-Simple.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-RRD-Simple.spec b/perl-RRD-Simple.spec
index 4005b4b..03ed569 100644
--- a/perl-RRD-Simple.spec
+++ b/perl-RRD-Simple.spec
@@ -3,7 +3,7 @@
 
 Name:  perl-RRD-Simple
 Version:   1.44
-Release:   11%{?dist}
+Release:   12%{?dist}
 Summary:   Simple interface to create and store data in RRD files
 Group: Development/Libraries
 License:   ASL 2.0
@@ -84,6 +84,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/RRD::Simple::Examples.3pm*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 1.44-12
+- Perl 5.16 rebuild
+
 * Thu Jan 12 2012 Paul Howarth p...@city-fan.org - 1.44-11
 - Fix provides/requires filters to work with rpm 4.9+ too
 - Add buildreqs for perl core modules, which may be dual-lived
--
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-pod2pdf] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit 7f5d13c67ef2273075c807ede68e23e9b8e6ec28
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 23:18:04 2012 +0200

Perl 5.16 rebuild

 perl-pod2pdf.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-pod2pdf.spec b/perl-pod2pdf.spec
index b645b39..40203d0 100644
--- a/perl-pod2pdf.spec
+++ b/perl-pod2pdf.spec
@@ -1,6 +1,6 @@
 Name:   perl-pod2pdf
 Version:0.42
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Converts Pod to PDF format
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -58,5 +58,8 @@ make test
 %{_bindir}/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 0.42-2
+- Perl 5.16 rebuild
+
 * Mon Jun 25 2012 Jitka Plesnikova jples...@redhat.com 0.42-1
 - Specfile autogenerated by cpanspec 1.78.
--
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-B-Hooks-OP-Annotation] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit 755a221e3c4d4be8e63ba85bcae61c13eee2b822
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 23:18:04 2012 +0200

Perl 5.16 rebuild

 perl-B-Hooks-OP-Annotation.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-B-Hooks-OP-Annotation.spec b/perl-B-Hooks-OP-Annotation.spec
index c264552..5b2066c 100644
--- a/perl-B-Hooks-OP-Annotation.spec
+++ b/perl-B-Hooks-OP-Annotation.spec
@@ -1,6 +1,6 @@
 Name:   perl-B-Hooks-OP-Annotation
 Version:0.44
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Annotate and delegate hooked OPs
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,5 +45,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 0.44-2
+- Perl 5.16 rebuild
+
 * Fri Apr 20 2012 Iain Arnell iarn...@gmail.com 0.44-1
 - Specfile autogenerated by cpanspec 1.79.
--
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-No-Worries] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit 586fcea6f558c034af7d2b0ad027eec2d117a017
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 23:18:05 2012 +0200

Perl 5.16 rebuild

 perl-No-Worries.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-No-Worries.spec b/perl-No-Worries.spec
index 0a4cd79..0206c8b 100644
--- a/perl-No-Worries.spec
+++ b/perl-No-Worries.spec
@@ -1,6 +1,6 @@
 Name:   perl-No-Worries
 Version:0.3
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl coding without worries
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 0.3-3
+- Perl 5.16 rebuild
+
 * Mon Jun 11 2012 Massimo Paladin massimo.pala...@gmail.com 0.3-2
 - Cleaning the spec file.
 
--
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-FusionInventory-Agent-Task-Deploy] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit 8f0f7dc6cc07f65c883f3e5bf1019a1b77208b7e
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 23:18:05 2012 +0200

Perl 5.16 rebuild

 perl-FusionInventory-Agent-Task-Deploy.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-FusionInventory-Agent-Task-Deploy.spec 
b/perl-FusionInventory-Agent-Task-Deploy.spec
index 6c2d372..ca0c2d8 100644
--- a/perl-FusionInventory-Agent-Task-Deploy.spec
+++ b/perl-FusionInventory-Agent-Task-Deploy.spec
@@ -1,6 +1,6 @@
 Name:   perl-FusionInventory-Agent-Task-Deploy
 Version:2.0.0
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Software deployment support for FusionInventory Agent
 License:GPLv2+
 Group:  Development/Libraries
@@ -102,6 +102,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 2.0.0-4
+- Perl 5.16 rebuild
+
 * Wed May 30 2012 Remi Collet r...@fedoraproject.org - 2.0.0-3
 - fix BuildRequires/Requires from review #812587
 
--
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-Data-Flow] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit 158474a736c449f18cc5e7b5d254974369a4615e
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 27 23:24:06 2012 +0200

Perl 5.16 rebuild

 perl-Data-Flow.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-Flow.spec b/perl-Data-Flow.spec
index f71cfe2..96dbb69 100644
--- a/perl-Data-Flow.spec
+++ b/perl-Data-Flow.spec
@@ -1,6 +1,6 @@
 Name:   perl-Data-Flow
 Version:1.02
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl extension for simple-minded recipe-controlled build of 
data
 # Author declared license there:
 # https://rt.cpan.org/Public/Bug/Display.html?id=18068#txn-175743
@@ -40,5 +40,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 1.02-2
+- Perl 5.16 rebuild
+
 * Tue Jun 26 2012 Petr Pisar ppi...@redhat.com 1.02-1
 - Specfile autogenerated by cpanspec 1.78.
--
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-Devel-Pragma] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit 089abbddc23fed869542e1744e881b3e3d22a913
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jun 28 01:56:07 2012 +0200

Perl 5.16 rebuild

 perl-Devel-Pragma.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Devel-Pragma.spec b/perl-Devel-Pragma.spec
index 20217ad..8ceba9b 100644
--- a/perl-Devel-Pragma.spec
+++ b/perl-Devel-Pragma.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-Pragma
 Version:0.54
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Helper functions for developers of lexical pragmas
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,5 +50,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 0.54-2
+- Perl 5.16 rebuild
+
 * Sun Jun 10 2012 Iain Arnell iarn...@gmail.com 0.54-1
 - Specfile autogenerated by cpanspec 1.79.
--
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-Devel-BeginLift] Perl 5.16 rebuild

2012-06-27 Thread Petr Pisar
commit 268d6f895630d65186cbe60032dda4673df36d82
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jun 28 01:56:07 2012 +0200

Perl 5.16 rebuild

 perl-Devel-BeginLift.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Devel-BeginLift.spec b/perl-Devel-BeginLift.spec
index 83cc927..4888351 100644
--- a/perl-Devel-BeginLift.spec
+++ b/perl-Devel-BeginLift.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-BeginLift
 Version:0.001003
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Make selected sub calls evaluate at compile time
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,5 +45,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 27 2012 Petr Pisar ppi...@redhat.com - 0.001003-2
+- Perl 5.16 rebuild
+
 * Sun Jun 10 2012 Iain Arnell iarn...@gmail.com 0.001003-1
 - Specfile autogenerated by cpanspec 1.79.
--
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 832663] perl-IO-Socket-IP-0.14 is available

2012-06-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=832663

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2012-06-27 23:29:48

--- Comment #8 from Fedora Update System upda...@fedoraproject.org ---
perl-IO-Socket-IP-0.14-1.fc16 has been pushed to the Fedora 16 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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 832663] perl-IO-Socket-IP-0.14 is available

2012-06-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=832663

--- Comment #9 from Fedora Update System upda...@fedoraproject.org ---
perl-IO-Socket-IP-0.14-1.fc17 has been pushed to the Fedora 17 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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 832661] perl-DateTime-Format-Flexible-0.23 is available

2012-06-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=832661

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2012-06-27 23:53:44

--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-DateTime-Format-Flexible-0.23-1.fc17 has been pushed to the Fedora 17
stable repository.  If problems still persist, please make note of it in this
bug report.

-- 
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 830850] perl-DateTime-Format-Flexible-0.22 is available

2012-06-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=830850

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2012-06-27 23:53:50

--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-DateTime-Format-Flexible-0.23-1.fc17 has been pushed to the Fedora 17
stable repository.  If problems still persist, please make note of it in this
bug report.

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