ppisar pushed to perl-Flickr-API (master). Correct changelog entry

2015-06-23 Thread notifications
From 896d920f37e50d995b7d9a1faec58f3df81e5747 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 23 Jun 2015 16:42:57 +0200
Subject: Correct changelog entry


diff --git a/perl-Flickr-API.spec b/perl-Flickr-API.spec
index c45573a..e84c9ff 100644
--- a/perl-Flickr-API.spec
+++ b/perl-Flickr-API.spec
@@ -129,7 +129,7 @@ make test
 * Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 1.02-2
 - rebuild against perl 5.10.1
 
-* Sun Aug 1 2009 Michal Ingeli m...@v3.sk - 1.02-1
+* Mon Aug 10 2009 Michal Ingeli m...@v3.sk - 1.02-1
 - Update to newer version with fixed license
 - Cleaned up requires
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Flickr-API.git/commit/?h=masterid=896d920f37e50d995b7d9a1faec58f3df81e5747
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Flickr-API (master). 1.13 bump

2015-06-23 Thread notifications
From f3536c83178d5589fe46c958b50845ace5680b42 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 23 Jun 2015 16:17:02 +0200
Subject: 1.13 bump


diff --git a/.gitignore b/.gitignore
index 20d54eb..d3fa128 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Flickr-API-1.02.tar.gz
 /Flickr-API-1.04.tar.gz
 /Flickr-API-1.05.tar.gz
+/Flickr-API-1.13.tar.gz
diff --git a/Flickr-API-1.13-Do-not-install-examples-into-PATH.patch 
b/Flickr-API-1.13-Do-not-install-examples-into-PATH.patch
new file mode 100644
index 000..6cb9b50
--- /dev/null
+++ b/Flickr-API-1.13-Do-not-install-examples-into-PATH.patch
@@ -0,0 +1,35 @@
+From 668a4b58b1cd7d8bf9b449bb66566351158f0efe Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Tue, 23 Jun 2015 16:27:45 +0200
+Subject: [PATCH] Do not install examples into PATH
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+CPAN RT#105426
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ Makefile.PL | 8 
+ 1 file changed, 8 deletions(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index cb3d8d7..95cd7bb 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -53,12 +53,4 @@ WriteMakefile(
+   
'Term::ReadKey' = 0,
+   
'Getopt::Long' = 0,
+  },
+-'EXE_FILES' =
+-[
+-'examples/flickr_oauth_authentication.pl',
+-'examples/flickr_method_test_echo.pl',
+-'examples/flickr_method_test_login.pl',
+-'examples/flickr_dump_stored_config.pl',
+-'examples/flickr_make_stored_config.pl',
+-]
+ );
+-- 
+2.1.0
+
diff --git a/perl-Flickr-API.spec b/perl-Flickr-API.spec
index 0ed021f..c45573a 100644
--- a/perl-Flickr-API.spec
+++ b/perl-Flickr-API.spec
@@ -1,57 +1,83 @@
 Name:   perl-Flickr-API
-Version:1.05
-Release:8%{?dist}
+Version:1.13
+Release:1%{?dist}
 Summary:Perl interface to the Flickr API
-License:Artistic 2.0
+# LICENSE:  Artistic 2.0
+# examples/flickr_method_test_login.pl: GPL+ or Artistic
+License:(Artistic 2.0) and (GPL+ or Artistic)
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Flickr-API/
-Source0:
http://www.cpan.org/authors/id/I/IA/IAMCAL/Flickr-API-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:
http://www.cpan.org/authors/id/L/LB/LBMOORE/Flickr-API-%{version}.tar.gz
+# Do not install examples as tools into PATH, CPAN RT#105426
+Patch0: Flickr-API-1.13-Do-not-install-examples-into-PATH.patch
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Carp)
+# Compress::Zlib is optional
+BuildRequires:  perl(Digest::MD5)
+BuildRequires:  perl(Encode)
+# HTTP::Message 1.56 needed because it brings decoded_content()
+BuildRequires:  perl(HTTP::Message) = 1.56
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(LWP::UserAgent)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Net::OAuth)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(URI) = 1.18
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(XML::Parser::Lite::Tree) = 0.06
+# Tests:
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Term::ReadLine)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(XML::Simple)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# HTTP::Message 1.56 needed because it brings decoded_content()
+Requires:   perl(HTTP::Message) = 1.56
 Requires:   perl(URI) = 1.18
 Requires:   perl(XML::Parser::Lite::Tree) = 0.06
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((URI|XML::Parser::Lite::Tree)\\)$
 
 %description
 A simple interface for using the Flickr API.
 
 %prep
 %setup -q -n Flickr-API-%{version}
+%patch0 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor /dev/null
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 

Broken dependencies: perl-Task-Catalyst

2015-06-23 Thread buildsys


perl-Task-Catalyst has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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

ppisar uploaded WWW-Search-2.514.tar.gz for perl-WWW-Search

2015-06-23 Thread notifications
997cb5e013c6a4be8bd3880ebca50520  WWW-Search-2.514.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-WWW-Search/WWW-Search-2.514.tar.gz/md5/997cb5e013c6a4be8bd3880ebca50520/WWW-Search-2.514.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

ppisar pushed to perl-WWW-Search (master). 2.514 bump

2015-06-23 Thread notifications
From d00b850c73cf43c3d23e695e6d0921feedb5eeab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 23 Jun 2015 17:04:46 +0200
Subject: 2.514 bump


diff --git a/.gitignore b/.gitignore
index 9c9118e..e590a4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 WWW-Search-2.507.tar.gz
 /WWW-Search-2.508.tar.gz
 /WWW-Search-2.511.tar.gz
+/WWW-Search-2.514.tar.gz
diff --git a/perl-WWW-Search.spec b/perl-WWW-Search.spec
index 97eae7a..b911302 100644
--- a/perl-WWW-Search.spec
+++ b/perl-WWW-Search.spec
@@ -1,18 +1,21 @@
 Name:   perl-WWW-Search
-Version:2.511
-Release:5%{?dist}
-
+Version:2.514
+Release:1%{?dist}
 Summary:Virtual base class for WWW searches
-
 Group:  Development/Libraries
 License:BSD
 URL:http://search.cpan.org/dist/WWW-Search/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MT/MTHURN/WWW-Search-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl(Env)
 BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(Module::Install::Metadata)
+BuildRequires:  perl(Module::Install::Scripts)
+BuildRequires:  perl(Module::Install::WriteAll)
 # Run-time
 BuildRequires:  perl(base)
 BuildRequires:  perl(Bit::Vector)
@@ -24,25 +27,32 @@ BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Date::Manip)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Slurp)
 BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(HTTP::Cookies)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(HTTP::Status)
+# LWP::Debug not used at tests
 BuildRequires:  perl(LWP::MemberMixin)
 BuildRequires:  perl(LWP::RobotUA)
 BuildRequires:  perl(LWP::UserAgent)
+BuildRequires:  perl(Pod::Usage)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
+BuildRequires:  sed
 # Tests
+BuildRequires:  perl(blib)
 BuildRequires:  perl(ExtUtils::testlib)
 # Getopt::Long not used
 BuildRequires:  perl(IO::Capture::Stderr)
@@ -50,7 +60,8 @@ BuildRequires:  perl(Test::File)
 # Optional tests
 BuildRequires:  perl(Test::Pod) = 1.00
 BuildRequires:  perl(Test::Pod::Coverage) = 1.08
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(LWP::Debug)
 
 
 %description
@@ -64,41 +75,27 @@ either the client or the server.
 
 %prep
 %setup -q -n WWW-Search-%{version}
-%{__perl} -pi -e 's|/usr/local/bin/perl|%{_bindir}/perl|g;' lib/WWW/Search/*.pm
-for i in $(find lib/WWW -type f -name *.pm); do {
-  chmod a-x $i;
-  sed -i 's/\r//' $i;
-};
-done;
-sed -i 's/\r//' Changes README;
-chmod a-x Changes README;
 # Remove bundled modules
 rm -rf inc
 sed -i -e '/^inc\//d' MANIFEST
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
+# LICENSE is empty
 %doc Changes README
 %{_bindir}/AutoSearch
 %{_bindir}/WebSearch
@@ -108,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 23 2015 Petr Pisar ppi...@redhat.com - 2.514-1
+- 2.514 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.511-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 51fe5ec..16e7379 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7871e5e43a6ac767593a481025ee0f07  WWW-Search-2.511.tar.gz
+997cb5e013c6a4be8bd3880ebca50520  WWW-Search-2.514.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-WWW-Search.git/commit/?h=masterid=d00b850c73cf43c3d23e695e6d0921feedb5eeab
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jehane changed jehane's 'commit' permission on perl-Parallel-ForkManager (f22) to 'Approved'

2015-06-23 Thread notifications
jehane changed jehane's 'commit' permission on perl-Parallel-ForkManager (f22) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Parallel-ForkManager/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jehane changed jehane's 'commit' permission on perl-Parallel-ForkManager (master) to 'Approved'

2015-06-23 Thread notifications
jehane changed jehane's 'commit' permission on perl-Parallel-ForkManager 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Parallel-ForkManager/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jehane changed jehane's 'commit' permission on perl-Parallel-ForkManager (el5) to 'Approved'

2015-06-23 Thread notifications
jehane changed jehane's 'commit' permission on perl-Parallel-ForkManager (el5) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Parallel-ForkManager/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jehane changed jehane's 'commit' permission on perl-Parallel-ForkManager (f20) to 'Approved'

2015-06-23 Thread notifications
jehane changed jehane's 'commit' permission on perl-Parallel-ForkManager (f20) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Parallel-ForkManager/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jehane changed jehane's 'commit' permission on perl-Parallel-ForkManager (f21) to 'Approved'

2015-06-23 Thread notifications
jehane changed jehane's 'commit' permission on perl-Parallel-ForkManager (f21) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Parallel-ForkManager/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jehane uploaded Parallel-ForkManager-1.14.tar.gz for perl-Parallel-ForkManager

2015-06-23 Thread notifications
35d50b023cd3d7a28b350c98a78f7d40  Parallel-ForkManager-1.14.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Parallel-ForkManager/Parallel-ForkManager-1.14.tar.gz/md5/35d50b023cd3d7a28b350c98a78f7d40/Parallel-ForkManager-1.14.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 1234691] Status remains NEW after someone TAKES a bug report

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234691



--- Comment #2 from Gerald Cox gb...@bzb.us ---
(In reply to Emmanuel Seyman from comment #1)
 I'm guessing this is about bugzilla.redhat.com more than it is about the
 bugzilla package shipped by Fedora.

You're correct, my bad.  Thanks for fixing!

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

jehane pushed to perl-Parallel-ForkManager (master). Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-Parallel-ForkManager

2015-06-23 Thread notifications
From 2aa80efd5b2096b1c4ae755fadf82fd7d615e309 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 8 Jun 2015 13:22:15 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Parallel-ForkManager.spec b/perl-Parallel-ForkManager.spec
index 9ef76b2..5e4df83 100644
--- a/perl-Parallel-ForkManager.spec
+++ b/perl-Parallel-ForkManager.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-ForkManager
 Version:1.12
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Simple parallel processing fork manager
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 08 2015 Jitka Plesnikova jples...@redhat.com - 1.12-2
+- Perl 5.22 rebuild
+
 * Tue Feb 24 2015 Jason L Tibbitts III ti...@math.uh.edu - 1.12-1
 - Update to latest upstream version.
 - Use most direct download location.
-- 
cgit v0.10.2


From 689852e3f5257e46279029051fe568ddf91d4e63 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Thu, 18 Jun 2015 05:22:27 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Parallel-ForkManager.spec b/perl-Parallel-ForkManager.spec
index 5e4df83..d544815 100644
--- a/perl-Parallel-ForkManager.spec
+++ b/perl-Parallel-ForkManager.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-ForkManager
 Version:1.12
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Simple parallel processing fork manager
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.12-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Mon Jun 08 2015 Jitka Plesnikova jples...@redhat.com - 1.12-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-ForkManager.git/commit/?h=masterid=d7524bbedc4816b41073e1b6b1a20b2e97ac7d54
--
Fedora Extras Perl SIG
http://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 1234733] perl-Padre-0.90-16.fc23 FTBFS: DBD::SQLite::db do failed: Safety level may not be changed inside a transaction at (eval 183) line 37

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234733

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

   What|Removed |Added

URL|http://koji.fedoraproject.o |https://github.com/PadreIDE
   |rg/koji/taskinfo?taskID=101 |/Padre/issues/17
   |81132   |



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
The error is triggered by DBD-SQLite's commit:

commit 7a234eb71b955064ce498e95d6ecc50d1f0580a7
Author: Kenichi Ishigaki ishig...@cpan.org
Date:   Mon Feb 16 17:41:42 2015 +0900

implemented a do shortcut for a special case (no attr, no bind params)
(RT-35449)

It also adds this code into lib/DBD/SQLite.pm:

+# shortcut
+if  (defined $statement  !defined $attr  !@bind_values) {
+# _do() (i.e. sqlite3_exec()) runs semicolon-separate SQL
+# statements, which is handy but insecure sometimes.
+# Use this only when it's safe or explicitly allowed.
+if (index($statement, ';') == -1 or
$dbh-FETCH('sqlite_allow_multiple_statements')) {
+return DBD::SQLite::db::_do($dbh, $statement);
+}
+}

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

Broken dependencies: perl-PDL

2015-06-23 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.11.0-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-PDL-2.11.0-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-PDL-2.11.0-1.fc23.armv7hl requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.armv7hl requires libperl.so.5.20
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-POE-API-Peek

2015-06-23 Thread buildsys


perl-POE-API-Peek has broken dependencies in the rawhide tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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-Test-Vars

2015-06-23 Thread buildsys


perl-Test-Vars has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.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-Method-Signatures

2015-06-23 Thread buildsys


perl-Method-Signatures has broken dependencies in the rawhide tree:
On x86_64:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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

2015-06-23 Thread buildsys


slic3r has broken dependencies in the rawhide tree:
On x86_64:
slic3r-1.1.7-3.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
slic3r-1.1.7-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.i686 requires libperl.so.5.20
On armhfp:
slic3r-1.1.7-3.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.armv7hl requires libperl.so.5.20
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: polymake

2015-06-23 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
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-Carp-REPL

2015-06-23 Thread buildsys


perl-Carp-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.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-Test-Apocalypse

2015-06-23 Thread buildsys


perl-Test-Apocalypse has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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-Devel-FindRef

2015-06-23 Thread buildsys


perl-Devel-FindRef has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
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-Gtk3

2015-06-23 Thread buildsys


perl-Gtk3 has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
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-Data-Dump-Streamer

2015-06-23 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
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-Task-Kensho-Testing

2015-06-23 Thread buildsys


perl-Task-Kensho-Testing has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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-MongoDB

2015-06-23 Thread buildsys


perl-MongoDB has broken dependencies in the rawhide tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
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-POE-Component-Server-Bayeux

2015-06-23 Thread buildsys


perl-POE-Component-Server-Bayeux has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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-Devel-REPL

2015-06-23 Thread buildsys


perl-Devel-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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-POE-Component-Server-HTTP

2015-06-23 Thread buildsys


perl-POE-Component-Server-HTTP has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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-B-Hooks-OP-Check-EntersubForCV

2015-06-23 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the rawhide tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
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-Gtk3-WebKit

2015-06-23 Thread buildsys


perl-Gtk3-WebKit has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.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-Data-Alias

2015-06-23 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
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-Classic-Perl

2015-06-23 Thread buildsys


perl-Classic-Perl has broken dependencies in the rawhide tree:
On x86_64:
perl-Classic-Perl-0.05-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Classic-Perl-0.05-9.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Classic-Perl-0.05-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.armv7hl requires libperl.so.5.20
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-POE-Component-Server-XMLRPC

2015-06-23 Thread buildsys


perl-POE-Component-Server-XMLRPC has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-XMLRPC-0.05-19.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-XMLRPC-0.05-19.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-XMLRPC-0.05-19.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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-Devel-Cover

2015-06-23 Thread buildsys


perl-Devel-Cover has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-Cover-1.18-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-Cover-1.18-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-Cover-1.18-1.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.armv7hl requires libperl.so.5.20
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-CatalystX-REPL

2015-06-23 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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-CGI-Application-Structured-Tools

2015-06-23 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the rawhide 
tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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-Text-Xslate

2015-06-23 Thread buildsys


perl-Text-Xslate has broken dependencies in the rawhide tree:
On x86_64:
perl-Text-Xslate-3.2.5-4.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Text-Xslate-3.2.5-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Text-Xslate-3.2.5-4.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.armv7hl requires libperl.so.5.20
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-Devel-BeginLift

2015-06-23 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
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

jehane pushed to perl-Parallel-ForkManager (master). Update to latest upstream version

2015-06-23 Thread notifications
From 4b9419bc1acf0ef9ee81143c19882f800f8667cc Mon Sep 17 00:00:00 2001
From: jehane maria...@tuxette.fr
Date: Tue, 23 Jun 2015 17:51:24 +0200
Subject: Update to latest upstream version


diff --git a/perl-Parallel-ForkManager.spec b/perl-Parallel-ForkManager.spec
index d544815..ec58af0 100644
--- a/perl-Parallel-ForkManager.spec
+++ b/perl-Parallel-ForkManager.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-ForkManager
-Version:1.12
-Release:3%{?dist}
+Version:1.14
+Release:1%{?dist}
 Summary:Simple parallel processing fork manager
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 23 2015 Marianne Lombard jeh...@fedoraproject.org - 1.14
+- Update to latest upstream version
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.12-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-ForkManager.git/commit/?h=masterid=4b9419bc1acf0ef9ee81143c19882f800f8667cc
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jehane pushed to perl-Parallel-ForkManager (master). new version

2015-06-23 Thread notifications
From 0d751b5c0e904b1165f08fd391e36af530f5a346 Mon Sep 17 00:00:00 2001
From: jehane maria...@tuxette.fr
Date: Tue, 23 Jun 2015 17:46:20 +0200
Subject: new version


diff --git a/.gitignore b/.gitignore
index d1c3827..2f87db2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Parallel-ForkManager-0.7.5.tar.gz
 /Parallel-ForkManager-1.05.tar.gz
 /Parallel-ForkManager-1.12.tar.gz
 *.rpm
+/Parallel-ForkManager-1.14.tar.gz
diff --git a/sources b/sources
index ed8722c..ee41496 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1bd38e4d7026576a7ace2aff00a6ea65  Parallel-ForkManager-1.12.tar.gz
+35d50b023cd3d7a28b350c98a78f7d40  Parallel-ForkManager-1.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-ForkManager.git/commit/?h=masterid=0d751b5c0e904b1165f08fd391e36af530f5a346
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Verilog-Perl (master). 3.412 bump

2015-06-23 Thread notifications
From 0a292d6edc55ed44ea695c401fdf97bbc29dd6c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 23 Jun 2015 15:52:51 +0200
Subject: 3.412 bump


diff --git a/.gitignore b/.gitignore
index 3d051fa..96c06b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Verilog-Perl-3.301.tar.gz
 /Verilog-Perl-3.314.tar.gz
 /Verilog-Perl-3.401.tar.gz
 /Verilog-Perl-3.408.tar.gz
+/Verilog-Perl-3.412.tar.gz
diff --git a/perl-Verilog-Perl.spec b/perl-Verilog-Perl.spec
index db8fc05..0006c64 100644
--- a/perl-Verilog-Perl.spec
+++ b/perl-Verilog-Perl.spec
@@ -1,6 +1,6 @@
 Name:  perl-Verilog-Perl
-Version:   3.408
-Release:   4%{?dist}
+Version:   3.412
+Release:   1%{?dist}
 Summary:   Verilog parsing routines
 
 License:   LGPLv3 or Artistic 2.0
@@ -11,13 +11,18 @@ Source0:   
http://search.cpan.org/CPAN/authors/id/W/WS/WSNYDER/Verilog-Perl-
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 
+BuildRequires: bison
+BuildRequires: coreutils
 BuildRequires: gdbm-devel
-BuildRequires: flex bison
+BuildRequires: findutils
+BuildRequires: flex
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(Carp)
 BuildRequires: perl(Config)
 BuildRequires: perl(Digest::SHA)
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(File::Copy)
 BuildRequires: perl(Getopt::Long)
 BuildRequires: perl(IO::File)
 BuildRequires: perl(Pod::Usage) = 1.34
@@ -35,7 +40,6 @@ BuildRequires: perl(Scalar::Util)
 # Tests
 BuildRequires: perl(lib)
 BuildRequires: perl(Data::Dumper)
-BuildRequires: perl(File::Copy)
 BuildRequires: perl(POSIX)
 BuildRequires: perl(Test)
 BuildRequires: perl(Test::More)
@@ -100,6 +104,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jun 23 2015 Petr Pisar ppi...@redhat.com - 3.412-1
+- 3.412 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.408-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 16b76b0..901e5ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67a7b36c2499cdf63e7c64df7b4a65f0  Verilog-Perl-3.408.tar.gz
+91d318b133d5d4b19173169133f0b7a8  Verilog-Perl-3.412.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Verilog-Perl.git/commit/?h=masterid=0a292d6edc55ed44ea695c401fdf97bbc29dd6c1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar uploaded Flickr-API-1.13.tar.gz for perl-Flickr-API

2015-06-23 Thread notifications
1fd7a1156edd2848bddc0c9395c06e7f  Flickr-API-1.13.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Flickr-API/Flickr-API-1.13.tar.gz/md5/1fd7a1156edd2848bddc0c9395c06e7f/Flickr-API-1.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

[Bug 1234866] perl-App-cpanminus-1.7038 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234866



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=10191041

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

ppisar uploaded Verilog-Perl-3.412.tar.gz for perl-Verilog-Perl

2015-06-23 Thread notifications
91d318b133d5d4b19173169133f0b7a8  Verilog-Perl-3.412.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Verilog-Perl/Verilog-Perl-3.412.tar.gz/md5/91d318b133d5d4b19173169133f0b7a8/Verilog-Perl-3.412.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

limb changed perl-sig's 'watchcommits' permission on perl-Config-Model-Tester (master) to 'Approved'

2015-06-23 Thread notifications
limb changed perl-sig's 'watchcommits' permission on perl-Config-Model-Tester 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model-Tester/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed perl-sig's 'watchbugzilla' permission on perl-Config-Model-Tester (master) to 'Approved'

2015-06-23 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on perl-Config-Model-Tester 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model-Tester/
--
Fedora Extras Perl SIG
http://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 1220595] perl-Parallel-ForkManager-1.14 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1220595



--- Comment #6 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jehane's perl-Parallel-ForkManager-1.14-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=664625

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

[Bug 1234841] Missing updates.

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234841



--- Comment #2 from Ralf Corsepius rc040...@freenet.de ---
(In reply to Petr Pisar from comment #1)
 It's because people test F21 faster than F22:

That's one view on this issue.

Another one is: 

Fedora's release process is broken!

There must not be any such broken update - ever! Rel-eng and maintainers must
make sure such breakages do not happen!

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

[Bug 1234866] New: perl-App-cpanminus-1.7038 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234866

Bug ID: 1234866
   Summary: perl-App-cpanminus-1.7038 is available
   Product: Fedora
   Version: rawhide
 Component: perl-App-cpanminus
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 1.7038
Current version/release in rawhide: 1.7037-1.fc23
URL: http://search.cpan.org/dist/App-cpanminus/

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

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

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

[Bug 1234866] perl-App-cpanminus-1.7038 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234866



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1042273
  -- https://bugzilla.redhat.com/attachment.cgi?id=1042273action=edit
[patch] Update to 1.7038 (#1234866)

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

psabata pushed to perl-Cache-Mmap (master). Fix FTBFS issues by correcting the dep list (..more)

2015-06-23 Thread notifications
From 4453d44ed555460a7fa24caa535eac5fb4d46e0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 23 Jun 2015 14:14:15 +0200
Subject: Fix FTBFS issues by correcting the dep list

- Modernize the spec

diff --git a/perl-Cache-Mmap.spec b/perl-Cache-Mmap.spec
index 0762247..f967ab8 100644
--- a/perl-Cache-Mmap.spec
+++ b/perl-Cache-Mmap.spec
@@ -1,17 +1,36 @@
 Name:   perl-Cache-Mmap
 Version:0.11
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Shared data cache using memory mapped files
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Cache-Mmap/
 Source0:
http://www.cpan.org/authors/id/P/PM/PMH/Cache-Mmap-%{version}.tar.gz
 # Fixed BZ#1135969, RT#95940
 Patch0: 
Cache-Mmap-0.11-Avoid-Copy-On-Write-problems-with-Perl-5.20.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+# Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(strict)
+# Runtime
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(integer)
+BuildRequires:  perl(IO::Seekable)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(Symbol)
+BuildRequires:  perl(vars)
+# Tests only
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(open)
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %description
 This module implements a shared data cache, using memory mapped files. If
@@ -25,34 +44,28 @@ of refreshing cache contents, and updating underlying data, 
if necessary.
 chmod a-x cmmtest
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags} NO_PACKLIST=1
 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' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes cmmtest README Todo
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Cache*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 23 2015 Petr Šabata con...@redhat.com - 0.11-21
+- Fix FTBFS issues by correcting the dep list
+- Modernize the spec
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.11-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Cache-Mmap.git/commit/?h=masterid=4453d44ed555460a7fa24caa535eac5fb4d46e0c
--
Fedora Extras Perl SIG
http://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 1234739] perl-Cache-Mmap-0.11-20.fc23 FTBFS: missing build-time dependency on perl(open)

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234739

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Cache-Mmap-0.11-21.fc2
   ||3
 Resolution|--- |RAWHIDE
Last Closed||2015-06-23 08:15:06



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

jplesnik pushed to perl-Syntax-Highlight-Perl6 (f22). Specified all BRs

2015-06-23 Thread notifications
From f0d226d9702fd9bf73f26b880de944c4d629a39c Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 23 Jun 2015 11:01:23 +0200
Subject: Specified all BRs


diff --git a/perl-Syntax-Highlight-Perl6.spec b/perl-Syntax-Highlight-Perl6.spec
index bd2a9ed..74f5e9b 100644
--- a/perl-Syntax-Highlight-Perl6.spec
+++ b/perl-Syntax-Highlight-Perl6.spec
@@ -1,21 +1,53 @@
 Name:   perl-Syntax-Highlight-Perl6
 Version:0.88
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Perl 6 Syntax Highlighter
 License:(GPL+ or Artistic) and Artistic 2.0 and (MIT or GPLv2) 
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Syntax-Highlight-Perl6/
 Source0:
http://www.cpan.org/authors/id/A/AZ/AZAWAWI/Syntax-Highlight-Perl6-%{version}.tar.gz
 BuildArch:  noarch
-# perl(Module::Build) version 0.36 is just autogenerator noise
-BuildRequires:  perl(ExtUtils::MakeMaker) = 0.36
+
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.31
 BuildRequires:  perl(File::ShareDir::Install) = 0.03
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(feature)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::ShareDir)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(open)
 BuildRequires:  perl(STD) = 32116
 BuildRequires:  perl(Term::ANSIColor) = 2.00
+BuildRequires:  perl(utf8)
+# Tests
+BuildRequires:  perl(Config)
+BuildRequires:  perl(English)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(IPC::Open2)
 BuildRequires:  perl(Test::Exception) = 0.27
 BuildRequires:  perl(Test::More) = 0.86
+Requires:   perl(Encode)
+Requires:   perl(File::ShareDir)
+Requires:   perl(File::Temp)
+Requires:   perl(Getopt::Long)
+Requires:   perl(IO::File)
 Requires:   perl(STD) = 32116
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Term::ANSIColor)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(STD\\)\s*$
 
 %description
 Syntax::Highlight::Perl6 parses Perl 6 source code using an embedded
@@ -30,20 +62,19 @@ to build your next great idea.
 %setup -q -n Syntax-Highlight-Perl6-%{version}
 
 %build
-CFLAGS=$RPM_OPT_FLAGS %{__perl} Makefile.PL INSTALLDIRS=perl
+CFLAGS=$RPM_OPT_FLAGS perl Makefile.PL INSTALLDIRS=perl
 make %{?_smp_mflags} OPTIMIZE=$RPM_OPT_FLAGS
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
+%license LICENSE
 %doc Changes README
 %{perl_privlib}/*
 %{_bindir}/*
@@ -51,6 +82,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 23 2015 Jitka Plesnikova jples...@redhat.com - 0.88-14
+- Specified all build-requires
+
 * Mon Sep 01 2014 Jitka Plesnikova jples...@redhat.com - 0.88-11
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Syntax-Highlight-Perl6.git/commit/?h=f22id=f0d226d9702fd9bf73f26b880de944c4d629a39c
--
Fedora Extras Perl SIG
http://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 1230834] perl-TeX-Hyphen-1.16 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230834



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-TeX-Hyphen-1.16-1.fc22 has been pushed to the Fedora 22 stable repository.
 If problems still persist, please make note of it in this bug report.

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

[Bug 1231081] perl-Time-Warp-0.52 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231081



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Time-Warp-0.52-1.fc22 has been pushed to the Fedora 22 stable repository. 
If problems still persist, please make note of it in this bug report.

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

[Bug 1230543] perl-Crypt-URandom-0.36 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230543

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Crypt-URandom-0.36-1.f |perl-Crypt-URandom-0.36-1.f
   |c23 |c21
 Resolution|--- |ERRATA
Last Closed||2015-06-23 05:07:52



--- Comment #11 from Fedora Update System upda...@fedoraproject.org ---
perl-Crypt-URandom-0.36-1.fc21 has been pushed to the Fedora 21 stable
repository.  If problems still persist, please make note of it in this bug
report.

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

[Bug 1234730] perl-Syntax-Highlight-Perl6-0.88-13.fc23 FTBFS: missing build-time dependency on perl(open)

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234730



--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-Syntax-Highlight-Perl6-0.88-12.fc22 has been submitted as an update for
Fedora 22.
https://admin.fedoraproject.org/updates/perl-Syntax-Highlight-Perl6-0.88-12.fc22

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

[Bug 1230543] perl-Crypt-URandom-0.36 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230543

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

   What|Removed |Added

   Fixed In Version|perl-Crypt-URandom-0.36-1.f |perl-Crypt-URandom-0.36-1.f
   |c21 |c20



--- Comment #12 from Fedora Update System upda...@fedoraproject.org ---
perl-Crypt-URandom-0.36-1.fc20 has been pushed to the Fedora 20 stable
repository.  If problems still persist, please make note of it in this bug
report.

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

[Bug 1230120] Please update to = 1.003003

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230120

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-JSON-MaybeXS-1.003005-
   ||1.fc21
 Resolution|--- |ERRATA
Last Closed||2015-06-23 05:10:23



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-JSON-MaybeXS-1.003005-1.fc21 has been pushed to the Fedora 21 stable
repository.  If problems still persist, please make note of it in this bug
report.

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

[Bug 1230080] Upgrade perl-CHI to 0.60

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230080
Bug 1230080 depends on bug 1230120, which changed state.

Bug 1230120 Summary: Please update to = 1.003003
https://bugzilla.redhat.com/show_bug.cgi?id=1230120

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



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

[Bug 1230543] perl-Crypt-URandom-0.36 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230543

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

   What|Removed |Added

   Fixed In Version|perl-Crypt-URandom-0.36-1.f |perl-Crypt-URandom-0.36-1.f
   |c20 |c22



--- Comment #13 from Fedora Update System upda...@fedoraproject.org ---
perl-Crypt-URandom-0.36-1.fc22 has been pushed to the Fedora 22 stable
repository.  If problems still persist, please make note of it in this bug
report.

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

[Bug 1230605] perl-HTTP-DAV-0.48 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230605



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-HTTP-DAV-0.48-1.fc22 has been pushed to the Fedora 22 stable repository. 
If problems still persist, please make note of it in this bug report.

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

[Bug 1234112] perl-Module-CoreList-5.20150620 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234112

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

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

psabata uploaded DateTime-TimeZone-1.92.tar.gz for perl-DateTime-TimeZone

2015-06-23 Thread notifications
15e541682078981f1866ca1fbb6d4d90  DateTime-TimeZone-1.92.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-DateTime-TimeZone/DateTime-TimeZone-1.92.tar.gz/md5/15e541682078981f1866ca1fbb6d4d90/DateTime-TimeZone-1.92.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

psabata pushed to perl-DateTime-TimeZone (master). Conflict cleanup

2015-06-23 Thread notifications
From b6de2aca1ccd9e1a1023fca372c06fa2394f02f5 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Thu, 18 Jun 2015 02:38:17 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index a98f122..ac64f2b 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-TimeZone
 Version:1.91
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Time zone object base class and factory
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -92,6 +92,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.91-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Mon Jun 15 2015 Petr Šabata con...@redhat.com - 1.91-1
 - 1,91 bump, tzdata updated
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=masterid=2e9339c4fe9f87ee77ad0a6ba15dda99b5f4a66e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-DateTime-TimeZone (master). 1.92 bump

2015-06-23 Thread notifications
From e197ae120c6e3491f7901ecf0479937d961d8a6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 23 Jun 2015 11:28:04 +0200
Subject: 1.92 bump


diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index a98f122..a3e8bdf 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,5 +1,5 @@
 Name:   perl-DateTime-TimeZone
-Version:1.91
+Version:1.92
 Release:1%{?dist}
 Summary:Time zone object base class and factory
 License:GPL+ or Artistic
@@ -92,6 +92,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 23 2015 Petr Šabata con...@redhat.com - 1.92-1
+- 1.92 bump
+
 * Mon Jun 15 2015 Petr Šabata con...@redhat.com - 1.91-1
 - 1,91 bump, tzdata updated
 
diff --git a/sources b/sources
index 4c0245d..9524d07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-832d2f2bb3644c4c1fbafd8869f39422  DateTime-TimeZone-1.91.tar.gz
+15e541682078981f1866ca1fbb6d4d90  DateTime-TimeZone-1.92.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=masterid=e197ae120c6e3491f7901ecf0479937d961d8a6a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik uploaded CGI-Fast-2.10.tar.gz for perl-CGI-Fast

2015-06-23 Thread notifications
7c1d93600b796b9a0eb6fa3558d3d0c1  CGI-Fast-2.10.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-CGI-Fast/CGI-Fast-2.10.tar.gz/md5/7c1d93600b796b9a0eb6fa3558d3d0c1/CGI-Fast-2.10.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

jplesnik pushed to perl-XML-LibXML (master). Replace dependency on glibc-headers with gcc

2015-06-23 Thread notifications
From 345b913a8aa80a0080644ffd70f12f467c47a49f Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 23 Jun 2015 11:54:31 +0200
Subject: Replace dependency on glibc-headers with gcc


diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec
index 729c4c0..afd7c9d 100644
--- a/perl-XML-LibXML.spec
+++ b/perl-XML-LibXML.spec
@@ -8,16 +8,20 @@ Name:   perl-XML-LibXML
 # it might not be needed anymore
 # this module is maintained, the other is not
 Version:2.0121
-Release:4%{?dist}
+Release:5%{?dist}
 Epoch:  1
 Summary:Perl interface to the libxml2 library
 Group:  Development/Libraries
 License:(GPL+ or Artistic) and MIT
 URL:http://search.cpan.org/dist/XML-LibXML/
 Source0:
http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz
 
+BuildRequires:  coreutils
+BuildRequires:  findutils
 BuildRequires:  glibc-common
-BuildRequires:  glibc-headers
+BuildRequires:  gcc
 BuildRequires:  libxml2-devel
+BuildRequires:  make
+BuildRequires:  sed
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Cwd)
@@ -125,6 +129,9 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Jun 23 2015 Jitka Plesnikova jples...@redhat.com - 1:2.0121-5
+- Replace dependency on glibc-headers with gcc (bug #1230489)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1:2.0121-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-XML-LibXML.git/commit/?h=masterid=345b913a8aa80a0080644ffd70f12f467c47a49f
--
Fedora Extras Perl SIG
http://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 1230489] BuildRequires on gcc not glibc-headers.

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230489

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-XML-LibXML-2.0121-5.fc
   ||23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-23 05:57:38



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

[Bug 1178409] perl-Twiggy-0.1025 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1178409

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

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

[Bug 1234730] perl-Syntax-Highlight-Perl6-0.88-13.fc23 FTBFS: missing build-time dependency on perl(open)

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234730

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

   Fixed In Version||perl-Syntax-Highlight-Perl6
   ||-0.88-14.fc23



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

[Bug 1230610] perl-Imager-1.003 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230610



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Imager-1.003-1.fc22 has been pushed to the Fedora 22 stable repository. 
If problems still persist, please make note of it in this bug report.

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

[Bug 1230120] Please update to = 1.003003

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230120



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-JSON-MaybeXS-1.003005-1.fc20 has been pushed to the Fedora 20 stable
repository.  If problems still persist, please make note of it in this bug
report.

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

[Bug 1230559] perl-DateTime-Format-Epoch-0.16 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230559



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-DateTime-Format-Epoch-0.16-1.fc22 has been pushed to the Fedora 22 stable
repository.  If problems still persist, please make note of it in this bug
report.

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

[Bug 1234659] perl-DateTime-TimeZone-1.92 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234659

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-DateTime-TimeZone-1.92
   ||-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-23 05:30:54



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

jplesnik pushed to perl-CGI-Fast (master). 2.10 bump

2015-06-23 Thread notifications
From 9b240f97389985c26d80bd45bf4c3e1b907e4eec Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 23 Jun 2015 11:29:28 +0200
Subject: 2.10 bump


diff --git a/.gitignore b/.gitignore
index e435236..208a28d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /CGI-Fast-2.05.tar.gz
 /CGI-Fast-2.07.tar.gz
 /CGI-Fast-2.09.tar.gz
+/CGI-Fast-2.10.tar.gz
diff --git a/perl-CGI-Fast.spec b/perl-CGI-Fast.spec
index a1d0c89..5fe75cf 100644
--- a/perl-CGI-Fast.spec
+++ b/perl-CGI-Fast.spec
@@ -1,6 +1,6 @@
 Name:   perl-CGI-Fast
-Version:2.09
-Release:4%{?dist}
+Version:2.10
+Release:1%{?dist}
 Summary:CGI Interface for Fast CGI
 # lib/CGI/Fast.pm probably qotes piece of Artistic license before declaring
 # as Perl itself https://github.com/leejo/cgi-fast/issues/13
@@ -73,6 +73,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 23 2015 Jitka Plesnikova jples...@redhat.com - 2.10-1
+- 2.10 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.09-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 3c1ecda..ad6c7e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32d39d89a9ff3a596eb891e602a0f703  CGI-Fast-2.09.tar.gz
+7c1d93600b796b9a0eb6fa3558d3d0c1  CGI-Fast-2.10.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CGI-Fast.git/commit/?h=masterid=9b240f97389985c26d80bd45bf4c3e1b907e4eec
--
Fedora Extras Perl SIG
http://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 1234658] perl-CGI-Fast-2.10 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234658

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-CGI-Fast-2.10-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-23 05:35:33



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

[Bug 1234739] perl-Cache-Mmap-0.11-20.fc23 FTBFS: missing build-time dependency on perl(open)

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234739



--- Comment #1 from Petr Šabata psab...@redhat.com ---
Indeed, this package is in a sorry state.  I'll rewrite it.

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

eseyman changed eseyman's 'commit' permission on perl-Config-Model-Itself (master) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model-Itself 
(master) to 'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model-Itself/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Config-Model (master) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model (master) to 
'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Config-Model (f21) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model (f21) to 
'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Config-Model (f22) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model (f22) to 
'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Config-Model (f20) to ''

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model (f20) to ''
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Config-Model-CursesUI (f21) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model-CursesUI 
(f21) to 'Awaiting Review'

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

eseyman changed eseyman's 'commit' permission on perl-Config-Model-CursesUI (f22) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model-CursesUI 
(f22) to 'Awaiting Review'

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

eseyman changed eseyman's 'commit' permission on perl-Config-Model-Itself (f22) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model-Itself (f22) 
to 'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model-Itself/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Config-Model-TkUI (master) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model-TkUI 
(master) to 'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model-TkUI/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Config-Model-CursesUI (f20) to ''

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model-CursesUI 
(f20) to ''

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

eseyman changed eseyman's 'commit' permission on perl-Config-Model-Itself (f21) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model-Itself (f21) 
to 'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model-Itself/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Config-Model-CursesUI (master) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model-CursesUI 
(master) to 'Awaiting Review'

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

eseyman changed eseyman's 'commit' permission on perl-Config-Model-TkUI (f21) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model-TkUI (f21) 
to 'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model-TkUI/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Curses-UI (f21) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Curses-UI (f21) to 
'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Curses-UI/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Curses-UI (f22) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Curses-UI (f22) to 
'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Curses-UI/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Config-Model-TkUI (f22) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model-TkUI (f22) 
to 'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model-TkUI/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Curses-UI (master) to 'Awaiting Review'

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Curses-UI (master) to 
'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Curses-UI/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman changed eseyman's 'commit' permission on perl-Config-Model-TkUI (f20) to ''

2015-06-23 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Config-Model-TkUI (f20) 
to ''
https://admin.fedoraproject.org/pkgdb/package/perl-Config-Model-TkUI/
--
Fedora Extras Perl SIG
http://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 1234662] perl-Gnome2-1.046 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234662



--- Comment #3 from Petr Pisar ppi...@redhat.com ---
Bug-fix release suitable for all Fedoras.

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

[Bug 1234662] perl-Gnome2-1.046 is available

2015-06-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234662

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Gnome2-1.046-1.fc23



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

  1   2   >