[Bug 712671] perl-Shipwright-2.4.28 is available

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


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

--- Comment #3 from Fedora Update System  2011-07-27 
01:54:56 EDT ---
perl-Shipwright-2.4.28-1.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/perl-Shipwright-2.4.28-1.fc16

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


[perl-Shipwright/f16] - Update to 2.4.28 (#712671) - Use rpm 4.9 style f

2011-07-26 Thread cheeselee
Summary of changes:

  a7fbdf6... - Update to 2.4.28 (#712671)(*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Shipwright] - Update to 2.4.28 (#712671) - Use rpm 4.9 style f

2011-07-26 Thread cheeselee
commit a7fbdf6520e52728b6d5f6a27dc9cb1c0390b15f
Author: Robin Lee 
Date:   Wed Jul 27 13:36:50 2011 +0800

- Update to 2.4.28 (#712671)
   - Use rpm 4.9 style filter

 .gitignore   |1 +
 perl-Shipwright.spec |   11 +++
 sources  |2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a4a6b8..9b02abf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Shipwright-2.4.24.tar.gz
+/Shipwright-2.4.28.tar.gz
diff --git a/perl-Shipwright.spec b/perl-Shipwright.spec
index 6ac4509..57a7ee2 100644
--- a/perl-Shipwright.spec
+++ b/perl-Shipwright.spec
@@ -1,6 +1,6 @@
 Name:   perl-Shipwright
-Version:2.4.24
-Release:2%{?dist}
+Version:2.4.28
+Release:1%{?dist}
 Summary:Build and Manage Self-contained Software Bundle
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -43,8 +43,7 @@ Requires:   perl(LWP::UserAgent)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 # a wrong Requires
-%filter_from_requires /perl(that)/d
-%{?perl_default_filter}
+%global __requires_exclude perl\\(that\\)\\s*$
 
 %description
 Shipwright is a tool to help you bundle your software with all its 
dependencies,
@@ -77,6 +76,10 @@ make test %{?_smp_mflags}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 27 2011 Robin Lee  - 2.4.28-1
+- Update to 2.4.28 (#712671)
+- Use rpm 4.9 style filter
+
 * Tue Jul 19 2011 Petr Sabata  - 2.4.24-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index d17641f..3d5f697 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8de809cc237df96ba22b4cae35b84ce8  Shipwright-2.4.24.tar.gz
+cb7eabeb556c15522f312a1e55ea59ac  Shipwright-2.4.28.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Shipwright-2.4.28.tar.gz uploaded to lookaside cache by cheeselee

2011-07-26 Thread cheeselee
A file has been added to the lookaside cache for perl-Shipwright:

cb7eabeb556c15522f312a1e55ea59ac  Shipwright-2.4.28.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-threads-tbb] Work around CCFLAGS bug in EU::MM (RT#68613)

2011-07-26 Thread Petr Pisar
commit b1843f232e20a74c1624ca7b97fa02eb858be583
Author: Petr Písař 
Date:   Tue Jul 26 18:56:02 2011 +0200

Work around CCFLAGS bug in EU::MM (RT#68613)

 perl-threads-tbb.spec |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-threads-tbb.spec b/perl-threads-tbb.spec
index 403d92b..97ae189 100644
--- a/perl-threads-tbb.spec
+++ b/perl-threads-tbb.spec
@@ -1,7 +1,7 @@
 # This file is licensed under the terms of GPLv2+.
 Name:   perl-threads-tbb
 Version:0.04
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Interface to the Threading Building Blocks (TBB) API
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -36,6 +36,8 @@ data parallelism.
 
 %prep
 %setup -q -n threads-tbb-%{version}
+# Work around CCFLAGS bug in EU::MM (RT#68613)
+sed -i -e '/CCFLAGS/ s/\(=>\)/\1 "$Config{ccflags} " ./' Makefile.PL
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -59,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Petr Pisar  - 0.04-4
+- Work around CCFLAGS bug in EU::MM (RT#68613)
+
 * Thu Jul 21 2011 Petr Sabata  - 0.04-3
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 611015] perl-Pugs-Compiler-Rule fails to build

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


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

Petr Pisar  changed:

   What|Removed |Added

External Bug ID||CPAN 69816

--- Comment #9 from Petr Pisar  2011-07-26 09:30:48 EDT ---
There is another problem within Perl 5.14.1:
https://rt.cpan.org/Public/Bug/Display.html?id=69816

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


Re: merge into dist-f16

2011-07-26 Thread Marcela Mašláňová
On 07/26/2011 02:43 PM, Petr Pisar wrote:
> 
> Currently not-rebuild packages are:
> 
> perl-Fedora-Rebuild
> perl-MongoDB
> perl-NOCpulse-Debug
> perl-NOCpulse-Gritch
> perl-NOCpulse-Object
> perl-Perlbal-XS-HTTPHeaders
> perl-Pugs-Compiler-Rule
> perl-threads-tbb
> perl-XML-Parser-Lite-Tree-XPath
> 
> which stands for beautifull 99.52 % migration progress.
> 
> As these are the only remaining items on our Perl 5.14 F16 Feaure, I updated
> status on F16 Feature list
> 
>  to 99 %.
> 
> -- Petr
perl-XML-Parser-Lite-Tree-XPath was built now. So it's even better.

-- 
Marcela Mašláňová
BaseOS team Brno
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-XML-Parser-Lite-Tree-XPath] rebuild with perl5.14.1

2011-07-26 Thread Marcela Mašláňová
commit 3db1757ca9d3fb24c22485db88b34193f4877bad
Author: Marcela Mašláňová 
Date:   Tue Jul 26 15:21:06 2011 +0200

rebuild with perl5.14.1

 perl-XML-Parser-Lite-Tree-XPath.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-XML-Parser-Lite-Tree-XPath.spec 
b/perl-XML-Parser-Lite-Tree-XPath.spec
index 04491bc..9229ad5 100644
--- a/perl-XML-Parser-Lite-Tree-XPath.spec
+++ b/perl-XML-Parser-Lite-Tree-XPath.spec
@@ -1,6 +1,6 @@
 Name:   perl-XML-Parser-Lite-Tree-XPath
 Version:0.24
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:XPath access to XML::Parser::Lite::Tree structures
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -51,5 +51,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Marcela Mašláňová  - 0.24-2
+- rebuild with perl5.14.1
+
 * Tue Mar 23 2010 Jan Klepek 0.24-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-VOMS-Lite] add RPM4.9 macro filter

2011-07-26 Thread Marcela Mašláňová
commit 0fac3a6fa00fea2abae07551b2fc06e60d94001c
Author: Marcela Mašláňová 
Date:   Tue Jul 26 15:19:23 2011 +0200

add RPM4.9 macro filter

 perl-VOMS-Lite.spec |9 +++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-VOMS-Lite.spec b/perl-VOMS-Lite.spec
index cd09dda..23d4ce7 100644
--- a/perl-VOMS-Lite.spec
+++ b/perl-VOMS-Lite.spec
@@ -1,7 +1,7 @@
 
 Name:   perl-VOMS-Lite
 Version:0.14
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl extension for VOMS Attribute certificate creation
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -28,6 +28,7 @@ Requires:   perl(Regexp::Common)
 Requires:   perl(Term::ReadKey)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+# RPM 4.8 style
 # Remove WIN32::API from the requires. It is only ever loaded 
 # on that platform.
 %{?perl_default_filter:
@@ -36,7 +37,8 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} 
-V:version`"; echo $versi
 }
 #Add a test sub package.
 %{?perl_default_subpackage_tests}
-
+# RPM 4.9 style
+%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}perl\\(WIN32::API\\)
 
 %description
 VOMS (virtual organization membership service) is a system for 
@@ -156,6 +158,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jul 26 2011 Marcela Mašláňová  - 0.14-3
+- add RPM4.9 macro filter
+
 * Wed Jul 20 2011 Petr Sabata  - 0.14-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Kwiki-Search] Add RPM 4.9 style filters

2011-07-26 Thread Petr Sabata
commit faed16a301d83d8461946ae968893caa2a85c7b3
Author: Petr Sabata 
Date:   Tue Jul 26 15:15:18 2011 +0200

Add RPM 4.9 style filters

 perl-Kwiki-Search.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Kwiki-Search.spec b/perl-Kwiki-Search.spec
index 57f207b..e36105e 100644
--- a/perl-Kwiki-Search.spec
+++ b/perl-Kwiki-Search.spec
@@ -1,6 +1,6 @@
 Name:   perl-Kwiki-Search
 Version:0.12
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Kwiki Search Plugin
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -14,10 +14,13 @@ BuildRequires:  perl(Kwiki) >= 0.34
 Requires:   perl(Kwiki) >= 0.34
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+# RPM 4.8 style
 %{?filter_setup:
 %filter_from_requires /^perl(mixin)/d
 %{?perl_default_filter}
 }
+# RPM 4.9 style
+%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(mixin\\)$
 
 %description
 Kwiki Search plugin.
@@ -52,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Petr Sabata  - 0.12-17
+- Add RPM 4.9 style fitlers
+
 * Tue Jul 19 2011 Petr Sabata  - 0.12-16
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Kwiki-Users-Remote] Add RPM 4.9 style filters

2011-07-26 Thread Petr Sabata
commit c4fd09ffee745e1b69b912f3552c0b68a7b9
Author: Petr Sabata 
Date:   Tue Jul 26 15:14:03 2011 +0200

Add RPM 4.9 style filters

 perl-Kwiki-Users-Remote.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Kwiki-Users-Remote.spec b/perl-Kwiki-Users-Remote.spec
index 0a38771..48600e8 100644
--- a/perl-Kwiki-Users-Remote.spec
+++ b/perl-Kwiki-Users-Remote.spec
@@ -1,6 +1,6 @@
 Name:   perl-Kwiki-Users-Remote
 Version:0.04
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Automatically set Kwiki user name from HTTP authentication
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -22,10 +22,13 @@ Requires:   perl(Kwiki::UserName) >= 0.14
 Requires:   perl(Kwiki::Users)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+# RPM 4.8 style
 %{?filter_setup:
 %filter_from_requires /^perl(mixin)/d
 %{?perl_default_filter}
 }
+# RPM 4.9 style
+%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(mixin\\)$
 
 %description
 When using HTTP authentication for your Kwiki, use this module to
@@ -63,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Petr Sabata  - 0.04-15
+- Add RPM 4.9 style filters
+
 * Tue Jul 19 2011 Petr Sabata  - 0.04-14
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Kwiki-Raw] Add RPM 4.9 style filters

2011-07-26 Thread Petr Sabata
commit b52e524dd0272545c22b4cbffba370ed6c5f375a
Author: Petr Sabata 
Date:   Tue Jul 26 15:07:11 2011 +0200

Add RPM 4.9 style filters

 perl-Kwiki-Raw.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Kwiki-Raw.spec b/perl-Kwiki-Raw.spec
index 7eea5ad..4243b5c 100644
--- a/perl-Kwiki-Raw.spec
+++ b/perl-Kwiki-Raw.spec
@@ -1,6 +1,6 @@
 Name:   perl-Kwiki-Raw
 Version:0.02
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Provide an action to retrieve the raw wikitext of a page
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -15,10 +15,13 @@ BuildRequires:  perl(Kwiki) >= 0.37
 Requires:   perl(Kwiki) >= 0.37
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+# RPM 4.8 style
 %{?filter_setup:
 %filter_from_requires /^perl(mixin)/d
 %{?perl_default_filter}
 }
+# RPM 4.9 style
+%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(mixin\\)$
 
 %description
 Kwiki module that provides an action to retrieve the raw wikitext of a page.
@@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Petr Sabata  - 0.02-18
+- Add RPM 4.9 style filters
+
 * Fri Jul 22 2011 Petr Sabata  - 0.02-17
 - BuildRequire IO::All
 
--
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-Kwiki-UserName] Add RPM 4.9 style filters

2011-07-26 Thread Petr Sabata
commit 0e1910f02a49c03aa5dc48407ac5d19fc570d613
Author: Petr Sabata 
Date:   Tue Jul 26 15:05:48 2011 +0200

Add RPM 4.9 style filters

 perl-Kwiki-UserName.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Kwiki-UserName.spec b/perl-Kwiki-UserName.spec
index 19517eb..6226f6a 100644
--- a/perl-Kwiki-UserName.spec
+++ b/perl-Kwiki-UserName.spec
@@ -1,6 +1,6 @@
 Name:   perl-Kwiki-UserName
 Version:0.14
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Kwiki User Name Plugin
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -17,10 +17,13 @@ Requires:   perl(Kwiki) >= 0.37
 Requires:   perl(Kwiki::UserPreferences) >= 0.13
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+# RPM 4.8 style
 %{?filter_setup:
 %filter_from_requires /^perl(mixin)/d
 %{?perl_default_filter}
 }
+# RPM 4.9 style
+%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(mixin\\)$
 
 %description
 Kwiki User Name plugin.
@@ -55,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Petr Sabata  - 0.14-19
+- Add RPM 4.9 style filters
+
 * Fri Jul 22 2011 Petr Sabata  - 0.14-18
 - BuildRequire IO::All
 
--
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-Kwiki-Revisions] Add RPM 4.9 style filters

2011-07-26 Thread Petr Sabata
commit 4c721d3f23afe8c9f9070b32750e9e0097e4e592
Author: Petr Sabata 
Date:   Tue Jul 26 15:04:08 2011 +0200

Add RPM 4.9 style filters

 perl-Kwiki-Revisions.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Kwiki-Revisions.spec b/perl-Kwiki-Revisions.spec
index dc8621c..e33cc4a 100644
--- a/perl-Kwiki-Revisions.spec
+++ b/perl-Kwiki-Revisions.spec
@@ -1,6 +1,6 @@
 Name:   perl-Kwiki-Revisions
 Version:0.15
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Kwiki Revisions Plugin
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -15,10 +15,13 @@ BuildRequires:  perl(Kwiki) >= 0.38
 Requires:   perl(Kwiki) >= 0.38
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+# RPM 4.8 style
 %{?filter_setup:
 %filter_from_requires /^perl(mixin)/d
 %{?perl_default_filter}
 }
+# RPM 4.9 style
+%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(mixin\\)$
 
 %description
 Kwiki Revisions plugin.
@@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Petr Sabata  - 0.15-19
+- Add RPM 4.9 style filters
+
 * Fri Jul 22 2011 Petr Sabata  - 0.15-18
 - BuildRequire IO::All
 
--
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-Kwiki-RecentChanges] Add RPM 4.9 style filters

2011-07-26 Thread Petr Sabata
commit 05a07d0cf7350e39a8ba3b18dad301877b62dc91
Author: Petr Sabata 
Date:   Tue Jul 26 15:02:48 2011 +0200

Add RPM 4.9 style filters

 perl-Kwiki-RecentChanges.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Kwiki-RecentChanges.spec b/perl-Kwiki-RecentChanges.spec
index db43cf6..bbd6b68 100644
--- a/perl-Kwiki-RecentChanges.spec
+++ b/perl-Kwiki-RecentChanges.spec
@@ -1,6 +1,6 @@
 Name:   perl-Kwiki-RecentChanges
 Version:0.14
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Kwiki Recent Changes Plugin
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -15,10 +15,13 @@ BuildRequires:  perl(Kwiki) >= 0.37
 Requires:   perl(Kwiki) >= 0.37
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+# RPM 4.8 style
 %{?filter_setup:
 %filter_from_requires /^perl(mixin)/d
 %{?perl_default_filter}
 }
+# RPM 4.9 style
+%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(mixin\\)$
 
 %description
 Kwiki Recent Changes plugin.
@@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Petr Sabata  - 0.14-17
+- Add RPM 4.9 style filters
+
 * Fri Jul 22 2011 Petr Sabata  - 0.14-16
 - BuildRequire IO::All
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: merge into dist-f16

2011-07-26 Thread Petr Pisar
On Tue, Jul 26, 2011 at 09:16:57AM +0200, Petr Pisar wrote:
> 
> We will remove perl(:MODULE_COMPAT_5.12.*) from perl package soon which should
> affect following packages (require perl(:MODULE_COMPAT_5.12.*) in dist-f16)
> only:
> 
> globus-common
> globus-gram-protocol
> golly
> perl-Fedora-Rebuild
> perl-MongoDB
> perl-NOCpulse-Debug
> perl-NOCpulse-Gritch
> perl-NOCpulse-Object
> perl-Perlbal-XS-HTTPHeaders
> perl-Pugs-Compiler-Rule
> perl-threads-tbb
> perl-XML-Parser-Lite-Tree-XPath
> 

Currently not-rebuild packages are:

perl-Fedora-Rebuild
perl-MongoDB
perl-NOCpulse-Debug
perl-NOCpulse-Gritch
perl-NOCpulse-Object
perl-Perlbal-XS-HTTPHeaders
perl-Pugs-Compiler-Rule
perl-threads-tbb
perl-XML-Parser-Lite-Tree-XPath

which stands for beautifull 99.52 % migration progress.

As these are the only remaining items on our Perl 5.14 F16 Feaure, I updated
status on F16 Feature list

 to 99 %.

-- Petr


pgppH7zpd8xrN.pgp
Description: PGP signature
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 693173] perl-RPM2-1.0 is available

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


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

Petr Sabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-RPM2-1.0-1.fc16
 Resolution||RAWHIDE
Last Closed||2011-07-26 08:39:12

--- Comment #2 from Petr Sabata  2011-07-26 08:39:12 EDT ---
It seems this was only about the wrong test count (judging by the last skipped
test number).

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


Broken dependencies: perl-Fedora-Rebuild

2011-07-26 Thread buildsys


perl-Fedora-Rebuild has broken dependencies in the rawhide tree:
On x86_64:
perl-Fedora-Rebuild-0.8.0-1.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
On i386:
perl-Fedora-Rebuild-0.8.0-1.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
Please resolve this as soon as possible.


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


Broken dependencies: perl-CGI-Application-Structured-Tools

2011-07-26 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the rawhide 
tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.013-3.fc16.noarch requires 
perl()
perl-CGI-Application-Structured-Tools-0.013-3.fc16.noarch requires 
perl()
perl-CGI-Application-Structured-Tools-0.013-3.fc16.noarch requires 
perl(http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-threads-tbb

2011-07-26 Thread buildsys


perl-threads-tbb has broken dependencies in the rawhide tree:
On x86_64:
perl-threads-tbb-0.04-1.fc16.x86_64 requires perl(:MODULE_COMPAT_5.12.3)
On i386:
perl-threads-tbb-0.04-1.fc16.i686 requires perl(:MODULE_COMPAT_5.12.3)
Please resolve this as soon as possible.


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


Broken dependencies: perl-Pugs-Compiler-Rule

2011-07-26 Thread buildsys


perl-Pugs-Compiler-Rule has broken dependencies in the rawhide tree:
On x86_64:
perl-Pugs-Compiler-Rule-0.37-9.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
On i386:
perl-Pugs-Compiler-Rule-0.37-9.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
Please resolve this as soon as possible.


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


Broken dependencies: perl-Kwiki-UserName

2011-07-26 Thread buildsys


perl-Kwiki-UserName has broken dependencies in the rawhide tree:
On x86_64:
perl-Kwiki-UserName-0.14-18.fc16.noarch requires perl(mixin)
On i386:
perl-Kwiki-UserName-0.14-18.fc16.noarch requires perl(mixin)
Please resolve this as soon as possible.


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


Broken dependencies: perl-XML-Parser-Lite-Tree-XPath

2011-07-26 Thread buildsys


perl-XML-Parser-Lite-Tree-XPath has broken dependencies in the rawhide tree:
On x86_64:
perl-XML-Parser-Lite-Tree-XPath-0.24-1.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
On i386:
perl-XML-Parser-Lite-Tree-XPath-0.24-1.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
Please resolve this as soon as possible.


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


Broken dependencies: perl-Kwiki-Search

2011-07-26 Thread buildsys


perl-Kwiki-Search has broken dependencies in the rawhide tree:
On x86_64:
perl-Kwiki-Search-0.12-16.fc16.noarch requires perl(mixin)
On i386:
perl-Kwiki-Search-0.12-16.fc16.noarch requires perl(mixin)
Please resolve this as soon as possible.


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


Broken dependencies: perl-NOCpulse-Gritch

2011-07-26 Thread buildsys


perl-NOCpulse-Gritch has broken dependencies in the rawhide tree:
On x86_64:
perl-NOCpulse-Gritch-1.27.9-1.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
On i386:
perl-NOCpulse-Gritch-1.27.9-1.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
Please resolve this as soon as possible.


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


Broken dependencies: perl-Kwiki-Raw

2011-07-26 Thread buildsys


perl-Kwiki-Raw has broken dependencies in the rawhide tree:
On x86_64:
perl-Kwiki-Raw-0.02-17.fc16.noarch requires perl(mixin)
On i386:
perl-Kwiki-Raw-0.02-17.fc16.noarch requires perl(mixin)
Please resolve this as soon as possible.


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


Broken dependencies: perl-Shipwright

2011-07-26 Thread buildsys


perl-Shipwright has broken dependencies in the rawhide tree:
On x86_64:
perl-Shipwright-2.4.24-2.fc16.noarch requires perl(that)
On i386:
perl-Shipwright-2.4.24-2.fc16.noarch requires perl(that)
Please resolve this as soon as possible.


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


Broken dependencies: perl-Kwiki-Revisions

2011-07-26 Thread buildsys


perl-Kwiki-Revisions has broken dependencies in the rawhide tree:
On x86_64:
perl-Kwiki-Revisions-0.15-18.fc16.noarch requires perl(mixin)
On i386:
perl-Kwiki-Revisions-0.15-18.fc16.noarch requires perl(mixin)
Please resolve this as soon as possible.


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


Broken dependencies: perl-Perlbal-XS-HTTPHeaders

2011-07-26 Thread buildsys


perl-Perlbal-XS-HTTPHeaders has broken dependencies in the rawhide tree:
On x86_64:
perl-Perlbal-XS-HTTPHeaders-0.20-3.fc15.x86_64 requires 
perl(:MODULE_COMPAT_5.12.3)
On i386:
perl-Perlbal-XS-HTTPHeaders-0.20-3.fc15.i686 requires 
perl(:MODULE_COMPAT_5.12.3)
Please resolve this as soon as possible.


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


Broken dependencies: perl-Kwiki-RecentChanges

2011-07-26 Thread buildsys


perl-Kwiki-RecentChanges has broken dependencies in the rawhide tree:
On x86_64:
perl-Kwiki-RecentChanges-0.14-16.fc16.noarch requires perl(mixin)
On i386:
perl-Kwiki-RecentChanges-0.14-16.fc16.noarch requires perl(mixin)
Please resolve this as soon as possible.


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


Broken dependencies: perl-Kwiki-Users-Remote

2011-07-26 Thread buildsys


perl-Kwiki-Users-Remote has broken dependencies in the rawhide tree:
On x86_64:
perl-Kwiki-Users-Remote-0.04-14.fc16.noarch requires perl(mixin)
On i386:
perl-Kwiki-Users-Remote-0.04-14.fc16.noarch requires perl(mixin)
Please resolve this as soon as possible.


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


Broken dependencies: perl-VOMS-Lite

2011-07-26 Thread buildsys


perl-VOMS-Lite has broken dependencies in the rawhide tree:
On x86_64:
perl-VOMS-Lite-0.14-2.fc16.noarch requires perl(WIN32::API)
On i386:
perl-VOMS-Lite-0.14-2.fc16.noarch requires perl(WIN32::API)
Please resolve this as soon as possible.


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


Broken dependencies: perl-Kwiki-UserPreferences

2011-07-26 Thread buildsys


perl-Kwiki-UserPreferences has broken dependencies in the rawhide tree:
On x86_64:
perl-Kwiki-UserPreferences-0.13-17.fc16.noarch requires perl(mixin)
On i386:
perl-Kwiki-UserPreferences-0.13-17.fc16.noarch requires perl(mixin)
Please resolve this as soon as possible.


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


[perl-RPM2] 1.0 bump

2011-07-26 Thread Petr Sabata
commit a7eabc82146929fb1ac53c2508be55996f78b11f
Author: Petr Sabata 
Date:   Tue Jul 26 14:32:14 2011 +0200

1.0 bump

 .gitignore   |1 +
 perl-RPM2-1.0-testplan.patch |   13 +++
 perl-RPM2.spec   |   47 ++---
 sources  |2 +-
 4 files changed, 36 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c5efe3..fb577ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 RPM2-0.68.tar.gz
 /RPM2-0.69.tar.gz
+/RPM2-1.0.tar.gz
diff --git a/perl-RPM2-1.0-testplan.patch b/perl-RPM2-1.0-testplan.patch
new file mode 100644
index 000..b3b80ba
--- /dev/null
+++ b/perl-RPM2-1.0-testplan.patch
@@ -0,0 +1,13 @@
+diff --git a/test.pl b/test.pl
+index 116c48a..40426ed 100644
+--- a/test.pl
 b/test.pl
+@@ -11,7 +11,7 @@ use strict;
+ 
+ use Test;
+ use strict;
+-BEGIN { plan tests => 62 };
++BEGIN { plan tests => 60 };
+ use RPM2;
+ use POSIX;
+ ok(1); # If we made it this far, we're ok.
diff --git a/perl-RPM2.spec b/perl-RPM2.spec
index e6fe657..c25fcbc 100644
--- a/perl-RPM2.spec
+++ b/perl-RPM2.spec
@@ -1,13 +1,17 @@
 Name:   perl-RPM2
-Version:0.69
-Release:4%{?dist}
+Version:1.0
+Release:1%{?dist}
 Summary:Perl bindings for the RPM Package Manager API
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/RPM2/
 Source0:
http://www.cpan.org/authors/id/L/LK/LKUNDRAK/RPM2-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  rpm-devel perl(ExtUtils::MakeMaker)
+Patch0: %{name}-1.0-testplan.patch
+BuildRequires:  rpm-devel
+BuildRequires:  perl(Module::Build) >= 0.3500
+# Tests
+BuildRequires:  perl(Test)
+BuildRequires:  perl(POSIX)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %{?perl_default_filter}
@@ -17,45 +21,36 @@ The RPM2 module provides an object-oriented interface to 
querying both the
 installed RPM database as well as files on the filesystem, providing Perl
 bindings for the RPM Package Manager API.
 
-
 %prep
 %setup -q -n RPM2-%{version}
-
+%patch0 -p1 -b .testplan
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-make %{?_smp_mflags}
-
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+./Build install destdir=%{buildroot} create_packlist=0
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
-
 %check
-make test
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+./Build test verbose=1
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/RPM2*
 %{_mandir}/man3/*
 
-
 %changelog
+* Tue Jul 26 2011 Petr Sabata  - 1.0-1
+- 1.0 bump
+- Switching to Module::Build
+- Removing redundant buildroot and defattr stuff
+- Adding testplan patch to match test count
+
 * Fri Jun 17 2011 Marcela Mašláňová  - 0.69-4
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 252af22..5ffb7ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-202edc6fdfffab604c68dbae8beb7070  RPM2-0.69.tar.gz
+c68361fe4511707526c66553a4eadb7f  RPM2-1.0.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File RPM2-1.0.tar.gz uploaded to lookaside cache by psabata

2011-07-26 Thread Petr Sabata
A file has been added to the lookaside cache for perl-RPM2:

c68361fe4511707526c66553a4eadb7f  RPM2-1.0.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 663069] Wrong charset in graph.

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


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

--- Comment #6 from Jóhann B. Guðmundsson  2011-07-26 07:41:22 
EDT ---
Th updated version fails to start with.. 

[error] Modification of a read-only value attempted at
/usr/share/perl5/Net/LDAP/Constant.pm line 13.\nCompilation failed in require
at /usr/share/perl5/Net/LDAP/Message.pm line 7.\nBEGIN failed--compilation
aborted at /usr/share/perl5/Net/LDAP/Message.pm line 7.\nCompilation failed in
require at /usr/share/perl5/Net/LDAP.pm line 13.\nBEGIN failed--compilation
aborted at /usr/share/perl5/Net/LDAP.pm line 13.\nCompilation failed in require
at /usr/share/perl5/RT/User_Local.pm line 62.\nBEGIN failed--compilation
aborted at /usr/share/perl5/RT/User_Local.pm line 62.\nCompilation failed in
require at /usr/share/perl5/vendor_perl/RT/Base.pm line 173.\nCompilation
failed in require at (eval 131) line 3.\n\t...propagated at
/usr/share/perl5/base.pm line 94.\nBEGIN failed--compilation aborted at
/usr/share/perl5/vendor_perl/RT/CurrentUser.pm line 96.\nCompilation failed in
require at /usr/share/perl5/vendor_perl/RT.pm line 515.\nCompilation failed in
require at (eval 2) line 1.\n
[Tue Jul 26 11:35:58 2011] [error] Can't load Perl file: /usr/sbin/webmux.pl
for server x.x.x.x:0, exiting...

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

[Bug 725376] perl-Language-Functional-0.05 is available

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


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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Language-Functional-0.
   ||05-1.fc16
 Resolution||RAWHIDE
Last Closed||2011-07-26 06:59:53

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


[perl-Language-Functional] Remove RPM 4.8 filter

2011-07-26 Thread Petr Pisar
commit 296c819e08f21c7c56a93114404bb2d873ae55b6
Author: Petr Pisar 
Date:   Tue Jul 26 12:50:44 2011 +0200

Remove RPM 4.8 filter

 perl-Language-Functional.spec |7 +--
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/perl-Language-Functional.spec b/perl-Language-Functional.spec
index b968638..6674165 100644
--- a/perl-Language-Functional.spec
+++ b/perl-Language-Functional.spec
@@ -16,12 +16,6 @@ BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Tie::Array)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
-# RPM 4.8 style:
-%{?filter_setup:
-%filter_from_provides /^perl(InfiniteList)/d
-%filter_setup
-}
-# RPM 4.9 style:
 %global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\(InfiniteList\\)
 
 %description
@@ -53,6 +47,7 @@ make test
 %changelog
 * Tue Jul 26 2011 Petr Pisar  - 0.05-1
 - 0.05 bump
+- Remove RPM 4.8 filter
 
 * Mon Jul 25 2011 Petr Pisar  - 0.04-3
 - RPM 4.9 dependency filtering added
--
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-Language-Functional] 0.05 bump

2011-07-26 Thread Petr Pisar
commit 3a5b8c94905af62f8111676cbee69859e52b7f3f
Author: Petr Pisar 
Date:   Tue Jul 26 12:49:32 2011 +0200

0.05 bump

 .gitignore |2 +-
 ...nal-0.04-Fix-any-and-all-on-infinite-list.patch |   61 
 perl-Language-Functional.spec  |   10 ++--
 sources|2 +-
 4 files changed, 7 insertions(+), 68 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53df3ee..189c240 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Language-Functional-0.04.tar.gz
+/Language-Functional-0.05.tar.gz
diff --git a/perl-Language-Functional.spec b/perl-Language-Functional.spec
index baace82..b968638 100644
--- a/perl-Language-Functional.spec
+++ b/perl-Language-Functional.spec
@@ -1,13 +1,11 @@
 Name:   perl-Language-Functional
-Version:0.04
-Release:3%{?dist}
+Version:0.05
+Release:1%{?dist}
 Summary:Module which makes Perl slightly more functional
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Language-Functional/
 Source0:
http://www.cpan.org/authors/id/L/LB/LBROCARD/Language-Functional-%{version}.tar.gz
-#CPAN RT #20698
-Patch0: %{name}-0.04-Fix-any-and-all-on-infinite-list.patch
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Tests:
@@ -33,7 +31,6 @@ Perl, such as foldl and foldr, as well as the use of infinite 
lists.
 
 %prep
 %setup -q -n Language-Functional-%{version}
-%patch0 -p1 -b .fix_any_all
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Petr Pisar  - 0.05-1
+- 0.05 bump
+
 * Mon Jul 25 2011 Petr Pisar  - 0.04-3
 - RPM 4.9 dependency filtering added
 
diff --git a/sources b/sources
index e2fb922..70c3be3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6eb8a6ae99971ad3c8dfa3bd88792710  Language-Functional-0.04.tar.gz
+59c81abfd14c940f47115f19dc6288c2  Language-Functional-0.05.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Language-Functional-0.05.tar.gz uploaded to lookaside cache by ppisar

2011-07-26 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Language-Functional:

59c81abfd14c940f47115f19dc6288c2  Language-Functional-0.05.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 715559] perl-Mojolicious-1.65 is available

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


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

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Mojolicious-1.64 is|perl-Mojolicious-1.65 is
   |available   |available

--- Comment #6 from Upstream Release Monitoring 
 2011-07-26 06:39:51 EDT ---
Latest upstream release: 1.65
Current version in Fedora Rawhide: 1.46
URL: http://search.cpan.org/dist/Mojolicious/

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

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

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


[Bug 725150] perl-PPIx-Regexp-0.021 is available

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


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

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution||RAWHIDE
   Fixed In Version||perl-PPIx-Regexp-0.021-1.fc
   ||16
Last Closed||2011-07-26 06:40:12

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


File PPIx-Regexp-0.021.tar.gz uploaded to lookaside cache by ppisar

2011-07-26 Thread Petr Pisar
A file has been added to the lookaside cache for perl-PPIx-Regexp:

037542ca9d83ae19e2f33043a17ef972  PPIx-Regexp-0.021.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 663069] Wrong charset in graph.

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


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

--- Comment #5 from Xavier Bachelot  2011-07-26 06:25:11 
EDT ---
Does the updated version in epel-testing help ?
rt3-3.8.10-2.el6.1

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


[perl-Perl-Critic-More] add RPM4.9 macro filter

2011-07-26 Thread Marcela Mašláňová
commit cdbe74fcc5201c65bafc08863922ef598681c91a
Author: Marcela Mašláňová 
Date:   Tue Jul 26 10:39:33 2011 +0200

add RPM4.9 macro filter

 perl-Perl-Critic-More.spec |9 +++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Perl-Critic-More.spec b/perl-Perl-Critic-More.spec
index bce5d90..a5ab920 100644
--- a/perl-Perl-Critic-More.spec
+++ b/perl-Perl-Critic-More.spec
@@ -1,6 +1,6 @@
 Name:   perl-Perl-Critic-More
 Version:1.000
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Supplemental policies for Perl::Critic
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -26,9 +26,11 @@ Requires:   perl(Perl::Critic) >= 1.082
 Requires:   perl(Perl::MinimumVersion) >= 0.14
 Requires:   perl(Readonly) >= 1.03
 
-# Remove underspecified dependencies
+# Remove underspecified dependencies for RPM 4.8
 %filter_from_requires /^perl(Readonly)\s*$/d
 %filter_setup
+# filter for RPM 4.9
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}perl\\(Readonly\\)\\s*$
 
 %description
 This is a collection of Perl::Critic policies that are not included in the
@@ -56,6 +58,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Marcela Mašláňová  - 1.000-3
+- add RPM4.9 macro filter
+
 * Tue Jul 19 2011 Petr Sabata  - 1.000-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Perl-Critic-Pulp] add RPM4.9 macro filter

2011-07-26 Thread Marcela Mašláňová
commit f288eb08581387494f0ec7a5a1047ac23f7be35c
Author: Marcela Mašláňová 
Date:   Tue Jul 26 10:31:57 2011 +0200

add RPM4.9 macro filter

 perl-Perl-Critic-Pulp.spec |   20 +++-
 1 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/perl-Perl-Critic-Pulp.spec b/perl-Perl-Critic-Pulp.spec
index d48a07e..221cdad 100644
--- a/perl-Perl-Critic-Pulp.spec
+++ b/perl-Perl-Critic-Pulp.spec
@@ -1,6 +1,6 @@
 Name:   perl-Perl-Critic-Pulp
 Version:61
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Some add-on perlcritic policies
 License:GPLv3+
 Group:  Development/Libraries
@@ -46,6 +46,7 @@ Requires:   perl(PPI::Document)
 # code.
 Requires:   perl(Test::More)
 
+# filter for RPM 4.8
 # Filter underspecified dependencies
 %filter_from_requires /^perl(List::MoreUtils)$/d
 %filter_from_requires /^perl(Perl::Critic::Policy)$/d
@@ -63,6 +64,20 @@ Requires:   perl(Test::More)
 %filter_from_provides 
/^perl(Perl::Critic::Pulp::PodParser::ProhibitUnbalancedParens)\s*/d
 %filter_from_provides 
/^perl(Perl::Critic::Pulp::PodParser::RequireLinkedURLs)\s*/d
 %filter_setup
+# filter for RPM 4.9
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}perl\\(List::MoreUtils\\)\\s*$
+%global __requires_exclude 
%__requires_exclude|perl\\(Perl::Critic::Policy\\)\\s*$
+%global __requires_exclude 
%__requires_exclude|perl\\(Perl::Critic::Utils\\)\\s*$
+%global __requires_exclude %__requires_exclude|perl\\(Perl::Critic::Utils\\) 
>= 0\\.21$
+%global __requires_exclude 
%__requires_exclude|perl\\(Perl::Critic::PodParser::ProhibitVerbatimMarkup\\)\\s*$
+%global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}perl\\(Perl::MinimumVersion\\)\\s*$
+%global __provides_exclude 
%__provides_exclude|perl\\(Perl::Critic::PodParser::ProhibitVerbatimMarkup\\)\\s*$
+%global __provides_exclude 
%__provides_exclude|perl\\(Perl::Critic::Policy::Documentation::ProhibitAdjacentLinks::Parser\\)\\s*$
+%global __provides_exclude 
%__provides_exclude|perl\\(Perl::Critic::Pulp::PodMinimumVersionViolation\\)\\s*$
+%global __provides_exclude 
%__provides_exclude|perl\\(Perl::Critic::Pulp::PodParser::ProhibitBadAproposMarkup\\)\\s*$
+%global __provides_exclude 
%__provides_exclude|perl\\(Perl::Critic::Pulp::PodParser::ProhibitParagraphTwoDots\\)\\s*$
+%global __provides_exclude 
%__provides_exclude|perl\\(Perl::Critic::Pulp::PodParser::ProhibitUnbalancedParens\\)\\s*$
+%global __provides_exclude 
%__provides_exclude|perl\\(Perl::Critic::Pulp::PodParser::RequireLinkedURLs\\)\\s*$
 
 %description
 This is a collection of add-on policies for Perl::Critic.  They're under
@@ -92,6 +107,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Marcela Mašláňová  - 61-3
+- add RPM4.9 macro filter
+
 * Tue Jul 19 2011 Petr Sabata  - 61-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Perl-Critic-Swift] add RPM4.9 macro filter

2011-07-26 Thread Marcela Mašláňová
commit ab23b4132ec3e9c7dd4c28f0e49df4e210359268
Author: Marcela Mašláňová 
Date:   Tue Jul 26 10:27:38 2011 +0200

add RPM4.9 macro filter

 perl-Perl-Critic-Swift.spec |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Perl-Critic-Swift.spec b/perl-Perl-Critic-Swift.spec
index bac1cfd..31eec98 100644
--- a/perl-Perl-Critic-Swift.spec
+++ b/perl-Perl-Critic-Swift.spec
@@ -1,6 +1,6 @@
 Name:   perl-Perl-Critic-Swift
 Version:1.0.3
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Set of additional policies for Perl::Critic
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -31,6 +31,11 @@ Requires:   perl(Perl::Critic::Utils) >= 1.082
 # Export not detected versions: $VERSION = qv('v%%{version}')
 %filter_from_provides s/^\(perl(Perl::Critic::[^=]*)$\)/\1 = %{version}/ 
 %filter_setup
+# RPM 4.9 filter
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}perl\\(List::MoreUtils\\)\\s*$
+%global __requires_exclude 
%__requires_exclude|perl\\(Perl::Critic::Policy\\)\\s*$
+%global __requires_exclude 
%__requires_exclude|perl\\(Perl::Critic::Utils\\)\\s*$
+%global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}perl\\(Perl::Critic::[^=]*)$\)/\1 = 
%{version}
 
 %description
 Some Perl::Critic policies to make your code more clean. The included
@@ -61,6 +66,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Marcela Mašláňová  - 1.0.3-5
+- add RPM4.9 macro filter
+
 * Thu Jul 21 2011 Petr Sabata  - 1.0.3-4
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 722661] perl-XML-Generator-1.04 is available

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


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

Petr Sabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-XML-Generator-1.04-1.f
   ||c16
 Resolution||RAWHIDE
Last Closed||2011-07-26 04:24:35

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


[perl-XML-Generator] 1.04 bump

2011-07-26 Thread Petr Sabata
commit f8792669289539f5f57aee26457e37171830e4a7
Author: Petr Sabata 
Date:   Tue Jul 26 10:17:49 2011 +0200

1.04 bump

 .gitignore  |1 +
 perl-XML-Generator.spec |9 ++---
 sources |2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6e59e1..c1ac708 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 XML-Generator-1.01.tar.gz
 /XML-Generator-1.03.tar.gz
+/XML-Generator-1.04.tar.gz
diff --git a/perl-XML-Generator.spec b/perl-XML-Generator.spec
index 7197b49..83d25ae 100644
--- a/perl-XML-Generator.spec
+++ b/perl-XML-Generator.spec
@@ -1,7 +1,7 @@
 Summary:XML-Generator Perl module
 Name:   perl-XML-Generator
-Version:1.03
-Release:2%{?dist}
+Version:1.04
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/XML-Generator/
@@ -33,12 +33,15 @@ chmod -R u+w %{buildroot}/*
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Jul 26 2011 Petr Sabata  - 1.04-1
+- 1.04 bump
+- Removing now obsolete defattr
+
 * Tue Jul 19 2011 Petr Sabata  - 1.03-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 464c026..97f1652 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-789d60259eed4517a9989768100abede  XML-Generator-1.03.tar.gz
+1ea1e239bdf3fd6f762c484753776626  XML-Generator-1.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 714640] perl-Test-Most-0.24 is available

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


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

Petr Sabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Test-Most-0.24-1.fc16
 Resolution||RAWHIDE
Last Closed||2011-07-26 04:14:42

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


File XML-Generator-1.04.tar.gz uploaded to lookaside cache by psabata

2011-07-26 Thread Petr Sabata
A file has been added to the lookaside cache for perl-XML-Generator:

1ea1e239bdf3fd6f762c484753776626  XML-Generator-1.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-Most] 0.24 bump

2011-07-26 Thread Petr Sabata
commit b07e39697e48928acab562cff012a783b70c0dd6
Author: Petr Sabata 
Date:   Tue Jul 26 10:08:27 2011 +0200

0.24 bump

 .gitignore  |1 +
 perl-Test-Most.spec |   27 ++-
 sources |2 +-
 3 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a331c36..88c99f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Test-Most-0.21.tar.gz
 /Test-Most-0.23.tar.gz
+/Test-Most-0.24.tar.gz
diff --git a/perl-Test-Most.spec b/perl-Test-Most.spec
index 524479a..dc430fd 100644
--- a/perl-Test-Most.spec
+++ b/perl-Test-Most.spec
@@ -1,22 +1,25 @@
 Name:   perl-Test-Most
-Version:0.23
-Release:4%{?dist}
+Version:0.24
+Release:1%{?dist}
 Summary:Perl module with test functions and features
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Most/
 Source0:
http://www.cpan.org/authors/id/O/OV/OVID/Test-Most-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  perl(base)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Data::Dumper::Names) >= 0.03
 BuildRequires:  perl(Exception::Class) >= 1.14
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(Test::Builder::Module)
 BuildRequires:  perl(Test::Deep) >= 0.106
-BuildRequires:  perl(Test::Differences) 
-BuildRequires:  perl(Test::Exception) >= 0.29
-BuildRequires:  perl(Test::Harness) >= 3.07
+BuildRequires:  perl(Test::Differences) >= 0.61
+BuildRequires:  perl(Test::Exception) >= 0.31
+BuildRequires:  perl(Test::Harness) >= 3.21
 BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Warn) >= 0.11
+BuildRequires:  perl(Test::Warn) >= 0.23
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 # not automatically detected
 Requires:   perl(Test::Deep)
@@ -38,8 +41,6 @@ control over your test suite.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -48,16 +49,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Petr Sabata  - 0.24-1
+- 0.24 bump
+- Removing now obsolete Buildroot and defattr
+
 * Wed Jun 29 2011 Marcela Mašláňová  - 0.23-4
 - Perl mass rebuild
 
diff --git a/sources b/sources
index fd57985..6d3ccc7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e36de54581fa2248c37f9e30e814769c  Test-Most-0.23.tar.gz
+f9c6eadbb84456f3ae5a6b190adf0084  Test-Most-0.24.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Test-Most-0.24.tar.gz uploaded to lookaside cache by psabata

2011-07-26 Thread Petr Sabata
A file has been added to the lookaside cache for perl-Test-Most:

f9c6eadbb84456f3ae5a6b190adf0084  Test-Most-0.24.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Perl-Metrics-Simple] add RPM4.9 macro filter

2011-07-26 Thread Marcela Mašláňová
commit 62be7f1f52c4327bfaf3ae0a1642946ce5b899c1
Author: Marcela Mašláňová 
Date:   Tue Jul 26 10:07:46 2011 +0200

add RPM4.9 macro filter

 perl-Perl-Metrics-Simple.spec |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Perl-Metrics-Simple.spec b/perl-Perl-Metrics-Simple.spec
index 945ba40..9cf395c 100644
--- a/perl-Perl-Metrics-Simple.spec
+++ b/perl-Perl-Metrics-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Perl-Metrics-Simple
 Version:0.15
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Count packages, subs, lines, etc. of many files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -34,6 +34,11 @@ Requires:   perl(Readonly::XS) >= 1.02
 %filter_from_requires /^perl(PPI)$/d
 %filter_from_requires /^perl(Readonly)$/d
 %filter_setup
+# RPM 4.9 filter style
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}perl\\(File::Find\\)$
+%global __requires_exclude %__requires_exclude|perl\\(IO::File\\)$
+%global __requires_exclude %__requires_exclude|perl\\(PPI\\)$
+%global __requires_exclude %__requires_exclude|perl\\(Readonly\\)$
 
 %description
 Perl::Metrics::Simple provides just enough methods to run static analysis
@@ -65,6 +70,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jul 26 2011 Marcela Mašláňová  - 0.15-4
+- add RPM4.9 macro filter
+
 * Wed Jun 29 2011 Marcela Mašláňová  - 0.15-3
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 725375] perl-Inline-Files-0.68 is available

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


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

Petr Sabata  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution||RAWHIDE
Last Closed||2011-07-26 03:57:14

--- Comment #2 from Petr Sabata  2011-07-26 03:57:14 EDT ---
Buildroots merged.

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


[Bug 724927] perl-Module-ScanDeps-1.04 is available

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


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

Petr Sabata  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution||RAWHIDE
Last Closed||2011-07-26 03:56:30

--- Comment #3 from Petr Sabata  2011-07-26 03:56:30 EDT ---
Buildroots merged.

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


[perl-POE-Filter-HTTP-Parser] add RPM4.9 macro filter

2011-07-26 Thread Marcela Mašláňová
commit a27cea5377b0fe116edfb81c861e17a953bde443
Author: Marcela Mašláňová 
Date:   Tue Jul 26 09:59:29 2011 +0200

add RPM4.9 macro filter

 perl-POE-Filter-HTTP-Parser.spec |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-POE-Filter-HTTP-Parser.spec b/perl-POE-Filter-HTTP-Parser.spec
index 0f6fac1..b3c330a 100644
--- a/perl-POE-Filter-HTTP-Parser.spec
+++ b/perl-POE-Filter-HTTP-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-POE-Filter-HTTP-Parser
 Version:1.06
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:HTTP POE filter for HTTP clients or servers
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -25,6 +25,8 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} 
-V:version`"; echo $versi
 # Remove unversioned dependencies
 %filter_from_requires /^perl(HTTP::Parser)\s*$/d
 %filter_setup
+# RPM 4.9 macro
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(HTTP::Parser\\)
 
 %description
 POE::Filter::HTTP::Parser is a POE::Filter for HTTP which is based on
@@ -56,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Marcela Mašláňová  - 1.06-3
+- add RPM4.9 macro filter
+
 * Tue Jul 19 2011 Petr Sabata  - 1.06-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-PathTools] Fix typo in filter

2011-07-26 Thread Petr Pisar
commit e76fd5c50c36a82274eb4a796f285ccc202d3c3e
Author: Petr Písař 
Date:   Tue Jul 26 09:52:57 2011 +0200

Fix typo in filter

 perl-PathTools.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-PathTools.spec b/perl-PathTools.spec
index b8f47a4..c58d0ed 100644
--- a/perl-PathTools.spec
+++ b/perl-PathTools.spec
@@ -36,7 +36,7 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} 
-V:version`"; echo $versi
 %perl_default_filter
 }
 # RPM 4.9 style:
-%global %__requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(VMS::Filespec\\)
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(VMS::Filespec\\)
 
 %description
 PathTools Perl module (Cwd, File::Spec).
--
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-LWP-Protocol-https] Fix typo in filter

2011-07-26 Thread Petr Pisar
commit af12ba4756d2dd6b76f636126f0d332ab0a5cc21
Author: Petr Písař 
Date:   Tue Jul 26 09:25:37 2011 +0200

Fix typo in filter

 perl-LWP-Protocol-https.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-LWP-Protocol-https.spec b/perl-LWP-Protocol-https.spec
index 9fa4d30..f8c667a 100644
--- a/perl-LWP-Protocol-https.spec
+++ b/perl-LWP-Protocol-https.spec
@@ -28,7 +28,7 @@ Requires:   perl(Net::HTTPS) >= 6
 %filter_from_requires /^perl(Net::HTTPS)\s*$/d
 %filter_setup
 # RPM 4.9 style
-%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(Net::HTTPS\\)\\s*$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Net::HTTPS\\)\\s*$
 
 %description
 The LWP::Protocol::https module provides support for using HTTPS schemed
--
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-Language-Functional] Fix typo in filtr

2011-07-26 Thread Petr Pisar
commit a6a218a619850de49c3e9e5a27b8ce0e10f349b7
Author: Petr Písař 
Date:   Tue Jul 26 09:20:13 2011 +0200

Fix typo in filtr

 perl-Language-Functional.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Language-Functional.spec b/perl-Language-Functional.spec
index 30169ca..baace82 100644
--- a/perl-Language-Functional.spec
+++ b/perl-Language-Functional.spec
@@ -24,7 +24,7 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} 
-V:version`"; echo $versi
 %filter_setup
 }
 # RPM 4.9 style:
-%global __provides_exclude 
%{?__provides_exclude:__provides_exclude|}^perl\\(InfiniteList\\)
+%global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\(InfiniteList\\)
 
 %description
 Perl already contains some functional-like functions, such as map and grep.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: merge into dist-f16

2011-07-26 Thread Petr Pisar
On Mon, Jul 25, 2011 at 07:38:11PM +0200, Marcela Mašláňová wrote:
> Hello list,
> merge was done. I'm checking mistakes between dist-f16 and 
> dist-f16-perl, but it looks good.
> 
I've compared both build roots. We have 1865 equaled perl packages in both
branches (i.e. merged succesfully), 0 packages newer in dist-f16-perl and
8 packages newer in dist-f16 (i.e. built into dist-f16 after merge).

So consider dist-f16-perl build root as closed and build freely into dist-f16.

We will remove perl(:MODULE_COMPAT_5.12.*) from perl package soon which should
affect following packages (require perl(:MODULE_COMPAT_5.12.*) in dist-f16)
only:

globus-common
globus-gram-protocol
golly
perl-Fedora-Rebuild
perl-MongoDB
perl-NOCpulse-Debug
perl-NOCpulse-Gritch
perl-NOCpulse-Object
perl-Perlbal-XS-HTTPHeaders
perl-Pugs-Compiler-Rule
perl-threads-tbb
perl-XML-Parser-Lite-Tree-XPath

-- Petr


pgpY6HbF4XdwY.pgp
Description: PGP signature
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel