[LGA 1155 motherboards] Multi-Monitor does NOT work when 1 monitor uses Intel GPU and another monitor uses Nvidia GPU -- (Sandy Bridge Ivy Bridge iGPU)

2012-06-11 Thread Malcolm Turmel
https://en.wikipedia.org/wiki/LGA_1155

The above article lists all the LGA 1155 motherboards which Allows
using built-in GPU also known as Integrated GPU / iGPU. But basically
it is talking about the Integrated GPU which comes with the Intel
Sandy Bridge and Ivy Bridge microprocessors. As you can see, (except
for the lone exception P67), all motherboards support using iGPU along
with a Dedicated GPU card.


It basically allows using the Integrated GPU along with a Dedicated
GPU like Nvidia or ATI.


Using my MSI H67 Motherboard, and Windows 7 was able to successfully
make a multi-monitor set up (with Extended mode, so we can get more
work done faster):
One monitor was connected to the VGA output on the Nvidia GT 520 GPU.
The other monitor was connected to the VGA output on the motherboard
(Core i3 - integrated graphics).

The same multi-monitor setup unfortunately fails in Fedora.

http://www.smolts.org/client/show_all/pub_9b118418-5637-4127-9c4b-506fd6bfb436

I know some of you will suggest getting a new monitor, or getting a
Convertor to convert DVI to VGA or HDMI to VGA.
But that's not the point, which is that Fedora is not keeping with the
technological improvements.

For example in another build, with an ASUS Z68 motherboard there was a
new feature called Virtu GPU Virtualization Software: which basically
makes use of the iGPU and the Dedicated GPU to improve performance and
quality: http://www.lucidlogix.com/product-virtu-gpu.html


I have filed a bug https://bugzilla.redhat.com/show_bug.cgi?id=830619
for the Multi-monitor problem right now.


Also any suggestions for the Motherboard Manufacturer for my next few
builds that are going to be due within the next few months? I had
rather buy from a manufacturer that releases Linux drivers for their
products
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: FYI: ocaml 4.00.0 beta going into Rawhide

2012-06-11 Thread Richard W.M. Jones
In case anyone is interested, here's a hacky script I wrote
to do the mass rebuild:

http://git.annexia.org/?p=mass-rebuild.git;a=summary

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fedora ARM and SecureBoot

2012-06-11 Thread Andrew Haley
On 06/08/2012 06:37 PM, Adam Jackson wrote:
 On Fri, 2012-06-08 at 18:14 +0100, Andrew Haley wrote:
 On 06/08/2012 05:42 PM, Adam Jackson wrote:
 And - though it pains me that this next thought might actually be
 unpopular, though closer investigation might reveal that I'm giving the
 feature too much credit, and without considering or conceding whether
 such a machine would be non-free - I'm pretty sure I am willing to
 sacrifice a minor technical point of software freedom for real gains in
 human freedom.

 I suppose I don't know what minor technical point of software freedom
 you're talking about.  I presume it's not the freedom to change a
 program so it does your computing as you wish, which is scarcely a
 minor anything.
 
 It's more like is building or supporting a machine with this kind of
 lockdown intrinsically non-free.

Well, that depends.  Can you change the program (in this case, a kernel)
and run it, or not?  It's not a difficult or obscure question.

 I didn't intend to make it sound like you were advocating that kind of
 objection, I apologize if I put words in your mouth there.

I'm not objecting, I'm just trying to find out what's up.

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

Re: How to proceed with MiniDebugInfo

2012-06-11 Thread Alexander Larsson
On Fri, 2012-05-25 at 10:10 +0300, Panu Matilainen wrote:
 On 05/25/2012 09:26 AM, Alexander Larsson wrote:
  On Thu, 2012-05-24 at 13:20 -0400, Casey Dahlin wrote:
  On Thu, May 24, 2012 at 09:28:16AM +0200, Alexander Larsson wrote:
  I'm at a loss to how to proceed with the MiniDebugInfo work. I have
  patches to rpmbuild that creates the compressed minidebuginfo putting
  them in the main binaries, and I have patches to gdb that reads the
  compressed debuginfo on demand.
 
  However, the whole thing is useless unless we agree that we want to
  enable this by default. It seems some people like the idea, whereas
  others disagree that its worth the increased binary size. It doesn't
  look like either side is gonna be able to convince the other side, so
  how do we get to a decision here?
 
 
  Just go do it. See who actually shows up to stop you.
 
  To actually get the debuginfo in the builds all I need is a minor patch
  to the find-debuginfo.sh script in rpm-build. However, since the effect
  of it is global it seems to me that its a wider decision than just the
  maintainer of rpm-build.
 
 As long as the behavior is optional and configurable, just send the 
 patch to rpm-maint and we'll see. Fedora isn't the only consumer of rpm, 
 and somebody else might find it useful regardless of whether Fedora 
 wants to enable the thing or not.

Ok, here goes:

* rpm-minidebuginfo.patch 
  Patches find-debuginfo.sh and adds new _include_minidebuginfo option
  defaulting to off
* redhat-rpm-config-minidebug.patch
  Example patch that enables building minidebuginfo by default on Fedora

* 0001-configure.ac-Look-for-and-use-libzma-on-ELF-systems.patch
* 0002-Support-lzma-compressed-.gnu_debugdata-sections.patch
  Gdb patches enabling on-demand lzma decompression of
  the .gnu_debugdata section looking for separate debuginfo there.

With these patches all applied any rpm you build (that doesn't
explicitly disable debuginfo generation) will get xz compresses minimal
debug info that gdb will find automatically (unless the real debuginfo
is installed, then that will be used).

diff -up rpm-4.9.1.3/macros.in.minidebug rpm-4.9.1.3/macros.in
--- rpm-4.9.1.3/macros.in.minidebug	2012-06-11 11:16:21.216952339 +0200
+++ rpm-4.9.1.3/macros.in	2012-06-11 11:16:23.686912455 +0200
@@ -175,7 +175,7 @@
 #	the script.  See the script for details.
 #
 %__debug_install_post   \
-   %{_rpmconfigdir}/find-debuginfo.sh %{?_missing_build_ids_terminate_build:--strict-build-id} %{?_find_debuginfo_opts} %{_builddir}/%{?buildsubdir}\
+   %{_rpmconfigdir}/find-debuginfo.sh %{?_missing_build_ids_terminate_build:--strict-build-id} %{?_include_minidebuginfo:-m} %{?_find_debuginfo_opts} %{_builddir}/%{?buildsubdir}\
 %{nil}
 
 #	Template for debug information sub-package.
@@ -418,6 +418,12 @@ package or when debugging this package.\
 #%_missing_build_ids_terminate_build	1
 
 #
+# Include minimal debug information in build binaries.
+# Requires _enable_debug_packages.
+#
+#%_include_minidebuginfo	1
+
+#
 # Use internal dependency generator rather than external helpers?
 %_use_internal_dependency_generator	1
 
diff -up rpm-4.9.1.3/scripts/find-debuginfo.sh.minidebug rpm-4.9.1.3/scripts/find-debuginfo.sh
--- rpm-4.9.1.3/scripts/find-debuginfo.sh.minidebug	2012-06-11 11:16:09.698138273 +0200
+++ rpm-4.9.1.3/scripts/find-debuginfo.sh	2012-06-11 11:16:13.399078526 +0200
@@ -2,7 +2,7 @@
 #find-debuginfo.sh - automagically generate debug info and file list
 #for inclusion in an rpm spec file.
 #
-# Usage: find-debuginfo.sh [--strict-build-id] [-g] [-r]
+# Usage: find-debuginfo.sh [--strict-build-id] [-g] [-r] [-m]
 #	 		   [-o debugfiles.list]
 #			   [[-l filelist]... [-p 'pattern'] -o debuginfo.list]
 #			   [builddir]
@@ -29,6 +29,9 @@ strip_g=false
 # with -r arg, pass --reloc-debug-sections to eu-strip.
 strip_r=false
 
+# with -m arg, add minimal debuginfo to binary.
+include_minidebug=false
+
 # Barf on missing build IDs.
 strict=false
 
@@ -43,6 +46,9 @@ while [ $# -gt 0 ]; do
   -g)
 strip_g=true
 ;;
+  -m)
+include_minidebug=true
+;;
   -o)
 if [ -z ${lists[$nout]} -a -z ${ptns[$nout]} ]; then
   out=$2
@@ -105,6 +111,32 @@ strip_to_debug()
   chmod 444 $1 || exit
 }
 
+add_minidebug()
+{
+  local debuginfo=$1
+  local binary=$2
+
+  local dynsyms=`mktemp`
+  local funcsyms=`mktemp`
+  local keep_symbols=`mktemp`
+  local mini_debuginfo=`mktemp`
+
+  # Extract the dynamic symbols from the main binary, there is no need to also have these
+  # in the normal symbol table
+  nm -D $binary --format=posix --defined-only | awk '{ print $1 }' | sort  $dynsyms
+  # Extract all the text (i.e. function) symbols from the debuginfo 
+  nm $debuginfo --format=posix --defined-only | awk '{ if ($2 == T || $2 == t) print $1 }' | sort  $funcsyms
+  # Keep all the function symbols not already in the dynamic symbol table
+  comm -13 $dynsyms $funcsyms  $keep_symbols
+  # Copy the full debuginfo, keeping only a minumal set of symbols and 

Re: *countable infinities only

2012-06-11 Thread Nicu Buculei

On 06/09/2012 04:25 PM, drago01 wrote:

On Sat, Jun 9, 2012 at 3:19 PM, Chris Smart wrote:

On 09/06/12 19:34, drago01 wrote:

Is that actually true though?


If Fedora does not implement some form of Secure Boot support, 100% of
Fedora users will still be able to install Fedora on new machines, after
they disable Secure Boot, if their computer even has it at all (and
personally, I think the majority of Fedora users will simply buy
hardware which does not have Secure Boot). I know I would.

No because some users in don't know what a firmware is and can't/don't
want to fiddle with it.


Except it won't be that hard.


For people like you.


Excuse me, but people like him used to be our (Fedora's) target 
audience. Have a read at http://fedoraproject.org/wiki/User_base


For voluntary Linux consumers who are computer-friendly and likely 
collaborators to the project, a mere BIOS change *is* trivial. If they 
are not able to do even that, which level of contributions to you expect 
back?


--
nicu :: http://nicubunu.ro :: http://nicubunu.blogspot.com/
photography: http://photoblog.nicubunu.ro/

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

Re: another upgrade, another disaster

2012-06-11 Thread Martin Sourada
Hi Adam,

On Sun, 10 Jun 2012 22:39:38 -0700 
Adam Williamson wrote:

 On Sat, 2012-06-09 at 16:11 +0200, Martin Sourada wrote:
  I used preupgrade for the first time and had a similar experience,
  but nothing one cannot fix...
  
  1. Prepared the preupgrade process (f16-f17)
  2. reboot and start upgrade
  3. upgrade gets stuck on some package (IIRC it was something lisp
  related). No CPU or HDD usage for about half an hour
  4. got impatient, do a hard reboot start upgrade again
 
 Don't do this, if you can possibly avoid it. It's never a good idea to
 abort an upgrade and restart it (it results in the other weirdness you
 hit later). When anaconda is running, a console is available on tty2;
 you can fiddle about with processes there to try and unstuck
I tried, but unfortunately it didn't occur to me that the package
post-install script got hung up so I just jumped to conclusion that it
was anaconda that hung up (both CPU, according to top, and HDD were
idling, I didn't see anything suspicious in the messages printed on
tty's and dmesg)...

 whatever's stuck. That sounds somewhat like
 https://bugzilla.redhat.com/show_bug.cgi?id=822008 ; there's a fix in
 for that bug, but it only got pushed to stable in the last day or so.
yeah, I discovered this bug after I sent the previous mail and it's
exactly the one I hit...

Thanks,
Martin

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

Re: *countable infinities only

2012-06-11 Thread Scott Schmit
On Mon, Jun 11, 2012 at 02:45:21PM +0300, Nicu Buculei wrote:
 On 06/09/2012 04:25 PM, drago01 wrote:
 On Sat, Jun 9, 2012 at 3:19 PM, Chris Smart wrote:
 On 09/06/12 19:34, drago01 wrote:
 Is that actually true though?
 
 If Fedora does not implement some form of Secure Boot support, 100% of
 Fedora users will still be able to install Fedora on new machines, after
 they disable Secure Boot, if their computer even has it at all (and
 personally, I think the majority of Fedora users will simply buy
 hardware which does not have Secure Boot). I know I would.
 No because some users in don't know what a firmware is and can't/don't
 want to fiddle with it.
 
 Except it won't be that hard.
 
 For people like you.
 
 Excuse me, but people like him used to be our (Fedora's) target
 audience. Have a read at http://fedoraproject.org/wiki/User_base

 For voluntary Linux consumers who are computer-friendly and likely
 collaborators to the project, a mere BIOS change *is* trivial. If
 they are not able to do even that, which level of contributions to
 you expect back?

Take another look at how that page defines computer-friendly.  It's
not a very high bar.  Computer-friendly is defined as  a user that can
download our distribution and install it, as long as we can give *clear
instructions* on how to do so, without requiring them to troubleshoot
problems or figure out how secure boot works.

Right now, we're missing the clear instructions part.

I'm not sure I understand this argument anyway.  You do realize that
turn it off before you install is the same as turn it off before you
install a modified kernel, right?  Except that you aren't forced to do
so just to use Linux at all?

-- 
Scott Schmit


smime.p7s
Description: S/MIME cryptographic signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-Authen-PAM] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 6dd30916bc11c45986baa96dc5453c0839896c50
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 15:12:19 2012 +0200

Perl 5.16 rebuild

 perl-Authen-PAM.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Authen-PAM.spec b/perl-Authen-PAM.spec
index 5ee5dd5..bb37838 100644
--- a/perl-Authen-PAM.spec
+++ b/perl-Authen-PAM.spec
@@ -1,6 +1,6 @@
 Name:   perl-Authen-PAM
 Version:0.16
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Authen::PAM Perl module
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.16-14
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.16-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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: wine font changes system look and feel

2012-06-11 Thread Kamil Paral
 Andreas Bierfert wrote:
  We could of course aim for a dual-solution: Let
  wine-tahoma-fonts put the fonts in the wine font dir (mandatory for
  wine) and add a wine-tahoma-fonts-system package (names suggestions
  welcome) which also puts the fonts in the system wide font path
  (optional).
 
 I believe this would be the best solution available.
 
 The -system package can contain just a symlink to the wine-specific
 font directory.
 
  If this would be a feasible solution I would still like some
  opinions
  if
  this should be done for both fonts or just for the reported bugs
  about
  the bold version.
 
 I wonder, are all wine-provided fonts just (non-identical)
 replacements for Microsoft fonts, or is this the case only for
 WineTahoma?
 
 If there are likely to be similar issues with other wine fonts, could
 we just install all of them to wine-specific font directory and then
 create a new package wine-fonts-system that would depend on
 wine-fonts and installed symlinks into system-wide font directory
 for all the wine fonts?
 
 The result would be:
 * If you install wine, all wine fonts are installed just for wine,
 the rest of the system is not touched.
 * If you install wine-fonts-system, all the wine fonts are available
 system-wide.

Andreas, what do you think?

If you are not fond of this complete solution, can you implement at least the 
wine-tahoma-fonts vs wine-tahoma-fonts-system separation, as you proposed?

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

Re: *countable infinities only

2012-06-11 Thread Nicu Buculei

On 06/11/2012 04:11 PM, Scott Schmit wrote:

On Mon, Jun 11, 2012 at 02:45:21PM +0300, Nicu Buculei wrote:


For voluntary Linux consumers who are computer-friendly and likely
collaborators to the project, a mere BIOS change *is* trivial. If
they are not able to do even that, which level of contributions to
you expect back?


Take another look at how that page defines computer-friendly.  It's
not a very high bar.  Computer-friendly is defined as  a user that can
download our distribution and install it, as long as we can give *clear
instructions* on how to do so, without requiring them to troubleshoot
problems or figure out how secure boot works.

Right now, we're missing the clear instructions part.


Of course we are missing that part *now*, there is no motherboard with 
UEFI and Secure Boot in the wild so we can take screenshots and publish 
them.
Once such board will be released, plenty of instructions and tutorials 
will follow, to make it work not only with Linux, but also with older 
versions of Windows.


--
nicu :: http://nicubunu.ro :: http://nicubunu.blogspot.com/
photography: http://photoblog.nicubunu.ro/

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

Re: *countable infinities only

2012-06-11 Thread Gregory Maxwell
On Mon, Jun 11, 2012 at 9:56 AM, Nicu Buculei nicu_fed...@nicubunu.ro wrote:
 Of course we are missing that part *now*, there is no motherboard with UEFI
 and Secure Boot in the wild so we can take screenshots and publish them.
 Once such board will be released, plenty of instructions and tutorials will
 follow, to make it work not only with Linux, but also with older versions of
 Windows.

My understanding is that the folks working on secureboot are too busy
building cryptographically signed boot-loaders that will inhibit users
from changing their kernels to take pictures and work on instructions.
 But I could be mistaken.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: *countable infinities only

2012-06-11 Thread Josh Boyer
On Mon, Jun 11, 2012 at 10:17 AM, Gregory Maxwell gmaxw...@gmail.com wrote:
 On Mon, Jun 11, 2012 at 9:56 AM, Nicu Buculei nicu_fed...@nicubunu.ro wrote:
 Of course we are missing that part *now*, there is no motherboard with UEFI
 and Secure Boot in the wild so we can take screenshots and publish them.
 Once such board will be released, plenty of instructions and tutorials will
 follow, to make it work not only with Linux, but also with older versions of
 Windows.

 My understanding is that the folks working on secureboot are too busy
 building cryptographically signed boot-loaders that will inhibit users
 from changing their kernels to take pictures and work on instructions.
  But I could be mistaken.

And indeed you are!  Peter Jones has said multiple times in this rather
long thread that he already intends on writing up documentation.

I'm sure he, and the others working on Secure Boot, would appreciate
help with that though.  When machines start shipping with this enabled
it's going to take a distributed effort to catalog all of the various
ways the implementations offer to disable SB.

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

Re: *countable infinities only

2012-06-11 Thread drago01
On Mon, Jun 11, 2012 at 1:45 PM, Nicu Buculei nicu_fed...@nicubunu.ro wrote:
 On 06/09/2012 04:25 PM, drago01 wrote:

 On Sat, Jun 9, 2012 at 3:19 PM, Chris Smart wrote:

 On 09/06/12 19:34, drago01 wrote:

 Is that actually true though?


 If Fedora does not implement some form of Secure Boot support, 100% of
 Fedora users will still be able to install Fedora on new machines,
 after
 they disable Secure Boot, if their computer even has it at all (and
 personally, I think the majority of Fedora users will simply buy
 hardware which does not have Secure Boot). I know I would.

 No because some users in don't know what a firmware is and can't/don't
 want to fiddle with it.


 Except it won't be that hard.


 For people like you.


 Excuse me, but people like him used to be our (Fedora's) target audience.
 Have a read at http://fedoraproject.org/wiki/User_base

 For voluntary Linux consumers who are computer-friendly and likely
 collaborators to the project, a mere BIOS change *is* trivial. If they are
 not able to do even that, which level of contributions to you expect back?


You don't have to know how to change firmware options to contribute
besides from the fedora goals

The Fedora Project consistently seeks to create, improve, and
*spread* free/libre code and content.  ... you can't do that by
excluding users for such dubious reasons ...
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-Module-Versions-Report] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 9336160e1c0642fd43fcc80005d741c433b205a7
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 16:59:34 2012 +0200

Perl 5.16 rebuild

 perl-Module-Versions-Report.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Versions-Report.spec b/perl-Module-Versions-Report.spec
index 74d5fbe..7cfb000 100644
--- a/perl-Module-Versions-Report.spec
+++ b/perl-Module-Versions-Report.spec
@@ -1,6 +1,6 @@
 Name:   perl-Module-Versions-Report
 Version:1.06
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Report versions of all modules in memory
 
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.06-10
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.06-9
 - 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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-String-ShellQuote] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 98813dc3308c4f588ea45f0dc9a98468459a2aa0
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 16:59:47 2012 +0200

Perl 5.16 rebuild

 perl-String-ShellQuote.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-String-ShellQuote.spec b/perl-String-ShellQuote.spec
index fc53cbd..da6889b 100644
--- a/perl-String-ShellQuote.spec
+++ b/perl-String-ShellQuote.spec
@@ -1,6 +1,6 @@
 Name:   perl-String-ShellQuote
 Version:1.04
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Perl module for quoting strings for passing through the shell
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/String::ShellQuote.3*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.04-6
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.04-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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-NetPacket] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 17953172b92ea78092548ce52a274e396193f7c4
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 17:02:01 2012 +0200

Perl 5.16 rebuild

 perl-NetPacket.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-NetPacket.spec b/perl-NetPacket.spec
index 52a44b8..acc76a8 100644
--- a/perl-NetPacket.spec
+++ b/perl-NetPacket.spec
@@ -1,6 +1,6 @@
 Name:   perl-NetPacket
 Version:1.3.1
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Assemble/disassemble network packets at the protocol level
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.3.1-3
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.3.1-2
 - 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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Is it impossible to use the same build override twice with bodhi?

2012-06-11 Thread David Howells

I need to update my cross-gcc package, but that depends on my cross-binutils
package which is still in updates-testing (should the build process fail, even
though it is pushed to updates-testing?).

To do this I need to add a build override with bodhi for the cross-binutils
package - however, this doesn't work, presumably because I've added it before
and the override has now expired.

If I try adding the override, I see:

warthogbodhi -r F16 -o cross-binutils-2.22.52.0.3-1.fc16 -N Required 
to build cross-gcc
Error: buildroot override for u'cross-binutils-2.22.52.0.3-1.fc16' 
already exists

If I list the overrides I have currently in operation, I see:

warthogbodhi --my-overrides
0 Buildroot Overrides submitted by dhowells
===

I can see the expired override:

warthogbodhi --my-overrides --show-expired
4 Buildroot Overrides submitted by dhowells
===

[ cross-binutils-2.22.52.0.3-1.fc16 ]
 * Notes: Required to build cross-gcc
 * Submitter: dhowells
 * Submitted: 2012-05-31 16:02:34
 * Expiration: 2012-06-03 00:00:00
 * Expired: 2012-06-03 00:06:17
...

but I can't get rid of it.  I've tried:

warthogbodhi -r F16 -E cross-binutils-2.22.52.0.3-1.fc16
Override cross-binutils-2.22.52.0.3-1.fc16 already expired!

but that doesn't work (unsurprisingly).

Any suggestions?  Do I have to either advance the version of the cross-binutils
package or commit it to fedora-updates?

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

[perl-Syntax-Highlight-Engine-Kate] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 6a19d230dbea4bccb0a6d73295244563f6f82e76
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 17:25:35 2012 +0200

Perl 5.16 rebuild

 perl-Syntax-Highlight-Engine-Kate.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Syntax-Highlight-Engine-Kate.spec 
b/perl-Syntax-Highlight-Engine-Kate.spec
index 5979e54..8ba9e27 100644
--- a/perl-Syntax-Highlight-Engine-Kate.spec
+++ b/perl-Syntax-Highlight-Engine-Kate.spec
@@ -1,6 +1,6 @@
 Name:   perl-Syntax-Highlight-Engine-Kate
 Version:0.06
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Port to Perl of the syntax highlight engine of the Kate text 
editor
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.06-6
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.06-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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Is it impossible to use the same build override twice with bodhi?

2012-06-11 Thread Julio Merino
On Mon, Jun 11, 2012 at 11:20 AM, David Howells dhowe...@redhat.com wrote:

 I need to update my cross-gcc package, but that depends on my cross-binutils
 package which is still in updates-testing (should the build process fail, even
 though it is pushed to updates-testing?).

 To do this I need to add a build override with bodhi for the cross-binutils
 package - however, this doesn't work, presumably because I've added it before
 and the override has now expired.

 If I try adding the override, I see:

        warthogbodhi -r F16 -o cross-binutils-2.22.52.0.3-1.fc16 -N Required 
 to build cross-gcc
        Error: buildroot override for u'cross-binutils-2.22.52.0.3-1.fc16' 
 already exists

Changing the end date of the expired override will re-enable it.

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

[abi-compliance-checker/f16] Update to latest upstream release.

2012-06-11 Thread Richard Shaw
Summary of changes:

  4253cb9... Update to latest upstream release. (*)

(*) 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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: wine font changes system look and feel

2012-06-11 Thread Andreas Bierfert
On Mon, 2012-06-11 at 09:19 -0400, Kamil Paral wrote:
 Andreas, what do you think?
 
 If you are not fond of this complete solution, can you implement at
 least the wine-tahoma-fonts vs wine-tahoma-fonts-system separation, as
 you proposed? 

I will apply my proposed change for wine-tahoma with the 1.5.6 upgrade.

-- 
Andreas Bierfert andreas.bierf...@lowlatency.de


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: *countable infinities only

2012-06-11 Thread Paul Wouters

On Mon, 11 Jun 2012, drago01 wrote:


The Fedora Project consistently seeks to create, improve, and
*spread* free/libre code and content.  ... you can't do that by
excluding users for such dubious reasons ...


You can't do it either by excluding *everyone*

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

Re: *countable infinities only

2012-06-11 Thread drago01
On Mon, Jun 11, 2012 at 5:31 PM, Paul Wouters pwout...@redhat.com wrote:
 On Mon, 11 Jun 2012, drago01 wrote:

 The Fedora Project consistently seeks to create, improve, and
 *spread* free/libre code and content.  ... you can't do that by
 excluding users for such dubious reasons ...


 You can't do it either by excluding *everyone*

And when did I suggest to exclude anyone (let alone everyone) ...
please stop the FUD already.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Is it impossible to use the same build override twice with bodhi?

2012-06-11 Thread David Howells
Julio Merino j...@julipedia.org wrote:

 Changing the end date of the expired override will re-enable it.

That works, thanks!

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

Re: *countable infinities only

2012-06-11 Thread Przemek Klosowski

On 06/11/2012 09:56 AM, Nicu Buculei wrote:

On 06/11/2012 04:11 PM, Scott Schmit wrote:



Right now, we're missing the clear instructions part.


Of course we are missing that part *now*, there is no motherboard with
UEFI and Secure Boot in the wild so we can take screenshots and publish
them.


Such instructions for BIOS would say Turn the computer on and start 
hitting the F2 key. If this doesn't work, try the Del key, or maybe some 
other key that may or may not be mentioned briefly in a flashing message 
right after the power comes up. Tap the key fast enough but not too 
fast. If you hear beeping, you've been too fast---force the power off 
and start tapping the keys a little slower. If you see the blue screen 
(but it may be white, or green) see if you can find the menu option 
'Boot' (but it also may be 'Security' or 'Options' or something else). 
Use arrow keys or tabs, or space, or mouse clicks to select it.


There is no reason to believe that the UEFI instructions can be much 
better than those. For some reason, OEMs think that firmware 
customization is a value-adding, distinguishing feature, and go to town 
on it. I have already seen a 3D UEFI interface on one of the new boards.

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

Summary/Minutes from today's FESCo Meeting (2012-06-11)

2012-06-11 Thread Jon Ciesla
===
#fedora-meeting: FESCO (2012-06-11)
===


Meeting started by limburgher at 17:01:31 UTC. The full logs are
available at
http://meetbot.fedoraproject.org/fedora-meeting/2012-06-11/fesco.2012-06-11-17.01.log.html
.



Meeting summary
---
* init process  (limburgher, 17:01:31)

* #857 F18 Feature: Initial Experience -
  https://fedoraproject.org/wiki/Features/InitialExperience
  (limburgher, 17:04:11)
  * ACTION: postpone vote until firstboot plan is clarified
(limburgher, 17:19:16)

* #861 Cleanup of maintainers with bugzilla account issues  (limburgher,
  17:19:32)
  * AGREED: nirik will re-contact users, and we will address this after
giving them one more week.  (limburgher, 17:24:13)
  * ACTION: nirik will re-contact users, and we will address this after
giving them one more week.  (limburgher, 17:24:31)

* #862 Review F17 runtime linker location on armhf  (limburgher,
  17:24:56)
  * LINK: https://fedorahosted.org/fesco/ticket/862   (jwb, 17:38:33)
  * LINK:
http://lists.linaro.org/pipermail/cross-distro/2012-April/000263.html
(bconoboy, 17:50:34)
  * AGREED: Leave this issue in ARM team's hands, ARM team will comment
in ticket. (+:7,-:0,0:0)  (limburgher, 17:56:42)

* Next week's chair  (limburgher, 17:57:03)
  * ACTION: nirik will chair 2012-06-18  (limburgher, 17:58:43)

* Open Floor  (limburgher, 17:58:50)

Meeting ended at 18:05:04 UTC.




Action Items

* postpone vote until firstboot plan is clarified
* nirik will re-contact users, and we will address this after giving
  them one more week.
* nirik will chair 2012-06-18




Action Items, by person
---
* nirik
  * nirik will re-contact users, and we will address this after giving
them one more week.
  * nirik will chair 2012-06-18
* **UNASSIGNED**
  * postpone vote until firstboot plan is clarified




People Present (lines said)
---
* limburgher (67)
* jwb (52)
* jonmasters (39)
* nirik (31)
* pjones (26)
* t8m (15)
* notting (14)
* mmaslano (13)
* mclasen (11)
* bconoboy (11)
* zodbot (6)
* drago01 (5)
* tibbs|w (5)
* sgallagh (1)
* mjg59 (0)
* mitr (0)




Generated by `MeetBot`_ 0.1.4

.. _`MeetBot`: http://wiki.debian.org/MeetBot

http://meetbot.fedoraproject.org/fedora-meeting/2012-06-11/fesco.2012-06-11-17.01.html
http://meetbot.fedoraproject.org/fedora-meeting/2012-06-11/fesco.2012-06-11-17.01.log.html

-- 
http://cecinestpasunefromage.wordpress.com/

in your fear, seek only peace
in your fear, seek only love

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

Changes to the process of becoming a packaging sponsor

2012-06-11 Thread Jason L Tibbitts III
A while back, FESCo approved and I implemented some changes to the
process of becoming a sponsor in the packager group, and I wanted to
make sure that everyone is aware since the path to becoming a sponsor is
shorter and simpler than ever before.

The most important change is that sponsor status no longer implies
provenpackager status.  Sponsor status is now solely about helping new
packagers through the process.  We now use the following simplified
criteria for new sponsors:

 * Maintain at least three packages.
 * Have done five high quality, nontrivial package reviews.
 * Have been a member of the packager group for at least one release
   cycle (generally six months) so that you have seen the process of
   branching for a new release.

Requests for sponsor status are now made via a trac instance:
https://fedorahosted.org/packager-sponsors/ and are voted on by the
existing sponsors.

One final, and less-related change, is that the above trac instance can
also be used by new packagers to request fedorapeople access for their
packages during the review process.  This replaces (or at least
augments) an informal procedure by which people had to find the right
person after their review had been posted or come to IRC at the right
time to get fedorapeople access.

So, if you believe you meet the above criteria and would like to sponsor
new contributors, please feel free to step up and file a ticket in our
new trac instance.

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

Re: *countable infinities only

2012-06-11 Thread nomnex
 On Mon, 11 Jun 2012 13:18:07 -0400
 Przemek Klosowski przemek.klosow...@nist.gov wrote:

 Such instructions for BIOS would say Turn the computer on and start 
 hitting the F2 key. If this doesn't work, try the Del key, or maybe
 some other key that may or may not be mentioned briefly in a flashing
 message right after the power comes up. 

Possibly not anymore on W8 pre-installed machines (e.g. notebooks):

http://venturebeat.com/2012/05/23/windows-8-boot-menu/

-- 
nomnex nom...@gmail.com
Freenode: nomnex
Registered Linux user #505281. Be counted at: http://linuxcounter.net
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-Class-Loader] Specify all dependencies

2012-06-11 Thread Petr Pisar
commit 38c0a3002da1bf4008f1332bcf4756a39821e112
Author: Jitka Plesnikova jples...@redhat.com
Date:   Fri Jun 8 16:57:31 2012 +0200

Specify all dependencies

 perl-Class-Loader.spec |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/perl-Class-Loader.spec b/perl-Class-Loader.spec
index 7ebd52c..c604197 100644
--- a/perl-Class-Loader.spec
+++ b/perl-Class-Loader.spec
@@ -9,6 +9,8 @@ Source0:
http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Class-Loader-%{versio
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Data::Dumper)
+BuildRequires:  perl(Test)
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
@@ -55,6 +57,7 @@ rm -rf %{buildroot}
 %changelog
 * Fri Jun 08 2012 Petr Pisar ppi...@redhat.com - 2.03-15
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Tue Jan 10 2012 Paul Howarth p...@city-fan.org 2.03-14
 - Nobody else likes macros for commands
--
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-Lingua-Preferred] Specify all dependencies

2012-06-11 Thread Petr Pisar
commit 982103aa06a688a692642fa2de27f74d3f0a1b30
Author: Jitka Plesnikova jples...@redhat.com
Date:   Fri Jun 8 17:34:48 2012 +0200

Specify all dependencies

 perl-Lingua-Preferred.spec |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl-Lingua-Preferred.spec b/perl-Lingua-Preferred.spec
index f037ee1..24fb403 100644
--- a/perl-Lingua-Preferred.spec
+++ b/perl-Lingua-Preferred.spec
@@ -12,6 +12,10 @@ BuildRoot:  
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 # Correct for lots of packages, other common choices include eg. Module::Build
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(AutoLoader)
+BuildRequires:  perl(Exporter)
+# Tests
+BuildRequires:  perl(Data::Dumper)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
 %description
@@ -54,6 +58,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Fri Jun 08 2012 Petr Pisar ppi...@redhat.com - 0.2.4-12
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.2.4-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-Sys-MemInfo] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit c43ce79adde6a9536f3611b3aaefa278a8e83329
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 09:53:33 2012 +0200

Perl 5.16 rebuild

 perl-Sys-MemInfo.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Sys-MemInfo.spec b/perl-Sys-MemInfo.spec
index de488f4..f949aba 100644
--- a/perl-Sys-MemInfo.spec
+++ b/perl-Sys-MemInfo.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sys-MemInfo
 Version:0.91
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Sys::MemInfo Perl module
 License:LGPLv2+
 Group:  Development/Libraries
@@ -43,5 +43,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.91-2
+- Perl 5.16 rebuild
+
 * Fri May 04 2012 jsyna...@redhat.com 0.91-1
 - Initial 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-Text-Iconv] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 07af1fec44f59c3567a35af4b3bdb38bc7ceb5d4
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 09:53:34 2012 +0200

Perl 5.16 rebuild

 perl-Text-Iconv.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Text-Iconv.spec b/perl-Text-Iconv.spec
index 08ed0ae..8b55535 100644
--- a/perl-Text-Iconv.spec
+++ b/perl-Text-Iconv.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Iconv
 Version:1.7
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Perl interface to iconv() codeset conversion function
 
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.7-13
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.7-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-Leak] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 1b60bdcde6dd38e4c6e426f77d50a6d032a73173
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 09:53:34 2012 +0200

Perl 5.16 rebuild

 perl-Devel-Leak.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Devel-Leak.spec b/perl-Devel-Leak.spec
index 128e915..f625ec8 100644
--- a/perl-Devel-Leak.spec
+++ b/perl-Devel-Leak.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-Leak
 Version:0.03
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Utility for looking for perl objects that are not reclaimed
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.03-18
+- Perl 5.16 rebuild
+
 * Mon Jun 04 2012 Petr Pisar ppi...@redhat.com - 0.03-17
 - Specify all dependencies
 
--
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-Digest-Perl-MD5] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 772d8acf54ee0fb38985d12df060a81d3ee58389
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 09:59:07 2012 +0200

Perl 5.16 rebuild

 perl-Digest-Perl-MD5.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Digest-Perl-MD5.spec b/perl-Digest-Perl-MD5.spec
index f82c582..676afe9 100644
--- a/perl-Digest-Perl-MD5.spec
+++ b/perl-Digest-Perl-MD5.spec
@@ -1,6 +1,6 @@
 Name:  perl-Digest-Perl-MD5
 Version:   1.8
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   Perl implementation of Ron Rivest's MD5 Algorithm
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -46,6 +46,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Digest::Perl::MD5.3pm*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.8-4
+- Perl 5.16 rebuild
+
 * Wed Jan 11 2012 Paul Howarth p...@city-fan.org - 1.8-3
 - 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-SQL-Library] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 266d2615f85011c088d83c8ac689e78917067300
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 09:59:37 2012 +0200

Perl 5.16 rebuild

 perl-SQL-Library.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-SQL-Library.spec b/perl-SQL-Library.spec
index 63de58e..4095bf9 100644
--- a/perl-SQL-Library.spec
+++ b/perl-SQL-Library.spec
@@ -1,6 +1,6 @@
 Name:   perl-SQL-Library
 Version:0.0.5
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Manage libraries of SQL easily 
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -40,6 +40,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.0.5-2
+- Perl 5.16 rebuild
+
 * Wed Jun 06 2012 Petr Šabata con...@redhat.com - 0.0.5-1
 - 0.0.5 bump (documentation and license)
 
--
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-Identity] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 711133ba2135e5017b22180929db705960daf380
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:05:38 2012 +0200

Perl 5.16 rebuild

 perl-Test-Identity.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Identity.spec b/perl-Test-Identity.spec
index d99433e..212bcaa 100644
--- a/perl-Test-Identity.spec
+++ b/perl-Test-Identity.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Identity
 Version:0.01
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Assert the referential identity of a reference
 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
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.01-2
+- Perl 5.16 rebuild
+
 * Wed Apr 25 2012 Marcela Mašláňová mmasl...@redhat.com 0.01-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-Signature] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit cf5771c02226339127b8869a2863b87bc91c17c9
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:06:17 2012 +0200

Perl 5.16 rebuild

 perl-Test-Signature.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Signature.spec b/perl-Test-Signature.spec
index de74403..e2e9dc5 100644
--- a/perl-Test-Signature.spec
+++ b/perl-Test-Signature.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Signature
 Version:1.10
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Automated SIGNATURE testing
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.10-12
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.10-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-Class-Accessor] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 98342798fcc9a5bd7de6a24454a50df3286fdd01
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:12:29 2012 +0200

Perl 5.16 rebuild

 perl-Class-Accessor.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-Accessor.spec b/perl-Class-Accessor.spec
index 816403e..1f20c6c 100644
--- a/perl-Class-Accessor.spec
+++ b/perl-Class-Accessor.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-Accessor
 Version:0.34
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Automated accessor generation
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.34-9
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.34-8
 - 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-B-Keywords] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 3cce61be39038f27b487b1f899a238156772f455
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:16:51 2012 +0200

Perl 5.16 rebuild

 perl-B-Keywords.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-B-Keywords.spec b/perl-B-Keywords.spec
index 2d0a563..1af8be4 100644
--- a/perl-B-Keywords.spec
+++ b/perl-B-Keywords.spec
@@ -1,6 +1,6 @@
 Name:   perl-B-Keywords
 Version:1.12
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Lists of reserved barewords and symbol names
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.12-2
+- Perl 5.16 rebuild
+
 * Fri Feb 10 2012 Paul Howarth p...@city-fan.org - 1.12-1
 - Update to 1.12
   - Add new keyword fc (Unicode casefolding) for 5.16
--
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-Math-Round] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 1f9f90e5dc11ac3268ed9fe78bc4e57866a19497
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:16:56 2012 +0200

Perl 5.16 rebuild

 perl-Math-Round.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Math-Round.spec b/perl-Math-Round.spec
index 024ea15..4ea533d 100644
--- a/perl-Math-Round.spec
+++ b/perl-Math-Round.spec
@@ -1,6 +1,6 @@
 Name:   perl-Math-Round
 Version:0.06
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Perl extension for rounding numbers
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -53,6 +53,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Math::Round.3pm*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.06-13
+- Perl 5.16 rebuild
+
 * Fri Jan 20 2012 Paul Howarth p...@city-fan.org - 0.06-12
 - BR: perl(Exporter) and perl(POSIX)
 - Make %%files list more specific
--
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-Crypt-Twofish] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 44640e8d88785bee8f4ac6a6e319b4854c838300
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:17:25 2012 +0200

Perl 5.16 rebuild

 perl-Crypt-Twofish.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Crypt-Twofish.spec b/perl-Crypt-Twofish.spec
index 84e270f..3ac6613 100644
--- a/perl-Crypt-Twofish.spec
+++ b/perl-Crypt-Twofish.spec
@@ -1,6 +1,6 @@
 Name:   perl-Crypt-Twofish
 Version:2.14
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Twofish Encryption Algorithm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 2.14-8
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.14-7
 - 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-Text-CHM] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 6044584eba0f5c7f47671e059990ae2f01ea845f
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:17:28 2012 +0200

Perl 5.16 rebuild

 perl-Text-CHM.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Text-CHM.spec b/perl-Text-CHM.spec
index e0e4cd0..def081c 100644
--- a/perl-Text-CHM.spec
+++ b/perl-Text-CHM.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-CHM
 Version:0.01
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Perl extension for handling MS Compiled HtmlHelp Files
 
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.01-13
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.01-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-Math-Derivative] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 461b5018e984a164f0076295a759fee1306a5b91
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:17:58 2012 +0200

Perl 5.16 rebuild

 perl-Math-Derivative.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Math-Derivative.spec b/perl-Math-Derivative.spec
index 36c9551..0477b3a 100644
--- a/perl-Math-Derivative.spec
+++ b/perl-Math-Derivative.spec
@@ -1,6 +1,6 @@
 Name:   perl-Math-Derivative
 Version:0.01
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Numeric 1st and 2nd order differentiation
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.01-13
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.01-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-Net-FTP-AutoReconnect] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit d3cbe7c3f59c4a198f1b722cee57ed685b91187b
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:23:04 2012 +0200

Perl 5.16 rebuild

 perl-Net-FTP-AutoReconnect.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-FTP-AutoReconnect.spec b/perl-Net-FTP-AutoReconnect.spec
index f4aa601..e0b4952 100644
--- a/perl-Net-FTP-AutoReconnect.spec
+++ b/perl-Net-FTP-AutoReconnect.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-%{_module_name}
 Version:0.3
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:FTP client class with automatic reconnect on failure
 
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.3-6
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.3-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-Crypt-RC4] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 9ad602a3b4bc163960c52b1fc2ba3902a0775067
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:23:08 2012 +0200

Perl 5.16 rebuild

 perl-Crypt-RC4.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Crypt-RC4.spec b/perl-Crypt-RC4.spec
index d0f4669..1637819 100644
--- a/perl-Crypt-RC4.spec
+++ b/perl-Crypt-RC4.spec
@@ -1,6 +1,6 @@
 Name:   perl-Crypt-RC4
 Version:2.02
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl implementation of the RC4 encryption algorithm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 2.02-4
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.02-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

File Socket-2.002.tar.gz uploaded to lookaside cache by ppisar

2012-06-11 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Socket:

02cecfa6e31c274c41b4455107419b8a  Socket-2.002.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-Socket] 2.002 bump

2012-06-11 Thread Petr Pisar
commit e85c3a817526e4532979be14ffe832483ab86fd6
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:23:21 2012 +0200

2.002 bump

 .gitignore   |1 +
 perl-Socket.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 149a03f..5919c64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /Socket-1.99.tar.gz
 /Socket-2.000.tar.gz
 /Socket-2.001.tar.gz
+/Socket-2.002.tar.gz
diff --git a/perl-Socket.spec b/perl-Socket.spec
index f3d6027..4c1f660 100644
--- a/perl-Socket.spec
+++ b/perl-Socket.spec
@@ -1,7 +1,7 @@
-%global cpan_version 2.001
+%global cpan_version 2.002
 Name:   perl-Socket
 Version:%(eval echo '%{cpan_version}' | tr '_' '.')
-Release:2%{?dist}
+Release:1%{?dist}
 Summary:C socket.h defines and structure manipulators
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 2.002-1
+- 2.002 bump
+
 * Wed Jun 06 2012 Petr Pisar ppi...@redhat.com - 2.001-2
 - Perl 5.16 rebuild
 
diff --git a/sources b/sources
index 8adca73..de7553d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bd842241466568b0fcce0688ecff27c  Socket-2.001.tar.gz
+02cecfa6e31c274c41b4455107419b8a  Socket-2.002.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-PatchReader] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 8c33830e9fca57b99b7da5ceaadaabc25b496f91
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:24:23 2012 +0200

Perl 5.16 rebuild

 perl-PatchReader.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-PatchReader.spec b/perl-PatchReader.spec
index 2a3cfb6..fefb3e1 100644
--- a/perl-PatchReader.spec
+++ b/perl-PatchReader.spec
@@ -1,6 +1,6 @@
 Name:  perl-PatchReader
 Version:   0.9.6
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utilities to read and manipulate patches and CVS
 
 Group: Development/Libraries
@@ -63,6 +63,9 @@ make test
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.9.6-2
+- Perl 5.16 rebuild
+
 * Sat Mar 10 2012 Paul W. Frields sticks...@gmail.com - 0.9.6-1
 - Update to upstream 0.9.6
 - Clarify licensing (https://rt.cpan.org/Public/Bug/Display.html?id=11289)
--
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-JavaScript] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit c652129ea4bdd525ccdc8e2a662277a8423ee8e0
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:24:49 2012 +0200

Perl 5.16 rebuild

 perl-Data-JavaScript.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-JavaScript.spec b/perl-Data-JavaScript.spec
index 1c81ee1..1bc3e2c 100644
--- a/perl-Data-JavaScript.spec
+++ b/perl-Data-JavaScript.spec
@@ -1,6 +1,6 @@
 Name:   perl-Data-JavaScript
 Version:1.13
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Dump perl data structures into JavaScript code
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.13-7
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.13-6
 - 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-File-DirCompare] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit a9a2db358bd1312002de6367ec115315ab9fb4a4
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:25:21 2012 +0200

Perl 5.16 rebuild

 perl-File-DirCompare.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-File-DirCompare.spec b/perl-File-DirCompare.spec
index 3ccfe20..a9c90b2 100644
--- a/perl-File-DirCompare.spec
+++ b/perl-File-DirCompare.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-DirCompare
 Version:0.6
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Perl module to compare two directories using callbacks
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.6-8
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.6-7
 - 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-ExtUtils-H2PM] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit fba0a122fd211afcd30186964e9ae432f719cd1a
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:28:36 2012 +0200

Perl 5.16 rebuild

 perl-ExtUtils-H2PM.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-ExtUtils-H2PM.spec b/perl-ExtUtils-H2PM.spec
index a99649c..18c20a1 100644
--- a/perl-ExtUtils-H2PM.spec
+++ b/perl-ExtUtils-H2PM.spec
@@ -1,6 +1,6 @@
 Name:   perl-ExtUtils-H2PM
 Version:0.08
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Automatically generate perl modules to wrap C header files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.08-4
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.08-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-HTML-BarGraph] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit d925a9053b54e055e1560de6adf9ad69ab490902
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:29:53 2012 +0200

Perl 5.16 rebuild

 perl-HTML-BarGraph.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTML-BarGraph.spec b/perl-HTML-BarGraph.spec
index 4862ff8..1ff902b 100644
--- a/perl-HTML-BarGraph.spec
+++ b/perl-HTML-BarGraph.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-BarGraph
 Version:0.5
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Generate multiset bar graphs using plain HTML
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.5-7
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.5-6
 - 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-Spiffy] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 4499d851b11a3b225f9e45f54a5bb4f3e5cf37dc
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:30:34 2012 +0200

Perl 5.16 rebuild

 perl-Spiffy.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Spiffy.spec b/perl-Spiffy.spec
index ee155ea..010bbae 100644
--- a/perl-Spiffy.spec
+++ b/perl-Spiffy.spec
@@ -1,6 +1,6 @@
 Name:   perl-Spiffy
 Version:0.30
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Framework for doing object oriented (OO) programming in Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Spiffy.3pm*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.30-19
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.30-18
 - 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-Smart-Comments] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 8ca67ddb9cebcc4a053025bdda019a984363e766
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:30:43 2012 +0200

Perl 5.16 rebuild

 perl-Smart-Comments.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Smart-Comments.spec b/perl-Smart-Comments.spec
index 015ea1d..909f79b 100644
--- a/perl-Smart-Comments.spec
+++ b/perl-Smart-Comments.spec
@@ -2,7 +2,7 @@ Name:   perl-Smart-Comments
 Summary:Comments that do more than just sit there
 Epoch:  1
 Version:1.0.4
-Release:6%{?dist}
+Release:7%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Smart-Comments-%{version}.tar.gz
 
@@ -76,6 +76,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1:1.0.4-7
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1:1.0.4-6
 - 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

[Bug 829973] perl-Socket-2.002 is available

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Socket-2.002-1.fc18
 Resolution|--- |RAWHIDE
Last Closed||2012-06-11 04:30:58

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

[perl-Mail-POP3Client] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 48a131f91e386f8076c5c656ef8df301880e7f16
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:34:33 2012 +0200

Perl 5.16 rebuild

 perl-Mail-POP3Client.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Mail-POP3Client.spec b/perl-Mail-POP3Client.spec
index ae7ac0e..3573c60 100644
--- a/perl-Mail-POP3Client.spec
+++ b/perl-Mail-POP3Client.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mail-POP3Client
 Version:2.18
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Perl 5 module to talk to a POP3 (RFC1939) server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 2.18-10
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.18-9
 - 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-Text-Tree] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit fbf6543cc997d41113d0bce230eee47a0688212c
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:34:36 2012 +0200

Perl 5.16 rebuild

 perl-Text-Tree.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Text-Tree.spec b/perl-Text-Tree.spec
index 9659459..077c551 100644
--- a/perl-Text-Tree.spec
+++ b/perl-Text-Tree.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Tree
 Version:1.0
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Format a simple tree of strings into a textual tree graph
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.0-12
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.0-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-ConfigReader] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit ad05dbf77c0b57f322695da9302e361308e967e9
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:37:00 2012 +0200

Perl 5.16 rebuild

 perl-ConfigReader.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-ConfigReader.spec b/perl-ConfigReader.spec
index 6a5dfe3..a7e4fb5 100644
--- a/perl-ConfigReader.spec
+++ b/perl-ConfigReader.spec
@@ -1,6 +1,6 @@
 Name:   perl-ConfigReader
 Version:0.5
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Read directives from a configuration file
 License:LGPLv2+
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.5-11
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.5-10
 - 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-Digest-MD4] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit b8e18211d43dc552fa1be8854de7c17c4c8e78fb
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:37:11 2012 +0200

Perl 5.16 rebuild

 perl-Digest-MD4.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Digest-MD4.spec b/perl-Digest-MD4.spec
index a3e78b6..79b48f2 100644
--- a/perl-Digest-MD4.spec
+++ b/perl-Digest-MD4.spec
@@ -1,6 +1,6 @@
 Name:  perl-Digest-MD4
 Version:   1.5
-Release:   17%{?dist}
+Release:   18%{?dist}
 Summary:   Perl interface to the MD4 Algorithm
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -48,6 +48,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Digest::MD4.3pm*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.5-18
+- Perl 5.16 rebuild
+
 * Wed Jan 11 2012 Paul Howarth - 1.5-17
 - spec clean-up:
   - nobody else likes macros for commands
--
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-Class-Adapter] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 64437b7fcc8af9d40cc658e625cde449549df023
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:37:56 2012 +0200

Perl 5.16 rebuild

 perl-Class-Adapter.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-Adapter.spec b/perl-Class-Adapter.spec
index 9b4bfb3..cc75939 100644
--- a/perl-Class-Adapter.spec
+++ b/perl-Class-Adapter.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-Adapter
 Version:1.08
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl implementation of the Adapter Design Pattern
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.08-4
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.08-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-Proc-SyncExec] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 5f4d00d20b9bbd09c552adc06fe40281768860dd
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:40:43 2012 +0200

Perl 5.16 rebuild

 perl-Proc-SyncExec.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Proc-SyncExec.spec b/perl-Proc-SyncExec.spec
index fab8a54..0da09e2 100644
--- a/perl-Proc-SyncExec.spec
+++ b/perl-Proc-SyncExec.spec
@@ -1,7 +1,7 @@
 #This file is licensed under the terms of GNU GPLv2+.
 Name:   perl-Proc-SyncExec
 Version:1.01
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Spawn processes but report exec() errors
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.01-4
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.01-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

File Convert-ASN1-0.26.tar.gz uploaded to lookaside cache by ppisar

2012-06-11 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Convert-ASN1:

1c846c8c1125e6a075444abe65d99b63  Convert-ASN1-0.26.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-Class-Unload] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 4f07de413ffa3e357ca2b3697bb6631b2594f0b1
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:41:55 2012 +0200

Perl 5.16 rebuild

 perl-Class-Unload.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-Unload.spec b/perl-Class-Unload.spec
index 58ee165..60cb762 100644
--- a/perl-Class-Unload.spec
+++ b/perl-Class-Unload.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-Unload
 Version:0.07
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Unload given Class
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -40,6 +40,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.07-5
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.07-4
 - 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-Convert-ASN1] 0.26 bump

2012-06-11 Thread Petr Pisar
commit 796800cb7c34965cb51e667926456dc432bbd880
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:41:18 2012 +0200

0.26 bump

 .gitignore |1 +
 perl-Convert-ASN1.spec |   10 +++---
 sources|2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e20172..56b2c4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Convert-ASN1-0.22.tar.gz
 /Convert-ASN1-0.23.tar.gz
+/Convert-ASN1-0.26.tar.gz
diff --git a/perl-Convert-ASN1.spec b/perl-Convert-ASN1.spec
index 485220c..f09c9b4 100644
--- a/perl-Convert-ASN1.spec
+++ b/perl-Convert-ASN1.spec
@@ -1,17 +1,18 @@
 Summary:ASN.1 Encode/Decode library
 Name:   perl-Convert-ASN1
-Version:0.23
+Version:0.26
 Release:1%{?dist}
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Convert-ASN1/
 Source0:
http://www.cpan.org/authors/id/G/GB/GBARR/Convert-ASN1-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Time::Local)
 # Tests only
@@ -45,11 +46,14 @@ chmod -R u+w %{buildroot}/*
 make test
 
 %files
-%doc ChangeLog LICENSE OldChanges README examples/
+%doc ChangeLog LICENSE OldChanges README.md examples/
 %{perl_vendorlib}/Convert/
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.26-1
+- 0.26 bump
+
 * Mon May 07 2012 Petr Šabata con...@redhat.com - 0.23-1
 - 0.23 bump
 - Modernize spec
diff --git a/sources b/sources
index b24ef70..60f19e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-752e2cb5edc65aca079a35da11cb0201  Convert-ASN1-0.23.tar.gz
+1c846c8c1125e6a075444abe65d99b63  Convert-ASN1-0.26.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-XML-SAX-Base] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit aee5a34d1e8fb381e1079558e2e07eac9945cb0b
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:42:56 2012 +0200

Perl 5.16 rebuild

 perl-XML-SAX-Base.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-XML-SAX-Base.spec b/perl-XML-SAX-Base.spec
index ef878a0..4bd4974 100644
--- a/perl-XML-SAX-Base.spec
+++ b/perl-XML-SAX-Base.spec
@@ -1,6 +1,6 @@
 Name:   perl-XML-SAX-Base
 Version:1.08
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Base class SAX Drivers and Filters
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,6 +45,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.08-3
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.08-2
 - 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-Class-Whitehole] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit da85eda6f9ccbf2ac4ee1b1ed433c864ebe2f619
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:43:54 2012 +0200

Perl 5.16 rebuild

 perl-Class-Whitehole.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-Whitehole.spec b/perl-Class-Whitehole.spec
index 61be964..9f218ff 100644
--- a/perl-Class-Whitehole.spec
+++ b/perl-Class-Whitehole.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-Whitehole
 Version:0.04
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Base class to treat unhandled method calls as errors
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.04-14
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.04-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-Term-Size] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit c0ac5e8c692d5f4d0aed9724d54cdc82e16c43f4
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:44:15 2012 +0200

Perl 5.16 rebuild

 perl-Term-Size.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Term-Size.spec b/perl-Term-Size.spec
index d638df6..039d06c 100644
--- a/perl-Term-Size.spec
+++ b/perl-Term-Size.spec
@@ -1,6 +1,6 @@
 Name:   perl-Term-Size 
 Version:0.207
-Release:1%{?dist}
+Release:2%{?dist}
 # see Copyright
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -60,6 +60,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null 
';'
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.207-2
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Petr Šabata con...@redhat.com - 0.207-1
 - 0.207 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 830600] perl-Test-Smoke-1.50 is available

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

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC|mmasl...@redhat.com |ppi...@redhat.com
   Assignee|mmasl...@redhat.com |ppi...@redhat.com

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

[perl-Lingua-StopWords] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit d145b867f98580ca7f6d14d0d7a0064584762cb2
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:45:26 2012 +0200

Perl 5.16 rebuild

 perl-Lingua-StopWords.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Lingua-StopWords.spec b/perl-Lingua-StopWords.spec
index d01a7be..064e5bc 100644
--- a/perl-Lingua-StopWords.spec
+++ b/perl-Lingua-StopWords.spec
@@ -1,6 +1,6 @@
 Name:   perl-Lingua-StopWords
 Version:0.09
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Stop words for several languages
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.09-12
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.09-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-Config-Simple] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 48675eaed9001953824ac00201b1471105ee3e02
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:46:31 2012 +0200

Perl 5.16 rebuild

 perl-Config-Simple.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Config-Simple.spec b/perl-Config-Simple.spec
index 7bb75ac..cb89707 100644
--- a/perl-Config-Simple.spec
+++ b/perl-Config-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Config-Simple
 Version:4.59
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Simple configuration file class 
 
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 4.59-12
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 4.59-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-YAML-LibYAML] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 0b5b7f94109909aeecb3205f12e63013ee5b32ba
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:47:59 2012 +0200

Perl 5.16 rebuild

 perl-YAML-LibYAML.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec
index 12660d7..d129b9d 100644
--- a/perl-YAML-LibYAML.spec
+++ b/perl-YAML-LibYAML.spec
@@ -1,6 +1,6 @@
 Name:   perl-YAML-LibYAML
 Version:0.38
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl YAML Serialization using XS and libyaml
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -70,6 +70,9 @@ make test
 %{_mandir}/man3/YAML::XS::LibYAML.3pm*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.38-3
+- Perl 5.16 rebuild
+
 * Thu Mar 29 2012 Paul Howarth p...@city-fan.org - 0.38-2
 - Fix various format string vulnerabilities (CVE-2012-1152, CPAN RT#46507)
 - De-duplicate buildreqs, with ModuleInstallTests priority
--
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-libintl] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 7c2c662b5a33de9a7675f58b097529a6ad600fff
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:48:43 2012 +0200

Perl 5.16 rebuild

 perl-libintl.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-libintl.spec b/perl-libintl.spec
index f90d131..3694a20 100644
--- a/perl-libintl.spec
+++ b/perl-libintl.spec
@@ -1,7 +1,7 @@
 Summary: Internationalization library for Perl, compatible with gettext
 Name: perl-libintl
 Version: 1.20
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: LGPLv2+
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/libintl-perl/
@@ -55,6 +55,9 @@ chmod -R u+w %{buildroot}/*
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.20-7
+- Perl 5.16 rebuild
+
 * Sat Jan 14 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.20-6
 - 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-PBS] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit c614b873a9f077f0ec9fb618be9c8beed14f2496
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 10:51:27 2012 +0200

Perl 5.16 rebuild

 perl-PBS.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-PBS.spec b/perl-PBS.spec
index 250e0f9..b000901 100644
--- a/perl-PBS.spec
+++ b/perl-PBS.spec
@@ -1,6 +1,6 @@
 Name:   perl-PBS
 Version:0.33
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Perl binding for the Portable Batch System client library
 
 Group:  Development/Libraries
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.33-16
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.33-15
 - 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-Trace] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 656220e3cc2e59fa071476cdcaafee33ac48f6c5
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:25:34 2012 +0200

Perl 5.16 rebuild

 perl-Devel-Trace.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Devel-Trace.spec b/perl-Devel-Trace.spec
index fca97e2..bcd9f25 100644
--- a/perl-Devel-Trace.spec
+++ b/perl-Devel-Trace.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-Trace
 Version:0.11
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Print out each line before it is executed (like sh -x)
 License:Public Domain
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.11-4
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.11-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-Lingua-Stem-Ru] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit e8e6da1af545f207f452a753c53553c55c357012
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:25:45 2012 +0200

Perl 5.16 rebuild

 perl-Lingua-Stem-Ru.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Lingua-Stem-Ru.spec b/perl-Lingua-Stem-Ru.spec
index 562e5e7..aa3744d 100644
--- a/perl-Lingua-Stem-Ru.spec
+++ b/perl-Lingua-Stem-Ru.spec
@@ -1,6 +1,6 @@
 Name:   perl-Lingua-Stem-Ru
 Version:0.01
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Porter's stemming algorithm for Russian (KOI8-R only)
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.01-7
+- Perl 5.16 rebuild
+
 * Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.01-6
 - 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-HTML-Tiny] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 262ce85fd92b0aacdd45f92e85d915d52c2823b4
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:25:47 2012 +0200

Perl 5.16 rebuild

 perl-HTML-Tiny.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTML-Tiny.spec b/perl-HTML-Tiny.spec
index 382664d..e3f758d 100644
--- a/perl-HTML-Tiny.spec
+++ b/perl-HTML-Tiny.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-Tiny
 Version:1.05
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Lightweight, dependency free HTML/XML generation
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.05-11
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.05-10
 - 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-p5-Palm] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 0ae9783db3fac5ad2bddc24ccabcb08ccb57dcc5
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:32:13 2012 +0200

Perl 5.16 rebuild

 perl-p5-Palm.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-p5-Palm.spec b/perl-p5-Palm.spec
index 7e86286..19a063e 100644
--- a/perl-p5-Palm.spec
+++ b/perl-p5-Palm.spec
@@ -1,6 +1,6 @@
 Name:   perl-p5-Palm
 Version:1.012
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Palm OS utility functions
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/pdbdump.1.gz
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.012-7
+- Perl 5.16 rebuild
+
 * Sat Jan 14 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.012-6
 - 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-Data-Buffer] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 5132513054dae9b055a701227d33c1c6f894d0df
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:33:18 2012 +0200

Perl 5.16 rebuild

 perl-Data-Buffer.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-Buffer.spec b/perl-Data-Buffer.spec
index 2e47b13..950ddba 100644
--- a/perl-Data-Buffer.spec
+++ b/perl-Data-Buffer.spec
@@ -1,7 +1,7 @@
 Summary:   Read/write buffer class for perl
 Name:  perl-Data-Buffer
 Version:   0.04
-Release:   14%{?dist}
+Release:   15%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Data-Buffer/
@@ -44,6 +44,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Data::Buffer.3pm*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.04-15
+- Perl 5.16 rebuild
+
 * Wed Jan 11 2012 Paul Howarth p...@city-fan.org 0.04-14
 - Nobody else likes macros for commands
 
--
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

[netcdf-perl] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit d7a0c928e9b1dcb3291b9be8f1e53537652a4609
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:33:19 2012 +0200

Perl 5.16 rebuild

 netcdf-perl.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/netcdf-perl.spec b/netcdf-perl.spec
index 9f78a6d..1f0f4aa 100644
--- a/netcdf-perl.spec
+++ b/netcdf-perl.spec
@@ -1,6 +1,6 @@
 Name:   netcdf-perl
 Version:1.2.4
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Perl extension module for scientific data access via the 
netCDF API
 
 Group:  Development/Libraries
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.2.4-11
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.2.4-10
 - 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-Config-Simple] Specify all dependencies

2012-06-11 Thread Petr Pisar
commit 50ff610bc0a5f4950247a6c3cb3d9d446e04764b
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:36:05 2012 +0200

Specify all dependencies

 perl-Config-Simple.spec |   12 ++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-Config-Simple.spec b/perl-Config-Simple.spec
index cb89707..4925618 100644
--- a/perl-Config-Simple.spec
+++ b/perl-Config-Simple.spec
@@ -11,9 +11,16 @@ Source0:
http://cpan.org/authors/id/S/SH/SHERZODR/Config-Simple-%{version
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
-# Correct for lots of packages, other common choices include eg. Module::Build
-BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::Simple)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(AutoLoader)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Text::ParseWords)
+# Tests:
+BuildRequires:  perl(File::Spec)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+Requires:  perl(Data::Dumper)
 
 %description
 Simple configuration file class.
@@ -54,6 +61,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 4.59-12
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 4.59-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-eperl] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 93d84f65d42d54c5d723771fed5726c4c00ac067
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:39:56 2012 +0200

Perl 5.16 rebuild

 perl-eperl.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-eperl.spec b/perl-eperl.spec
index 776d513..a90d466 100644
--- a/perl-eperl.spec
+++ b/perl-eperl.spec
@@ -1,6 +1,6 @@
 Name:   perl-eperl
 Version:2.2.14
-Release:19%{?dist}
+Release:20%{?dist}
 Summary:Embedded Perl Language
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 2.2.14-20
+- Perl 5.16 rebuild
+
 * Sat Jan 14 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.2.14-19
 - 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-Memoize-ExpireLRU] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit d9175a2233afe51a3a7ad0238716f2ecde9a9c94
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:40:04 2012 +0200

Perl 5.16 rebuild

 perl-Memoize-ExpireLRU.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Memoize-ExpireLRU.spec b/perl-Memoize-ExpireLRU.spec
index 5c71d74..0d5aecb 100644
--- a/perl-Memoize-ExpireLRU.spec
+++ b/perl-Memoize-ExpireLRU.spec
@@ -1,6 +1,6 @@
 Name:   perl-Memoize-ExpireLRU
 Version:0.55
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Expiry plug-in for Memoize that adds LRU cache expiration
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.55-7
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.55-6
 - 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-Encode-Locale] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 289ceec1fd26df5a4736db604966a418dc49a8b1
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:46:11 2012 +0200

Perl 5.16 rebuild

 perl-Encode-Locale.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Encode-Locale.spec b/perl-Encode-Locale.spec
index 2f59d1f..f9edf61 100644
--- a/perl-Encode-Locale.spec
+++ b/perl-Encode-Locale.spec
@@ -1,6 +1,6 @@
 Name:   perl-Encode-Locale
 Version:1.03
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Determine the locale encoding
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/Encode::Locale.3*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.03-2
+- Perl 5.16 rebuild
+
 * Mon Feb 13 2012 Petr Pisar ppi...@redhat.com - 1.03-1
 - 1.03 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

[perl-Finance-YahooQuote] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit b5fa61f5d0efb82e000a97dc0d39484d445c8577
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:46:26 2012 +0200

Perl 5.16 rebuild

 perl-Finance-YahooQuote.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Finance-YahooQuote.spec b/perl-Finance-YahooQuote.spec
index 60af0cf..11c04e0 100644
--- a/perl-Finance-YahooQuote.spec
+++ b/perl-Finance-YahooQuote.spec
@@ -1,6 +1,6 @@
 Name:   perl-Finance-YahooQuote
 Version:0.24
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Perl interface to get stock quotes from Yahoo! Finance
 
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.24-7
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.24-6
 - 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-Image-Base] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit e8c52907783afe4bc7ea10bbe09b6f359ec504f0
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:47:16 2012 +0200

Perl 5.16 rebuild

 perl-Image-Base.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Image-Base.spec b/perl-Image-Base.spec
index 677ff3c..3be9bd7 100644
--- a/perl-Image-Base.spec
+++ b/perl-Image-Base.spec
@@ -1,6 +1,6 @@
 Name:   perl-Image-Base
 Version:1.07
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Base class for loading, manipulating and saving images in Perl
 
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.07-19
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.07-18
 - 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-Set-IntSpan] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 0fde32b697a322664fa506c866aa87afce3b4f50
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:50:29 2012 +0200

Perl 5.16 rebuild

 perl-Set-IntSpan.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Set-IntSpan.spec b/perl-Set-IntSpan.spec
index ce222c6..00b2dcf 100644
--- a/perl-Set-IntSpan.spec
+++ b/perl-Set-IntSpan.spec
@@ -1,6 +1,6 @@
 Name:   perl-Set-IntSpan
 Version:1.16
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Perl module for managing sets of integers
 
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.16-5
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.16-4
 - 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-Test-Harness-Straps] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 2f52c6613f079046d6acf86ad0d11e11a4c41ac7
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:51:34 2012 +0200

Perl 5.16 rebuild

 perl-Test-Harness-Straps.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Harness-Straps.spec b/perl-Test-Harness-Straps.spec
index 499e472..b13d0b5 100644
--- a/perl-Test-Harness-Straps.spec
+++ b/perl-Test-Harness-Straps.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Harness-Straps
 Version:0.30
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Detailed analysis of test results
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.30-11
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.30-10
 - 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-RFC822-Address] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit f6a53a4cbc0ab8fd2b4689003b3ba55bd1ff085a
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 11:55:02 2012 +0200

Perl 5.16 rebuild

 perl-Mail-RFC822-Address.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Mail-RFC822-Address.spec b/perl-Mail-RFC822-Address.spec
index 9a02c59..a784a3b 100644
--- a/perl-Mail-RFC822-Address.spec
+++ b/perl-Mail-RFC822-Address.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mail-RFC822-Address
 Version:0.3
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Perl extension for validating email addresses according to 
RFC822
 License:MIT
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.3-11
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.3-10
 - 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-Net-IPv4Addr] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit b9d2495c265265436097deb88f190d7bef615e73
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 12:09:44 2012 +0200

Perl 5.16 rebuild

 perl-Net-IPv4Addr.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-IPv4Addr.spec b/perl-Net-IPv4Addr.spec
index 75b1dd6..136a2b2 100644
--- a/perl-Net-IPv4Addr.spec
+++ b/perl-Net-IPv4Addr.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-IPv4Addr
 Version:0.10
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Perl extension for manipulating IPv4 addresses
 
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.10-13
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.10-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-Font-AFM] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit dc6f550c720811aa2207aaff45e65b8284e89b83
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 12:10:15 2012 +0200

Perl 5.16 rebuild

 perl-Font-AFM.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Font-AFM.spec b/perl-Font-AFM.spec
index e591d9b..2d86a5c 100644
--- a/perl-Font-AFM.spec
+++ b/perl-Font-AFM.spec
@@ -1,6 +1,6 @@
 Name:   perl-Font-AFM
 Version:1.20
-Release:   9%{?dist}
+Release:   10%{?dist}
 Summary:Perl interface to Adobe Font Metrics files
 
 Group: Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Font*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.20-10
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.20-9
 - 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-Config-General] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 8b33541589bd2ef9b66fbde976452a43eefd47ab
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 12:16:09 2012 +0200

Perl 5.16 rebuild

 perl-Config-General.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Config-General.spec b/perl-Config-General.spec
index 453bb89..8bd4cb8 100644
--- a/perl-Config-General.spec
+++ b/perl-Config-General.spec
@@ -1,6 +1,6 @@
 Name:   perl-Config-General
 Version:2.50
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Generic configuration module for Perl
 
 Group:  Development/Libraries
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 2.50-7
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.50-6
 - 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-IO-TieCombine] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 1be46db7bca40253008451ccc25425d656843bdc
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 12:17:34 2012 +0200

Perl 5.16 rebuild

 perl-IO-TieCombine.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-IO-TieCombine.spec b/perl-IO-TieCombine.spec
index d81063a..4e8355f 100644
--- a/perl-IO-TieCombine.spec
+++ b/perl-IO-TieCombine.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-TieCombine 
 Version:1.002 
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Produce tied (and other) separate but combined variables 
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.002-2
+- Perl 5.16 rebuild
+
 * Mon Feb 27 2012 Petr Pisar ppi...@redhat.com - 1.002-1
 - 1.002 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

[perl-Tie-Simple] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit a0f1cc772ca38894a9857e1552bad88e5080fd5f
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 12:19:22 2012 +0200

Perl 5.16 rebuild

 perl-Tie-Simple.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tie-Simple.spec b/perl-Tie-Simple.spec
index 75fe828..effa2d9 100644
--- a/perl-Tie-Simple.spec
+++ b/perl-Tie-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Tie-Simple
 Version:1.03
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Variable ties made easier: much, much, much easier
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.03-3
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.03-2
 - 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-File-Remove] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit b5883bd16a0df2c2496ebf77bdec9abcee671687
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 12:21:32 2012 +0200

Perl 5.16 rebuild

 perl-File-Remove.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-File-Remove.spec b/perl-File-Remove.spec
index 409c821..feea6d9 100644
--- a/perl-File-Remove.spec
+++ b/perl-File-Remove.spec
@@ -1,6 +1,6 @@
 Name:  perl-File-Remove
 Version:   1.52
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Convenience module for removing files and directories
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -42,6 +42,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.52-2
+- Perl 5.16 rebuild
+
 * Tue Mar 20 2012 Ralf Corsépius corse...@fedoraproject.org - 1.52-1
 - Upstream update.
 - Remove File-Remove-1.51.diff.
--
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-Config-General] Specify all dependencies

2012-06-11 Thread Petr Pisar
commit 46f5422a783c664495dd3d458f6bb92821c8d057
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 13:19:43 2012 +0200

Specify all dependencies

 perl-Config-General.spec |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Config-General.spec b/perl-Config-General.spec
index 8bd4cb8..bfcc9b2 100644
--- a/perl-Config-General.spec
+++ b/perl-Config-General.spec
@@ -11,9 +11,16 @@ Patch0: %{name}-2.50-system-ixhash.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Carp::Heavy)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(IO::File)
+# Tests:
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Tie::IxHash)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
@@ -73,6 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 2.50-7
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.50-6
 - 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-PSGI] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 1f4435a8dc5f923d6cb38d1e56f96f3ef9129290
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 13:24:03 2012 +0200

Perl 5.16 rebuild

 perl-PSGI.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-PSGI.spec b/perl-PSGI.spec
index 28b83c6..27edfe2 100644
--- a/perl-PSGI.spec
+++ b/perl-PSGI.spec
@@ -1,6 +1,6 @@
 Name:   perl-PSGI 
 Version:1.10
-Release:1%{?dist}
+Release:2%{?dist}
 # PSGI.pod
 License:CC-BY-SA
 Group:  Development/Libraries
@@ -42,6 +42,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.10-2
+- Perl 5.16 rebuild
+
 * Sat Mar 10 2012 Emmanuel Seyman emmanuel.sey...@club-internet.fr - 1.10-1
 - Update to 1.10
 - Clean up 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-Time-Progress] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 2e3b3411b526cde5e6c9f71c6d1ac86b36582c0f
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 13:24:03 2012 +0200

Perl 5.16 rebuild

 perl-Time-Progress.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Time-Progress.spec b/perl-Time-Progress.spec
index ea5d5ad..7ce4b51 100644
--- a/perl-Time-Progress.spec
+++ b/perl-Time-Progress.spec
@@ -1,6 +1,6 @@
 Name:   perl-Time-Progress
 Version:1.7
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Elapsed and estimated finish time reporting
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -32,6 +32,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.7-2
+- Perl 5.16 rebuild
+
 * Wed Jan 11 2012 Petr Šabata con...@redhat.com - 1.7-1
 - 1.7 bump
 - Removing check section since there are no tests
--
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-Hexify] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 8c1f27f4e996bde05a98a20d7ab10d7aeb785cd6
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 13:24:14 2012 +0200

Perl 5.16 rebuild

 perl-Data-Hexify.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-Hexify.spec b/perl-Data-Hexify.spec
index aaf1896..d8e7aef 100644
--- a/perl-Data-Hexify.spec
+++ b/perl-Data-Hexify.spec
@@ -1,6 +1,6 @@
 Name:   perl-Data-Hexify
 Version:1.00
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl extension to hexdump arbitrary data
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ make test
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.00-4
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.00-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-common-sense] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit 85f263b4212b75b2d558e3a770a07ba90f312a9f
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 13:24:22 2012 +0200

Perl 5.16 rebuild

 perl-common-sense.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-common-sense.spec b/perl-common-sense.spec
index 6a3f15d..214b2a5 100644
--- a/perl-common-sense.spec
+++ b/perl-common-sense.spec
@@ -1,7 +1,7 @@
 Name:  perl-common-sense
 Summary:   Common sense Perl defaults 
 Version:   3.5
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/common-sense
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/common::sense.3pm*
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 3.5-2
+- Perl 5.16 rebuild
+
 * Sat Mar 24 2012 Paul Howarth p...@city-fan.org - 3.5-1
 - Update to 3.5:
   - Localise $^W, as this causes warnings with 5.16 when some lost soul uses
--
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-XML-RegExp] Perl 5.16 rebuild

2012-06-11 Thread Petr Pisar
commit acc5dde64a1a6d19da16c652d4f65f0fa3815691
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jun 11 13:30:17 2012 +0200

Perl 5.16 rebuild

 perl-XML-RegExp.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-XML-RegExp.spec b/perl-XML-RegExp.spec
index e392546..32724e9 100644
--- a/perl-XML-RegExp.spec
+++ b/perl-XML-RegExp.spec
@@ -1,6 +1,6 @@
 Name:   perl-XML-RegExp
 Version:0.03
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Regular expressions for XML tokens
 
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 0.03-13
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.03-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

  1   2   3   4   >