[Bug 1061003] New: FTBFS: perl-Data-ObjectDriver-0.09-9.fc21: tests fail

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1061003

Bug ID: 1061003
   Summary: FTBFS: perl-Data-ObjectDriver-0.09-9.fc21: tests fail
   Product: Fedora
   Version: rawhide
 Component: perl-Data-ObjectDriver
  Assignee: emman...@seyman.fr
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, perl-devel@lists.fedoraproject.org



perl-Data-ObjectDriver-0.09-9.fc21 fails to build because tests do not pass:

+ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness"
"-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib',
'blib/arch')" t/*.t
t/00-compile.t . ok
t/01-col-inheritance.t . ok
t/02-basic.t ... ok
t/03-primary-keys.t  ok
t/04-clone.t ... ok
t/05-deflate.t . ok
#   Failed test 'Failed because of a unique constraint'
#   at t/06-errors.t line 32.
#  got: undef
# expected: '1'
# Looks like you failed 1 test of 3.
t/06-errors.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 
t/07-has-a-cached.t  ok
t/07-has-a.t ... ok
t/08-iterator.t  ok
# calling next() after add_term() with 'op'
t/09-resultset.t ... ok
t/10-resultset-peek.t .. ok
t/11-sql.t . ok
t/12-windows.t . ok
t/20-driver-sqlite.t ... ok
t/31-cached.t .. ok
t/32-partitioned.t . ok
t/33-views.t ... ok
t/34-both.t  ok
t/35-multiplexed.t . ok
t/41-callbacks.t ... ok
t/42-callbacks-multi-pk.t .. ok
t/50-profiling.t ... ok
Test Summary Report
---
t/06-errors.t(Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
Files=23, Tests=791, 62 wallclock secs ( 0.15 usr  0.03 sys +  2.00 cusr  0.28
csys =  2.46 CPU)
Result: FAIL

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=phiFyDXMqZ&a=cc_unsubscribe
--
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-Address-List/f19] Upstream update.

2014-02-03 Thread corsepiu
Summary of changes:

  9450a12... Upstream update. (*)

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

[perl-Email-Address-List/f20] Upstream update.

2014-02-03 Thread corsepiu
Summary of changes:

  9450a12... Upstream update. (*)

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

[perl-Email-Address-List] Upstream update.

2014-02-03 Thread corsepiu
commit 9450a1242724384842a6fa16d0d87eeb57adff32
Author: Ralf Corsépius 
Date:   Tue Feb 4 06:21:06 2014 +0100

Upstream update.

- Reflect Source0:-URL having changed.
- Add BR: perl(warnings).

 .gitignore   |2 +-
 perl-Email-Address-List.spec |   10 --
 sources  |2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 374b31c..d94b038 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Email-Address-List-0.01.tar.gz
+/Email-Address-List-0.04.tar.gz
diff --git a/perl-Email-Address-List.spec b/perl-Email-Address-List.spec
index 5abb7a1..1e026f5 100644
--- a/perl-Email-Address-List.spec
+++ b/perl-Email-Address-List.spec
@@ -1,17 +1,18 @@
 Name:   perl-Email-Address-List
-Version:0.01
+Version:0.04
 Release:1%{?dist}
 Summary:RFC close address list parsing
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Email-Address-List/
-Source0:
http://www.cpan.org/authors/id/R/RU/RUZ/Email-Address-List-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/A/AL/ALEXMV/Email-Address-List-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Email::Address)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(JSON)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -42,5 +43,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 04 2014 Ralf Corsépius  0.04-1
+- Upstream update.
+- Reflect Source0:-URL having changed.
+- Add BR: perl(warnings).
+
 * Thu Dec 19 2013 Ralf Corsépius  0.01-1
 - Initial Fedora package.
diff --git a/sources b/sources
index ae0d8b2..eaf687c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0987dc5ba9184217fc1c8f1d28d6c906  Email-Address-List-0.01.tar.gz
+d6fc83dc58f6fe108bed83a44cb005e3  Email-Address-List-0.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

File Email-Address-List-0.04.tar.gz uploaded to lookaside cache by corsepiu

2014-02-03 Thread corsepiu
A file has been added to the lookaside cache for perl-Email-Address-List:

d6fc83dc58f6fe108bed83a44cb005e3  Email-Address-List-0.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-Locale-Maketext-Lexicon] Upstream update.

2014-02-03 Thread corsepiu
commit 2277e361d5bcdef14a2f9e32dc982fd03f4198ae
Author: Ralf Corsépius 
Date:   Tue Feb 4 05:12:44 2014 +0100

Upstream update.

- Remove redundant explicit R: perl(YAML::Loader).
- Extend BR:'s.

 .gitignore|2 +-
 perl-Locale-Maketext-Lexicon.spec |   32 +---
 sources   |2 +-
 3 files changed, 27 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 360e11b..ba92686 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Locale-Maketext-Lexicon-0.98.tar.gz
+/Locale-Maketext-Lexicon-0.99.tar.gz
diff --git a/perl-Locale-Maketext-Lexicon.spec 
b/perl-Locale-Maketext-Lexicon.spec
index 2e75fb2..95d7572 100644
--- a/perl-Locale-Maketext-Lexicon.spec
+++ b/perl-Locale-Maketext-Lexicon.spec
@@ -1,6 +1,6 @@
 Name:  perl-Locale-Maketext-Lexicon
-Version:   0.98
-Release:   2%{?dist}
+Version:   0.99
+Release:   1%{?dist}
 Summary:   Extract translatable strings from source
 License:   MIT
 Group: Development/Libraries
@@ -11,15 +11,31 @@ Source0:
http://search.cpan.org/CPAN/authors/id/D/DR/DRTECH/Locale-Makete
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 BuildRequires: perl(ExtUtils::MakeMaker) > 6.30
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(HTML::Parser) >= 3.56
 BuildRequires:  perl(Lingua::EN::Sentence) >= 0.25
+BuildRequires:  perl(Locale::Maketext) >= 1.17
 BuildRequires:  perl(PPI) >= 1.203
+BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Template) >= 2.20
 BuildRequires:  perl(Template::Constants) >= 2.75
+BuildRequires:  perl(Template::Directive)
+BuildRequires:  perl(Template::Parser)
+BuildRequires:  perl(Text::Haml)
 BuildRequires:  perl(YAML) >= 0.66
 BuildRequires:  perl(YAML::Loader) >= 0.66
-BuildRequires:  perl(Locale::Maketext) >= 1.17
-BuildRequires:  perl(Text::Haml)
+BuildRequires:  perl(base)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 
 # Required by the tests
 BuildRequires:  /usr/bin/msgunfmt
@@ -27,9 +43,6 @@ BuildRequires:  perl(Test::Pod) >= 1.00
 
 BuildArch: noarch
 
-# rpm doesn't catch this
-Requires:   perl(YAML::Loader)
-
 %{?perl_default_filter}
 
 %description
@@ -62,6 +75,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 04 2014 Ralf Corsépius  - 0.99-1
+- Upstream update.
+- Remove redundant explicit R: perl(YAML::Loader).
+- Extend BR:'s.
+
 * Mon Jan 27 2014 Ralf Corsépius  - 0.98-2
 - Reflect Text::Haml having made it into Fedora.
 
diff --git a/sources b/sources
index 1d5d98b..be60663 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7011e111e945251ebdaad9a73910eea  Locale-Maketext-Lexicon-0.98.tar.gz
+c88e75b607a424c04613765cebb5  Locale-Maketext-Lexicon-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

[Bug 1060896] epel6 build request - perl-Test-Simple

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060896

Paul Howarth  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |CANTFIX
Last Closed||2014-02-03 18:18:11



--- Comment #1 from Paul Howarth  ---
Can't do it; perl-Test-Simple (0.92) is part of RHEL-6.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=z0cd6WrhRR&a=cc_unsubscribe
--
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 1060896] New: epel6 build request - perl-Test-Simple

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060896

Bug ID: 1060896
   Summary: epel6 build request - perl-Test-Simple
   Product: Fedora
   Version: rawhide
 Component: perl-Test-Simple
  Severity: medium
  Assignee: p...@city-fan.org
  Reporter: bazanlui...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com, p...@city-fan.org,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Please build perl-Test-Simple for epel6.

Regards!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=BzxPEtsZD8&a=cc_unsubscribe
--
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-PDL/epel7] Fix epel7 build

2014-02-03 Thread Lubomir Rintel
commit 76bde8ab5768d2446bee6fbbbc2c49d8506d1c5c
Author: Lubomir Rintel 
Date:   Mon Feb 3 18:11:28 2014 +0100

Fix epel7 build

 perl-PDL.spec |   13 -
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/perl-PDL.spec b/perl-PDL.spec
index a6fe5e8..48a1495 100644
--- a/perl-PDL.spec
+++ b/perl-PDL.spec
@@ -11,7 +11,7 @@
 Name:   perl-PDL
 %global cpan_version 2.007
 Version:2.7.0
-Release:2%{?dist}
+Release:2%{?dist}.1
 Summary:The Perl Data Language
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -67,14 +67,18 @@ BuildRequires:  perl(fields)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(FileHandle)
+%if 0%{rhel} < 7
 BuildRequires:  perl(File::Map) >= 0.57
+%endif
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Filter::Simple) >= 0.88
 BuildRequires:  perl(Filter::Util::Call)
 BuildRequires:  perl(Inline) >= 0.43
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(List::Util)
+%if 0%{rhel} < 7
 BuildRequires:  perl(Module::Compile) >= 0.23
+%endif
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(namespace::clean)
 BuildRequires:  perl(overload)
@@ -104,11 +108,15 @@ BuildRequires:  proj-nad
 # BuildRequires:  ncurses-devel
 BuildRequires:  sharutils
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+%if 0%{rhel} < 7
 Requires:   perl(File::Map) >= 0.57
+%endif
 Requires:   perl(File::Spec) >= 0.6
 Requires:   perl(Filter::Simple) >= 0.88
 Requires:   perl(Inline) >= 0.43
+%if 0%{rhel} < 7
 Requires:   perl(Module::Compile) >= 0.23
+%endif
 Requires:   perl(OpenGL) >= 0.6702
 Requires:   perl(Text::Balanced) >= 1.89
 Provides:   perl(PDL::Config)
@@ -190,6 +198,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Feb 03 2014 Lubomir Rintel  - 2.7.0-2.1
+- Fix epel7 build
+
 * Mon Dec 16 2013 Petr Pisar  - 2.7.0-2
 - Disable Slatec on PPC64 (bug #1041304)
 
--
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-DateTime-TimeZone-Tzfile] Created tag perl-DateTime-TimeZone-Tzfile-0.010-1.fc21

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-DateTime-TimeZone-Tzfile-0.010-1.fc21' was created 
pointing to:

 38b3012... Update to 0.010
--
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-DateTime-TimeZone-Tzfile] Created tag perl-DateTime-TimeZone-Tzfile-0.010-1.el7

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-DateTime-TimeZone-Tzfile-0.010-1.el7' was created 
pointing to:

 38b3012... Update to 0.010
--
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-DateTime-TimeZone-Tzfile/epel7: 3/3] Update to 0.010

2014-02-03 Thread Paul Howarth
commit 38b3012ef8944aaf9cabc7a4f39b7332cd1f0fbc
Author: Paul Howarth 
Date:   Mon Feb 3 16:15:13 2014 +

Update to 0.010

- New upstream release 0.010
  - In META.{yml,json}, point to public git repository
  - Bugfix: require bugfixed version of DateTime::TimeZone::SystemV to 
handle
POSIX-TZ field showing transitions occurring at 24:00
  - Support version 3 of the tzfile format
  - Bugfix: require bugfixed version of DateTime::TimeZone::SystemV to 
handle
->offset_for_local_datetime with perpetual-DST ruleset that can arise 
with
a version-3 tzfile
- Don't need to remove empty directories from the buildroot

 .gitignore |3 +--
 perl-DateTime-TimeZone-Tzfile.spec |   18 ++
 sources|2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83852f0..59f7c67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/DateTime-TimeZone-Tzfile-0.006.tar.gz
-/DateTime-TimeZone-Tzfile-0.007.tar.gz
+/DateTime-TimeZone-Tzfile-[0-9.]*.tar.gz
diff --git a/perl-DateTime-TimeZone-Tzfile.spec 
b/perl-DateTime-TimeZone-Tzfile.spec
index e1ce169..52b4219 100644
--- a/perl-DateTime-TimeZone-Tzfile.spec
+++ b/perl-DateTime-TimeZone-Tzfile.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-TimeZone-Tzfile
-Version:0.007
-Release:7%{?dist}
+Version:0.010
+Release:1%{?dist}
 Summary:Tzfile (zoneinfo) timezone files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,7 +9,7 @@ Source0:
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/DateTime-TimeZone-Tzf
 BuildArch:  noarch
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Date::ISO8601)
-BuildRequires:  perl(DateTime::TimeZone::SystemV) >= 0.002
+BuildRequires:  perl(DateTime::TimeZone::SystemV) >= 0.009
 BuildRequires:  perl(integer)
 BuildRequires:  perl(IO::File) >= 1.13
 BuildRequires:  perl(IO::Handle) >= 1.08
@@ -43,7 +43,6 @@ can be used with DateTime objects.
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -56,6 +55,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
\;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb  3 2014 Paul Howarth  - 0.010-1
+- Update to 0.010
+  - In META.{yml,json}, point to public git repository
+  - Bugfix: require bugfixed version of DateTime::TimeZone::SystemV to handle
+POSIX-TZ field showing transitions occurring at 24:00
+  - Support version 3 of the tzfile format
+  - Bugfix: require bugfixed version of DateTime::TimeZone::SystemV to handle
+->offset_for_local_datetime with perpetual-DST ruleset that can arise with
+a version-3 tzfile
+- Don't need to remove empty directories from the buildroot
+
 * Sat Aug 03 2013 Fedora Release Engineering  
- 0.007-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 5f91293..1094eb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7894cb31decfb83b4f3f4f783b871839  DateTime-TimeZone-Tzfile-0.007.tar.gz
+12f28e5f47fb7956102455483aeef788  DateTime-TimeZone-Tzfile-0.010.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-DateTime-TimeZone-Tzfile/epel7] (3 commits) ...Update to 0.010

2014-02-03 Thread Paul Howarth
Summary of changes:

  dd50871... Perl 5.18 rebuild (*)
  1f2e73c... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  38b3012... Update to 0.010

(*) 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-DateTime-TimeZone-SystemV] Created tag perl-DateTime-TimeZone-SystemV-0.009-1.el7

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-DateTime-TimeZone-SystemV-0.009-1.el7' was created 
pointing to:

 d71eaad... Update to 0.009
--
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-DateTime-TimeZone-SystemV] Created tag perl-DateTime-TimeZone-SystemV-0.009-1.fc21

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-DateTime-TimeZone-SystemV-0.009-1.fc21' was created 
pointing to:

 d71eaad... Update to 0.009
--
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-DateTime-TimeZone-SystemV/epel7] (3 commits) ...Update to 0.009

2014-02-03 Thread Paul Howarth
Summary of changes:

  5b3323a... Perl 5.18 rebuild (*)
  96841a7... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  d71eaad... Update to 0.009 (*)

(*) 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-Log-Report] 1.01 bump

2014-02-03 Thread Petr Pisar
commit 2f5a169f35a3a61bf47c45986ae85a98f4b7b972
Author: Petr Písař 
Date:   Fri Jan 31 12:57:57 2014 +0100

1.01 bump

 .gitignore   |1 +
 perl-Log-Report.spec |   74 +++--
 sources  |2 +-
 3 files changed, 43 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 21d2487..5691921 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Log-Report-0.998.tar.gz
+/Log-Report-1.01.tar.gz
diff --git a/perl-Log-Report.spec b/perl-Log-Report.spec
index 0f10d7b..ee15cff 100644
--- a/perl-Log-Report.spec
+++ b/perl-Log-Report.spec
@@ -1,5 +1,5 @@
 Name:   perl-Log-Report
-Version:0.998
+Version:1.01
 Release:1%{?dist}
 Summary:Report a problem with exceptions and translation support
 License:GPL+ or Artistic
@@ -11,41 +11,40 @@ BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
 BuildRequires:  perl(base)
-BuildRequires:  perl(constant)
 BuildRequires:  perl(Devel::GlobalDestruction) >= 0.09
 BuildRequires:  perl(Encode) >= 2.00
 BuildRequires:  perl(Exporter)
-# Fcntl not used at tests
+BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec)
-# Getopt::Long not used at tests
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(locale)
-# Locale::gettext not used at tests
 BuildRequires:  perl(Log::Dispatch) >= 2.00
 BuildRequires:  perl(Log::Log4perl)
+BuildRequires:  perl(Log::Report::Minimal::Domain)
+BuildRequires:  perl(Log::Report::Util)
+# Mojo tests are optional
+BuildRequires:  perl(Mojo::Base)
+BuildRequires:  perl(Mojo::Log)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(POSIX)
-BuildRequires:  perl(PPI)
+BuildRequires:  perl(Scalar::Util)
+# String::Print is not used
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Sys::Syslog) >= 0.27
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
-# Win32::TieRegistry used only from Log::Report::Win32Locale which we drop
 # Tests:
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More) >= 0.86
-BuildRequires:  perl(utf8)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(Devel::GlobalDestruction) >= 0.09
 Requires:   perl(Encode) >= 2.00
-Requires:   perl(Sys::Syslog) >= 0.27
 
 # Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Devel::GlobalDestruction|Encode|Sys::Syslog)\\)$
@@ -72,24 +71,29 @@ Requires:   perl-Log-Report = 
%{?epoch:%epoch:}%{version}-%{release}
 %description Dispatcher-LogDispatch
 This is an optional Log::Dispatch back-end for Log::Report logging framework.
 
-%package Extract
-Summary:Collect translatable strings for Log::Report
+%package Dispatcher-Syslog
+Summary:Sys::Syslog back-end for Log::Report
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl-Log-Report = %{?epoch:%epoch:}%{version}-%{release}
+Requires:   perl(Encode) >= 2.00
+Requires:   perl(Sys::Syslog) >= 0.27
+
+%description Dispatcher-Syslog
+This is an optional Sys::Syslog back-end for Log::Report logging framework.
+
+%package Mojo
+Summary:Divert log messages into Log::Report
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl-Log-Report = %{?epoch:%epoch:}%{version}-%{release}
+Requires:   perl(Mojo::Log)
 
-%description Extract
-Log::Report logging framework supports localizing messages. This package
-provides tools for collecting translatable strings from Perl code that uses
-the Log::Report framework.
+%description Mojo
+Mojo likes to log messages directly into a file, by default. This is a Mojo
+extension that can route Mojo messages into Log::Report logging framework.
 
 
 %prep
 %setup -q -n Log-Report-%{version}
-# Remove Win32 specific code requiring Win32 specific modules
-rm lib/Log/Report/Win32Locale.p*
-sed -i -e '\|^lib/Log/Report/Win32Locale.p|d' MANIFEST
-# Correct shebang
-sed -i -e '/^#!/ c#!%{__perl}' bin/xgettext-perl
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -108,13 +112,13 @@ make test
 %{perl_vendorlib}/*
 %exclude %{perl_vendorlib}/Log/Report/Dispatcher/Log4perl.*
 %exclude %{perl_vendorlib}/Log/Report/Dispatcher/LogDispatch.*
-%exclude %{perl_vendorlib}/Log/Report/Extract.*
-%exclude %{perl_vendorlib}/Log/Report/Extract
+%exclude %{perl_vendorlib}/Log/Report/Dispatcher/Syslog.*
+%exclude %{perl_vendorlib}/MojoX
 %{_mandir}/man3/*
 %exclude %{_mandir}/man3/Log::Report::Dispatcher::Log4perl.*
 %exclude %{_mandir}/man3/Log::Report::Dispatcher::LogDispatch.*
-%exclude %{_mandir}/man3/Log::Report::Extract.*
-%e

[perl-Params-Classify] Created tag perl-Params-Classify-0.013-7.el7

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-Params-Classify-0.013-7.el7' was created pointing to:

 72257c5... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass
--
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 1059635] perl-Log-Report-1.01 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1059635

Bug 1059635 depends on bug 1060044, which changed state.

Bug 1060044 Summary: Review Request: perl-Log-Report-Optional - Base class for 
large Log::Report and simple Log::Report::Minimal
https://bugzilla.redhat.com/show_bug.cgi?id=1060044

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=FdxQlXW05y&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-Comments/epel7] (3 commits) ...Get rid of pointless in-place edit flag in perl filter invocation

2014-02-03 Thread Paul Howarth
Summary of changes:

  7c6c0a3... Perl 5.18 rebuild (*)
  a0eeb55... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  477ce47... Get rid of pointless in-place edit flag in perl filter invo (*)

(*) 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-Date-ISO8601] Created tag perl-Date-ISO8601-0.004-6.el7

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-Date-ISO8601-0.004-6.el7' was created pointing to:

 b2a13b3... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass
--
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] Move macro files into %{_rpmconfigdir}/macros.d

2014-02-03 Thread Petr Pisar
commit 81968d99494027f9a9417d569cf41cf9f0e4ceef
Author: Petr Písař 
Date:   Mon Feb 3 16:10:56 2014 +0100

Move macro files into %{_rpmconfigdir}/macros.d

%{_rpmconfigdir} is available since RPM 4.11.

 perl.spec |   17 ++---
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 046c461..285e6bd 100644
--- a/perl.spec
+++ b/perl.spec
@@ -10,8 +10,8 @@
 %global dual_life 0
 %global rebuild_from_scratch 0
 
-# This overrides filters from build root (/etc/rpm/macros.perl)
-# intentionally (unversioned perl(DB) is removed and versioned one is kept)
+# This overrides filters from build root (/usr/lib/rpm/macros.d/macros.perl)
+# intentionally (unversioned perl(DB) is removed and versioned one is kept).
 # Filter provides from *.pl files, bug #924938
 %global __provides_exclude_from 
.*%{_docdir}|.*%{perl_archlib}/.*\\.pl$|.*%{perl_privlib}/.*\\.pl$
 %global __requires_exclude_from %{_docdir}
@@ -19,7 +19,7 @@
 # unicore::Name - it's needed by perl, maybe problem of rpm
 # FCGI is external dependency after install of perl-CGI, remove it during RC 
releases
 %global __requires_exclude 
perl\\((VMS|BSD::|Win32|Tk|Mac::|Your::Module::Here|unicore::Name|FCGI)
-# same as we provide in /etc/rpm/macros.perl
+# same as we provide in /usr/lib/rpm/macros.d/macros.perl
 %global perl5_testdir   %{_libexecdir}/perl5-tests
 
 # We can bootstrap without gdbm
@@ -30,7 +30,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:295%{?dist}
+Release:296%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -2104,8 +2104,8 @@ install -p -m 644 %{SOURCE2} 
%{build_privlib}/Net/libnet.cfg
 #
 # perl RPM macros
 #
-mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/rpm
-install -p -m 644 %{SOURCE3} ${RPM_BUILD_ROOT}%{_sysconfdir}/rpm/
+mkdir -p ${RPM_BUILD_ROOT}%{_rpmconfigdir}/macros.d
+install -p -m 644 %{SOURCE3} ${RPM_BUILD_ROOT}%{_rpmconfigdir}/macros.d/
 
 #
 # Core modules removal
@@ -2831,7 +2831,7 @@ sed \
 %doc perl-example.stp
 
 %files macros
-%attr(0644,root,root) %{_sysconfdir}/rpm/macros.perl
+%{_rpmconfigdir}/macros.d/macros.perl
 
 %files tests
 %{perl5_testdir}/
@@ -3604,6 +3604,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon Feb 03 2014 Petr Pisar  - 4:5.18.2-296
+- Move macro files into %%{_rpmconfigdir}/macros.d
+
 * Wed Jan 29 2014 Petr Pisar  - 4:5.18.2-295
 - Provide perl(CPAN::Meta::Requirements) with six decimal places
 
--
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-Sysadm-Install] Created tag perl-Sysadm-Install-0.43-1.el7

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-Sysadm-Install-0.43-1.el7' was created pointing to:

 dd4cbf6... Update to 0.43
--
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 Log-Report-Optional-1.00.tar.gz uploaded to lookaside cache by ppisar

2014-02-03 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Log-Report-Optional:

19ac502fd361dac0fceab7cb9d1e7dbe  Log-Report-Optional-1.00.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-Log-Report-Optional] Import

2014-02-03 Thread Petr Pisar
commit 149f5457e3861b299446f18f7efd4abda9fc7ff0
Author: Petr Písař 
Date:   Mon Feb 3 16:45:18 2014 +0100

Import

 .gitignore|1 +
 perl-Log-Report-Optional.spec |   60 +
 sources   |1 +
 3 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..45b58ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Log-Report-Optional-1.00.tar.gz
diff --git a/perl-Log-Report-Optional.spec b/perl-Log-Report-Optional.spec
new file mode 100644
index 000..bd534cc
--- /dev/null
+++ b/perl-Log-Report-Optional.spec
@@ -0,0 +1,60 @@
+Name:   perl-Log-Report-Optional
+Version:1.00
+Release:1%{?dist}
+Summary:Base class for large Log::Report and simple 
Log::Report::Minimal
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Log-Report-Optional/
+Source0:
http://www.cpan.org/authors/id/M/MA/MARKOV/Log-Report-Optional-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(String::Print) >= 0.13
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(Test::More) >= 0.86
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(String::Print) >= 0.13
+# This package is a sprout of perl-Log-Report. It replaces part of
+# perl-Log-Report-0.998 and it's required by perl-Log-Report >= 1.01.
+Conflicts:  perl-Log-Report < 0.999
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(String::Print\\)$
+
+%description
+This module will allow libraries (helper modules) to have a dependency to a
+small module instead of the full Log-Report distribution. The full power of
+Log::Report is only released when the main program uses that module. In
+that case, the module using the 'Optional' will also use the full
+Log::Report, otherwise the dressed-down Log::Report::Minimal version.
+
+%prep
+%setup -q -n Log-Report-Optional-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc ChangeLog README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Jan 31 2014 Petr Pisar  1.00-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..aa589fd 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+19ac502fd361dac0fceab7cb9d1e7dbe  Log-Report-Optional-1.00.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-DateTime-TimeZone-SystemV] Update to 0.009

2014-02-03 Thread Paul Howarth
commit d71eaad9d821b573d2f88dc23ea2abd8aa695f42
Author: Paul Howarth 
Date:   Mon Feb 3 15:40:54 2014 +

Update to 0.009

- New upstream release 0.009
  - In META.{yml,json}, point to public git repository
  - Bugfix: permit time of day for a DST change to extend up to 24:59:59,
which POSIX (unclearly) permits and is actually seen in the current
rule for timezone Asia/Amman
  - Support the extended form of the recipe syntax that is used by
version 3 of the tzfile(5) file format
  - Bugfix: correct ->offset_for_local_datetime for perpetual-DST ruleset
that can arise with the tzfile3 system
- Don't need to remove empty directories from the buildroot

 .gitignore  |3 +--
 perl-DateTime-TimeZone-SystemV.spec |   17 ++---
 sources |2 +-
 3 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e863367..7379f7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/DateTime-TimeZone-SystemV-0.005.tar.gz
-/DateTime-TimeZone-SystemV-0.006.tar.gz
+/DateTime-TimeZone-SystemV-[0-9.]*.tar.gz
diff --git a/perl-DateTime-TimeZone-SystemV.spec 
b/perl-DateTime-TimeZone-SystemV.spec
index cabd6b8..32ea416 100644
--- a/perl-DateTime-TimeZone-SystemV.spec
+++ b/perl-DateTime-TimeZone-SystemV.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-TimeZone-SystemV
-Version:0.006
-Release:6%{?dist}
+Version:0.009
+Release:1%{?dist}
 Summary:System V and POSIX timezone strings
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -39,7 +39,6 @@ can be used with DateTime objects.
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -52,6 +51,18 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
\;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb  3 2014 Paul Howarth  - 0.009-1
+- Update to 0.009
+  - In META.{yml,json}, point to public git repository
+  - Bugfix: permit time of day for a DST change to extend up to 24:59:59,
+which POSIX (unclearly) permits and is actually seen in the current
+rule for timezone Asia/Amman
+  - Support the extended form of the recipe syntax that is used by
+version 3 of the tzfile(5) file format
+  - Bugfix: correct ->offset_for_local_datetime for perpetual-DST ruleset
+that can arise with the tzfile3 system
+- Don't need to remove empty directories from the buildroot
+
 * Sat Aug 03 2013 Fedora Release Engineering  
- 0.006-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index c89d7e0..6d65e68 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab33e9d1cfb688de84e278330ddd5886  DateTime-TimeZone-SystemV-0.006.tar.gz
+9e5f8e93ab09f7c53a59ce76717df93e  DateTime-TimeZone-SystemV-0.009.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 DateTime-TimeZone-SystemV-0.009.tar.gz uploaded to lookaside cache by pghmcfc

2014-02-03 Thread Paul Howarth
A file has been added to the lookaside cache for perl-DateTime-TimeZone-SystemV:

9e5f8e93ab09f7c53a59ce76717df93e  DateTime-TimeZone-SystemV-0.009.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 DateTime-TimeZone-Tzfile-0.010.tar.gz uploaded to lookaside cache by pghmcfc

2014-02-03 Thread Paul Howarth
A file has been added to the lookaside cache for perl-DateTime-TimeZone-Tzfile:

12f28e5f47fb7956102455483aeef788  DateTime-TimeZone-Tzfile-0.010.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-String-Print] Import

2014-02-03 Thread Petr Pisar
commit 1cf6bb4e04cc25cc3f106f7c619cec50bc283553
Author: Petr Písař 
Date:   Mon Feb 3 16:19:10 2014 +0100

Import

 .gitignore |1 +
 perl-String-Print.spec |   53 
 sources|1 +
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c33095f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/String-Print-0.13.tar.gz
diff --git a/perl-String-Print.spec b/perl-String-Print.spec
new file mode 100644
index 000..900e33b
--- /dev/null
+++ b/perl-String-Print.spec
@@ -0,0 +1,53 @@
+Name:   perl-String-Print
+Version:0.13
+Release:1%{?dist}
+Summary:Alternative for Perl printf
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/String-Print/
+Source0:
http://www.cpan.org/authors/id/M/MA/MARKOV/String-Print-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(locale)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Unicode::GCString)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Test::More) >= 0.86
+BuildRequires:  perl(utf8)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+This module inserts values into (translated) strings. It provides printf
+and sprintf alternatives via both an object oriented and a functional
+interface. It supports translation, user-defined non-string value
+serialization, user-defined modifiers, and correct Unicode string padding.
+
+%prep
+%setup -q -n String-Print-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc ChangeLog README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Jan 31 2014 Petr Pisar  0.13-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..0d5dc14 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6b78922d71eca61ca97619cbecc80c0c  String-Print-0.13.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 String-Print-0.13.tar.gz uploaded to lookaside cache by ppisar

2014-02-03 Thread Petr Pisar
A file has been added to the lookaside cache for perl-String-Print:

6b78922d71eca61ca97619cbecc80c0c  String-Print-0.13.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-Log-Log4perl/epel7] (5 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-03 Thread Lubomir Rintel
Summary of changes:

  f85fb69... 1.41 bump (*)
  47ea98e... Perl 5.18 rebuild (*)
  f8e57fe... Do not perform shared-memory tests (*)
  03d65fe... 1.42 bump (*)
  93eda58... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) 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-CLASS/epel7] (3 commits) ...Drop the tests subpackage

2014-02-03 Thread 李瑞彬
Summary of changes:

  418ace3... Perl 5.18 rebuild (*)
  8b1e16a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  47a92f4... Drop the tests subpackage (*)

(*) 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-srpm-macros] Move macro files into %{_rpmconfigdir}/macros.d

2014-02-03 Thread Petr Pisar
commit 2420d5e1e752938c609991286a03fdd9ae1218a5
Author: Petr Písař 
Date:   Mon Feb 3 15:41:57 2014 +0100

Move macro files into %{_rpmconfigdir}/macros.d

%{_rpmconfigdir} is supported since RPM 4.11.

 perl-srpm-macros.spec |9 ++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-srpm-macros.spec b/perl-srpm-macros.spec
index 5c76b76..b206d22 100644
--- a/perl-srpm-macros.spec
+++ b/perl-srpm-macros.spec
@@ -1,6 +1,6 @@
 Name:   perl-srpm-macros
 Version:1
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:RPM macros for building Perl source package from source repository
 Group:  Development/Libraries
 License:GPLv3+
@@ -13,12 +13,15 @@ repositories. They influence build-requires set into the 
source package.
 
 %install
 install -m 644 -D "%{SOURCE0}" \
-"$RPM_BUILD_ROOT/%{_sysconfdir}/rpm/macros.perl-srpm"
+'%{buildroot}%{_rpmconfigdir}/macros.d/macros.perl-srpm'
 
 %files
-%{_sysconfdir}/rpm/macros.perl-srpm
+%{_rpmconfigdir}/macros.d/macros.perl-srpm
 
 %changelog
+* Mon Feb 03 2014 Petr Pisar  - 1-11
+- Move macro files into %%{_rpmconfigdir}/macros.d
+
 * Tue Aug 13 2013 Jitka Plesnikova  - 1-10
 - Disable perl_bootstrap for perl 5.18 rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-Sync] Created tag perl-File-Sync-0.11-1.el7

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-File-Sync-0.11-1.el7' was created pointing to:

 aa1d33c... Update to 0.11
--
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

[pkgdb] perl-Meta-Builder ownership changed

2014-02-03 Thread Fedora PackageDB
Package perl-Meta-Builder in Fedora EPEL 7 is now owned by pghmcfc

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Meta-Builder
--
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

[pkgdb] perl-Fennec-Lite ownership changed

2014-02-03 Thread Fedora PackageDB
Package perl-Fennec-Lite in Fedora EPEL 7 is now owned by pghmcfc

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Fennec-Lite
--
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

[pkgdb] perl-Exporter-Declare ownership changed

2014-02-03 Thread Fedora PackageDB
Package perl-Exporter-Declare in Fedora EPEL 7 is now owned by pghmcfc

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Exporter-Declare
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-Sync/epel7] (3 commits) ...Update to 0.11

2014-02-03 Thread Paul Howarth
Summary of changes:

  2e35cf2... Perl 5.18 rebuild (*)
  75aad32... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  aa1d33c... Update to 0.11 (*)

(*) 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-File-ShareDir-Install] Created tag perl-File-ShareDir-Install-0.08-1.el7

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-File-ShareDir-Install-0.08-1.el7' was created 
pointing to:

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

[perl-File-ShareDir-Install/epel7] (3 commits) ...Update to 0.08

2014-02-03 Thread Paul Howarth
Summary of changes:

  ed5be31... Perl 5.18 rebuild (*)
  7a86336... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  114ee45... Update to 0.08 (*)

(*) 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-FileHandle-Unget] Created tag perl-FileHandle-Unget-0.1623-15.el7

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-FileHandle-Unget-0.1623-15.el7' was created pointing 
to:

 5b25711... Get rid of pointless in-place edit flag in perl filter invo
--
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-FileHandle-Unget] Created tag perl-FileHandle-Unget-0.1623-15.fc21

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-FileHandle-Unget-0.1623-15.fc21' was created pointing 
to:

 5b25711... Get rid of pointless in-place edit flag in perl filter invo
--
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-FileHandle-Unget] Created tag perl-FileHandle-Unget-0.1623-13.el7

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-FileHandle-Unget-0.1623-13.el7' was created pointing 
to:

 fb15f0b... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass
--
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-FileHandle-Unget/epel7] (3 commits) ...Get rid of pointless in-place edit flag in perl filter invocation

2014-02-03 Thread Paul Howarth
Summary of changes:

  d30a175... Perl 5.18 rebuild (*)
  8ef5c1e... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  5b25711... Get rid of pointless in-place edit flag in perl filter invo (*)

(*) 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-File-Find-Rule-VCS] Created tag perl-File-Find-Rule-VCS-1.08-7.el7

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-File-Find-Rule-VCS-1.08-7.el7' was created pointing 
to:

 e788a1a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass
--
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-Log-Dispatch-FileRotate] Created tag perl-Log-Dispatch-FileRotate-1.19-15.fc21

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-Log-Dispatch-FileRotate-1.19-15.fc21' was created 
pointing to:

 113eda6... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass
--
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-Catalyst-Controller-HTML-FormFu

2014-02-03 Thread buildsys


perl-Catalyst-Controller-HTML-FormFu has broken dependencies in the rawhide 
tree:
On x86_64:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
On i386:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
On armhfp:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
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-Language-Expr

2014-02-03 Thread buildsys


perl-Language-Expr has broken dependencies in the rawhide tree:
On x86_64:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.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-qpid_proton

2014-02-03 Thread buildsys


perl-qpid_proton has broken dependencies in the rawhide tree:
On x86_64:
perl-qpid_proton-0.6-1.fc21.x86_64 requires perl(qpid_proton)
perl-qpid_proton-0.6-1.fc21.x86_64 requires 
perl(qpid::proton::ExceptionHandling)
On i386:
perl-qpid_proton-0.6-1.fc21.i686 requires perl(qpid_proton)
perl-qpid_proton-0.6-1.fc21.i686 requires 
perl(qpid::proton::ExceptionHandling)
On armhfp:
perl-qpid_proton-0.6-1.fc21.armv7hl requires perl(qpid_proton)
perl-qpid_proton-0.6-1.fc21.armv7hl requires 
perl(qpid::proton::ExceptionHandling)
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: mojomojo

2014-02-03 Thread buildsys


mojomojo has broken dependencies in the rawhide tree:
On x86_64:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
On i386:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
On armhfp:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
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 1060362] Request epel7 branch

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060362

Paul Howarth  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Net-IP-1.26-4.el7
 Resolution|--- |NEXTRELEASE
Last Closed||2014-02-03 08:28:18



--- Comment #4 from Paul Howarth  ---
Build done: http://koji.fedoraproject.org/koji/taskinfo?taskID=6484363

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Co4kE5q7Eh&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Net-IP] Created tag perl-Net-IP-1.26-4.el7

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-Net-IP-1.26-4.el7' was created pointing to:

 cff3b22... Fix a couple of typos in the changelog
--
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-Modern-Perl] Created tag perl-Modern-Perl-1.20121103-2.el7

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-Modern-Perl-1.20121103-2.el7' was created pointing to:

 9990b91... Tidy up for EPEL-7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-ShareDir-Install] Created tag perl-File-ShareDir-Install-0.08-1.fc21

2014-02-03 Thread Paul Howarth
The lightweight tag 'perl-File-ShareDir-Install-0.08-1.fc21' was created 
pointing to:

 114ee45... Update to 0.08
--
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-Modern-Perl/epel7] Tidy up for EPEL-7

2014-02-03 Thread Paul Howarth
commit 9990b91dae462f409c9e44c46c1746c0e84d22eb
Author: Paul Howarth 
Date:   Mon Feb 3 13:12:10 2014 +

Tidy up for EPEL-7

- Specify all dependencies
- Package upstream's LICENSE file
- Make %files list more explicit
- Clean up for modern rpmbuild (deps can't be satisfied on EL-6)
- Don't use macros for commands

 perl-Modern-Perl.spec |   45 +
 1 files changed, 25 insertions(+), 20 deletions(-)
---
diff --git a/perl-Modern-Perl.spec b/perl-Modern-Perl.spec
index b8291f3..9d6fb18 100644
--- a/perl-Modern-Perl.spec
+++ b/perl-Modern-Perl.spec
@@ -1,17 +1,23 @@
 Name:   perl-Modern-Perl
 Version:1.20121103
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Enable all of the features of Modern Perl with one command
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Modern-Perl/
 Source0:
http://www.cpan.org/authors/id/C/CH/CHROMATIC/Modern-Perl-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl >= 0:5.10
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::Simple) >= 0.8
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+BuildRequires:  perl >= 4:5.10.0
+BuildRequires:  perl(autodie) >= 2.10
+BuildRequires:  perl(feature)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(Module::Build) > 0.36
+BuildRequires:  perl(mro)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) >= 0.98
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Modern Perl often relies on the presence of several core and CPAN pragmas
@@ -21,30 +27,29 @@ and modules.  Wouldn't it be nice to use them all with a 
single command?
 %setup -q -n Modern-Perl-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./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 \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+./Build install destdir=%{buildroot} create_packlist=0
+%{_fixperms} %{buildroot}
 
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes LICENSE README
+%{perl_vendorlib}/Modern/
+%{_mandir}/man3/Modern::Perl.3pm*
 
 %changelog
+* Mon Feb  3 2014 Paul Howarth  - 1.20121103-2
+- Specify all dependencies
+- Package upstream's LICENSE file
+- Make %%files list more explicit
+- Clean up for modern rpmbuild (deps can't be satisfied on EL-6)
+- Don't use macros for commands
+
 * Mon Oct 28 2013 Conrad Meyer  - 1.20121103-1
 - Bump to latest version because 1.03 tarball disappeared from CPAN
 
--
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 1060485] perl-XML-LibXSLT-1.87 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060485

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-XML-LibXSLT-1.87-1.fc2
   ||1
 Resolution|--- |RAWHIDE
Summary|perl-XML-LibXSLT-1.85 is|perl-XML-LibXSLT-1.87 is
   |available   |available
Last Closed||2014-02-03 08:05:51



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Dd4SkYdqPT&a=cc_unsubscribe
--
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 1060362] Request epel7 branch

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060362



--- Comment #3 from Jon Ciesla  ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ut3hoQ7qZK&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-ShareDir-Install] Update to 0.08

2014-02-03 Thread Paul Howarth
commit 114ee45ceaad7757b6e77197d339c0548a003634
Author: Paul Howarth 
Date:   Mon Feb 3 12:48:24 2014 +

Update to 0.08

- New upstream release 0.08
  - Tweak documentation and fix typos
  - Added $INCLUDE_DOTFILES and $INCLUDE_DOTDIRS
  - Added delete_share
  - Tests may now be run in parallel
- Don't need to remove empty directories from the buildroot

 .gitignore  |3 +--
 perl-File-ShareDir-Install.spec |   17 +
 sources |2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac8a7cf..a52a8f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-File-ShareDir-Install-0.03.tar.gz
-/File-ShareDir-Install-0.04.tar.gz
+/File-ShareDir-Install-[0-9.]*.tar.gz
diff --git a/perl-File-ShareDir-Install.spec b/perl-File-ShareDir-Install.spec
index 1203c25..2d27add 100644
--- a/perl-File-ShareDir-Install.spec
+++ b/perl-File-ShareDir-Install.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-ShareDir-Install
-Version:0.04
-Release:7%{?dist}
+Version:0.08
+Release:1%{?dist}
 Summary:Install shared files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,6 +8,8 @@ URL:
http://search.cpan.org/dist/File-ShareDir-Install/
 Source0:
http://www.cpan.org/authors/id/G/GW/GWYN/File-ShareDir-Install-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.11
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Dir)
 # tests
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
@@ -32,7 +34,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -45,6 +46,14 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb  3 2014 Paul Howarth  - 0.08-1
+- Update to 0.08
+  - Tweak documentation and fix typos
+  - Added $INCLUDE_DOTFILES and $INCLUDE_DOTDIRS
+  - Added delete_share
+  - Tests may now be run in parallel
+- Don't need to remove empty directories from the buildroot
+
 * Sat Aug 03 2013 Fedora Release Engineering  
- 0.04-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -74,7 +83,7 @@ make test
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Thu Dec 16 2010 Marcela Maslanova  - 0.03-4
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Sat May 01 2010 Marcela Maslanova  - 0.03-3
 - Mass rebuild with perl-5.12.0
diff --git a/sources b/sources
index 923f451..244efe7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06ccc474f5b2441baa0f22ef46d499d6  File-ShareDir-Install-0.04.tar.gz
+bdda798a8582d6d1d2f8149cb738e822  File-ShareDir-Install-0.08.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 1060362] Request epel7 branch

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060362

Jon Ciesla  changed:

   What|Removed |Added

  Flags|fedora-cvs? |fedora-cvs+



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=QAJoffzt00&a=cc_unsubscribe
--
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 Modern-Perl-1.20140107.tar.gz uploaded to lookaside cache by pghmcfc

2014-02-03 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Modern-Perl:

2f2fa64cbefd8945cae08dddf7b00cbf  Modern-Perl-1.20140107.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 1060479] perl-JSON-Pointer-0.03 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060479

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-JSON-Pointer-0.03-1.fc
   ||21
 Resolution|--- |RAWHIDE
Last Closed||2014-02-03 07:47:31



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=z8w5eCIZZ7&a=cc_unsubscribe
--
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 File-ShareDir-Install-0.08.tar.gz uploaded to lookaside cache by pghmcfc

2014-02-03 Thread Paul Howarth
A file has been added to the lookaside cache for perl-File-ShareDir-Install:

bdda798a8582d6d1d2f8149cb738e822  File-ShareDir-Install-0.08.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 XML-LibXSLT-1.87.tar.gz uploaded to lookaside cache by jplesnik

2014-02-03 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-XML-LibXSLT:

6a9303ffada82422781a36c54d3f4a8f  XML-LibXSLT-1.87.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-FileHandle-Unget] Get rid of pointless in-place edit flag in perl filter invocation

2014-02-03 Thread Paul Howarth
commit 5b257113d32f7eaf97c8d00c3cebb345ba6ebb99
Author: Paul Howarth 
Date:   Mon Feb 3 12:35:08 2014 +

Get rid of pointless in-place edit flag in perl filter invocation

 perl-FileHandle-Unget.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-FileHandle-Unget.spec b/perl-FileHandle-Unget.spec
index be667a7..8fc0869 100644
--- a/perl-FileHandle-Unget.spec
+++ b/perl-FileHandle-Unget.spec
@@ -1,5 +1,5 @@
 # Need to tweak provides filter differently if we have rpm 4.9 onwards
-%global rpm49 %(rpm --version | perl -pi -e 's/^.* 
(\\d+)\\.(\\d+)\\.(\\d+).*/sprintf("%d.%03d%03d",$1,$2,$3) ge 4.009 ? 1 : 0/e')
+%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+)\\.(\\d+).*/sprintf("%d.%03d%03d",$1,$2,$3) ge 4.009 ? 1 : 0/e')
 
 Summary:   A FileHandle that supports ungetting of multiple bytes
 Name:  perl-FileHandle-Unget
--
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 1060547] perl-IO-TieCombine-1.004 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060547

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-IO-TieCombine-1.004-1.
   ||fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-02-03 07:22:38



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=3RrIeUfBnz&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-Comments] Get rid of pointless in-place edit flag in perl filter invocation

2014-02-03 Thread Paul Howarth
commit 477ce47bba3ed89d2acfe2ae0fc4f7d49c930de2
Author: Paul Howarth 
Date:   Mon Feb 3 12:20:40 2014 +

Get rid of pointless in-place edit flag in perl filter invocation

 perl-File-Comments.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-File-Comments.spec b/perl-File-Comments.spec
index 4ea459f..21506c6 100644
--- a/perl-File-Comments.spec
+++ b/perl-File-Comments.spec
@@ -1,5 +1,5 @@
 # Need to tweak provides filter differently if we have rpm 4.9 onwards
-%global rpm49 %(rpm --version | perl -pi -e 's/^.* 
(\\d+)\\.(\\d+)\\.(\\d+).*/sprintf("%d.%03d%03d",$1,$2,$3) ge 4.009 ? 1 : 0/e')
+%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+)\\.(\\d+).*/sprintf("%d.%03d%03d",$1,$2,$3) ge 4.009 ? 1 : 0/e')
 
 Summary:   Recognizes file formats and extracts format-specific comments
 Name:  perl-File-Comments
--
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 1060484] perl-XML-LibXML-2.0110 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060484

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-XML-LibXML-2.0110-1.fc
   ||21
 Resolution|--- |RAWHIDE
Last Closed||2014-02-03 07:19:56



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=lVTKLJaiWS&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-IO-TieCombine] 1.004 bump

2014-02-03 Thread Petr Pisar
commit 6b6abddc71615fcee5791852f1df5fa704c28c1e
Author: Petr Písař 
Date:   Mon Feb 3 13:08:22 2014 +0100

1.004 bump

 .gitignore  |1 +
 perl-IO-TieCombine.spec |   11 ++-
 sources |2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33f5ba3..25eb6dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ IO-TieCombine-1.000.tar.gz
 /IO-TieCombine-1.001.tar.gz
 /IO-TieCombine-1.002.tar.gz
 /IO-TieCombine-1.003.tar.gz
+/IO-TieCombine-1.004.tar.gz
diff --git a/perl-IO-TieCombine.spec b/perl-IO-TieCombine.spec
index 4d634b6..87f458b 100644
--- a/perl-IO-TieCombine.spec
+++ b/perl-IO-TieCombine.spec
@@ -1,5 +1,5 @@
 Name:   perl-IO-TieCombine 
-Version:1.003 
+Version:1.004
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -15,9 +15,7 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Symbol)
 # Tests
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.96
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -34,7 +32,7 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}/*
 
@@ -47,6 +45,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Feb 03 2014 Petr Pisar  - 1.004-1
+- 1.004 bump
+
 * Mon Sep 23 2013 Petr Pisar  - 1.003-1
 - 1.003 bump
 
diff --git a/sources b/sources
index 776a0d5..ac9d422 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea4ffa890b1ec4215b5dc65e45f7511f  IO-TieCombine-1.003.tar.gz
+c36ad78c5787e064f94d8a3018193432  IO-TieCombine-1.004.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 IO-TieCombine-1.004.tar.gz uploaded to lookaside cache by ppisar

2014-02-03 Thread Petr Pisar
A file has been added to the lookaside cache for perl-IO-TieCombine:

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

[perl-XML-LibXML] 2.0110 bump

2014-02-03 Thread Jitka Plesnikova
commit df8969f11152de32fb0985e54f98d4c9f7a299ec
Author: Jitka Plesnikova 
Date:   Mon Feb 3 13:00:21 2014 +0100

2.0110 bump

 .gitignore   |1 +
 perl-XML-LibXML.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0db04c1..6af73e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ XML-LibXML-1.70.tar.gz
 /XML-LibXML-2.0106.tar.gz
 /XML-LibXML-2.0107.tar.gz
 /XML-LibXML-2.0108.tar.gz
+/XML-LibXML-2.0110.tar.gz
diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec
index 78a662b..ea00814 100644
--- a/perl-XML-LibXML.spec
+++ b/perl-XML-LibXML.spec
@@ -3,7 +3,7 @@ Name:   perl-XML-LibXML
 # https://bugzilla.redhat.com/show_bug.cgi?id=469480
 # it might not be needed anymore
 # this module is maintained, the other is not
-Version:2.0108
+Version:2.0110
 Release:1%{?dist}
 Epoch:  1
 Summary:Perl interface to the libxml2 library
@@ -18,6 +18,7 @@ BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Devel::CheckLib)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Symbol)
 BuildRequires:  perl(vars)
@@ -42,7 +43,6 @@ BuildRequires:  perl(XML::SAX::DocumentLocator)
 BuildRequires:  perl(XML::SAX::Exception)
 # Tests
 BuildRequires:  perl(Errno)
-BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(XML::SAX)
 BuildRequires:  perl(XML::SAX::ParserFactory)
@@ -114,6 +114,9 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Feb 03 2014 Jitka Plesnikova  - 1:2.0110-1
+- 2.0110 bump
+
 * Thu Jan 02 2014 Jitka Plesnikova  - 1:2.0108-1
 - 2.0108 bump
 
diff --git a/sources b/sources
index 63e777e..ec96c6e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a62ae2874a6d721b6c0ceb2a6e094fcd  XML-LibXML-2.0108.tar.gz
+5cc869a22613e20d9d0abc58aae11bcd  XML-LibXML-2.0110.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-Pointer] 0.03 bump

2014-02-03 Thread Petr Pisar
commit 6d6604b0db68caa3e459d15de7638e216f4b6e1d
Author: Petr Písař 
Date:   Mon Feb 3 12:49:56 2014 +0100

0.03 bump

 .gitignore |1 +
 .rpmlint   |2 +
 JSON-Pointer-0.01-returnor+hashorder.patch |  134 
 perl-JSON-Pointer.spec |   31 ---
 sources|2 +-
 5 files changed, 23 insertions(+), 147 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 704ba12..f7c6c80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /JSON-Pointer-0.01.tar.gz
+/JSON-Pointer-0.03.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..62d2450
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (appsawg|html|http|ietf)");
diff --git a/perl-JSON-Pointer.spec b/perl-JSON-Pointer.spec
index 11b6285..bf06f68 100644
--- a/perl-JSON-Pointer.spec
+++ b/perl-JSON-Pointer.spec
@@ -1,23 +1,26 @@
 Name:   perl-JSON-Pointer
-Version:0.01
-Release:3%{?dist}
+Version:0.03
+Release:1%{?dist}
 Summary:Perl implementation of JSON Pointer
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/JSON-Pointer/
 Source0:
http://www.cpan.org/authors/id/Z/ZI/ZIGOROU/JSON-Pointer-%{version}.tar.gz
-# return preference and tests fixed, CPAN RT#87314
-Patch0: JSON-Pointer-0.01-returnor+hashorder.patch
 BuildArch:  noarch
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(CPAN::Meta)
+BuildRequires:  perl(CPAN::Meta::Prereqs)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Module::Build) >= 0.38
 BuildRequires:  perl(strict)
+BuildRequires:  perl(utf8)
 BuildRequires:  perl(warnings)
 # Run-time:
-BuildRequires:  perl(B)
-BuildRequires:  perl(Carp)
+BuildRequires:  perl(B) >= 1.29
+BuildRequires:  perl(Carp) >= 1.20
 BuildRequires:  perl(Class::Accessor::Lite) >= 0.05
-BuildRequires:  perl(Data::Clone) >= 0.003
+BuildRequires:  perl(Clone) >= 0.36
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(JSON) >= 2.53
 BuildRequires:  perl(overload)
@@ -26,13 +29,15 @@ BuildRequires:  perl(URI::Escape) >= 3.31
 BuildRequires:  perl(Test::Exception) >= 0.31
 BuildRequires:  perl(Test::More) >= 0.98
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(B) >= 1.29
+Requires:   perl(Carp) >= 1.20
 Requires:   perl(Class::Accessor::Lite) >= 0.05
-Requires:   perl(Data::Clone) >= 0.003
+Requires:   perl(Clone) >= 0.36
 Requires:   perl(JSON) >= 2.53
 Requires:   perl(URI::Escape) >= 3.31
 
 # Filter under-specified dependencies
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Class::Accessor::Lite|Data::Clone|JSON|URI::Escape)\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((B|Carp|Class::Accessor::Lite|Clone|JSON|URI::Escape)\\)$
 
 %description
 This library is implemented JSON Pointer draft version 9
@@ -44,7 +49,6 @@ see the both of specifications for details.
 
 %prep
 %setup -q -n JSON-Pointer-%{version}
-%patch0 -p1
 # Remove bundled modules
 rm -rf inc/*
 sed -i -e '/^inc\//d' MANIFEST
@@ -61,11 +65,14 @@ perl Build.PL installdirs=vendor
 ./Build test
 
 %files
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 03 2014 Petr Pisar  - 0.03-1
+- 0.03 bump
+
 * Sat Aug 03 2013 Petr Pisar  - 0.01-3
 - Perl 5.18 rebuild
 - return preference and tests fixed (CPAN RT#87314)
diff --git a/sources b/sources
index 199273a..537d42a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24bbbdc31d5ff67f2430f60186249117  JSON-Pointer-0.01.tar.gz
+853e740280670e1264243abb69813d50  JSON-Pointer-0.03.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 XML-LibXML-2.0110.tar.gz uploaded to lookaside cache by jplesnik

2014-02-03 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-XML-LibXML:

5cc869a22613e20d9d0abc58aae11bcd  XML-LibXML-2.0110.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-Clone] 0.36 bump

2014-02-03 Thread Petr Pisar
commit dc4bf94bc51919eeef0e6efeedcd108755765cca
Author: Petr Písař 
Date:   Mon Feb 3 12:41:28 2014 +0100

0.36 bump

 .gitignore  |1 +
 perl-Clone.spec |   29 ++---
 sources |2 +-
 3 files changed, 20 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 134a532..18aa852 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Clone-0.31.tar.gz
 /Clone-0.34.tar.gz
+/Clone-0.36.tar.gz
diff --git a/perl-Clone.spec b/perl-Clone.spec
index d42316e..68841d4 100644
--- a/perl-Clone.spec
+++ b/perl-Clone.spec
@@ -1,25 +1,29 @@
 Name:   perl-Clone
-Version:0.34
-Release:5%{?dist}
+Version:0.36
+Release:1%{?dist}
 Summary:Recursively copy perl data types
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Clone
 Source: 
http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-%{version}.tar.gz
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
 BuildRequires:  perl(AutoLoader)
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Taint::Runtime)
+BuildRequires:  perl(vars)
+# Tests:
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(utf8)
-BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
+# Optional tests:
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Hash::Util::FieldHash)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Taint::Runtime)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -35,7 +39,7 @@ arrays or hashes, pass them in by reference.
 
 %prep
 %setup -q -n Clone-%{version}
-find . -type f -exec chmod -c -x {} ';'
+find . -type f -exec chmod -c -x {} +
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -43,9 +47,9 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-chmod -R u+w %{buildroot}/*
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
+find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} +
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
@@ -57,6 +61,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Feb 03 2014 Petr Pisar  - 0.36-1
+- 0.36 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering  
- 0.34-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 011c83d..6e56ca2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6475432d91b1820eff1ae877ea5c8e3b  Clone-0.34.tar.gz
+bb7aeeb66b183f600e5a4ccb941cbc1b  Clone-0.36.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 Clone-0.36.tar.gz uploaded to lookaside cache by ppisar

2014-02-03 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Clone:

bb7aeeb66b183f600e5a4ccb941cbc1b  Clone-0.36.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 JSON-Pointer-0.03.tar.gz uploaded to lookaside cache by ppisar

2014-02-03 Thread Petr Pisar
A file has been added to the lookaside cache for perl-JSON-Pointer:

853e740280670e1264243abb69813d50  JSON-Pointer-0.03.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 1060481] perl-Text-Aligner-0.09 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060481

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Text-Aligner-0.09-1.fc
   ||21
 Resolution|--- |RAWHIDE
Last Closed||2014-02-03 06:18:59



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=PDuPLCIPY9&a=cc_unsubscribe
--
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 1060477] perl-ExtUtils-MakeMaker-6.88 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060477

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-ExtUtils-MakeMaker-6.8
   ||8-1.fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-02-03 06:12:20



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=3fsowjapeq&a=cc_unsubscribe
--
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 1060480] perl-Pod-Markdown-2.000 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060480

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Pod-Markdown-2.000-1.f
   ||c21
 Resolution|--- |RAWHIDE
Last Closed||2014-02-03 06:05:57



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=haHRM5E4Ss&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-ExtUtils-MakeMaker] 6.88 bump

2014-02-03 Thread Petr Pisar
commit 9f1798cf00f3541e6de85b192173d5a6d212ccfb
Author: Petr Písař 
Date:   Mon Feb 3 10:57:48 2014 +0100

6.88 bump

 .gitignore |1 +
 ...-6.88-Link-to-libperl-explicitly-on-Linux.patch |   40 ++-
 ...xtUtils-MakeMaker-6.88-USE_MM_LD_RUN_PATH.patch |   16 
 perl-ExtUtils-MakeMaker.spec   |9 +++-
 sources|2 +-
 5 files changed, 37 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5fc7ee..1afc078 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /ExtUtils-MakeMaker-6.82.tar.gz
 /ExtUtils-MakeMaker-6.84.tar.gz
 /ExtUtils-MakeMaker-6.86.tar.gz
+/ExtUtils-MakeMaker-6.88.tar.gz
diff --git a/ExtUtils-MakeMaker-6.80-Link-to-libperl-explicitly-on-Linux.patch 
b/ExtUtils-MakeMaker-6.88-Link-to-libperl-explicitly-on-Linux.patch
similarity index 53%
rename from ExtUtils-MakeMaker-6.80-Link-to-libperl-explicitly-on-Linux.patch
rename to ExtUtils-MakeMaker-6.88-Link-to-libperl-explicitly-on-Linux.patch
index 1f81024..ea6c552 100644
--- a/ExtUtils-MakeMaker-6.80-Link-to-libperl-explicitly-on-Linux.patch
+++ b/ExtUtils-MakeMaker-6.88-Link-to-libperl-explicitly-on-Linux.patch
@@ -1,7 +1,7 @@
-From 2e21a89c677737d87f8c279537791e0f795817b2 Mon Sep 17 00:00:00 2001
+From 58d583f98d3730f1f75389f7d25f6079cab91357 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
 Date: Tue, 2 Jul 2013 10:28:15 +0200
-Subject: [PATCH 2/2] Link to libperl explicitly on Linux
+Subject: [PATCH] Link to libperl explicitly on Linux
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
@@ -11,11 +11,11 @@ Content-Transfer-Encoding: 8bit
 
 Signed-off-by: Petr Písař 
 ---
- lib/ExtUtils/MM_Unix.pm | 8 +++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
+ lib/ExtUtils/MM_Unix.pm | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
 
 diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm
-index 003c9ae..fd2ef8c 100644
+index a889217..0896ea5 100644
 --- a/lib/ExtUtils/MM_Unix.pm
 +++ b/lib/ExtUtils/MM_Unix.pm
 @@ -31,6 +31,7 @@ BEGIN {
@@ -26,27 +26,29 @@ index 003c9ae..fd2ef8c 100644
  $Is{SunOS4}  = $^O eq 'sunos';
  $Is{Solaris} = $^O eq 'solaris';
  $Is{SunOS}   = $Is{SunOS4} || $Is{Solaris};
-@@ -933,7 +934,7 @@ $(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) 
$(INST_ARCHAUTODIR)$(DFSEP).exists $(EXPO
+@@ -934,7 +935,7 @@ $(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) 
$(INST_ARCHAUTODIR)$(DFSEP).exists $(EXPO
  
  my $libs = '$(LDLOADLIBS)';
  
--if (($Is{NetBSD} || $Is{Interix}) && $Config{'useshrplib'} eq 'true') {
-+if (($Is{Linux} || $Is{NetBSD} || $Is{Interix}) && $Config{'useshrplib'} 
eq 'true') {
+-if (($Is{NetBSD} || $Is{Interix} || $Is{Android}) && 
$Config{'useshrplib'} eq 'true') {
++if (($Is{Linux} || $Is{NetBSD} || $Is{Interix} || $Is{Android}) && 
$Config{'useshrplib'} eq 'true') {
# Use nothing on static perl platforms, and to the flags needed
# to link against the shared libperl library on shared perl
# platforms.  We peek at lddlflags to see if we need -Wl,-R
-@@ -942,6 +943,11 @@ $(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) 
$(INST_ARCHAUTODIR)$(DFSEP).exists $(EXPO
- $libs .= ' -L$(PERL_INC) -Wl,-R$(INSTALLARCHLIB)/CORE 
-Wl,-R$(PERL_ARCHLIB)/CORE -lperl';
- } elsif ($Config{'lddlflags'} =~ /-R/) {
- $libs .= ' -L$(PERL_INC) -R$(INSTALLARCHLIB)/CORE 
-R$(PERL_ARCHLIB)/CORE -lperl';
-+} else {
-+if ($ENV{PERL_CORE}) {
-+$libs .= ' -L$(PERL_INC)';
-+}
-+$libs .= ' -lperl';
- }
+@@ -947,7 +948,12 @@ $(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) 
$(INST_ARCHAUTODIR)$(DFSEP).exists $(EXPO
+ # The Android linker will not recognize symbols from
+ # libperl unless the module explicitly depends on it.
+ $libs .= ' -L$(PERL_INC) -lperl';
+-}
++  } else {
++  if ($ENV{PERL_CORE}) {
++  $libs .= ' -L$(PERL_INC)';
++  }
++  $libs .= ' -lperl';
++  }
  }
  
+ my $ld_run_path_shell = "";
 -- 
-1.8.3.1
+1.8.5.3
 
diff --git a/ExtUtils-MakeMaker-6.86-USE_MM_LD_RUN_PATH.patch 
b/ExtUtils-MakeMaker-6.88-USE_MM_LD_RUN_PATH.patch
similarity index 93%
rename from ExtUtils-MakeMaker-6.86-USE_MM_LD_RUN_PATH.patch
rename to ExtUtils-MakeMaker-6.88-USE_MM_LD_RUN_PATH.patch
index 55283da..28af538 100644
--- a/ExtUtils-MakeMaker-6.86-USE_MM_LD_RUN_PATH.patch
+++ b/ExtUtils-MakeMaker-6.88-USE_MM_LD_RUN_PATH.patch
@@ -1,7 +1,7 @@
-From 39185284d33a71596ea3196ad1828a3f64e12482 Mon Sep 17 00:00:00 2001
+From 4c942927842fc4a27515ea1f24ccbc799876bbc4 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
 Date: Thu, 12 Jan 2012 17:05:19 +0100
-Subject: [PATCH 1/2] Do not set RPATH by default
+Subject: [PATCH] Do not set RPATH by default
 MIME-Version: 1.0
 Content-Typ

[perl-Text-Aligner] 0.09 bump

2014-02-03 Thread Jitka Plesnikova
commit 860535afa29cb43036313f154dedc7f8f8ee5400
Author: Jitka Plesnikova 
Date:   Mon Feb 3 12:03:23 2014 +0100

0.09 bump

 .gitignore |1 +
 perl-Text-Aligner.spec |   17 ++---
 sources|2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f9f44a..9b85503 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Text-Aligner-0.03.tar.gz
 /Text-Aligner-0.07.tar.gz
 /Text-Aligner-0.08.tar.gz
+/Text-Aligner-0.09.tar.gz
diff --git a/perl-Text-Aligner.spec b/perl-Text-Aligner.spec
index c31a6d9..04fefe7 100644
--- a/perl-Text-Aligner.spec
+++ b/perl-Text-Aligner.spec
@@ -1,5 +1,5 @@
 Name:   perl-Text-Aligner
-Version:0.08
+Version:0.09
 Release:1%{?dist}
 Summary:Text::Aligner Perl module
 License:GPL+ or Artistic
@@ -8,13 +8,18 @@ URL:http://search.cpan.org/dist/Text-Aligner/
 Source0:
http://www.cpan.org/authors/id/S/SH/SHLOMIF/Text-Aligner-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Term::ANSIColor) >= 2.01
-BuildRequires:  perl(warnings)
 BuildRequires:  perl(vars)
 # Tests only
+BuildRequires:  perl(constant)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(Term::ANSIColor) >= 2.01
@@ -33,6 +38,9 @@ alignment.
 
 %prep
 %setup -q -n Text-Aligner-%{version}
+rm -r inc
+sed -i -e '/^inc\// d' MANIFEST
+find -type f -exec chmod -x {} +
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -52,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 03 2014 Jitka Plesnikova  - 0.09-1
+- 0.09 bump
+
 * Tue Oct 08 2013 Jitka Plesnikova  - 0.08-1
 - 0.08 bump
 - Modernize spec, update BR and source URL
diff --git a/sources b/sources
index 7d9ba42..da04049 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f5e74eab2a71a50b64755de0158dc69  Text-Aligner-0.08.tar.gz
+56a3c1b21f4a66f2f0c5064848abc0d3  Text-Aligner-0.09.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 Text-Aligner-0.09.tar.gz uploaded to lookaside cache by jplesnik

2014-02-03 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-Text-Aligner:

56a3c1b21f4a66f2f0c5064848abc0d3  Text-Aligner-0.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Text-Wrapper/f19: 5/5] Merge cleanup.

2014-02-03 Thread corsepiu
commit 43c48afcdfa394348803ef24c146e6c4c18bd5eb
Author: Ralf Corsépius 
Date:   Sun Feb 2 19:19:22 2014 +0100

Merge cleanup.

 perl-Text-Wrapper.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/perl-Text-Wrapper.spec b/perl-Text-Wrapper.spec
index ec439c7..58454b6 100644
--- a/perl-Text-Wrapper.spec
+++ b/perl-Text-Wrapper.spec
@@ -48,12 +48,6 @@ make test RELEASE_TESTING=1
 - Reflect upstream not wanting us to perform Pod tests.
 - Fix bogus changelog entry.
 
-* Sun Aug 04 2013 Fedora Release Engineering  
- 1.04-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Tue Jul 23 2013 Petr Pisar  - 1.04-5
-- Perl 5.18 rebuild
-
 * Thu Feb 14 2013 Fedora Release Engineering  
- 1.04-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Text-Wrapper/f19] (5 commits) ...Merge cleanup.

2014-02-03 Thread corsepiu
Summary of changes:

  91cd8a5... Perl 5.18 rebuild (*)
  74302f1... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  4dad99d... Upstream update. (*)
  9ea15e1... Misc. fixups to previous commits. (*)
  43c48af... Merge cleanup.

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

[Bug 1060465] Review Request: perl-Excel-Writer-XLSX - Create a new file in the Excel 2007+ XLSX format

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060465

David Dick  changed:

   What|Removed |Added

 Blocks||177841 (FE-NEEDSPONSOR)




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=177841
[Bug 177841] Tracker: Review requests from new Fedora packagers who need a
sponsor
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KlgU1OGTOE&a=cc_unsubscribe
--
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 1060476] perl-CPANPLUS-0.9146 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060476

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-CPANPLUS-0.91.46-1.fc2
   ||1
 Resolution|--- |RAWHIDE
Last Closed||2014-02-03 04:58:54



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=9NqA6MDhkP&a=cc_unsubscribe
--
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 ExtUtils-MakeMaker-6.88.tar.gz uploaded to lookaside cache by ppisar

2014-02-03 Thread Petr Pisar
A file has been added to the lookaside cache for perl-ExtUtils-MakeMaker:

e81c391c9b0b4943f85b48c931b717e6  ExtUtils-MakeMaker-6.88.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 1060653] SELinux errors with temporary files

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060653

Milos Malik  changed:

   What|Removed |Added

 CC||mma...@redhat.com
   Hardware|Unspecified |All
 OS|Unspecified |Linux



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Ta5GIlBCGb&a=cc_unsubscribe
--
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 1060465] Review Request: perl-Excel-Writer-XLSX - Create a new file in the Excel 2007+ XLSX format

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060465



--- Comment #1 from David Dick  ---
This package built on koji:
https://koji.fedoraproject.org/koji/taskinfo?taskID=6483490

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=6fZC8Mznde&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Pod-Markdown] 2.000 bump

2014-02-03 Thread Jitka Plesnikova
commit f06cd082caa40adb8a461c1611dda6ba2a41579a
Author: Jitka Plesnikova 
Date:   Mon Feb 3 10:22:22 2014 +0100

2.000 bump

 .gitignore |1 +
 perl-Pod-Markdown.spec |   14 +++---
 sources|2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25d46aa..18927cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Pod-Markdown-1.322.tar.gz
 /Pod-Markdown-1.401.tar.gz
 /Pod-Markdown-1.500.tar.gz
+/Pod-Markdown-2.000.tar.gz
diff --git a/perl-Pod-Markdown.spec b/perl-Pod-Markdown.spec
index 4687194..308c4a4 100644
--- a/perl-Pod-Markdown.spec
+++ b/perl-Pod-Markdown.spec
@@ -1,5 +1,5 @@
 Name:   perl-Pod-Markdown
-Version:1.500
+Version:2.000
 Release:1%{?dist}
 Summary:Convert POD to Markdown
 License:GPL+ or Artistic
@@ -13,17 +13,22 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(parent)
-BuildRequires:  perl(Pod::ParseLink) >= 1.10
-BuildRequires:  perl(Pod::Parser) >= 1.51
+BuildRequires:  perl(Pod::Simple) >= 3.14
+BuildRequires:  perl(Pod::Simple::Methody)
 # Tests:
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(version)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -51,6 +56,9 @@ make test
 %{_bindir}/*
 
 %changelog
+* Mon Feb 03 2014 Jitka Plesnikova  - 2.000-1
+- 2.000 bump
+
 * Tue Nov 26 2013 Petr Pisar  - 1.500-1
 - 1.500 bump
 
diff --git a/sources b/sources
index b6192f0..e8e1d0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1d485b736ec62127748b65b2d6866f31  Pod-Markdown-1.500.tar.gz
+66c704778cc13a6bc4ca4a5f45e1e1cf  Pod-Markdown-2.000.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 1060463] ctstream-13 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060463



--- Comment #2 from Fedora Update System  ---
ctstream-13-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/ctstream-13-1.fc19

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=CkmChc0WaO&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Pod-Markdown-2.000.tar.gz uploaded to lookaside cache by jplesnik

2014-02-03 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-Pod-Markdown:

66c704778cc13a6bc4ca4a5f45e1e1cf  Pod-Markdown-2.000.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-CPANPLUS] 0.9146 bump

2014-02-03 Thread Petr Pisar
commit 4d5b1041dcc7fb6edd9da0422d07141321df02b4
Author: Petr Písař 
Date:   Mon Feb 3 10:19:02 2014 +0100

0.9146 bump

 .gitignore |1 +
 perl-CPANPLUS.spec |8 ++--
 sources|2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24842ab..8b58c4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ CPANPLUS-0.84.tar.gz
 /CPANPLUS-0.9140.tar.gz
 /CPANPLUS-0.9142.tar.gz
 /CPANPLUS-0.9144.tar.gz
+/CPANPLUS-0.9146.tar.gz
diff --git a/perl-CPANPLUS.spec b/perl-CPANPLUS.spec
index a6f33ba..2c884bf 100644
--- a/perl-CPANPLUS.spec
+++ b/perl-CPANPLUS.spec
@@ -1,4 +1,4 @@
-%global cpan_version 0.9144
+%global cpan_version 0.9146
 Name:   perl-CPANPLUS
 # Keep 2-digit major varion to compete with perl.spec for history
 Version:%(echo '%{cpan_version}' | sed 's/\(\...\)/\1./')
@@ -110,7 +110,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+make test %{?_smp_mflags}
 
 %files
 %doc ChangeLog README
@@ -120,6 +120,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 03 2014 Petr Pisar  - 0.91.46-1
+- 0.9146 bump
+- Run tests in parallel
+
 * Wed Dec 11 2013 Petr Pisar  - 0.91.44-1
 - 0.9144 bump
 
diff --git a/sources b/sources
index 0f77a06..270a4c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08fc9b7d972d987b0173c8a3c508b1ae  CPANPLUS-0.9144.tar.gz
+23dc6614318b699b37064b4c4e109e50  CPANPLUS-0.9146.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 CPANPLUS-0.9146.tar.gz uploaded to lookaside cache by ppisar

2014-02-03 Thread Petr Pisar
A file has been added to the lookaside cache for perl-CPANPLUS:

23dc6614318b699b37064b4c4e109e50  CPANPLUS-0.9146.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 1060463] ctstream-13 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060463



--- Comment #1 from Fedora Update System  ---
ctstream-13-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/ctstream-13-1.fc20

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=GghOI6SN3z&a=cc_unsubscribe
--
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 1060463] ctstream-13 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060463

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||ctstream-13-1.fc21



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=8u95Iq9NmV&a=cc_unsubscribe
--
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

[ctstream/f19] Version 13 bump

2014-02-03 Thread Petr Pisar
commit 19c5794395bcfe59c38760c109ea4cab0b040a03
Author: Petr Písař 
Date:   Mon Feb 3 10:04:13 2014 +0100

Version 13 bump

 .gitignore|1 +
 ctstream.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4b72d6..2b8c4d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /ctstream-10
 /ctstream-11
 /ctstream-12
+/ctstream-13
diff --git a/ctstream.spec b/ctstream.spec
index 1bc25cb..b9e0380 100644
--- a/ctstream.spec
+++ b/ctstream.spec
@@ -1,5 +1,5 @@
 Name:   ctstream
-Version:12
+Version:13
 Release:1%{?dist}
 Summary:Get URLs of Czech Television video streams
 Group:  Applications/Internet
@@ -23,6 +23,9 @@ install %{SOURCE0} %{buildroot}%{_bindir}/%{name}
 %{_bindir}/*
 
 %changelog
+* Mon Feb 03 2014 Petr Pisar  - 13-1
+- Version 13 bump
+
 * Wed Jan 15 2014 Petr Pisar  - 12-1
 - Version 12 bump
 
diff --git a/sources b/sources
index fabd8f9..f138973 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f2aa5295c0ded824ce47e7dbc5da08d  ctstream-12
+726afb9346cd04fc6e415862e0f02229  ctstream-13
--
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

[ctstream/f20] Version 13 bump

2014-02-03 Thread Petr Pisar
Summary of changes:

  298ac0d... Version 13 bump (*)

(*) 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

[ctstream] Version 13 bump

2014-02-03 Thread Petr Pisar
commit 298ac0d2f674aebbf0e1287d5ea33e05b36195b6
Author: Petr Písař 
Date:   Mon Feb 3 10:04:13 2014 +0100

Version 13 bump

 .gitignore|1 +
 ctstream.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4b72d6..2b8c4d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /ctstream-10
 /ctstream-11
 /ctstream-12
+/ctstream-13
diff --git a/ctstream.spec b/ctstream.spec
index e9e3933..7ed5c65 100644
--- a/ctstream.spec
+++ b/ctstream.spec
@@ -1,5 +1,5 @@
 Name:   ctstream
-Version:12
+Version:13
 Release:1%{?dist}
 Summary:Get URLs of Czech Television video streams
 Group:  Applications/Internet
@@ -23,6 +23,9 @@ install %{SOURCE0} %{buildroot}%{_bindir}/%{name}
 %{_bindir}/*
 
 %changelog
+* Mon Feb 03 2014 Petr Pisar  - 13-1
+- Version 13 bump
+
 * Wed Jan 15 2014 Petr Pisar  - 12-1
 - Version 12 bump
 
diff --git a/sources b/sources
index fabd8f9..f138973 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f2aa5295c0ded824ce47e7dbc5da08d  ctstream-12
+726afb9346cd04fc6e415862e0f02229  ctstream-13
--
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 ctstream-13 uploaded to lookaside cache by ppisar

2014-02-03 Thread Petr Pisar
A file has been added to the lookaside cache for ctstream:

726afb9346cd04fc6e415862e0f02229  ctstream-13
--
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 1060061] perl-Module-Install-XSUtil-0.45 is available

2014-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060061



--- Comment #1 from Fedora Update System  ---
perl-Module-Install-XSUtil-0.45-1.fc20 has been submitted as an update for
Fedora 20.
https://admin.fedoraproject.org/updates/perl-Module-Install-XSUtil-0.45-1.fc20

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Yr50v6GncT&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

  1   2   >