File Cache-2.05.tar.gz uploaded to lookaside cache by eseyman

2013-09-08 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Cache:

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

[perl-Cache] Update to 2.05

2013-09-08 Thread Emmanuel Seyman
commit 44cd8124d892966ebb82e8d5df3cdf419465d072
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 8 09:18:29 2013 +0200

Update to 2.05

 .gitignore  |1 +
 perl-Cache.spec |   23 +++
 sources |2 +-
 3 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94a63d2..a11615f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Cache-2.04.tar.gz
+/Cache-2.05.tar.gz
diff --git a/perl-Cache.spec b/perl-Cache.spec
index 9e84562..050bd60 100644
--- a/perl-Cache.spec
+++ b/perl-Cache.spec
@@ -1,12 +1,12 @@
 Name:   perl-Cache
-Version:2.04
-Release:17%{?dist}
+Version:2.05
+Release:1%{?dist}
 Summary:The Cache interface
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Cache
-Source0:
http://search.cpan.org/CPAN/authors/id/C/CL/CLEISHMAN/Cache-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Cache-%{version}.tar.gz
 
 BuildArch:  noarch
 BuildRequires:  perl
@@ -29,10 +29,12 @@ BuildRequires:  perl(Heap::Fibonacci) = 0.01
 BuildRequires:  perl(IO::File) = 1.08
 BuildRequires:  perl(IO::Handle) = 1.21
 BuildRequires:  perl(IO::String) = 1.02
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Storable) = 1
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Symbol) = 1.02
 BuildRequires:  perl(Test::More) = 0.45
+BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Tie::Hash)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
@@ -68,19 +70,19 @@ to ensure that it operates as required by the Cache 
specification.
 %setup -q -n Cache-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %check
-make test
+./Build test
 
 
 %files
@@ -99,6 +101,11 @@ make test
 
 
 %changelog
+* Sun Sep 08 2013 Emmanuel Seyman emman...@seyman.fr - 2.05-1
+- Update to 2.05
+- Convert build-system to Module::Build
+- Add perl(Test::Pod) as a BR to run more tests
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.04-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index d69d64a..704b3f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c64b8dd8f04e101bd20cde0c7c2e3d17  Cache-2.04.tar.gz
+990d1e9ad09008a03b7b36137a86766c  Cache-2.05.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Future-0.17.tar.gz uploaded to lookaside cache by eseyman

2013-09-08 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Future:

a45bb39dd2c36583fe387b7b605b46b7  Future-0.17.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-Future] Update to 0.17

2013-09-08 Thread Emmanuel Seyman
commit 7e52aea75e7144c274dd0eddb479a9260dc111b6
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 8 09:27:43 2013 +0200

Update to 0.17

 .gitignore   |1 +
 perl-Future.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46c863e..3b4dae5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Future-0.14.tar.gz
 /Future-0.15.tar.gz
 /Future-0.16.tar.gz
+/Future-0.17.tar.gz
diff --git a/perl-Future.spec b/perl-Future.spec
index ca5b8da..f7ec57c 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,5 +1,5 @@
 Name:   perl-Future
-Version:0.16
+Version:0.17
 Release:1%{?dist}
 Summary:Perl object system to represent an operation awaiting 
completion
 License:GPL+ or Artistic
@@ -46,6 +46,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Sep 08 2013 Emmanuel Seyman emman...@seyman.fr - 0.17-1
+- Update to 0.17
+
 * Sun Sep 01 2013 Emmanuel Seyman emman...@seyman.fr - 0.16-1
 - Update to 0.16
 
diff --git a/sources b/sources
index b20b11a..49d9ada 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e60a3e78b6ac118e3d7ebb049096998e  Future-0.16.tar.gz
+a45bb39dd2c36583fe387b7b605b46b7  Future-0.17.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 Mojolicious-4.33.tar.gz uploaded to lookaside cache by eseyman

2013-09-08 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Mojolicious:

6b32bb09f15a8f2f802769b794e6dd5a  Mojolicious-4.33.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-Mojolicious] Update to 4.33

2013-09-08 Thread Emmanuel Seyman
commit 459b1e3d075630710fd8edacddc4c80d0a86214e
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 8 09:33:42 2013 +0200

Update to 4.33

 .gitignore|1 +
 perl-Mojolicious.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 663e143..35ee38e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,3 +98,4 @@ Mojolicious-0.26.tar.gz
 /Mojolicious-4.25.tar.gz
 /Mojolicious-4.26.tar.gz
 /Mojolicious-4.29.tar.gz
+/Mojolicious-4.33.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index 34430b3..9c0ff95 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:   perl-Mojolicious
-Version:4.29
+Version:4.33
 Release:1%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
@@ -60,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Sep 08 2013 Emmanuel Seyman emman...@seyman.fr - 4.33-1
+- Update to 4.33
+
 * Sun Sep 01 2013 Emmanuel Seyman emman...@seyman.fr - 4.29-1
 - Update to 4.29
 
diff --git a/sources b/sources
index d4e3780..897a288 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-39adef7214c2e6977c09ba52300d3630  Mojolicious-4.29.tar.gz
+6b32bb09f15a8f2f802769b794e6dd5a  Mojolicious-4.33.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 Variable-Magic-0.53.tar.gz uploaded to lookaside cache by eseyman

2013-09-08 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Variable-Magic:

4f59fb9c08a3432e04cdda6b5c4a339d  Variable-Magic-0.53.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-Variable-Magic] Update to 0.53

2013-09-08 Thread Emmanuel Seyman
commit 3a4e2c38e627f8a6e5209f19e138c7a99beebd26
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 8 09:45:13 2013 +0200

Update to 0.53

 .gitignore   |1 +
 perl-Variable-Magic.spec |   12 
 sources  |2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b71d02c..165591d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ Variable-Magic-0.43.tar.gz
 /Variable-Magic-0.50.tar.gz
 /Variable-Magic-0.51.tar.gz
 /Variable-Magic-0.52.tar.gz
+/Variable-Magic-0.53.tar.gz
diff --git a/perl-Variable-Magic.spec b/perl-Variable-Magic.spec
index 20c8d7d..4c89c7e 100644
--- a/perl-Variable-Magic.spec
+++ b/perl-Variable-Magic.spec
@@ -1,6 +1,6 @@
 Name:   perl-Variable-Magic
-Version:0.52
-Release:4%{?dist}
+Version:0.53
+Release:1%{?dist}
 Summary:Associate user-defined magic to variables from Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Sep 08 2013 Emmanuel Seyman emman...@seyman.fr - 0.53-1
+- Update to 0.53
+- Fix incorrect dates in changelog
+
 * Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.52-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -109,10 +113,10 @@ make test
 * Wed Sep 29 2010 jkeating - 0.44-2
 - Rebuilt for gcc bug 634757
 
-* Fri Sep 25 2010 Emmanuel Seyman emmanuel.sey...@club-internet.fr - 0.44-1
+* Fri Sep 24 2010 Emmanuel Seyman emmanuel.sey...@club-internet.fr - 0.44-1
 - Update to 0.44.
 
-* Sun Jun 26 2010 Emmanuel Seyman emmanuel.sey...@club-internet.fr - 0.43-1
+* Sat Jun 26 2010 Emmanuel Seyman emmanuel.sey...@club-internet.fr - 0.43-1
 - Update to 0.43.
 
 * Wed May 19 2010 Emmanuel Seyman emmanuel.sey...@club-internet.fr - 0.42-1
diff --git a/sources b/sources
index 68894aa..be3f7e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c3cb6b8adc20616f1e71af145ee73c1  Variable-Magic-0.52.tar.gz
+4f59fb9c08a3432e04cdda6b5c4a339d  Variable-Magic-0.53.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-Lingua-Preferred] minor clean-up

2013-09-08 Thread Emmanuel Seyman
commit bc767b9dbc8959ff3622756680b51aafab1fa4df
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 8 10:05:12 2013 +0200

minor clean-up

 perl-Lingua-Preferred.spec |   16 +++-
 1 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/perl-Lingua-Preferred.spec b/perl-Lingua-Preferred.spec
index f8cb78e..6af14e3 100644
--- a/perl-Lingua-Preferred.spec
+++ b/perl-Lingua-Preferred.spec
@@ -1,13 +1,11 @@
 Name:   perl-Lingua-Preferred
 Version:0.2.4
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Perl extension to choose a language
 
-Group:  Development/Libraries
 License:GPLv2+ or Artistic
 URL:http://search.cpan.org/dist/Lingua-Preferred/
 Source0:
http://search.cpan.org/CPAN/authors/id/E/ED/EDAVIS/Lingua-Preferred-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
 # Correct for lots of packages, other common choices include eg. Module::Build
@@ -18,6 +16,8 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Data::Dumper)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
+%{?perl_default_filter}
+
 %description
 Many web browsers let you specify which languages you understand.
 Then they negotiate with the web server to get documents in the best
@@ -34,7 +34,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 
@@ -43,12 +42,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
';'
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/Lingua
 %{perl_vendorlib}/auto/Lingua
@@ -56,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 08 2013 Emmanuel Seyman emman...@seyman.fr - 0.2.4-17
+- Remove no-longer-needed macros
+- Add perl default filter
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.2.4-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_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-Log-TraceMessages] minor cleanup

2013-09-08 Thread Emmanuel Seyman
commit 619d2fa8b22d34af81c25a9d032dd981afe9f97a
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 8 10:24:54 2013 +0200

minor cleanup

 perl-Log-TraceMessages.spec |   16 +++-
 1 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/perl-Log-TraceMessages.spec b/perl-Log-TraceMessages.spec
index 82a72cc..eea09dd 100644
--- a/perl-Log-TraceMessages.spec
+++ b/perl-Log-TraceMessages.spec
@@ -1,13 +1,11 @@
 Name:   perl-Log-TraceMessages
 Version:1.4
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Perl extension for trace messages used in debugging
 
-Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Log-TraceMessages/
 Source0:
http://www.cpan.org/modules/by-module/Log/Log-TraceMessages-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -17,6 +15,8 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(HTML::FromText) = 1.004
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
+%{?perl_default_filter}
+
 %description
 This module is a better way of putting 'hello there' trace messages in
 your code.  It lets you turn tracing on and off without commenting out
@@ -35,7 +35,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 
@@ -44,12 +43,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
';'
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/Log/
 %{perl_vendorlib}/auto/*
@@ -57,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 08 2013 Emmanuel Seyman emman...@seyman.fr - 1.4-16
+- Remove no-longer-needed macros
+- Add perl default filter
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.4-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_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-Tk-TableMatrix] minor cleanup

2013-09-08 Thread Emmanuel Seyman
commit 56ba2b8f93146d6f33e77a9135a3ae8e3c2cc991
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 8 10:37:06 2013 +0200

minor cleanup

 perl-Tk-TableMatrix.spec |   20 +---
 1 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/perl-Tk-TableMatrix.spec b/perl-Tk-TableMatrix.spec
index 95e3dd4..a12245d 100644
--- a/perl-Tk-TableMatrix.spec
+++ b/perl-Tk-TableMatrix.spec
@@ -1,22 +1,22 @@
 Name:   perl-Tk-TableMatrix
 Version:1.23
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Perl module for creating and manipulating tables
 
-Group:  Development/Libraries
 License:(GPL+ or Artistic) and BSD
 URL:http://search.cpan.org/dist/Tk-TableMatrix/
 Source0:
http://search.cpan.org/CPAN/authors/id/C/CE/CERNEY/Tk-TableMatrix-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  libX11-devel
-# See (RHBZ#456019)
+# See (RHBZ#456019)
 BuildRequires:  perl(Tk)
 BuildRequires:  perl(Tk::MMutil)
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
+%{?perl_default_filter}
+
 %description
 The TableMatrix command creates a 2-dimensional grid of cells. The
 table can use a Tcl array variable or Tcl command for data storage and
@@ -45,7 +45,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
@@ -59,14 +58,9 @@ chmod -x demos/*
 %{?_with_tests:make test}
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog COPYING README Changes
-# See (RHBZ#456019).
+# See (RHBZ#456019).
 %doc license.terms.pTk license.terms.mTk
 %doc demos
 %{perl_vendorarch}/Tk/
@@ -75,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 08 2013 Emmanuel Seyman emman...@seyman.fr - 1.23-19
+- Remove no-longer-needed macros
+- Add perl default filter
+
 * Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.23-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: slic3r

2013-09-08 Thread buildsys


slic3r has broken dependencies in the F-20 tree:
On x86_64:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
On i386:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
On armhfp:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
Please resolve this as soon as possible.


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

Broken dependencies: perl-MIME-Lite-HTML

2013-09-08 Thread buildsys


perl-MIME-Lite-HTML has broken dependencies in the F-20 tree:
On x86_64:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On i386:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On armhfp:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
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

2013-09-08 Thread buildsys


perl-Language-Expr has broken dependencies in the F-20 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-IPTables-libiptc

2013-09-08 Thread buildsys


perl-IPTables-libiptc has broken dependencies in the F-20 tree:
On x86_64:
perl-IPTables-libiptc-0.52-5.fc19.x86_64 requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-IPTables-libiptc-0.52-5.fc19.i686 requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-IPTables-libiptc-0.52-5.fc19.armv7hl 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-Unix-Statgrab

2013-09-08 Thread buildsys


perl-Unix-Statgrab has broken dependencies in the F-20 tree:
On x86_64:
perl-Unix-Statgrab-0.04-20.fc20.x86_64 requires 
libstatgrab.so.6()(64bit)
On i386:
perl-Unix-Statgrab-0.04-20.fc20.i686 requires libstatgrab.so.6
On armhfp:
perl-Unix-Statgrab-0.04-20.fc20.armv7hl requires libstatgrab.so.6
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-Alien-ROOT

2013-09-08 Thread buildsys


perl-Alien-ROOT has broken dependencies in the F-20 tree:
On armhfp:
perl-Alien-ROOT-5.34.3.1-3.fc20.noarch requires root-core
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-Bio-ASN1-EntrezGene

2013-09-08 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the F-20 tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-19.fc20.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-19.fc20.noarch requires 
perl(Bio::Index::AbstractSeq)
On armhfp:
perl-Bio-ASN1-EntrezGene-1.091-19.fc20.noarch requires 
perl(Bio::Index::AbstractSeq)
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-MooseX-TrackDirty-Attributes

2013-09-08 Thread buildsys


perl-MooseX-TrackDirty-Attributes has broken dependencies in the F-20 tree:
On x86_64:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-MooseX-TrackDirty-Attributes-2.002-2.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-Language-Prolog-Yaswi

2013-09-08 Thread buildsys


perl-Language-Prolog-Yaswi has broken dependencies in the F-20 tree:
On x86_64:
perl-Language-Prolog-Yaswi-0.21-13.fc20.x86_64 requires 
libswipl.so.6.2.6()(64bit)
On i386:
perl-Language-Prolog-Yaswi-0.21-13.fc20.i686 requires libswipl.so.6.2.6
On armhfp:
perl-Language-Prolog-Yaswi-0.21-13.fc20.armv7hl requires 
libswipl.so.6.2.6
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-ParseUtil-Domain

2013-09-08 Thread buildsys


perl-ParseUtil-Domain has broken dependencies in the F-20 tree:
On x86_64:
perl-ParseUtil-Domain-2.22-3.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-ParseUtil-Domain-2.22-3.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-ParseUtil-Domain-2.22-3.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-PDL

2013-09-08 Thread buildsys


perl-PDL has broken dependencies in the F-20 tree:
On x86_64:
perl-PDL-2.4.10-6.fc19.x86_64 requires perl(:MODULE_COMPAT_5.16.2)
perl-PDL-2.4.10-6.fc19.x86_64 requires libgd.so.2()(64bit)
On i386:
perl-PDL-2.4.10-6.fc19.i686 requires perl(:MODULE_COMPAT_5.16.2)
perl-PDL-2.4.10-6.fc19.i686 requires libgd.so.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-Padre

2013-09-08 Thread buildsys


perl-Padre has broken dependencies in the rawhide tree:
On x86_64:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.0)
On i386:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.0)
On armhfp:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.0)
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

2013-09-08 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-MooseX-TrackDirty-Attributes

2013-09-08 Thread buildsys


perl-MooseX-TrackDirty-Attributes has broken dependencies in the rawhide tree:
On x86_64:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-MooseX-TrackDirty-Attributes-2.002-2.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: slic3r

2013-09-08 Thread buildsys


slic3r has broken dependencies in the rawhide tree:
On x86_64:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
On i386:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
On armhfp:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
Please resolve this as soon as possible.


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

Broken dependencies: perl-PDL

2013-09-08 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.4.10-6.fc19.x86_64 requires perl(:MODULE_COMPAT_5.16.2)
perl-PDL-2.4.10-6.fc19.x86_64 requires libgd.so.2()(64bit)
On i386:
perl-PDL-2.4.10-6.fc19.i686 requires perl(:MODULE_COMPAT_5.16.2)
perl-PDL-2.4.10-6.fc19.i686 requires libgd.so.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-Bio-ASN1-EntrezGene

2013-09-08 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-19.fc20.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-19.fc20.noarch requires 
perl(Bio::Index::AbstractSeq)
On armhfp:
perl-Bio-ASN1-EntrezGene-1.091-19.fc20.noarch requires 
perl(Bio::Index::AbstractSeq)
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-Unix-Statgrab

2013-09-08 Thread buildsys


perl-Unix-Statgrab has broken dependencies in the rawhide tree:
On x86_64:
perl-Unix-Statgrab-0.04-20.fc20.x86_64 requires 
libstatgrab.so.6()(64bit)
On i386:
perl-Unix-Statgrab-0.04-20.fc20.i686 requires libstatgrab.so.6
On armhfp:
perl-Unix-Statgrab-0.04-20.fc20.armv7hl requires libstatgrab.so.6
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-ParseUtil-Domain

2013-09-08 Thread buildsys


perl-ParseUtil-Domain has broken dependencies in the rawhide tree:
On x86_64:
perl-ParseUtil-Domain-2.22-3.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-ParseUtil-Domain-2.22-3.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-ParseUtil-Domain-2.22-3.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-MIME-Lite-HTML

2013-09-08 Thread buildsys


perl-MIME-Lite-HTML has broken dependencies in the rawhide tree:
On x86_64:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On i386:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On armhfp:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
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

File Module-Info-0.35.tar.gz uploaded to lookaside cache by pghmcfc

2013-09-08 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Module-Info:

83a50f84822237e7d5de88213ac53638  Module-Info-0.35.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-Module-Info] Update to 0.35

2013-09-08 Thread Paul Howarth
commit 3327b1179822f1834d24c56ff43a2aace58dbbac
Author: Paul Howarth p...@city-fan.org
Date:   Sun Sep 8 21:00:23 2013 +0100

Update to 0.35

- New upstream release 0.35
  - Handle 'package NAME VERSION' syntax
  - Added repository and license info to metadata
  - Tweaked format of Changes (this file) to match CPAN::Changes::Spec

 perl-Module-Info.spec |   10 --
 sources   |2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-Module-Info.spec b/perl-Module-Info.spec
index 7cccf2a..6c818dd 100644
--- a/perl-Module-Info.spec
+++ b/perl-Module-Info.spec
@@ -2,8 +2,8 @@
 %global rpm49 %(rpm --version | perl -pi -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf(%d.%03d,$1,$2) ge 4.009 ? 1 : 0/e')
 
 Name:   perl-Module-Info
-Version:0.34
-Release:3%{?dist}
+Version:0.35
+Release:1%{?dist}
 Summary:Information about Perl modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -65,6 +65,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Sep  8 2013 Paul Howarth p...@city-fan.org - 0.35-1
+- Update to 0.35
+  - Handle 'package NAME VERSION' syntax
+  - Added repository and license info to metadata
+  - Tweaked format of Changes (this file) to match CPAN::Changes::Spec
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.34-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 34efc92..a11a4ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13a912e1ddbca467d4e15e3a7f0acd0c  Module-Info-0.34.tar.gz
+83a50f84822237e7d5de88213ac53638  Module-Info-0.35.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-Module-Info/f20] Update to 0.35

2013-09-08 Thread Paul Howarth
Summary of changes:

  3327b11... Update to 0.35 (*)

(*) 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-Module-Info] Created tag perl-Module-Info-0.35-1.fc21

2013-09-08 Thread Paul Howarth
The lightweight tag 'perl-Module-Info-0.35-1.fc21' was created pointing to:

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

[perl-Module-Info] Created tag perl-Module-Info-0.35-1.fc20

2013-09-08 Thread Paul Howarth
The lightweight tag 'perl-Module-Info-0.35-1.fc20' was created pointing to:

 3327b11... Update to 0.35
--
Fedora Extras Perl SIG
http://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 1005610] New: Please update to = 0.07-5 in F18

2013-09-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1005610

Bug ID: 1005610
   Summary: Please update to = 0.07-5 in F18
   Product: Fedora
   Version: 18
 Component: perl-Syntax-Highlight-Engine-Kate
  Assignee: jples...@redhat.com
  Reporter: r.landm...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Please update to perl(Syntax::Highlight::Engine::Kate) = 0.07-5 in F18; I need
this to update Publican to 3.2

-- 
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=AMpsU9Dpona=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 956264] perl scripts do not sent LOG_EMERG log messages (Sys::Syslog)

2013-09-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=956264

errata-xmlrpc errata-xml...@redhat.com changed:

   What|Removed |Added

 Status|VERIFIED|RELEASE_PENDING



-- 
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=0a5ZWv5ZkNa=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 Business-Hours-0.12.tar.gz uploaded to lookaside cache by corsepiu

2013-09-08 Thread corsepiu
A file has been added to the lookaside cache for perl-Business-Hours:

2dab93f41af8382ccb3ad1ce215d2d03  Business-Hours-0.12.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-Business-Hours] Upstream update.

2013-09-08 Thread corsepiu
commit 0578376481c44eac2f337591033685ef377fb86f
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Sep 9 03:20:22 2013 +0200

Upstream update.

- Reflect upstream url having changed.

 .gitignore   |2 +-
 perl-Business-Hours.spec |   10 +++---
 sources  |2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cfbfe18..0176b60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Business-Hours-0.11.tar.gz
+/Business-Hours-0.12.tar.gz
diff --git a/perl-Business-Hours.spec b/perl-Business-Hours.spec
index 98e776c..598d3d3 100644
--- a/perl-Business-Hours.spec
+++ b/perl-Business-Hours.spec
@@ -1,12 +1,12 @@
 Summary:   Calculate business hours in a time period
 Name:  perl-Business-Hours
-Version:   0.11
-Release:   2%{?dist}
+Version:   0.12
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Business-Hours/
 
-Source0: 
http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/Business-Hours-%{version}.tar.gz
+Source0: 
http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/Business-Hours-%{version}.tar.gz
 BuildArch: noarch
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
@@ -47,6 +47,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 09 2013 Ralf Corsépius corse...@fedoraproject.org - 0.12-1
+- Upstream update.
+- Reflect upstream url having changed.
+
 * Sat Aug 03 2013 Petr Pisar ppi...@redhat.com - 0.11-2
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 9d5a283..1beac18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0205ff72b73eab96ee429678259bbd33  Business-Hours-0.11.tar.gz
+2dab93f41af8382ccb3ad1ce215d2d03  Business-Hours-0.12.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-Business-Hours/f20] Upstream update.

2013-09-08 Thread corsepiu
Summary of changes:

  0578376... 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-Business-Hours/f19: 3/4] Merge remote-tracking branch 'origin/f20' into f19

2013-09-08 Thread corsepiu
commit 2021622484b24f2f6106d2686aaf0895a0479b88
Merge: 0c8d1a3 0578376
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Sep 9 03:34:23 2013 +0200

Merge remote-tracking branch 'origin/f20' into f19

 .gitignore   |2 +-
 perl-Business-Hours.spec |   11 +--
 sources  |2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
--
Fedora Extras Perl SIG
http://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-Business-Hours/f19] (4 commits) ...Merge cleanup.

2013-09-08 Thread corsepiu
Summary of changes:

  1afd90f... Perl 5.18 rebuild (*)
  0578376... Upstream update. (*)
  2021622... Merge remote-tracking branch 'origin/f20' into f19
  5b80024... 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

[perl-Business-Hours/f19: 4/4] Merge cleanup.

2013-09-08 Thread corsepiu
commit 5b800242a42845692be7ba2421de810febca47c9
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Sep 9 03:40:55 2013 +0200

Merge cleanup.

 perl-Business-Hours.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Business-Hours.spec b/perl-Business-Hours.spec
index 47e1038..ac225bd 100644
--- a/perl-Business-Hours.spec
+++ b/perl-Business-Hours.spec
@@ -51,9 +51,6 @@ make test
 - Upstream update.
 - Reflect upstream url having changed.
 
-* Sat Aug 03 2013 Petr Pisar ppi...@redhat.com - 0.11-2
-- Perl 5.18 rebuild
-
 * Sun Jul 21 2013 Ralf Corsépius corse...@fedoraproject.org - 0.11-1
 - Upstream update.
 - Remove Business-Hours-0.10-Fix-POD-syntax.patch (Supposed to be fixed).
--
Fedora Extras Perl SIG
http://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-Business-Hours/f18: 5/5] Merge remote-tracking branch 'origin/f19' into f18

2013-09-08 Thread corsepiu
commit 24cdca467166a43414039409cb48727b55f147a6
Merge: af1c959 5b80024
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Sep 9 03:43:22 2013 +0200

Merge remote-tracking branch 'origin/f19' into f18

 .gitignore   |2 +-
 perl-Business-Hours.spec |8 ++--
 sources  |2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
--
Fedora Extras Perl SIG
http://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-Business-Hours/f18] (5 commits) ...Merge remote-tracking branch 'origin/f19' into f18

2013-09-08 Thread corsepiu
Summary of changes:

  1afd90f... Perl 5.18 rebuild (*)
  0578376... Upstream update. (*)
  2021622... Merge remote-tracking branch 'origin/f20' into f19 (*)
  5b80024... Merge cleanup. (*)
  24cdca4... Merge remote-tracking branch 'origin/f19' into f18

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