Re: Default image target size [Was:Re: Summary/Minutes from today's FESCo Meeting (2012-06-18)]

2012-06-23 Thread drago01
On Sat, Jun 23, 2012 at 2:51 AM, Kevin Kofler kevin.kof...@chello.at wrote:
 [..]
 So I really wonder whether it isn't more practical to set an arbitrary limit
 and let the user find a suitable medium to burn it on (if in doubt, a DVD;
 we'll probably call it a Live DVD in the first place).

Well using a DVD if you intend to burn has always been a good idea.
You get better seek times for free (empty dvd costs little to no more
then a cd now days).
As for your exotic CD sizes ... the likelihood of the user having a
DVD burner or BIOS that could just boot from USB media is way higher
then a burner that can deal with them.

So I'd just opt for not worrying about CDs anymore. The only real
argument for CD sized images is download time but using Fedora without
a proper internet connection is no fun anyway (updates) so not sure
that matters either ...
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Self Introduction

2012-06-23 Thread Julian Leyh
Hello,

I chose Fedora for my new Thinkpad T420s, used Arch Linux on my old Acer.

I'm actively developing in Ada and already packaged a few libraries and
applications for Arch, see
https://aur.archlinux.org/packages.php?SeB=mK=oenone

After fixing two bugs in gprbuild (bug report here:
https://bugzilla.redhat.com/show_bug.cgi?id=834425), my package for GPS
(an Ada IDE) now builds fine. I already submitted a review request:
https://bugzilla.redhat.com/show_bug.cgi?id=834747 - without the fixes
for gprbuild you might see a few rpaths left.

I will continue to package Ada libraries that I would like to see on Fedora.

I studied computer science in Germany and work as software engineer.

My GPG Key ID is 04BDB855 and my IRC nick is oenone, regularly seen on
FreeNode in #Ada.

Regards,
Julian Leyh

--
If you don't remember something, it never happened...
If you aren't remembered, you never existed...
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PATH=/usr/local/bin:/bin:/usr/bin considered harmful

2012-06-23 Thread Michael Schwendt
On Fri, 22 Jun 2012 18:16:03 -0400, Sam Varshavchik wrote:

 Michael Schwendt writes:
 
 
  # whereis ldconfig
  ldconfig: /sbin/ldconfig /usr/sbin/ldconfig 
  /usr/share/man/man8/ldconfig.8.gz
 
  /sbin is before /usr/sbin in $PATH.
 
 Only for root.

And not affecting whereis but only which:

$ whereis ldconfig
ldconfig: /sbin/ldconfig /usr/sbin/ldconfig /usr/share/man/man8/ldconfig.8.gz
$ echo $PATH
/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/ms17b/bin/:/home/ms17b/files/bin
$ which ldconfig
/usr/sbin/ldconfig

Yes, that's fragile and dangerous.

-- 
Fedora release 17 (Beefy Miracle) - Linux 3.4.3-1.fc17.x86_64
loadavg: 0.69 0.64 0.43
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: poppler soname bump in rawhide

2012-06-23 Thread Nicolas Mailhot

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


Resolving Dependencies
-- Running transaction check
--- Package inkscape.x86_64 0:0.48.2-5.fc17 will be installed
-- Processing Dependency: libpoppler.so.19()(64bit) for package:
inkscape-0.48.2-5.fc17.x86_64
-- Finished Dependency Resolution
Error: Package: inkscape-0.48.2-5.fc17.x86_64 (koji-f17-builds)
   Requires: libpoppler.so.19()(64bit)
   Available: poppler-0.18.4-3.fc17.x86_64 (koji-f17-builds)
   libpoppler.so.19()(64bit)
   Installed: poppler-0.20.0-1.fc18.x86_64 (@koji-f18-builds)
   Not found
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


-- 
Nicolas Mailhot

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

Re: Default image target size [Was:Re: Summary/Minutes from today's FESCo Meeting (2012-06-18)]

2012-06-23 Thread Kevin Kofler
drago01 wrote:
 (empty dvd costs little to no more then a cd now days)

FWIW, a CD-R90 actually costs more than a DVD-R or a DVD+R around here these 
days. (It used to cost significantly less back in the day.)

 So I'd just opt for not worrying about CDs anymore. The only real
 argument for CD sized images is download time but using Fedora without
 a proper internet connection is no fun anyway (updates) so not sure
 that matters either ...

Download times are not the only reason for not going up to the full
( 4 GiB) DVD size, though IMHO they are also a valid reason. There's also 
the Multi Desktop Live DVD distributed by the ambassadors, which needs to 
fit all the spins in both 32-bit and 64-bit versions on one dual-layer DVD. 
So going up to 4 GiB per spin is a no go.

Combined with your point above, this means we really need to allow arbitrary 
target sizes, not just a list of maximum sizes of hardware media.

Kevin Kofler

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

Re: PATH=/usr/local/bin:/bin:/usr/bin considered harmful

2012-06-23 Thread Roman Rakus

On 06/22/2012 05:15 AM, Sam Varshavchik wrote:

[root@octopus ~]# strings /bin/bash | grep usr.bin
/usr/local/bin:/bin:/usr/bin

I think that bash needs to be recompiled, with the last two flipped, 
in the default shell PATH. 

The path above is used by bash only if PATH env variable is not set.

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

Re: PATH=/usr/local/bin:/bin:/usr/bin considered harmful

2012-06-23 Thread Sam Varshavchik

Roman Rakus writes:


On 06/22/2012 05:15 AM, Sam Varshavchik wrote:

[root@octopus ~]# strings /bin/bash | grep usr.bin
/usr/local/bin:/bin:/usr/bin

I think that bash needs to be recompiled, with the last two flipped, in the  
default shell PATH.

The path above is used by bash only if PATH env variable is not set.


Well, yes. Which means that in order to build packages containing portable  
config code that searches its PATH to locate where the platform installs  
Perl, and you actually want to be able to avoid your package creating a  
dependency fail the next time Perl gets upgraded, it is now necessary to  
override PATH in the rpm spec script.


That certainly makes a lot of sense. Not.



pgp8dNv3CfJFO.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Default image target size [Was:Re: Summary/Minutes from today's FESCo Meeting (2012-06-18)]

2012-06-23 Thread Andre Robatino
Kevin Kofler kevin.kofler at chello.at writes:

 Download times are not the only reason for not going up to the full
 ( 4 GiB) DVD size, though IMHO they are also a valid reason. There's also 
 the Multi Desktop Live DVD distributed by the ambassadors, which needs to 
 fit all the spins in both 32-bit and 64-bit versions on one dual-layer DVD. 
 So going up to 4 GiB per spin is a no go.

Would it be possible for QA to get access to the Multi Desktops before release
and test those directly against a media-determined hard limit? Also, I think the
limit for DVDs should be the media size, 4.7 GB, not 4 GiB. OpenSUSE for one has
released DVDs larger than 4 GiB for a while now and I haven't heard of problems.
Thumb drives are cheap, and if they need to be formatted with a non-FAT
filesystem to hold such images, that can be documented. And the size difference
between 4 GiB and 4.7 GB is about 9.4%, which is over 3 times the difference
between 700 MiB and 736970752 bytes* (assuming this latter size, approximately
702.83 MiB, is safe, which it may not be - there is at least one brand with a
slightly lower limit, for example see
http://www.berklix.com/~jhs/txt/cdroms.html , simply sticking to the advertised
size, 700 MiB, would avoid the real risk of releasing non-burnable images).

Also, while it's good to keep images small to reduce download time, that doesn't
need to be a hard limit either.

* See http://lists.fedoraproject.org/pipermail/test/2010-April/089943.html




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

Re: poppler soname bump in rawhide

2012-06-23 Thread Rex Dieter
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

Seems there's a patch available that inkscape maintainers have yet to apply:

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

I'll try to look closer at it myself later today.

-- rex

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

Re: Default image target size [Was:Re: Summary/Minutes from today's FESCo Meeting (2012-06-18)]

2012-06-23 Thread Bruno Wolff III

On Sat, Jun 23, 2012 at 14:29:28 +,
  Andre Robatino robat...@fedoraproject.org wrote:


Would it be possible for QA to get access to the Multi Desktops before release
and test those directly against a media-determined hard limit? Also, I think the
limit for DVDs should be the media size, 4.7 GB, not 4 GiB. OpenSUSE for one has
released DVDs larger than 4 GiB for a while now and I haven't heard of problems.


Some file systems don't handle files greater than 4 GiB. That is why the spins 
sig limited spins published as ISOs to that size. livemedia-creator does 
support larger sizes.

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

Default image target size [Was:Re: Summary/Minutes from today's FESCo Meeting (2012-06-18)]

2012-06-23 Thread Andre Robatino
Bruno Wolff III bruno at wolff.to writes:

 Some file systems don't handle files greater than 4 GiB. That is why the 
 spins 
 sig limited spins published as ISOs to that size. livemedia-creator does 
 support larger sizes.

Which is why immediately afterwards I wrote the following (I'm aware that files
on FAT are limited to 4 GiB):

 Thumb drives are cheap, and if they need to be formatted with a non-FAT
 filesystem to hold such images, that can be documented.




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

Re: PATH=/usr/local/bin:/bin:/usr/bin considered harmful

2012-06-23 Thread Björn Persson
These search path problems seem to be cropping up in lots of packages. Here's 
another example:

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

GPRbuild is designed to be relocatable, because the corporations that are 
Adacore's customers want to be able to drop a directory tree with binaries and 
data in some nonstandard directory and use it from there witout recompiling 
anything. Therefore GPRbuild doesn't have an installation prefix compiled in. 
Instead it searches for itself on the search path to find out where it is 
installed. When it finds itself in /bin it concludes that the installation 
prefix is /, and looks for its data in /share instead of /usr/share, which of 
course fails because there is no /share. Working around this required a 
Fedora-specific patch to make GPRbuild resolve the symbolic link.

Björn Persson


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: DNS handling

2012-06-23 Thread Björn Persson
Paul Wouters wrote:
 Let me know how dnssec-trigger 0.11 works, with the additional
 hotspot port 80 manglign detection.

I'm afraid my laptop isn't all that usable right now – 
https://bugzilla.redhat.com/show_bug.cgi?id=832723 – but I'll see what I can 
do.

Björn Persson


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: poppler soname bump in rawhide

2012-06-23 Thread Johannes Lips
Marek Kasik wrote:
 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).
 
 Regards
 
 Marek
 ___
 devel-announce mailing list
 devel-annou...@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel-announce
 
Are you doing the necessary rebuilds as well or should we, the
maintainers of the depending packages, do them?

Johannes



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

Re: Default image target size [Was:Re: Summary/Minutes from today's FESCo Meeting (2012-06-18)]

2012-06-23 Thread Kevin Kofler
Andre Robatino wrote:
 Would it be possible for QA to get access to the Multi Desktops before
 release and test those directly against a media-determined hard limit?

That makes sense, though the problem then is which spin gets the blame if 
the overall quota is exceeded? We probably need to define per-spin quota.

 Also, I think the limit for DVDs should be the media size, 4.7 GB, not 4
 GiB.

I agree, I only wrote  4 GiB because I didn't want to look up the exact 
limit nor to deal with the fact that DVD-R and DVD+R media have a different 
capacity.

Kevin Kofler

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

Re: Default image target size [Was:Re: Summary/Minutes from today's FESCo Meeting (2012-06-18)]

2012-06-23 Thread inode0
On Sat, Jun 23, 2012 at 12:57 PM, Kevin Kofler kevin.kof...@chello.at wrote:
 Andre Robatino wrote:
 Would it be possible for QA to get access to the Multi Desktops before
 release and test those directly against a media-determined hard limit?

 That makes sense, though the problem then is which spin gets the blame if
 the overall quota is exceeded? We probably need to define per-spin quota.

The quota for these would need to be much higher already as the
Multi-Desktop is now 6.1GB and the Multi-Install is 7.3GB. These
images are also dual architecture and are generally not intended for
direct download although that is allowed from alt.

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

Re: Default image target size [Was:Re: Summary/Minutes from today's FESCo Meeting (2012-06-18)]

2012-06-23 Thread Adam Williamson
On Sat, 2012-06-23 at 12:29 +0200, Kevin Kofler wrote:
 drago01 wrote:
  (empty dvd costs little to no more then a cd now days)
 
 FWIW, a CD-R90 actually costs more than a DVD-R or a DVD+R around here these 
 days. (It used to cost significantly less back in the day.)
 
  So I'd just opt for not worrying about CDs anymore. The only real
  argument for CD sized images is download time but using Fedora without
  a proper internet connection is no fun anyway (updates) so not sure
  that matters either ...
 
 Download times are not the only reason for not going up to the full
 ( 4 GiB) DVD size, though IMHO they are also a valid reason. There's also 
 the Multi Desktop Live DVD distributed by the ambassadors, which needs to 
 fit all the spins in both 32-bit and 64-bit versions on one dual-layer DVD. 
 So going up to 4 GiB per spin is a no go.
 
 Combined with your point above, this means we really need to allow arbitrary 
 target sizes, not just a list of maximum sizes of hardware media.

I don't believe there's currently any requirement that target sizes
match some form of physical media. So far they always _have_, but if
there's a requirement that they _must_, I've never seen it.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net

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

Re: poppler soname bump in rawhide

2012-06-23 Thread Rex Dieter
Rex Dieter wrote:

 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
 
 Seems there's a patch available that inkscape maintainers have yet to
 apply:
 
 https://bugzilla.redhat.com/show_bug.cgi?id=822413
 
 I'll try to look closer at it myself later today.

OK, got it fixed now,
http://koji.fedoraproject.org/koji/buildinfo?buildID=327259

-- rex

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

[perl-MooseX-NonMoose] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 294fc1d75f0a3f6a28e8c12098f6a8a0652f0734
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 08:35:52 2012 +0200

Perl 5.16 rebuild

 perl-MooseX-NonMoose.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-MooseX-NonMoose.spec b/perl-MooseX-NonMoose.spec
index 3b961f5..bb5f4b0 100644
--- a/perl-MooseX-NonMoose.spec
+++ b/perl-MooseX-NonMoose.spec
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-NonMoose
 Version:0.22
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Easy subclassing of non-Moose classes
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 0.22-4
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.22-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Email-Abstract] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit bc972a14f9de567283dba0219c2e2c5622546821
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 08:35:52 2012 +0200

Perl 5.16 rebuild

 perl-Email-Abstract.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Email-Abstract.spec b/perl-Email-Abstract.spec
index 30ec7fb..0fd4c8d 100644
--- a/perl-Email-Abstract.spec
+++ b/perl-Email-Abstract.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Abstract
 Version:3.002
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Unified interface to mail representations
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 3.002-6
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.002-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Mail-Box-Parser-C] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit a239d81a6d006cf7b62437a9dbc5675bc3c2048f
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 08:35:52 2012 +0200

Perl 5.16 rebuild

 perl-Mail-Box-Parser-C.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Mail-Box-Parser-C.spec b/perl-Mail-Box-Parser-C.spec
index 72464fb..ee009a9 100644
--- a/perl-Mail-Box-Parser-C.spec
+++ b/perl-Mail-Box-Parser-C.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mail-Box-Parser-C
 Version:3.006
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Parsing folders for MailBox with C routines
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 3.006-13
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.006-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Devel-REPL] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 7e9b6acb3a18679c235cbe8caa2532d515398642
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 08:35:52 2012 +0200

Perl 5.16 rebuild

 perl-Devel-REPL.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Devel-REPL.spec b/perl-Devel-REPL.spec
index bdbf3a4..03bbee7 100644
--- a/perl-Devel-REPL.spec
+++ b/perl-Devel-REPL.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-REPL
 Version:1.003013
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Modern perl interactive shell
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 1.003013-2
+- Perl 5.16 rebuild
+
 * Sun May 20 2012 Iain Arnell iarn...@gmail.com 1.003013-1
 - update to latest upstream version
 
--
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-CGI-Application-Plugin-Authentication] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 2ba64835e91fa2b9cd96cae02c45910fd9dc789e
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 08:35:52 2012 +0200

Perl 5.16 rebuild

 perl-CGI-Application-Plugin-Authentication.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Application-Plugin-Authentication.spec 
b/perl-CGI-Application-Plugin-Authentication.spec
index 2b99ac3..f06625b 100644
--- a/perl-CGI-Application-Plugin-Authentication.spec
+++ b/perl-CGI-Application-Plugin-Authentication.spec
@@ -1,6 +1,6 @@
 Name:   perl-CGI-Application-Plugin-Authentication
 Version:0.20
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Authentication framework for CGI::Application
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 0.20-4
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.20-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Moo] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 8b3742d919ea4b747d807449d087517cc9660f43
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 08:35:52 2012 +0200

Perl 5.16 rebuild

 perl-Moo.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Moo.spec b/perl-Moo.spec
index b51a14e..5f705cd 100644
--- a/perl-Moo.spec
+++ b/perl-Moo.spec
@@ -1,6 +1,6 @@
 Name:   perl-Moo
 Version:0.091007
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Minimalist Object Orientation (with Moose compatibility)
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 0.091007-2
+- Perl 5.16 rebuild
+
 * Sat May 19 2012 Iain Arnell iarn...@gmail.com 0.091007-1
 - update to latest upstream version
 
--
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-Email-Date] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 7d0ad3503644939a612bdbdfbeb07f9fe56593c9
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 11:14:46 2012 +0200

Perl 5.16 rebuild

 perl-Email-Date.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Email-Date.spec b/perl-Email-Date.spec
index 902d33a..4722a76 100644
--- a/perl-Email-Date.spec
+++ b/perl-Email-Date.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Date
 Version:1.103
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Find and format date headers
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 1.103-14
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.103-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-TAP-Formatter-JUnit] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 569ae302c9f9e63395179f4430342c4f55b0d07a
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 11:14:46 2012 +0200

Perl 5.16 rebuild

 perl-TAP-Formatter-JUnit.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-TAP-Formatter-JUnit.spec b/perl-TAP-Formatter-JUnit.spec
index 95f5577..a8f3f6f 100644
--- a/perl-TAP-Formatter-JUnit.spec
+++ b/perl-TAP-Formatter-JUnit.spec
@@ -1,6 +1,6 @@
 Name:   perl-TAP-Formatter-JUnit
 Version:0.09
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Harness output delegate for JUnit output
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 0.09-2
+- Perl 5.16 rebuild
+
 * Fri Jan 27 2012 Daniel P. Berrange berra...@redhat.com - 0.09-1
 - Update to 0.09 release
 
--
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-Carp-REPL] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 1751955c558c726ac42181a62b912125c5e9b4ce
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 11:14:47 2012 +0200

Perl 5.16 rebuild

 perl-Carp-REPL.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Carp-REPL.spec b/perl-Carp-REPL.spec
index ff597a9..8de68b5 100644
--- a/perl-Carp-REPL.spec
+++ b/perl-Carp-REPL.spec
@@ -1,6 +1,6 @@
 Name:   perl-Carp-REPL
 Version:0.15
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Read-eval-print-loop on die and/or warn
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -60,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 0.15-4
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.15-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Email-Sender] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit ac9f8d72311e36bc2630957d4bf186da63ec9585
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 11:14:47 2012 +0200

Perl 5.16 rebuild

 perl-Email-Sender.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Email-Sender.spec b/perl-Email-Sender.spec
index 03370f8..d615741 100644
--- a/perl-Email-Sender.spec
+++ b/perl-Email-Sender.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Sender
 Version:0.110005
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:A library for sending email
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -73,6 +73,9 @@ RELEASE_TESTING=1 make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 0.110005-2
+- Perl 5.16 rebuild
+
 * Sun Mar 11 2012 Iain Arnell iarn...@gmail.com 0.110005-1
 - update to latest upstream version
 
--
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-Email-Reply] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit a495e550a7064bd884b2f67d7cc8a08051e44b21
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 13:42:53 2012 +0200

Perl 5.16 rebuild

 perl-Email-Reply.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index f4c0443..2642f7f 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 1.202-12
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Module-Install-ManifestSkip] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 961c2241e238e6e550b0f22793432033da02b66d
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 13:42:53 2012 +0200

Perl 5.16 rebuild

 perl-Module-Install-ManifestSkip.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Install-ManifestSkip.spec 
b/perl-Module-Install-ManifestSkip.spec
index e9e7ce9..d8a57fd 100644
--- a/perl-Module-Install-ManifestSkip.spec
+++ b/perl-Module-Install-ManifestSkip.spec
@@ -1,6 +1,6 @@
 Name:   perl-Module-Install-ManifestSkip
 Version:0.20
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Generate a MANIFEST.SKIP file
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,5 +45,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 0.20-2
+- Perl 5.16 rebuild
+
 * Mon Apr 23 2012 Petr Pisar ppi...@redhat.com 0.20-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-Module-Package] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 02b5d70cf528cf246fdb282ff0a0ac1a7c3eb7b8
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 16:11:36 2012 +0200

Perl 5.16 rebuild

 perl-Module-Package.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Package.spec b/perl-Module-Package.spec
index 356141d..52f0822 100644
--- a/perl-Module-Package.spec
+++ b/perl-Module-Package.spec
@@ -1,6 +1,6 @@
 Name:   perl-Module-Package
 Version:0.30
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Postmodern Perl Module Packaging
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,5 +51,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 0.30-2
+- Perl 5.16 rebuild
+
 * Mon Apr 23 2012 Petr Pisar ppi...@redhat.com 0.30-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

File String-Diff-0.05.tar.gz uploaded to lookaside cache by iarnell

2012-06-23 Thread Iain Arnell
A file has been added to the lookaside cache for perl-String-Diff:

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

[perl-String-Diff] update to 0.05

2012-06-23 Thread Iain Arnell
commit 3af61db097e124ff29fb34e7fd3894705fcfc149
Author: Iain Arnell iarn...@gmail.com
Date:   Sat Jun 23 08:55:42 2012 -0600

update to 0.05

 .gitignore|1 +
 perl-String-Diff.spec |9 ++---
 sources   |2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 08f57bb..7cc52db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 String-Diff-0.04.tar.gz
+/String-Diff-0.05.tar.gz
diff --git a/perl-String-Diff.spec b/perl-String-Diff.spec
index 5a2c5a3..add74c4 100644
--- a/perl-String-Diff.spec
+++ b/perl-String-Diff.spec
@@ -1,6 +1,6 @@
 Name:   perl-String-Diff
-Version:0.04
-Release:10%{?dist}
+Version:0.05
+Release:1%{?dist}
 Summary:Simple diff to String
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -28,7 +28,6 @@ general diff is done, the difference in the line is 
searchable.
 
 %prep
 %setup -q -n String-Diff-%{version}
-rm -rf inc
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -57,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 23 2012 Iain Arnell iarn...@gmail.com 0.05-1
+- update to latest upstream version
+- don't remove inc/
+
 * Tue Jun 12 2012 Petr Pisar ppi...@redhat.com - 0.04-10
 - Perl 5.16 rebuild
 - Specify all dependencies
diff --git a/sources b/sources
index a4769a6..4f4ff5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-440bd85674f8602f18a2ab7978f1fa53  String-Diff-0.04.tar.gz
+cd6c243138c308f8be1506befac89299  String-Diff-0.05.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-String-Diff] clean up spec for modern rpmbuild

2012-06-23 Thread Iain Arnell
commit b43910a277151fc4eaaccf337767fd7da675d2ff
Author: Iain Arnell iarn...@gmail.com
Date:   Sat Jun 23 08:56:19 2012 -0600

clean up spec for modern rpmbuild

 perl-String-Diff.spec |9 +
 1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/perl-String-Diff.spec b/perl-String-Diff.spec
index add74c4..25feaa0 100644
--- a/perl-String-Diff.spec
+++ b/perl-String-Diff.spec
@@ -6,7 +6,6 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/String-Diff/
 Source0:
http://www.cpan.org/authors/id/Y/YA/YAPPO/String-Diff-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(Module::Install::TestBase)
@@ -34,23 +33,16 @@ general diff is done, the difference in the line is 
searchable.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
@@ -59,6 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 * Sat Jun 23 2012 Iain Arnell iarn...@gmail.com 0.05-1
 - update to latest upstream version
 - don't remove inc/
+- clean up spec for modern rpmbuild
 
 * Tue Jun 12 2012 Petr Pisar ppi...@redhat.com - 0.04-10
 - 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-String-Diff] add temporary workaround for RT#76371

2012-06-23 Thread Iain Arnell
commit 28559766a9c30f3a7857409f46f7a46e83a7f801
Author: Iain Arnell iarn...@gmail.com
Date:   Sat Jun 23 09:07:13 2012 -0600

add temporary workaround for RT#76371

 perl-String-Diff.spec |4 
 rt76371.patch |   34 ++
 2 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/perl-String-Diff.spec b/perl-String-Diff.spec
index 25feaa0..9e467a3 100644
--- a/perl-String-Diff.spec
+++ b/perl-String-Diff.spec
@@ -6,6 +6,8 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/String-Diff/
 Source0:
http://www.cpan.org/authors/id/Y/YA/YAPPO/String-Diff-%{version}.tar.gz
+# temporary workaround for https://rt.cpan.org/Public/Bug/Display.html?id=76371
+Patch0: rt76371.patch
 BuildArch:  noarch
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(Module::Install::TestBase)
@@ -27,6 +29,7 @@ general diff is done, the difference in the line is 
searchable.
 
 %prep
 %setup -q -n String-Diff-%{version}
+%patch0 -p 1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -52,6 +55,7 @@ make test
 - update to latest upstream version
 - don't remove inc/
 - clean up spec for modern rpmbuild
+- add temporary workaround for RT#76371
 
 * Tue Jun 12 2012 Petr Pisar ppi...@redhat.com - 0.04-10
 - Perl 5.16 rebuild
diff --git a/rt76371.patch b/rt76371.patch
new file mode 100644
index 000..1a5ad58
--- /dev/null
+++ b/rt76371.patch
@@ -0,0 +1,34 @@
+diff -up String-Diff-0.05/t/05_diff_regexp-pp.t.orig 
String-Diff-0.05/t/05_diff_regexp-pp.t
+--- String-Diff-0.05/t/05_diff_regexp-pp.t.orig2012-06-22 
00:39:48.0 -0600
 String-Diff-0.05/t/05_diff_regexp-pp.t 2012-06-23 09:04:42.0 
-0600
+@@ -45,10 +45,10 @@ new: Boofy
+ 
+ ===
+ --- data1
+-(?:あ|いつもい)る(?:晴れた日に散歩をすると|人がいないので)、そ(?:こに|れ)は
++(?:あ|いつもい)る(?:晴れた日に散歩をすると|人がいないので)そ(?:こに|れ)は
+ --- data2
+-old: ある晴れた日に散歩をすると、そこには
+-new: いつもいる人がいないので、それは
++old: ある晴れた日に散歩をするとそこには
++new: いつもいる人がいないのでそれは
+ 
+ ===
+ --- data1
+diff -up String-Diff-0.05/t/05_diff_regexp.t.orig 
String-Diff-0.05/t/05_diff_regexp.t
+--- String-Diff-0.05/t/05_diff_regexp.t.orig   2012-06-22 00:39:48.0 
-0600
 String-Diff-0.05/t/05_diff_regexp.t2012-06-23 09:12:24.0 
-0600
+@@ -44,10 +44,10 @@ new: Boofy
+ 
+ ===
+ --- data1
+-(?:あ|いつもい)る(?:晴れた日に散歩をすると|人がいないので)、そ(?:こに|れ)は
++(?:あ|いつもい)る(?:晴れた日に散歩をすると|人がいないので)そ(?:こに|れ)は
+ --- data2
+-old: ある晴れた日に散歩をすると、そこには
+-new: いつもいる人がいないので、それは
++old: ある晴れた日に散歩をするとそこには
++new: いつもいる人がいないのでそれは
+ 
+ ===
+ --- data1
--
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-Cover] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 03b63ffcc563c3c3db81984e057f281a6fed4ff6
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 22:17:18 2012 +0200

Perl 5.16 rebuild

 perl-Devel-Cover.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Devel-Cover.spec b/perl-Devel-Cover.spec
index 7550404..78df508 100644
--- a/perl-Devel-Cover.spec
+++ b/perl-Devel-Cover.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-Cover
 Version:0.89
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Code coverage metrics for Perl
 
 Group:  Development/Libraries
@@ -83,6 +83,9 @@ make test
 
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 0.89-4
+- Perl 5.16 rebuild
+
 * Fri Jun 22 2012 Petr Pisar ppi...@redhat.com - 0.89-3
 - Do not require private Devel::Cover::Dumper module
 
--
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-HexDump-XXD] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 23732efd595b2712fb79c7ec4ebf850e5cbad97b
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jun 23 22:17:18 2012 +0200

Perl 5.16 rebuild

 perl-Data-HexDump-XXD.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-HexDump-XXD.spec b/perl-Data-HexDump-XXD.spec
index 752d334..3cdc38a 100644
--- a/perl-Data-HexDump-XXD.spec
+++ b/perl-Data-HexDump-XXD.spec
@@ -1,6 +1,6 @@
 Name:   perl-Data-HexDump-XXD
 Version:0.1.0
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Format hexadecimal dump like xxd
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -43,5 +43,8 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 0.1.0-2
+- Perl 5.16 rebuild
+
 * Fri Jun 22 2012 Jitka Plesnikova jples...@redhat.com 0.1.0-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-Test-Strict] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 38d82f5931e71deab13a078569ee43e86949775a
Author: Petr Písař ppi...@redhat.com
Date:   Sun Jun 24 00:41:36 2012 +0200

Perl 5.16 rebuild

 perl-Test-Strict.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec
index accab6a..00bab08 100644
--- a/perl-Test-Strict.spec
+++ b/perl-Test-Strict.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Strict 
 Version:0.14
-Release:3%{?dist}
+Release:4%{?dist}
 # see lib/Test/Strict.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 0.14-4
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Task-Kensho-Testing] Perl 5.16 rebuild

2012-06-23 Thread Petr Pisar
commit 2ae17507f8adedd3ec23e42ca9374659f6911f50
Author: Petr Písař ppi...@redhat.com
Date:   Sun Jun 24 00:41:35 2012 +0200

Perl 5.16 rebuild

 perl-Task-Kensho-Testing.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Task-Kensho-Testing.spec b/perl-Task-Kensho-Testing.spec
index 8be1b6b..61663ee 100644
--- a/perl-Task-Kensho-Testing.spec
+++ b/perl-Task-Kensho-Testing.spec
@@ -1,6 +1,6 @@
 Name:   perl-Task-Kensho-Testing
 Version:0.27
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Task::Kensho::Testing Perl module
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -64,6 +64,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 0.27-4
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.27-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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