Re: twolame - legal

2012-08-17 Thread Nikos Roussos
On Thu, 2012-08-16 at 09:47 -0400, Tom Callaway wrote:

 On 08/16/2012 05:27 AM, Nikos Roussos wrote:
  I happened to notice that twolame is currently on rpmfusion. Is there a
  legal reason for that?
  
  twolame is an MP2 (MPEG-1 Audio Layer II) encoder (not mp3), which seems
  to be a free (as free of patents) codec. There was a similar discussion
  on Debian and they concluded that it's ok to have it on the official repos.
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419597
 
 Unfortunately, yes, this is legally blocked in Fedora at this time.

Yes, I assumed so. I'm mostly asking why, because it seems that there is
no patent infringement issue with twolame.

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

[Bug 848961] perl rawhide update to 5.16.1-230.fc19 breaks dependencies not listed as broken by rawhide report

2012-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=848961

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

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Petr Pisar ppi...@redhat.com ---
Marcela tried removing dual-lived sub-packages of perl.spec. It turned out
there are some hard-coded dependencies on exact perl binary package and that
some sub-packages have newer release than standalone ones what prevents yum
from picking the right packages. She has fixed some of them, but not obviously
all of them.

We will fix it soon.

-- 
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 848961] perl rawhide update to 5.16.1-230.fc19 breaks dependencies not listed as broken by rawhide report

2012-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=848961

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

   What|Removed |Added

   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

File CGI.pm-3.60.tar.gz uploaded to lookaside cache by ppisar

2012-08-17 Thread Petr Pisar
A file has been added to the lookaside cache for perl-CGI:

a7425ee15f3fbbd73af5a47cb7d0dbb5  CGI.pm-3.60.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-CGI] 3.60 bump

2012-08-17 Thread Petr Pisar
commit 40d344fdf0fc7eba21d5d4d2ad053c08010e1bdc
Author: Petr Písař ppi...@redhat.com
Date:   Fri Aug 17 09:41:53 2012 +0200

3.60 bump

 .gitignore|1 +
 perl-CGI.spec |   29 ++---
 sources   |2 +-
 3 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 879a835..554956c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /CGI.pm-3.50.tar.gz
 /CGI.pm-3.51.tar.gz
+/CGI.pm-3.60.tar.gz
diff --git a/perl-CGI.spec b/perl-CGI.spec
index 9f4b3d7..89ad630 100644
--- a/perl-CGI.spec
+++ b/perl-CGI.spec
@@ -1,7 +1,7 @@
 Name:   perl-CGI
 Summary:Handle Common Gateway Interface requests and responses
-Version:3.51
-Release:8%{?dist}
+Version:3.60
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI.pm-%{version}.tar.gz
@@ -16,10 +16,11 @@ BuildRequires:  perl(File::Spec) = 0.82
 BuildRequires:  perl(FCGI) = 0.67
 # Apache modules are optional
 # Tests:
+BuildRequires:  perl(Encode)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Test::More) = 0.80
+BuildRequires:  perl(Test::More) = 0.98
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(File::Spec) = 0.82
 Requires:   perl(FCGI) = 0.67
@@ -28,25 +29,21 @@ Obsoletes:  %{name}-tests = 3.49
 %{?perl_default_filter}
 # Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((FCGI|File::Spec)\\)$
+# Remove false provides
+%global __provides_exclude 
%{?__provides_exclude:__provides_exclude|}^perl\\((Fh|MultipartBuffer)\\)$
 
 %description
 CGI.pm is a stable, complete and mature solution for processing and preparing
-HTTP requests and responses. Major features including processing form 
-submissions, file uploads, reading and writing cookies, query string generation
-and manipulation, and processing and preparing HTTP headers. Some HTML 
-generation utilities are included as well.
+HTTP requests and responses. Major features including processing form
+submissions, file uploads, reading and writing cookies, query string
+generation and manipulation, and processing and preparing HTTP headers. Some
+HTML generation utilities are included as well.
 
 CGI.pm performs very well in in a vanilla CGI.pm environment and also comes 
 with built-in support for mod_perl and mod_perl2 as well as FastCGI.
 
 %prep
 %setup -q -n CGI.pm-%{version}
-
-# RPM 4.9 style
-%global __provides_exclude 
%{?__provides_exclude:__provides_exclude|}^perl\\(Fh\\)$
-%global __provides_exclude %__provides_exclude|^perl\\(MultipartBuffer\\)$
-%global __provides_exclude %__provides_exclude|^perl\\(utf8\\)$
-
 iconv -f iso8859-1 -t utf-8  Changes  Changes.1
 mv Changes.1 Changes
 sed -i 's?usr/bin perl?usr/bin/perl?' t/init.t
@@ -58,18 +55,20 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc README Changes
+%doc cgi_docs.html Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Aug 17 2012 Petr Pisar ppi...@redhat.com - 3.60-1
+- 3.60 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.51-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 3fbe366..d854df2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53534654f745a1388bbda477022cf971  CGI.pm-3.51.tar.gz
+a7425ee15f3fbbd73af5a47cb7d0dbb5  CGI.pm-3.60.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 version-0.99.tar.gz uploaded to lookaside cache by ppisar

2012-08-17 Thread Petr Pisar
A file has been added to the lookaside cache for perl-version:

695098dac5c3be79e893e522341671dd  version-0.99.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-version] 0.99 bump

2012-08-17 Thread Petr Pisar
commit 13067627392a6d6f8966a49bc6dbc1c555c6aafa
Author: Petr Písař ppi...@redhat.com
Date:   Fri Aug 17 10:27:19 2012 +0200

0.99 bump

 .gitignore|1 +
 perl-version.spec |8 ++--
 sources   |2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24223e1..2b2dcae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 version-0.88.tar.gz
+/version-0.99.tar.gz
diff --git a/perl-version.spec b/perl-version.spec
index 5b7412d..1c03427 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -1,13 +1,14 @@
 Name:   perl-version
 Epoch:  3
-Version:0.88
-Release:10%{?dist}
+Version:0.99
+Release:1%{?dist}
 Summary:Perl extension for Version Objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/version/
 Source0:
http://www.cpan.org/authors/id/J/JP/JPEACOCK/version-%{version}.tar.gz
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
 # Tests:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Data::Dumper)
@@ -59,6 +60,9 @@ make test
 %{_mandir}/man3/version::Internals.3pm*
 
 %changelog
+* Fri Aug 17 2012 Petr Pisar ppi...@redhat.com - 3:0.99-1
+- 0.99 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3:0.88-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index b319ce8..353776d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f27f21c625fa2f89f4130e277594635  version-0.88.tar.gz
+695098dac5c3be79e893e522341671dd  version-0.99.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-JSON-PP] Increase release to replace perl sub-package

2012-08-17 Thread Petr Pisar
commit e37d18918fdd1c123354e23b76dfcc3b74bdeabf
Author: Petr Písař ppi...@redhat.com
Date:   Fri Aug 17 09:58:38 2012 +0200

Increase release to replace perl sub-package

 perl-JSON-PP.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-JSON-PP.spec b/perl-JSON-PP.spec
index 3b5721e..9e40c6d 100644
--- a/perl-JSON-PP.spec
+++ b/perl-JSON-PP.spec
@@ -1,6 +1,6 @@
 Name:  perl-JSON-PP
 Version:   2.27200
-Release:   6%{?dist}
+Release:   240%{?dist}
 Summary:   JSON::XS compatible pure-Perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/JSON::PP::Boolean.3pm*
 
 %changelog
+* Fri Aug 17 2012 Petr Pisar ppi...@redhat.com - 2.27200-240
+- Increase release to replace perl sub-package (bug #848961)
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.27200-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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-OSType] Increase release to replace perl sub-package (bug #848961)

2012-08-17 Thread Petr Pisar
commit 3b1bb7f092e43c0b63878be74fe15bd150fa0b8c
Author: Petr Písař ppi...@redhat.com
Date:   Fri Aug 17 10:06:54 2012 +0200

Increase release to replace perl sub-package (bug #848961)

 perl-Perl-OSType.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Perl-OSType.spec b/perl-Perl-OSType.spec
index 2d2f15b..dfee0bc 100644
--- a/perl-Perl-OSType.spec
+++ b/perl-Perl-OSType.spec
@@ -6,7 +6,7 @@
 
 Name:  perl-Perl-OSType
 Version:   1.002
-Release:   13%{?dist}
+Release:   240%{?dist}
 Summary:   Map Perl operating system names to generic types
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -81,6 +81,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Perl::OSType.3pm*
 
 %changelog
+* Fri Aug 17 2012 Petr Pisar ppi...@redhat.com - 1.002-240
+- Increase release to replace perl sub-package (bug #848961)
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.002-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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-Scalar-List-Utils] Increase release to replace perl sub-package

2012-08-17 Thread Petr Pisar
commit 09176fd1b4403a456d4fed05c705c006fc709b02
Author: Petr Písař ppi...@redhat.com
Date:   Fri Aug 17 10:13:02 2012 +0200

Increase release to replace perl sub-package

 perl-Scalar-List-Utils.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Scalar-List-Utils.spec b/perl-Scalar-List-Utils.spec
index 7fece79..3f48382 100644
--- a/perl-Scalar-List-Utils.spec
+++ b/perl-Scalar-List-Utils.spec
@@ -1,6 +1,6 @@
 Name:   perl-Scalar-List-Utils
 Version:1.25
-Release:4%{?dist}
+Release:240%{?dist}
 Summary:A selection of general-utility scalar and list subroutines
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 17 2012 Petr Pisar ppi...@redhat.com - 1.25-240
+- Increase release to replace perl sub-package (bug #848961)
+
 * Thu Aug 16 2012 Petr Pisar ppi...@redhat.com - 1.25-4
 - Correct 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-Version-Requirements] Increase release to replace perl sub-package

2012-08-17 Thread Petr Pisar
commit 4e940af9f3df6058157716b167f2ab1f1ff45462
Author: Petr Písař ppi...@redhat.com
Date:   Fri Aug 17 10:34:57 2012 +0200

Increase release to replace perl sub-package

 perl-Version-Requirements.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Version-Requirements.spec b/perl-Version-Requirements.spec
index 3765222..92df26d 100644
--- a/perl-Version-Requirements.spec
+++ b/perl-Version-Requirements.spec
@@ -1,6 +1,6 @@
 Name:   perl-Version-Requirements
 Version:0.101022
-Release:5%{?dist}
+Release:240%{?dist}
 Summary:Set of version requirements for a CPAN dist (DEPRECATED)
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 17 2012 Petr Pisar ppi...@redhat.com - 0.101022-240
+- Increase release to replace perl sub-package (bug #848961)
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.101022-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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-version] Increase release to replace perl sub-package

2012-08-17 Thread Petr Pisar
commit 302c9b3442886d81434ab00200cc4b549eb5c5b9
Author: Petr Písař ppi...@redhat.com
Date:   Fri Aug 17 10:30:14 2012 +0200

Increase release to replace perl sub-package

 perl-version.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-version.spec b/perl-version.spec
index 1c03427..52d596d 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -1,7 +1,7 @@
 Name:   perl-version
 Epoch:  3
 Version:0.99
-Release:1%{?dist}
+Release:240%{?dist}
 Summary:Perl extension for Version Objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -60,6 +60,9 @@ make test
 %{_mandir}/man3/version::Internals.3pm*
 
 %changelog
+* Fri Aug 17 2012 Petr Pisar ppi...@redhat.com - 3:0.99-240
+- Increase release to replace perl sub-package (bug #848961)
+
 * Fri Aug 17 2012 Petr Pisar ppi...@redhat.com - 3:0.99-1
 - 0.99 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 848961] perl rawhide update to 5.16.1-230.fc19 breaks dependencies not listed as broken by rawhide report

2012-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=848961

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2012-08-17 04:54:53

--- Comment #2 from Petr Pisar ppi...@redhat.com ---
This has been fixed by:

perl-CGI-3.60-1
perl-JSON-PP-2.27200-240
perl-Perl-OSType-1.002-240
perl-Scalar-List-Utils-1.25-240
perl-Version-Requirements-0.101022-240
perl-version-0.99-240

I found Marcela has not removed all dual-living sub-packages. We will remove
them later. Properly, without breaking perl update path.

-- 
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-DOM-XPath] Specify all dependencies

2012-08-17 Thread Petr Pisar
commit f3b13a007aeffd89ad547c20d650f51e59fe001c
Author: Jitka Plesnikova jples...@redhat.com
Date:   Fri Aug 17 12:02:33 2012 +0200

Specify all dependencies

 perl-XML-DOM-XPath.spec |   11 ---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-XML-DOM-XPath.spec b/perl-XML-DOM-XPath.spec
index 1192b97..8b69a44 100644
--- a/perl-XML-DOM-XPath.spec
+++ b/perl-XML-DOM-XPath.spec
@@ -1,6 +1,6 @@
 Name:   perl-XML-DOM-XPath
 Version:0.14
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Perl extension to add XPath support to XML::DOM, using 
XML::XPath engine
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,9 +8,11 @@ URL:http://search.cpan.org/dist/XML-DOM-XPath/
 Source0:
http://www.cpan.org/modules/by-module/XML/XML-DOM-XPath-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod) = 1.00
+BuildRequires:  perl(Test::Pod::Coverage) = 1.00
 BuildRequires:  perl(XML::DOM)
 BuildRequires:  perl(XML::XPathEngine) = 0.10
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -49,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 17 2012 Jitka Plesnikova jples...@redhat.com - 0.14-12
+- Specify all dependencies.
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.14-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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-XML-DOM] Specify all dependencies

2012-08-17 Thread Petr Pisar
commit 0e0316bfcd18286bddd564d9037a82d2bdc00418
Author: Jitka Plesnikova jples...@redhat.com
Date:   Fri Aug 17 12:03:03 2012 +0200

Specify all dependencies

 perl-XML-DOM.spec |   15 +++
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/perl-XML-DOM.spec b/perl-XML-DOM.spec
index 3d79db7..d89904a 100644
--- a/perl-XML-DOM.spec
+++ b/perl-XML-DOM.spec
@@ -1,6 +1,6 @@
 Name:   perl-XML-DOM
 Version:1.44
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:DOM extension to XML::Parser
 
 Group:  Development/Libraries
@@ -10,10 +10,14 @@ Source0:
http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-DOM-%{version}.
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
-BuildRequires:  perl(XML::Parser::PerlSAX)
-BuildRequires:  perl(XML::RegExp)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:   perl(XML::Parser)
+BuildRequires:  perl(XML::Parser) = 2.30
+BuildRequires:  perl(XML::Parser::PerlSAX) = 0.07
+BuildRequires:  perl(XML::RegExp)
+BuildRequires:  perl(Test)
+Requires:   perl(XML::Parser) = 2.30
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 Obsoletes:  perl-libxml-enno = 1.02
 
@@ -65,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 16 2012 Jitka Plesnikova jples...@redhat.com - 1.44-16
+- Specify all dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.44-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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-XML-Filter-BufferText] Specify all dependencies

2012-08-17 Thread Petr Pisar
commit f510fff8d0c652f7e962d8ec4067001fd255a814
Author: Jitka Plesnikova jples...@redhat.com
Date:   Fri Aug 17 12:05:03 2012 +0200

Specify all dependencies

 perl-XML-Filter-BufferText.spec |   12 +---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-XML-Filter-BufferText.spec b/perl-XML-Filter-BufferText.spec
index 8c60876..330dd06 100644
--- a/perl-XML-Filter-BufferText.spec
+++ b/perl-XML-Filter-BufferText.spec
@@ -1,6 +1,6 @@
 Name:   perl-XML-Filter-BufferText
 Version:1.01
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Filter to put all characters() in one event
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,9 +8,12 @@ URL:
http://search.cpan.org/dist/XML-Filter-BufferText/
 Source0:
http://www.cpan.org/modules/by-module/XML/XML-Filter-BufferText-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  perl(base)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(XML::SAX::Base)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-Requires:   perl(XML::SAX::Base)
-BuildRequires:  perl(XML::SAX::Base), perl(ExtUtils::MakeMaker), 
perl(Test::More)
+
 
 %description
 This is a very simple filter. One common cause of grief (and programmer
@@ -50,6 +53,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 17 2012 Jitka Plesnikova jples...@redhat.com - 1.01-16
+- Specify all dependencies.
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.01-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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

Broken dependencies: perl-PDL

2012-08-17 Thread buildsys


perl-PDL has broken dependencies in the F-18 tree:
On x86_64:
perl-PDL-2.4.10-1.fc17.x86_64 requires perl(:MODULE_COMPAT_5.14.2)
On i386:
perl-PDL-2.4.10-1.fc17.i686 requires perl(:MODULE_COMPAT_5.14.2)
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-OpenOffice-UNO

2012-08-17 Thread buildsys


perl-OpenOffice-UNO has broken dependencies in the F-18 tree:
On x86_64:
perl-OpenOffice-UNO-0.07-3.fc17.x86_64 requires 
perl(:MODULE_COMPAT_5.14.2)
On i386:
perl-OpenOffice-UNO-0.07-3.fc17.i686 requires 
perl(:MODULE_COMPAT_5.14.2)
perl-OpenOffice-UNO-0.07-3.fc17.i686 requires libsal_textenc.so
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-Socket6] Specify all dependencies

2012-08-17 Thread Petr Pisar
commit f79fb2d6fb24abfe97553187dd299ec5150f5cb3
Author: Petr Písař ppi...@redhat.com
Date:   Fri Aug 17 13:53:21 2012 +0200

Specify all dependencies

 perl-Socket6.spec |   14 --
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/perl-Socket6.spec b/perl-Socket6.spec
index b52dd76..5e23a5c 100644
--- a/perl-Socket6.spec
+++ b/perl-Socket6.spec
@@ -3,7 +3,7 @@
 
 Name:   perl-Socket6
 Version:0.23
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:IPv6 related part of the C socket.h defines and structure 
manipulators
 
 Group:  Development/Libraries
@@ -13,11 +13,18 @@ Source0:
http://www.cpan.org/authors/id/U/UM/UMEMOTO/Socket6-%{version}.t
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+# Tests:
+BuildRequires:  perl(Socket)
+BuildRequires:  perl(Test)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
 This module supports getaddrinfo() and getnameinfo() to intend to
-enable protocol independent programing.
+enable protocol independent programming.
 If your environment supports IPv6, IPv6 related defines such as
 AF_INET6 are included.
 
@@ -56,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 17 2012 Petr Pisar ppi...@redhat.com - 0.23-11
+- Specify all dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.23-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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-XML-Writer] Specify all dependencies

2012-08-17 Thread Petr Pisar
commit 5384d5708fc4142b5ae38ea300e313388ef3e114
Author: Jitka Plesnikova jples...@redhat.com
Date:   Fri Aug 17 14:32:18 2012 +0200

Specify all dependencies

 perl-XML-Writer.spec |   12 ++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-XML-Writer.spec b/perl-XML-Writer.spec
index b8428fe..65a91d2 100644
--- a/perl-XML-Writer.spec
+++ b/perl-XML-Writer.spec
@@ -1,6 +1,6 @@
 Name:   perl-XML-Writer
 Version:0.612
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:A simple Perl module for writing XML documents
 
 Group:  Development/Libraries
@@ -9,7 +9,12 @@ URL:http://search.cpan.org/dist/XML-Writer/
 Source0:
http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-%{version}.tar.gz
 
 BuildArch:  noarch
-BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod) = 1.00
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
@@ -50,6 +55,9 @@ make test
 
 
 %changelog
+* Fri Aug 17 2012 Jitka Plesnikova jples...@redhat.com - 0.612-5
+- Specify all dependencies.
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.612-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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

Broken dependencies: perl-PDL

2012-08-17 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.4.10-1.fc17.x86_64 requires perl(:MODULE_COMPAT_5.14.2)
On i386:
perl-PDL-2.4.10-1.fc17.i686 requires perl(:MODULE_COMPAT_5.14.2)
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-OpenOffice-UNO

2012-08-17 Thread buildsys


perl-OpenOffice-UNO has broken dependencies in the rawhide tree:
On x86_64:
perl-OpenOffice-UNO-0.07-3.fc17.x86_64 requires 
perl(:MODULE_COMPAT_5.14.2)
On i386:
perl-OpenOffice-UNO-0.07-3.fc17.i686 requires 
perl(:MODULE_COMPAT_5.14.2)
perl-OpenOffice-UNO-0.07-3.fc17.i686 requires libsal_textenc.so
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

[Bug 849147] New: perl-MooseX-AttributeShortcuts-0.014 is available

2012-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=849147

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

Latest upstream release: 0.014
Current version in Fedora Rawhide: 0.013
URL: http://search.cpan.org/dist/MooseX-AttributeShortcuts/

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

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

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

[Bug 849148] New: perl-Socket-2.005 is available

2012-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=849148

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

Latest upstream release: 2.005
Current version in Fedora Rawhide: 2.002
URL: http://search.cpan.org/dist/Socket/

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

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

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

File MooseX-AttributeShortcuts-0.014.tar.gz uploaded to lookaside cache by ppisar

2012-08-17 Thread Petr Pisar
A file has been added to the lookaside cache for perl-MooseX-AttributeShortcuts:

2328becfb89275949955a13f5dc383e8  MooseX-AttributeShortcuts-0.014.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-MooseX-AttributeShortcuts] 0.014 bump

2012-08-17 Thread Petr Pisar
commit 81b082fcdaff67826feb92c864d5e2332bb28d5e
Author: Petr Písař ppi...@redhat.com
Date:   Fri Aug 17 15:26:38 2012 +0200

0.014 bump

 .gitignore  |1 +
 perl-MooseX-AttributeShortcuts.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25e3e19..3c7957b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /MooseX-AttributeShortcuts-0.008.tar.gz
 /MooseX-AttributeShortcuts-0.010.tar.gz
 /MooseX-AttributeShortcuts-0.013.tar.gz
+/MooseX-AttributeShortcuts-0.014.tar.gz
diff --git a/perl-MooseX-AttributeShortcuts.spec 
b/perl-MooseX-AttributeShortcuts.spec
index 2018a6b..7fdc247 100644
--- a/perl-MooseX-AttributeShortcuts.spec
+++ b/perl-MooseX-AttributeShortcuts.spec
@@ -1,5 +1,5 @@
 Name:   perl-MooseX-AttributeShortcuts
-Version:0.013
+Version:0.014
 Release:1%{?dist}
 Summary:Shorthand for common Moose attribute options
 License:LGPLv2
@@ -60,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 17 2012 Petr Pisar ppi...@redhat.com - 0.014-1
+- 0.014 bump
+
 * Mon Jul 23 2012 Jitka Plesnikova jples...@redhat.com - 0.013-1
 - 0.013 bump
 
diff --git a/sources b/sources
index 15aeb98..4b5713a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4033f98618632f21ef9a8a046568093  MooseX-AttributeShortcuts-0.013.tar.gz
+2328becfb89275949955a13f5dc383e8  MooseX-AttributeShortcuts-0.014.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 Socket-2.005.tar.gz uploaded to lookaside cache by ppisar

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

8fb011e469401a92abe5262b05237a2d  Socket-2.005.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.005 bump

2012-08-17 Thread Petr Pisar
commit 9f67e271380a3184ca3c7cff185a6aeddf7064c4
Author: Petr Písař ppi...@redhat.com
Date:   Fri Aug 17 15:33:18 2012 +0200

2.005 bump

 .gitignore   |1 +
 perl-Socket.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29821f8..245ea13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /Socket-2.001.tar.gz
 /Socket-2.002.tar.gz
 /Socket-2.004.tar.gz
+/Socket-2.005.tar.gz
diff --git a/perl-Socket.spec b/perl-Socket.spec
index d6febc6..7d09318 100644
--- a/perl-Socket.spec
+++ b/perl-Socket.spec
@@ -1,4 +1,4 @@
-%global cpan_version 2.004
+%global cpan_version 2.005
 Name:   perl-Socket
 Version:%(eval echo '%{cpan_version}' | tr '_' '.')
 Release:1%{?dist}
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 17 2012 Petr Pisar ppi...@redhat.com - 2.005-1
+- 2.005 bump
+
 * Thu Aug 16 2012 Petr Pisar ppi...@redhat.com - 2.004-1
 - 2.004 bump
 
diff --git a/sources b/sources
index 2fa24ea..26cdc50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2bbc0cf6a8be73b8dec7f56ce2f935a6  Socket-2.004.tar.gz
+8fb011e469401a92abe5262b05237a2d  Socket-2.005.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 849147] perl-MooseX-AttributeShortcuts-0.014 is available

2012-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=849147

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-MooseX-AttributeShortc
   ||uts-0.014-1.fc19
 Resolution|--- |RAWHIDE
Last Closed||2012-08-17 09:41:29

-- 
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-XPathEngine] Specify all dependencies

2012-08-17 Thread Petr Pisar
commit a41b5b4453faf9ef7a4895efe450ff4cf17bbf89
Author: Jitka Plesnikova jples...@redhat.com
Date:   Fri Aug 17 15:40:09 2012 +0200

Specify all dependencies

 perl-XML-XPathEngine.spec |   12 +---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-XML-XPathEngine.spec b/perl-XML-XPathEngine.spec
index 4ffd801..313aa4f 100644
--- a/perl-XML-XPathEngine.spec
+++ b/perl-XML-XPathEngine.spec
@@ -1,6 +1,6 @@
 Name:   perl-XML-XPathEngine
 Version:0.12
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Re-usable XPath engine for DOM-like trees
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,9 +8,12 @@ URL:http://search.cpan.org/dist/XML-XPathEngine/
 Source0:
http://www.cpan.org/modules/by-module/XML/XML-XPathEngine-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(base)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod) = 1.14
+BuildRequires:  perl(Test::Pod::Coverage)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -47,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 17 2012 Jitka Plesnikova jples...@redhat.com - 0.12-11
+- Specify all dependencies.
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.12-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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 849148] perl-Socket-2.005 is available

2012-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=849148

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Socket-2.005-1.fc19
 Resolution|--- |RAWHIDE
Last Closed||2012-08-17 09:52:13

-- 
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 Email-Simple-2.102.tar.gz uploaded to lookaside cache by spot

2012-08-17 Thread Tom Callaway
A file has been added to the lookaside cache for perl-Email-Simple:

68809cf88371b5688bbc399f909cd493  Email-Simple-2.102.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-Email-Simple] update to 2.102, add missing Requires (bz848997)

2012-08-17 Thread Tom Callaway
commit 96b61fb7d94270cf48772f7d33101bd8ef437610
Author: Tom Callaway s...@fedoraproject.org
Date:   Fri Aug 17 14:23:48 2012 -0400

update to 2.102, add missing Requires (bz848997)

 .gitignore |1 +
 perl-Email-Simple.spec |9 +++--
 sources|2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 471b4c9..3203c01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Email-Simple-2.100.tar.gz
+/Email-Simple-2.102.tar.gz
diff --git a/perl-Email-Simple.spec b/perl-Email-Simple.spec
index 44509c0..b2fe8c1 100644
--- a/perl-Email-Simple.spec
+++ b/perl-Email-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Simple
-Version:2.100
-Release:7%{?dist}
+Version:2.102
+Release:1%{?dist}
 Summary:Simple parsing of RFC2822 message format and headers
 
 Group:  Development/Libraries
@@ -16,6 +16,7 @@ BuildRequires:  perl(Test::MinimumVersion)
 BuildRequires:  perl(Test::More) = 0.47
 BuildRequires: perl(ExtUtils::MakeMaker), perl(Email::Date::Format)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:  perl(Email::Date::Format)
 Provides:  perl-Email-Simple-Creator = %{version}-%{release}
 Obsoletes: perl-Email-Simple-Creator = 1.424
 
@@ -62,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 17 2012 Tom Callaway s...@fedoraproject.org - 2.102-1
+- update to 2.102
+- add explicit Requires: perl(Email::Date::Format)
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.100-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 0b5c13c..d24825a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38205400f9b6b5f1d9b6ae45183cb71f  Email-Simple-2.100.tar.gz
+68809cf88371b5688bbc399f909cd493  Email-Simple-2.102.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-Email-Simple/f18] update to 2.102, add missing Requires (bz848997)

2012-08-17 Thread Tom Callaway
commit 2f6395025ffc0842b136ad40d8cf79d53c6ea2e4
Author: Tom Callaway s...@fedoraproject.org
Date:   Fri Aug 17 14:28:57 2012 -0400

update to 2.102, add missing Requires (bz848997)

 perl-Email-Simple.spec |9 +++--
 sources|2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-Email-Simple.spec b/perl-Email-Simple.spec
index 44509c0..b2fe8c1 100644
--- a/perl-Email-Simple.spec
+++ b/perl-Email-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Simple
-Version:2.100
-Release:7%{?dist}
+Version:2.102
+Release:1%{?dist}
 Summary:Simple parsing of RFC2822 message format and headers
 
 Group:  Development/Libraries
@@ -16,6 +16,7 @@ BuildRequires:  perl(Test::MinimumVersion)
 BuildRequires:  perl(Test::More) = 0.47
 BuildRequires: perl(ExtUtils::MakeMaker), perl(Email::Date::Format)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:  perl(Email::Date::Format)
 Provides:  perl-Email-Simple-Creator = %{version}-%{release}
 Obsoletes: perl-Email-Simple-Creator = 1.424
 
@@ -62,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 17 2012 Tom Callaway s...@fedoraproject.org - 2.102-1
+- update to 2.102
+- add explicit Requires: perl(Email::Date::Format)
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.100-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 0b5c13c..d24825a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38205400f9b6b5f1d9b6ae45183cb71f  Email-Simple-2.100.tar.gz
+68809cf88371b5688bbc399f909cd493  Email-Simple-2.102.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-Email-Simple/f17] update to 2.102, add missing Requires (bz848997)

2012-08-17 Thread Tom Callaway
commit 6e51e4a941fa3c8b78efa6dc2395511933f3bc9c
Author: Tom Callaway s...@fedoraproject.org
Date:   Fri Aug 17 14:33:23 2012 -0400

update to 2.102, add missing Requires (bz848997)

 perl-Email-Simple.spec |   15 +--
 sources|2 +-
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/perl-Email-Simple.spec b/perl-Email-Simple.spec
index f3f5c99..b2fe8c1 100644
--- a/perl-Email-Simple.spec
+++ b/perl-Email-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Simple
-Version:2.100
-Release:5%{?dist}
+Version:2.102
+Release:1%{?dist}
 Summary:Simple parsing of RFC2822 message format and headers
 
 Group:  Development/Libraries
@@ -16,6 +16,7 @@ BuildRequires:  perl(Test::MinimumVersion)
 BuildRequires:  perl(Test::More) = 0.47
 BuildRequires: perl(ExtUtils::MakeMaker), perl(Email::Date::Format)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:  perl(Email::Date::Format)
 Provides:  perl-Email-Simple-Creator = %{version}-%{release}
 Obsoletes: perl-Email-Simple-Creator = 1.424
 
@@ -62,6 +63,16 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 17 2012 Tom Callaway s...@fedoraproject.org - 2.102-1
+- update to 2.102
+- add explicit Requires: perl(Email::Date::Format)
+
+* Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.100-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Thu Jun 21 2012 Petr Pisar ppi...@redhat.com - 2.100-6
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.100-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 0b5c13c..d24825a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38205400f9b6b5f1d9b6ae45183cb71f  Email-Simple-2.100.tar.gz
+68809cf88371b5688bbc399f909cd493  Email-Simple-2.102.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-Email-Simple/f16] update to 2.102, add missing Requires (bz848997)

2012-08-17 Thread Tom Callaway
commit 241bde8f74fcd99795d3cdd772be243da922142d
Author: Tom Callaway s...@fedoraproject.org
Date:   Fri Aug 17 14:33:50 2012 -0400

update to 2.102, add missing Requires (bz848997)

 perl-Email-Simple.spec |   18 --
 sources|2 +-
 2 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/perl-Email-Simple.spec b/perl-Email-Simple.spec
index a6fcb73..b2fe8c1 100644
--- a/perl-Email-Simple.spec
+++ b/perl-Email-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Simple
-Version:2.100
-Release:4%{?dist}
+Version:2.102
+Release:1%{?dist}
 Summary:Simple parsing of RFC2822 message format and headers
 
 Group:  Development/Libraries
@@ -16,6 +16,7 @@ BuildRequires:  perl(Test::MinimumVersion)
 BuildRequires:  perl(Test::More) = 0.47
 BuildRequires: perl(ExtUtils::MakeMaker), perl(Email::Date::Format)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:  perl(Email::Date::Format)
 Provides:  perl-Email-Simple-Creator = %{version}-%{release}
 Obsoletes: perl-Email-Simple-Creator = 1.424
 
@@ -62,6 +63,19 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 17 2012 Tom Callaway s...@fedoraproject.org - 2.102-1
+- update to 2.102
+- add explicit Requires: perl(Email::Date::Format)
+
+* Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.100-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Thu Jun 21 2012 Petr Pisar ppi...@redhat.com - 2.100-6
+- Perl 5.16 rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.100-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Wed Jul 20 2011 Petr Sabata con...@redhat.com - 2.100-4
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 0b5c13c..d24825a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38205400f9b6b5f1d9b6ae45183cb71f  Email-Simple-2.100.tar.gz
+68809cf88371b5688bbc399f909cd493  Email-Simple-2.102.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 848997] Missing requirement on perl(Email::Date::Format)

2012-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=848997

--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-Email-Simple-2.102-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/perl-Email-Simple-2.102-1.fc17

-- 
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 848997] Missing requirement on perl(Email::Date::Format)

2012-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=848997

--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Email-Simple-2.102-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/perl-Email-Simple-2.102-1.fc18

-- 
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 848997] Missing requirement on perl(Email::Date::Format)

2012-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=848997

--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Email-Simple-2.102-1.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/perl-Email-Simple-2.102-1.fc16

-- 
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 848997] Missing requirement on perl(Email::Date::Format)

2012-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=848997

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

   What|Removed |Added

 Status|MODIFIED|ON_QA

--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Email-Simple-2.102-1.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-Email-Simple-2.102-1.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-12173/perl-Email-Simple-2.102-1.fc18
then log in and leave karma (feedback).

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