ppisar pushed to perl-Config-Perl-V (master). "Import"

2015-07-10 Thread notifications
From 80cee121b997e099c06846afb3fe822d389bec95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 10 Jul 2015 11:20:22 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..43472fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Config-Perl-V-0.24.tgz
diff --git a/Config-Perl-V-0.24-Remove-invalid-shellbang.patch 
b/Config-Perl-V-0.24-Remove-invalid-shellbang.patch
new file mode 100644
index 000..b4c7aa9
--- /dev/null
+++ b/Config-Perl-V-0.24-Remove-invalid-shellbang.patch
@@ -0,0 +1,26 @@
+From 26c312a1f52b06b26fb035f7e7855b8056d48728 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Wed, 1 Jul 2015 13:47:28 +0200
+Subject: [PATCH] Remove invalid shellbang
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař 
+---
+ examples/show-v.pl | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/examples/show-v.pl b/examples/show-v.pl
+index 2fac597..b43056a 100755
+--- a/examples/show-v.pl
 b/examples/show-v.pl
+@@ -1,5 +1,3 @@
+-#!/pro/bin/perl
+-
+ use strict;
+ use warnings;
+ 
+-- 
+2.4.3
+
diff --git a/perl-Config-Perl-V.spec b/perl-Config-Perl-V.spec
new file mode 100644
index 000..1ae2212
--- /dev/null
+++ b/perl-Config-Perl-V.spec
@@ -0,0 +1,61 @@
+Name:   perl-Config-Perl-V
+Version:0.24
+Release:1%{?dist}
+Summary:Structured data retrieval of perl -V output
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Config-Perl-V/
+Source0:
http://www.cpan.org/authors/id/H/HM/HMBRAND/Config-Perl-V-%{version}.tgz
+# Correct example
+Patch0: Config-Perl-V-0.24-Remove-invalid-shellbang.patch
+BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Optional run-time:
+# Digest::MD5 not used at tests
+# Tests:
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::NoWarnings)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Conflicts:  perl < 4:5.22.0-347
+
+%description
+The command "perl -V" will return you an excerpt from the %%Config::Config
+hash combined with the output of "perl -V" that is not stored inside the hash,
+but only available to the perl binary itself. This package provides Perl
+module that will return you the output of "perl -V" in a structure.
+
+%prep
+%setup -q -n Config-Perl-V-%{version}
+%patch0 -p1
+chmod -x examples/*
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changelog examples README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 01 2015 Petr Pisar  0.24-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..7050967 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+88e4e6e1d898cf9db2a17c2ef0c00873  Config-Perl-V-0.24.tgz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Config-Perl-V.git/commit/?h=master&id=80cee121b997e099c06846afb3fe822d389bec95
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Net-SFTP-Foreign (master). "1.77 bump; Modernize spec"

2015-07-23 Thread notifications
From c48d4b71507db2a6c39578f8380da6f235aba70f Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 23 Jul 2015 16:16:58 +0200
Subject: 1.77 bump; Modernize spec


diff --git a/.gitignore b/.gitignore
index 02997a8..2c3ce21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Net-SFTP-Foreign-1.74_05.tar.gz
 /Net-SFTP-Foreign-1.75.tar.gz
+/Net-SFTP-Foreign-1.77.tar.gz
diff --git a/perl-Net-SFTP-Foreign.spec b/perl-Net-SFTP-Foreign.spec
index 7c0302e..32c333e 100644
--- a/perl-Net-SFTP-Foreign.spec
+++ b/perl-Net-SFTP-Foreign.spec
@@ -1,6 +1,6 @@
 Name:  perl-Net-SFTP-Foreign
-Version:   1.75
-Release:   7%{?dist}
+Version:   1.77
+Release:   1%{?dist}
 Summary:   SSH File Transfer Protocol client
 
 Group: Development/Libraries
@@ -8,39 +8,43 @@ License:  GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Net-SFTP-Foreign
 Source0:   
http://cpan.metacpan.org/authors/id/S/SA/SALVA/Net-SFTP-Foreign-%{version}.tar.gz
 
-
 BuildArch: noarch
-BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Test::More)
-BuildRequires: perl(warnings::register)
-BuildRequires: perl(Exporter)
-BuildRequires: perl(lib)
-BuildRequires: perl(File::Spec)
-BuildRequires: perl(Cwd)
-BuildRequires: perl(Scalar::Util)
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
+BuildRequires: perl
 BuildRequires: perl(Carp)
-BuildRequires: perl(Symbol)
+BuildRequires: perl(constant)
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Encode)
 BuildRequires: perl(Errno)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Fcntl)
-BuildRequires: perl(constant)
-BuildRequires: perl(IO::File)
+BuildRequires: perl(File::Spec)
 BuildRequires: perl(IO::Dir)
-BuildRequires: perl(Time::HiRes)
+BuildRequires: perl(IO::File)
+BuildRequires: perl(lib)
 BuildRequires: perl(Math::BigInt)
-BuildRequires: perl(Encode)
 BuildRequires: perl(Net::SFTP)
 BuildRequires: perl(POSIX)
+BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(strict)
+BuildRequires: perl(Symbol)
+BuildRequires: perl(Test::More)
 BuildRequires: perl(Tie::Handle)
-
+BuildRequires: perl(Time::HiRes)
+BuildRequires: perl(warnings)
+BuildRequires: perl(warnings::register)
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:  perl(Encode)
 #Requires: perl(bytes) # Needed only in Perl <= 5.8.x
-Requires:  perl(IO::File)
+Requires:  perl(Encode)
 Requires:  perl(IO::Dir)
-Requires:  perl(Sort::Key)
+Requires:  perl(IO::File)
 Requires:  perl(IO::Pty)
 Requires:  perl(Math::BigInt)
+Requires:  perl(Sort::Key)
 Requires:  openssh-clients
 
 
@@ -80,12 +84,16 @@ make test
 
 
 %files
-%doc LICENSE Changes README debug.txt TODO rfc samples
+%license LICENSE
+%doc Changes README debug.txt TODO rfc samples
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 
 %changelog
+* Thu Jul 23 2015 Jitka Plesnikova  - 1.77-1
+- 1.77 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.75-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index a9158c8..5f85181 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2545691cd69f8515dd9c126cc52e40c5  Net-SFTP-Foreign-1.75.tar.gz
+dd17242a0bf90206f3edf6ef051be873  Net-SFTP-Foreign-1.77.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-SFTP-Foreign.git/commit/?h=master&id=c48d4b71507db2a6c39578f8380da6f235aba70f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-DateTime-Format-Pg (f23). "0.16011 bump"

2015-07-23 Thread notifications
From 16170e55168b5da8e9de70d468bf841a1ec09235 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Thu, 23 Jul 2015 16:19:34 +0200
Subject: 0.16011 bump


diff --git a/.gitignore b/.gitignore
index cc7ea02..eb3155f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ DateTime-Format-Pg-0.16004.tar.gz
 /DateTime-Format-Pg-0.16007.tar.gz
 /DateTime-Format-Pg-0.16008.tar.gz
 /DateTime-Format-Pg-0.16010.tar.gz
+/DateTime-Format-Pg-0.16011.tar.gz
diff --git a/perl-DateTime-Format-Pg.spec b/perl-DateTime-Format-Pg.spec
index b4c7857..29838ca 100644
--- a/perl-DateTime-Format-Pg.spec
+++ b/perl-DateTime-Format-Pg.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-Pg
-Version:0.16010
-Release:8%{?dist}
+Version:0.16011
+Release:1%{?dist}
 Summary:Parse and format PostgreSQL dates and times
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,9 +9,8 @@ Source0:
http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/DateTime-Forma
 BuildArch:  noarch
 # Build
 BuildRequires:  perl
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
 BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(strict)
@@ -19,6 +18,7 @@ BuildRequires:  perl(utf8)
 BuildRequires:  perl(warnings)
 # Runtime
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(DateTime) >= 0.13
 BuildRequires:  perl(DateTime::Duration)
 BuildRequires:  perl(DateTime::Format::Builder) >= 0.72
@@ -27,8 +27,8 @@ BuildRequires:  perl(DateTime::TimeZone::Floating)
 BuildRequires:  perl(DateTime::TimeZone::UTC)
 BuildRequires:  perl(vars)
 # Tests only
-BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test::More)
+# Optional tests only
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
@@ -55,11 +55,15 @@ perl Build.PL --installdirs=vendor
 ./Build test
 
 %files
-%doc Changes LICENSE
+%license LICENSE
+%doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 23 2015 Petr Šabata  - 0.16011-1
+- 0.16011 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.16010-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 1022e52..aa4d29e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-776d8f64f48e2bebe34f80383a032ede  DateTime-Format-Pg-0.16010.tar.gz
+8e462e583bd4b51b30255f522e887932  DateTime-Format-Pg-0.16011.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DateTime-Format-Pg.git/commit/?h=f23&id=16170e55168b5da8e9de70d468bf841a1ec09235
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-DateTime-Format-Pg (f22). "0.16011 bump"

2015-07-23 Thread notifications
From 16170e55168b5da8e9de70d468bf841a1ec09235 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Thu, 23 Jul 2015 16:19:34 +0200
Subject: 0.16011 bump


diff --git a/.gitignore b/.gitignore
index cc7ea02..eb3155f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ DateTime-Format-Pg-0.16004.tar.gz
 /DateTime-Format-Pg-0.16007.tar.gz
 /DateTime-Format-Pg-0.16008.tar.gz
 /DateTime-Format-Pg-0.16010.tar.gz
+/DateTime-Format-Pg-0.16011.tar.gz
diff --git a/perl-DateTime-Format-Pg.spec b/perl-DateTime-Format-Pg.spec
index b4c7857..29838ca 100644
--- a/perl-DateTime-Format-Pg.spec
+++ b/perl-DateTime-Format-Pg.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-Pg
-Version:0.16010
-Release:8%{?dist}
+Version:0.16011
+Release:1%{?dist}
 Summary:Parse and format PostgreSQL dates and times
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,9 +9,8 @@ Source0:
http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/DateTime-Forma
 BuildArch:  noarch
 # Build
 BuildRequires:  perl
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
 BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(strict)
@@ -19,6 +18,7 @@ BuildRequires:  perl(utf8)
 BuildRequires:  perl(warnings)
 # Runtime
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(DateTime) >= 0.13
 BuildRequires:  perl(DateTime::Duration)
 BuildRequires:  perl(DateTime::Format::Builder) >= 0.72
@@ -27,8 +27,8 @@ BuildRequires:  perl(DateTime::TimeZone::Floating)
 BuildRequires:  perl(DateTime::TimeZone::UTC)
 BuildRequires:  perl(vars)
 # Tests only
-BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test::More)
+# Optional tests only
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
@@ -55,11 +55,15 @@ perl Build.PL --installdirs=vendor
 ./Build test
 
 %files
-%doc Changes LICENSE
+%license LICENSE
+%doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 23 2015 Petr Šabata  - 0.16011-1
+- 0.16011 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.16010-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 1022e52..aa4d29e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-776d8f64f48e2bebe34f80383a032ede  DateTime-Format-Pg-0.16010.tar.gz
+8e462e583bd4b51b30255f522e887932  DateTime-Format-Pg-0.16011.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DateTime-Format-Pg.git/commit/?h=f22&id=16170e55168b5da8e9de70d468bf841a1ec09235
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pkgdb_updater updated: summary, description of perl-MooX-ConfigFromFile

2015-07-24 Thread notifications
pkgdb_updater updated: summary, description of perl-MooX-ConfigFromFile
https://admin.fedoraproject.org/pkgdb/package/perl-MooX-ConfigFromFile/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-threads-lite (master). "Do not build for aarch64, ppc, and ppc64le because the code is broken there"

2015-08-03 Thread notifications
From 8fc10693319cfeeed03911a55a3d3b2d44beae47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Mon, 3 Aug 2015 12:31:54 +0200
Subject: Do not build for aarch64, ppc, and ppc64le because the code is broken
 there


diff --git a/perl-threads-lite.spec b/perl-threads-lite.spec
index 37e1fdc..7f4bb4b 100644
--- a/perl-threads-lite.spec
+++ b/perl-threads-lite.spec
@@ -1,11 +1,13 @@
 Name:   perl-threads-lite
 Version:0.034
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Actor model threading for Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/threads-lite/
 Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/threads-lite-%{version}.tar.gz
+# Tests halt on these platforms, bug #719874, CPAN RT#69354
+ExcludeArch:aarch64 ppc ppc64le
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  perl
@@ -51,9 +53,7 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f 
{} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-%ifnarch aarch64 ppc ppc64le
 ./Build test
-%endif
 
 %files
 %license LICENSE
@@ -63,6 +63,10 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm 
-f {} \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 03 2015 Petr Pisar  - 0.034-5
+- Do not build for aarch64, ppc, and ppc64le because the code is broken there
+  (bug #bug #719874)
+
 * Mon Aug 03 2015 Petr Pisar  - 0.034-4
 - Disable checks on aarch64 (bug #719874)
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-threads-lite.git/commit/?h=master&id=8fc10693319cfeeed03911a55a3d3b2d44beae47
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata uploaded Devel-NYTProf-6.02.tar.gz for perl-Devel-NYTProf

2015-08-03 Thread notifications
3452c07792caf0a9bd0db166904d1bd0  Devel-NYTProf-6.02.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Devel-NYTProf/Devel-NYTProf-6.02.tar.gz/md5/3452c07792caf0a9bd0db166904d1bd0/Devel-NYTProf-6.02.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Test-Kwalitee-Extra (perl-Test-Kwalitee-Extra-0.3.1-1.fc24). "Update to 0.3.1 (..more)"

2015-08-11 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-Test-Kwalitee-Extra.git/commit/?h=perl-Test-Kwalitee-Extra-0.3.1-1.fc24&id=3760098176b81aa4cd89c399d54898aafd6c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed ppisar's 'commit' permission on perl-Test-MemoryGrowth (f23) to 'Approved'

2015-08-17 Thread notifications
limb changed ppisar's 'commit' permission on perl-Test-MemoryGrowth (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Test-MemoryGrowth/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed perl-sig's 'watchbugzilla' permission on perl-Test-MemoryGrowth (f22) to 'Approved'

2015-08-17 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on perl-Test-MemoryGrowth 
(f22) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Test-MemoryGrowth/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ttorling pushed to perl-MooX-Roles-Pluggable (f21). "Initial import #1242727)"

2015-08-17 Thread notifications
From 7c0fc5a2f10aadbda0ee0bd020c9d9ce12e9039e Mon Sep 17 00:00:00 2001
From: Tim Orling 
Date: Mon, 17 Aug 2015 07:57:18 -0700
Subject: Initial import #1242727)


diff --git a/.gitignore b/.gitignore
index e69de29..3d07c62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/MooX-Roles-Pluggable-0.003.tar.gz
diff --git a/perl-MooX-Roles-Pluggable.spec b/perl-MooX-Roles-Pluggable.spec
new file mode 100644
index 000..fce324a
--- /dev/null
+++ b/perl-MooX-Roles-Pluggable.spec
@@ -0,0 +1,68 @@
+Name:   perl-MooX-Roles-Pluggable
+Version:0.003
+Release:3%{?dist}
+Summary:Moo eXtension for pluggable roles
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/MooX-Roles-Pluggable/
+Source0:
http://www.cpan.org/authors/id/R/RE/REHSACK/MooX-Roles-Pluggable-%{version}.tar.gz
+BuildArch:  noarch
+# Build:
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Module::Pluggable) >= 4.8
+BuildRequires:  perl(Module::Pluggable::Object)
+BuildRequires:  perl(Moo::Role) >= 1.003000
+# Tests:
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Moo)
+BuildRequires:  perl(Test::More) >= 0.9
+Requires:   perl(Module::Pluggable) >= 4.8
+Requires:   perl(Moo::Role) >= 1.003000
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%description
+This module allows a class consuming several roles based on rules passed to
+Module::Pluggable::Object.
+
+%prep
+%setup -q -n MooX-Roles-Pluggable-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README.md
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Aug 12 2015 Tim Orling  - 0.003-3
+- Drop EPEL support, too many missing dependencies
+- Add additional dependencies for review (#1242727)
+
+* Wed Aug 05 2015 Tim Orling  - 0.003-2
+- Clean up spec file for review (#1242727)
+
+* Sun Jul 12 2015 Tim Orling 0.003-1
+- Update to 0.003 version
+- Build is now with ExtUtils::MakeMaker
+- Merge specfile autogenerated by cpanspec 1.78 for 0.003
+
+* Thu Apr 02 2015 Tim Orling 0.002-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..92488be 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+89ea43a260efc5cc50b03c30fa1f586b  MooX-Roles-Pluggable-0.003.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-MooX-Roles-Pluggable.git/commit/?h=f21&id=7c0fc5a2f10aadbda0ee0bd020c9d9ce12e9039e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar changed ppisar's 'watchbugzilla' permission on perl-Devel-GoFaster (f21) to 'Obsolete'

2015-08-28 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-Devel-GoFaster (f21) 
to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Devel-GoFaster/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar changed ppisar's 'watchbugzilla' permission on perl-Devel-GoFaster (f22) to 'Obsolete'

2015-08-28 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-Devel-GoFaster (f22) 
to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Devel-GoFaster/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata uploaded Devel-GoFaster-0.000.tar.gz for perl-Devel-GoFaster

2015-08-28 Thread notifications
a2d1149aa749804481bda0acdd708279  Devel-GoFaster-0.000.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Devel-GoFaster/Devel-GoFaster-0.000.tar.gz/md5/a2d1149aa749804481bda0acdd708279/Devel-GoFaster-0.000.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Compress-LZ4 (master). "0.22 bump"

2015-09-09 Thread notifications
From e7a99807d5d9263f44b3f6025b25d3e3f3be094e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 9 Sep 2015 16:43:52 +0200
Subject: 0.22 bump


diff --git a/.gitignore b/.gitignore
index 6fe82f2..890f7fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Compress-LZ4-0.20.tar.gz
+/Compress-LZ4-0.22.tar.gz
diff --git a/compress_lz4_unbundle.patch b/compress_lz4_unbundle.patch
deleted file mode 100644
index 3743301..000
--- a/compress_lz4_unbundle.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -Naur old/LZ4.xs new/LZ4.xs
 old/LZ4.xs 2014-03-22 19:19:23.0 +1100
-+++ new/LZ4.xs 2014-10-07 06:45:36.104454692 +1100
-@@ -7,8 +7,8 @@
- #define NEED_sv_2pvbyte
- #include "ppport.h"
- 
--#include "lz4.h"
--#include "lz4hc.h"
-+#include 
-+#include 
- 
- MODULE = Compress::LZ4PACKAGE = Compress::LZ4
- 
-diff -Naur old/Makefile.PL new/Makefile.PL
 old/Makefile.PL2013-11-19 11:26:33.0 +1100
-+++ new/Makefile.PL2014-10-07 06:45:36.104454692 +1100
-@@ -20,6 +20,7 @@
- },
- 
- OBJECT => '$(O_FILES)',
-+LIBS   => '-llz4',
- 
- dist   => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
- clean  => { FILES=> 'Compress-LZ4-*' },
-diff -Naur old/MANIFEST new/MANIFEST
 old/MANIFEST   2014-07-08 07:07:04.0 +1000
-+++ new/MANIFEST   2014-10-07 06:47:17.546056156 +1100
-@@ -1,11 +1,7 @@
- Changes
- ex/benchmark.pl
- lib/Compress/LZ4.pm
--lz4.h
- LZ4.xs
--lz4c.c
--lz4hc.c
--lz4hc.h
- Makefile.PL
- MANIFEST  This list of files
- ppport.h
diff --git a/perl-Compress-LZ4.spec b/perl-Compress-LZ4.spec
index fe70cac..b8a0db4 100644
--- a/perl-Compress-LZ4.spec
+++ b/perl-Compress-LZ4.spec
@@ -1,43 +1,58 @@
 Name:   perl-Compress-LZ4
-Version:0.20
-Release:3%{?dist}
+Version:0.22
+Release:1%{?dist}
 Summary:Perl interface to the LZ4 compression library
+# other files:  GPL+ or Artistic
+## Not in binary package
+# src:  BSD
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Compress-LZ4/
 Source0:
http://www.cpan.org/modules/by-module/Compress/Compress-LZ4-%{version}.tar.gz
-Patch1: compress_lz4_unbundle.patch
+# Do not use bundled lz4 sources
+Patch0: Compress-LZ4-0.22-Build-against-system-lz4.patch
+BuildRequires:  coreutils
+BuildRequires:  findutils
 BuildRequires:  lz4-devel
 BuildRequires:  perl
 BuildRequires:  perl(Config)
-BuildRequires:  perl(Exporter) >= 5.57
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(overload)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(warnings)
+BuildRequires:  sed
+# Run-time:
+BuildRequires:  perl(Exporter) >= 5.57
 BuildRequires:  perl(XSLoader)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+# Tests:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Test::More) >= 0.82
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Exporter) >= 5.57
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%{__requires_exclude}|}^perl\\(Exporter\\)$
 
 %description
 The Compress::LZ4 module provides an interface to the LZ4 compression library
 
 %prep
 %setup -q -n Compress-LZ4-%{version}
-%patch1 -p1
-rm -Rf lz4*
+%patch0 -p1
+# Remove bundled lz4
+rm -Rf src
+sed -i -e '/^src\//d' MANIFEST
+# Correct permissions
 chmod -c -x ex/*
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -50,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 09 2015 Petr Pisar  - 0.22-1
+- 0.22 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.20-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index b579bc8..3bc6594 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aac875302611c0806893514cb496d33b  Compress-LZ4-0.20.tar.gz
+ae475d738a9964814bb4a16b6eb4c371  Compress-LZ4-0.22.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Compress-LZ4.git/commit/?h=master&id=e7a99807d5d9263f44b3f6025b25d3e3f3be094e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik uploaded Devel-Cover-1.21.tar.gz for perl-Devel-Cover

2015-09-21 Thread notifications
c747fe984f7e945a4cbe11ad727ebc52  Devel-Cover-1.21.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Devel-Cover/Devel-Cover-1.21.tar.gz/md5/c747fe984f7e945a4cbe11ad727ebc52/Devel-Cover-1.21.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata retired perl-Data-Dump-Streamer in master

2015-09-23 Thread notifications
psabata retired perl-Data-Dump-Streamer in master
https://admin.fedoraproject.org/pkgdb/package/perl-Data-Dump-Streamer/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed ppisar's 'approveacls' permission on perl-Algorithm-Diff-XS (master) to 'Approved'

2015-09-24 Thread notifications
limb changed ppisar's 'approveacls' permission on perl-Algorithm-Diff-XS 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Algorithm-Diff-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mizdebsk set the koschei monitoring flag of perl-MooseX-Traits-Pluggable to True

2015-09-25 Thread notifications
mizdebsk set the koschei monitoring flag of perl-MooseX-Traits-Pluggable to True

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

mizdebsk set the koschei monitoring flag of perl-MooseX-Types-DateTime-MoreCoercions to True

2015-09-25 Thread notifications
mizdebsk set the koschei monitoring flag of 
perl-MooseX-Types-DateTime-MoreCoercions to True

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

mizdebsk set the koschei monitoring flag of perl-Number-Compare to True

2015-09-25 Thread notifications
mizdebsk set the koschei monitoring flag of perl-Number-Compare to True

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

mizdebsk set the koschei monitoring flag of perl-Number-Tolerant to True

2015-09-25 Thread notifications
mizdebsk set the koschei monitoring flag of perl-Number-Tolerant to True

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

mizdebsk set the koschei monitoring flag of perl-Test-Manifest to True

2015-09-25 Thread notifications
mizdebsk set the koschei monitoring flag of perl-Test-Manifest to True

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

spot pushed to perl-Text-Template (f22). "1.46"

2015-03-27 Thread notifications
>From 4a1b9aeb7a45d0382f4d78c449ec956227d83a8d Mon Sep 17 00:00:00 2001
From: Tom Callaway 
Date: Fri, 27 Mar 2015 14:30:04 -0400
Subject: 1.46


diff --git a/perl-Text-Template.spec b/perl-Text-Template.spec
index c3bf408..410c39c 100644
--- a/perl-Text-Template.spec
+++ b/perl-Text-Template.spec
@@ -1,10 +1,13 @@
 Name:   perl-Text-Template
-Version:1.45
-Release:17%{?dist}
+Version:1.46
+Release:1%{?dist}
 Summary:Expand template text with embedded Perl
 
 Group:  Development/Libraries
-License:GPL+ or Artistic
+# See CPAN RT#102523
+# lib/Text/Template.pm: (GPL+ or Artistic) and (GPLv2+ or Artistic)
+# other files:  (GPLv2+ or Artistic)
+License:(GPL+ or Artistic) and (GPLv2+ or Artistic)
 URL:http://search.cpan.org/dist/Text-Template/
 Source0:
http://www.cpan.org/authors/id/M/MJ/MJD/Text-Template-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -63,6 +66,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callawau  - 1.46-1
+- update to 1.46
+
+* Fri Mar 06 2015 Petr Pisar  - 1.45-18
+- Correct license declaration to ((GPL+ or Artistic) and (GPLv2+ or Artistic))
+  (bug #1198991)
+
 * Thu Jan 15 2015 Petr Pisar  - 1.45-17
 - Specify all dependencies
 
diff --git a/sources b/sources
index 4c0a520..3c833a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd22441c1ab0870c012225c9a585e262  Text-Template-1.45.tar.gz
+912ce180e05d99a169f20aaf4fbf8b8f  Text-Template-1.46.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Template.git/commit/?h=f22&id=4a1b9aeb7a45d0382f4d78c449ec956227d83a8d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Email-Date (f22). "1.104"

2015-03-30 Thread notifications
>From 9d75531334f53864811610ebddce81b1abd426a1 Mon Sep 17 00:00:00 2001
From: Tom Callaway 
Date: Mon, 30 Mar 2015 14:57:03 -0400
Subject: 1.104


diff --git a/perl-Email-Date.spec b/perl-Email-Date.spec
index f925363..fecce02 100644
--- a/perl-Email-Date.spec
+++ b/perl-Email-Date.spec
@@ -1,12 +1,13 @@
 Name:   perl-Email-Date
-Version:1.103
-Release:20%{?dist}
+Version:1.104
+Release:1%{?dist}
 Summary:Find and format date headers
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Email-Date/
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Date-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: perl(Capture::Tiny)
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(Date::Parse), 
perl(Email::Abstract)
 BuildRequires:  perl(Test::More), perl(Time::Local), perl(Time::Piece), 
perl(Module::Pluggable)
 BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage), 
perl(Email::Date::Format) >= 1.000
@@ -55,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Mar 30 2015 Tom Callaway  - 1.104-1
+- update to 1.104
+
 * Mon Sep 01 2014 Jitka Plesnikova  - 1.103-20
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 6e6e189..2559244 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c74b5b1d98ce7a92ed387970c461b5b4  Email-Date-1.103.tar.gz
+4df8d2025e24ffc37217b678ec7e4cb3  Email-Date-1.104.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Date.git/commit/?h=f22&id=9d75531334f53864811610ebddce81b1abd426a1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata uploaded Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz for perl-Dist-Zilla-Plugin-Test-Compile

2015-04-02 Thread notifications
c0c56cf037ac2e3a63103bb436470f44  Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz/c0c56cf037ac2e3a63103bb436470f44/Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc uploaded FileHandle-Unget-0.1625.tar.gz for perl-FileHandle-Unget

2015-04-05 Thread notifications
3128a073a0deb7f6e4a99c8be1b02c76  FileHandle-Unget-0.1625.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-FileHandle-Unget/FileHandle-Unget-0.1625.tar.gz/3128a073a0deb7f6e4a99c8be1b02c76/FileHandle-Unget-0.1625.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

corsepiu pushed to perl-HTML-Lint (f21). "Upstream update. (..more)"

2015-04-13 Thread notifications
>From e310f358114c561d4c2b3c6f5308f2d803dc58c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Tue, 7 Apr 2015 11:56:09 +0200
Subject: Upstream update.

- Modernize spec.

diff --git a/.gitignore b/.gitignore
index d42c393..18ef76d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/HTML-Lint-2.20.tar.gz
+/HTML-Lint-2.22.tar.gz
diff --git a/perl-HTML-Lint.spec b/perl-HTML-Lint.spec
index 148ce84..1734fec 100644
--- a/perl-HTML-Lint.spec
+++ b/perl-HTML-Lint.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-Lint
-Version:2.20
-Release:9%{?dist}
+Version:2.22
+Release:1%{?dist}
 Summary:HTML::Lint Perl module
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -48,13 +48,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{_bindir}/weblint
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 07 2015 Ralf Corsépius  - 2.22-1
+- Upstream update.
+- Modernize spec.
+
 * Thu Aug 28 2014 Jitka Plesnikova  - 2.20-9
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 6c1f349..7435cc5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6063f33797d6a36dc3ae2e0c3d06ded  HTML-Lint-2.20.tar.gz
+b04ea191d1ffbcfd798097239a0a70ee  HTML-Lint-2.22.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-HTML-Lint.git/commit/?h=f21&id=e310f358114c561d4c2b3c6f5308f2d803dc58c9
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

hardaker pushed to perl-QWizard (epel7). "Fix typo that causes a failure to update the common directory. (releng (..more)"

2015-04-28 Thread notifications
>From ce4b5dcd5f2bb7a6a028435318bbefbe99c78313 Mon Sep 17 00:00:00 2001
From: Bill Nottingham 
Date: Wed, 25 Nov 2009 23:31:17 +
Subject: Fix typo that causes a failure to update the common directory.
 (releng #2781)


diff --git a/Makefile b/Makefile
index d99a11e..a629236 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
 # Makefile for source rpm: perl-QWizard
-# $Id$
+# $Id: Makefile,v 1.1 2007/12/21 19:48:36 kevin Exp $
 NAME := perl-QWizard
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
 endef
 
 MAKEFILE_COMMON := $(shell $(find-makefile-common))
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-QWizard.git/commit/?h=epel7&id=ce4b5dcd5f2bb7a6a028435318bbefbe99c78313
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

hardaker pushed to perl-QWizard (epel7). "update to 3.15"

2015-04-28 Thread notifications
>From e3930b1e1d7808c2c209583a78b58cd7c747408d Mon Sep 17 00:00:00 2001
From: Wes Hardaker 
Date: Wed, 17 Sep 2008 16:05:43 +
Subject: update to 3.15


diff --git a/.cvsignore b/.cvsignore
index d1da58f..f45c878 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-QWizard-3.14.tar.gz
+QWizard-3.15.tar.gz
diff --git a/perl-QWizard.spec b/perl-QWizard.spec
index 7263e96..3d6385d 100644
--- a/perl-QWizard.spec
+++ b/perl-QWizard.spec
@@ -1,5 +1,5 @@
 Name:   perl-QWizard
-Version:3.14
+Version:3.15
 Release:1%{?dist}
 Summary:A very portable graphical question and answer wizard system
 License:GPL+ or Artistic 
@@ -73,12 +73,15 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 17 2008 Wes Hardaker  - 3.15-1
+- Update to latest upstream bug fixes
+
+* Fri Jul 18 2008 Wes Hardaker  - 3.14-2
+- Version bump for build issues
+
 * Tue Apr 29 2008 Wes Hardaker  - 3.14-1
 - Update to latest upstream for bug fixes and minor new features
 
-* Thu Mar 06 2008 Tom "spot" Callaway  - 3.13-3
-Rebuild for new perl
-
 * Sat Dec 22 2007 Wes Hardaker  - 3.13-2
 - remove patch now in base
 
diff --git a/sources b/sources
index b60815e..fa433de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f45cf8e3faa251478cffc511193bd2e8  QWizard-3.14.tar.gz
+e5cf695466d39ad6c7f242ad58b7ad97  QWizard-3.15.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-QWizard.git/commit/?h=epel7&id=e3930b1e1d7808c2c209583a78b58cd7c747408d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

hardaker pushed to perl-QWizard (epel7). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild"

2015-04-28 Thread notifications
>From 7ee3c8bb0be0e74e675571326a5c007497b6a500 Mon Sep 17 00:00:00 2001
From: Jesse Keating 
Date: Sun, 26 Jul 2009 16:18:44 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild


diff --git a/perl-QWizard.spec b/perl-QWizard.spec
index 4046b73..1532d3c 100644
--- a/perl-QWizard.spec
+++ b/perl-QWizard.spec
@@ -1,6 +1,6 @@
 Name:   perl-QWizard
 Version:3.15
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:A very portable graphical question and answer wizard system
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -73,6 +73,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 26 2009 Fedora Release Engineering  
- 3.15-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Thu Feb 26 2009 Fedora Release Engineering  
- 3.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-QWizard.git/commit/?h=epel7&id=7ee3c8bb0be0e74e675571326a5c007497b6a500
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

hardaker pushed to perl-QWizard (epel7). "- rebuild against perl 5.10.1"

2015-04-28 Thread notifications
>From 09f22e7edfaa09592b8d6c8e296971e3b796dd5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= 
Date: Mon, 7 Dec 2009 06:43:21 +
Subject: - rebuild against perl 5.10.1


diff --git a/perl-QWizard.spec b/perl-QWizard.spec
index 1532d3c..3578736 100644
--- a/perl-QWizard.spec
+++ b/perl-QWizard.spec
@@ -1,6 +1,6 @@
 Name:   perl-QWizard
 Version:3.15
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:A very portable graphical question and answer wizard system
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -73,6 +73,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec  7 2009 Stepan Kasal  - 3.15-4
+- rebuild against perl 5.10.1
+
 * Sun Jul 26 2009 Fedora Release Engineering  
- 3.15-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-QWizard.git/commit/?h=epel7&id=09f22e7edfaa09592b8d6c8e296971e3b796dd5b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

hardaker pushed to perl-QWizard (epel7). "require perl(CGI) for building since make test requires it"

2015-04-28 Thread notifications
>From 6d967c0a7120229a65652c923ec83022fa5162d1 Mon Sep 17 00:00:00 2001
From: Wes Hardaker 
Date: Fri, 10 Dec 2010 13:35:39 -0800
Subject: require perl(CGI) for building since make test requires it


diff --git a/perl-QWizard.spec b/perl-QWizard.spec
index 22934ea..94a1783 100644
--- a/perl-QWizard.spec
+++ b/perl-QWizard.spec
@@ -10,6 +10,7 @@ BuildRoot:  
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(CGI)
 # These are not auto-detected since they're technically optional
 # (they're the best of the alternative choices available on linux)
 Requires:   perl(CGI)
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-QWizard.git/commit/?h=epel7&id=6d967c0a7120229a65652c923ec83022fa5162d1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

hardaker pushed to perl-Net-DNS-SEC (epel7). "dist-git conversion"

2015-04-28 Thread notifications
>From 5b1c993c450b1b920c2d34ad3ee9bfed4e214265 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 29 Jul 2010 07:28:41 +
Subject: dist-git conversion


diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 9bda9f8..000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-Net-DNS-SEC-0.14.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..9bda9f8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+Net-DNS-SEC-0.14.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 7c25e9a..000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: perl-Net-DNS-SEC
-# $Id: Makefile,v 1.1 2007/07/12 02:57:16 kevin Exp $
-NAME := perl-Net-DNS-SEC
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo 
"common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to 
checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-DNS-SEC.git/commit/?h=epel7&id=5b1c993c450b1b920c2d34ad3ee9bfed4e214265
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar changed ppisar's 'watchbugzilla' permission on perl-Dist-Zilla-Plugin-GithubMeta (master) to 'Obsolete'

2015-05-21 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on 
perl-Dist-Zilla-Plugin-GithubMeta (master) to 'Obsolete'

https://admin.fedoraproject.org/pkgdb/package/perl-Dist-Zilla-Plugin-GithubMeta/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Getopt-Long (f20). "2.46 bump"

2015-06-02 Thread notifications
From c04de40ceac1253a6017b902504af9d495a75003 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 2 Jun 2015 15:06:33 +0200
Subject: 2.46 bump


diff --git a/.gitignore b/.gitignore
index 902668c..f3c8aba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Getopt-Long-2.43.tar.gz
 /Getopt-Long-2.44.tar.gz
 /Getopt-Long-2.45.tar.gz
+/Getopt-Long-2.46.tar.gz
diff --git a/perl-Getopt-Long.spec b/perl-Getopt-Long.spec
index 7b5a3d0..8c1e567 100644
--- a/perl-Getopt-Long.spec
+++ b/perl-Getopt-Long.spec
@@ -1,5 +1,5 @@
 Name:   perl-Getopt-Long
-Version:2.45
+Version:2.46
 Release:1%{?dist}
 Summary:Extended processing of command line options
 License:GPLv2+ or Artistic
@@ -7,6 +7,8 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Getopt-Long/
 Source0:
http://www.cpan.org/authors/id/J/JV/JV/Getopt-Long-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 5.0
@@ -57,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 02 2015 Petr Pisar  - 2.46-1
+- 2.46 bump
+
 * Tue Feb 24 2015 Petr Pisar  - 2.45-1
 - 2.45 bump
 
diff --git a/sources b/sources
index 01b7d02..90ddbe9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea5c085b30915efe522f9ac58fcc343d  Getopt-Long-2.45.tar.gz
+0bcbf60153bfd4c2de6ac59bb7c81d99  Getopt-Long-2.46.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Getopt-Long.git/commit/?h=f20&id=c04de40ceac1253a6017b902504af9d495a75003
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Socket6 (master). "Perl 5.22 rebuild"

2015-06-03 Thread notifications
From 5e20a9d788349fa7fd4ca5d072fd0fb3e268dca9 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 3 Jun 2015 13:45:17 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Socket6.spec b/perl-Socket6.spec
index a82ba02..0539201 100644
--- a/perl-Socket6.spec
+++ b/perl-Socket6.spec
@@ -1,6 +1,6 @@
 Name:   perl-Socket6
 Version:0.25
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:IPv6 related part of the C socket.h defines and structure 
manipulators
 License:BSD
 URL:http://search.cpan.org/dist/Socket6/
@@ -53,6 +53,9 @@ make test
 %{_mandir}/man3/Socket6.3*
 
 %changelog
+* Wed Jun 03 2015 Jitka Plesnikova  - 0.25-6
+- Perl 5.22 rebuild
+
 * Thu May 21 2015 Paul Howarth  - 0.25-5
 - Drop workaround for CPAN RT#66811, fixed upstream
 - Tidy spec
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Socket6.git/commit/?h=master&id=5e20a9d788349fa7fd4ca5d072fd0fb3e268dca9
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-CPAN-Meta (master). "Perl 5.22 rebuild"

2015-06-03 Thread notifications
From f6db2359a4206283bd88ebf607805be235384a90 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 3 Jun 2015 14:01:33 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-CPAN-Meta.spec b/perl-CPAN-Meta.spec
index 80cddcc..6ef60c0 100644
--- a/perl-CPAN-Meta.spec
+++ b/perl-CPAN-Meta.spec
@@ -1,7 +1,7 @@
 Name:   perl-CPAN-Meta
 Summary:Distribution metadata for a CPAN dist
 Version:2.150001
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/CPAN-Meta/
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
@@ -80,6 +80,9 @@ make test
 %{_mandir}/man3/CPAN::Meta::Validator.3*
 
 %changelog
+* Wed Jun 03 2015 Jitka Plesnikova  - 2.150001-2
+- Perl 5.22 rebuild
+
 * Tue Mar 10 2015 Paul Howarth  - 2.150001-1
 - Update to 2.150001
   - Include allowed values for license field in 1.x historic licenses rather
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Meta.git/commit/?h=master&id=f6db2359a4206283bd88ebf607805be235384a90
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Text-CharWidth (master). "Perl 5.22 rebuild"

2015-06-03 Thread notifications
From f83e467985df6d62f7c7641b6daaed9406b248a7 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 3 Jun 2015 14:32:25 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Text-CharWidth.spec b/perl-Text-CharWidth.spec
index 4c79a44..6ca3296 100644
--- a/perl-Text-CharWidth.spec
+++ b/perl-Text-CharWidth.spec
@@ -1,7 +1,7 @@
 Summary: Get number of occupied columns of a string on terminal
 Name: perl-Text-CharWidth
 Version: 0.04
-Release: 22%{?dist}
+Release: 23%{?dist}
 License: GPL+ or Artistic
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/Text-CharWidth/
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Text::CharWidth.3pm*
 
 %changelog
+* Wed Jun 03 2015 Jitka Plesnikova  - 0.04-23
+- Perl 5.22 rebuild
+
 * Tue Aug 26 2014 Jitka Plesnikova  - 0.04-22
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-CharWidth.git/commit/?h=master&id=f83e467985df6d62f7c7641b6daaed9406b248a7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-PadWalker (master). "Perl 5.22 rebuild"

2015-06-03 Thread notifications
From a5e332892fbb7fd7878bfe05b167db55e42dd30a Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 3 Jun 2015 15:34:36 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-PadWalker.spec b/perl-PadWalker.spec
index 5948504..e301b2c 100644
--- a/perl-PadWalker.spec
+++ b/perl-PadWalker.spec
@@ -1,6 +1,6 @@
 Name:   perl-PadWalker
 Version:2.1
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Play with other people's lexical variables
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -49,6 +49,9 @@ make test
 %{_mandir}/man3/PadWalker.3*
 
 %changelog
+* Wed Jun 03 2015 Jitka Plesnikova  - 2.1-2
+- Perl 5.22 rebuild
+
 * Sun Apr 26 2015 Paul Howarth  - 2.1-1
 - Update to 2.1
   - Another bleadperl fix (CPAN RT#101037)
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-PadWalker.git/commit/?h=master&id=a5e332892fbb7fd7878bfe05b167db55e42dd30a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Class-Adapter (master). "Perl 5.22 rebuild"

2015-06-03 Thread notifications
From 043362f08ad7ed300800363479b839af0a26ed95 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 3 Jun 2015 18:47:10 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Class-Adapter.spec b/perl-Class-Adapter.spec
index 643538e..c2f6e32 100644
--- a/perl-Class-Adapter.spec
+++ b/perl-Class-Adapter.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-Adapter
 Version:1.08
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Perl implementation of the "Adapter" Design Pattern
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 03 2015 Jitka Plesnikova  - 1.08-11
+- Perl 5.22 rebuild
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 1.08-10
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Class-Adapter.git/commit/?h=master&id=043362f08ad7ed300800363479b839af0a26ed95
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Image-Xbm (master). "Perl 5.22 rebuild"

2015-06-04 Thread notifications
From b08e0a0c43692036399ca4be1aa12374f1013d3f Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 4 Jun 2015 09:57:02 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Image-Xbm.spec b/perl-Image-Xbm.spec
index 311b876..e2bd6b4 100644
--- a/perl-Image-Xbm.spec
+++ b/perl-Image-Xbm.spec
@@ -1,6 +1,6 @@
 Name:   perl-Image-Xbm
 Version:1.08
-Release:24%{?dist}
+Release:25%{?dist}
 Summary:Load, create, manipulate and save xbm image files in Perl
 
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 04 2015 Jitka Plesnikova  - 1.08-25
+- Perl 5.22 rebuild
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 1.08-24
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Image-Xbm.git/commit/?h=master&id=b08e0a0c43692036399ca4be1aa12374f1013d3f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Test-Manifest (master). "Perl 5.22 rebuild"

2015-06-05 Thread notifications
From 4fe4f3f2fde4c265084b84c9879a2215f3521d8c Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 5 Jun 2015 15:14:11 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Test-Manifest.spec b/perl-Test-Manifest.spec
index 1eef277..8f5b4ec 100644
--- a/perl-Test-Manifest.spec
+++ b/perl-Test-Manifest.spec
@@ -1,7 +1,7 @@
 Summary:Test case module for Perl
 Name:   perl-Test-Manifest
 Version:2.02
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Manifest/
@@ -69,6 +69,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Manifest.3pm*
 
 %changelog
+* Fri Jun 05 2015 Jitka Plesnikova  - 2.02-2
+- Perl 5.22 rebuild
+
 * Tue Sep  9 2014 Paul Howarth  - 2.02-1
 - Update to 2.02
   - Fix a spelling mistake (CPAN RT#98288)
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Manifest.git/commit/?h=master&id=4fe4f3f2fde4c265084b84c9879a2215f3521d8c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Class-Std (master). "Perl 5.22 rebuild"

2015-06-05 Thread notifications
From cac1dbd9dbd0ead0de06ae82d80baab96265b657 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 5 Jun 2015 15:14:15 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Class-Std.spec b/perl-Class-Std.spec
index 3cc7d0b..81bc7aa 100644
--- a/perl-Class-Std.spec
+++ b/perl-Class-Std.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-Std
 Version:0.011
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Support for creating standard "inside-out" classes
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Class::Std.3pm*
 
 %changelog
+* Fri Jun 05 2015 Jitka Plesnikova  - 0.011-4
+- Perl 5.22 rebuild
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 0.011-3
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Class-Std.git/commit/?h=master&id=cac1dbd9dbd0ead0de06ae82d80baab96265b657
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-MARC-Record (master). "Perl 5.22 rebuild"

2015-06-05 Thread notifications
From ee57ceb150625387611a201be88f17c79d60a056 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 5 Jun 2015 15:14:01 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-MARC-Record.spec b/perl-MARC-Record.spec
index d701bc5..20fc628 100644
--- a/perl-MARC-Record.spec
+++ b/perl-MARC-Record.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-Record
 Version:2.0.6
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Object-oriented abstraction of MARC record handling
 
 Group:  Development/Libraries
@@ -68,6 +68,9 @@ make test
 
 
 %changelog
+* Fri Jun 05 2015 Jitka Plesnikova  - 2.0.6-4
+- Perl 5.22 rebuild
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 2.0.6-3
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-MARC-Record.git/commit/?h=master&id=ee57ceb150625387611a201be88f17c79d60a056
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Convert-Color (master). "Perl 5.22 rebuild"

2015-06-05 Thread notifications
From 34f8a4e646fa7c9dd6ba6cb1b6c443329ba03331 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 5 Jun 2015 16:22:44 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Convert-Color.spec b/perl-Convert-Color.spec
index e12084f..c4baacb 100644
--- a/perl-Convert-Color.spec
+++ b/perl-Convert-Color.spec
@@ -1,6 +1,6 @@
 Name:   perl-Convert-Color
 Version:0.11
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Color space conversions and named lookups
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 05 2015 Jitka Plesnikova  - 0.11-4
+- Perl 5.22 rebuild
+
 * Thu Aug 28 2014 Jitka Plesnikova  - 0.11-3
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Convert-Color.git/commit/?h=master&id=34f8a4e646fa7c9dd6ba6cb1b6c443329ba03331
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Coro (master). "Perl 5.22 rebuild"

2015-06-09 Thread notifications
From ebad93caf206bfd21e5bdccc422df1bcf01b4bd1 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 9 Jun 2015 19:45:07 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Coro.spec b/perl-Coro.spec
index 1fa33c8..e569b74 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,6 +1,6 @@
 Name:   perl-Coro
 Version:6.43
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:The only real threads in perl
 # Coro/libcoro:GPLv2 or BSD
 # Rest of package: GPL+ or Artistic
@@ -157,6 +157,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 09 2015 Jitka Plesnikova  - 6.43-2
+- Perl 5.22 rebuild
+
 * Mon Jun 08 2015 Petr Pisar  - 6.43-1
 - 6.43 bump
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Coro.git/commit/?h=master&id=ebad93caf206bfd21e5bdccc422df1bcf01b4bd1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-indirect (master). "Perl 5.22 re-rebuild of bootstrapped packages"

2015-06-10 Thread notifications
From 89a361e7e74d2c9296009a71d9be3db7b0ca73e9 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 10 Jun 2015 15:15:52 +0200
Subject: Perl 5.22 re-rebuild of bootstrapped packages


diff --git a/perl-indirect.spec b/perl-indirect.spec
index 137d448..6cb0c16 100644
--- a/perl-indirect.spec
+++ b/perl-indirect.spec
@@ -1,6 +1,6 @@
 Name:   perl-indirect
 Version:0.35
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Lexically warn about using the indirect object syntax
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -63,6 +63,9 @@ make test
 %{_mandir}/man3/indirect.3*
 
 %changelog
+* Wed Jun 10 2015 Jitka Plesnikova  - 0.35-3
+- Perl 5.22 re-rebuild of bootstrapped packages
+
 * Wed Jun 03 2015 Jitka Plesnikova  - 0.35-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-indirect.git/commit/?h=master&id=89a361e7e74d2c9296009a71d9be3db7b0ca73e9
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

corsepiu uploaded Server-Starter-0.29.tar.gz for perl-Server-Starter

2015-06-11 Thread notifications
c2567036ca2018b89d5a14a6ee5d0661  Server-Starter-0.29.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Server-Starter/Server-Starter-0.29.tar.gz/md5/c2567036ca2018b89d5a14a6ee5d0661/Server-Starter-0.29.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

corsepiu pushed to perl-Server-Starter (master). "Upstream update."

2015-06-11 Thread notifications
From 63fce7b707717127211fab320b0debeac6e83407 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 11 Jun 2015 18:20:44 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index 511cac3..d9b69ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Server-Starter-0.28.tar.gz
+/Server-Starter-0.29.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index a851ace..6ba6a23 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,6 +1,6 @@
 Name:   perl-Server-Starter
-Version:0.28
-Release:2%{?dist}
+Version:0.29
+Release:1%{?dist}
 Summary:Superdaemon for hot-deploying server programs
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -78,6 +78,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Thu Jun 11 2015 Ralf Corsépius  - 0.29-1
+- Upstream update.
+
 * Fri Jun 05 2015 Jitka Plesnikova  - 0.28-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index d2c86e0..8c04e8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7145d6e90b3545944cbb13a9f5076d10  Server-Starter-0.28.tar.gz
+c2567036ca2018b89d5a14a6ee5d0661  Server-Starter-0.29.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Server-Starter.git/commit/?h=master&id=63fce7b707717127211fab320b0debeac6e83407
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

corsepiu uploaded Server-Starter-0.30.tar.gz for perl-Server-Starter

2015-06-11 Thread notifications
84a10a9f48caf74292a1acb8b4365344  Server-Starter-0.30.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Server-Starter/Server-Starter-0.30.tar.gz/md5/84a10a9f48caf74292a1acb8b4365344/Server-Starter-0.30.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

corsepiu pushed to perl-Server-Starter (master). "Upstream update."

2015-06-11 Thread notifications
From 60436178639228edd317a80c64d40800d49290ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 11 Jun 2015 18:33:51 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index d9b69ab..69b41d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Server-Starter-0.29.tar.gz
+/Server-Starter-0.30.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index 6ba6a23..0b12776 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,5 +1,5 @@
 Name:   perl-Server-Starter
-Version:0.29
+Version:0.30
 Release:1%{?dist}
 Summary:Superdaemon for hot-deploying server programs
 License:GPL+ or Artistic
@@ -78,6 +78,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Thu Jun 11 2015 Ralf Corsépius  - 0.30-1
+- Upstream update.
+
 * Thu Jun 11 2015 Ralf Corsépius  - 0.29-1
 - Upstream update.
 
diff --git a/sources b/sources
index 8c04e8e..558790c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2567036ca2018b89d5a14a6ee5d0661  Server-Starter-0.29.tar.gz
+84a10a9f48caf74292a1acb8b4365344  Server-Starter-0.30.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Server-Starter.git/commit/?h=master&id=60436178639228edd317a80c64d40800d49290ff
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jehane uploaded POE-Component-Client-Ping-1.174.tar.gz for perl-POE-Component-Client-Ping

2015-06-11 Thread notifications
93c50b99d5476b6596ff24800a7b0c8a  POE-Component-Client-Ping-1.174.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-POE-Component-Client-Ping/POE-Component-Client-Ping-1.174.tar.gz/md5/93c50b99d5476b6596ff24800a7b0c8a/POE-Component-Client-Ping-1.174.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jehane pushed to perl-POE-Component-Client-Ping (master). "new version"

2015-06-11 Thread notifications
From 390ece88d1a1a831096ac6aa3dd9e6b2460c54a0 Mon Sep 17 00:00:00 2001
From: jehane 
Date: Thu, 11 Jun 2015 20:38:34 +0200
Subject: new version


diff --git a/.gitignore b/.gitignore
index 6174790..fd18357 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /POE-Component-Client-Ping-1.171.tar.gz
+/POE-Component-Client-Ping-1.174.tar.gz
diff --git a/perl-POE-Component-Client-Ping.spec 
b/perl-POE-Component-Client-Ping.spec
index c70c53d..3ab03c7 100644
--- a/perl-POE-Component-Client-Ping.spec
+++ b/perl-POE-Component-Client-Ping.spec
@@ -1,6 +1,6 @@
 Name:   perl-POE-Component-Client-Ping
-Version:1.171
-Release:10%{?dist}
+Version:1.174
+Release:1%{?dist}
 Summary:Non-blocking ICMP ping client
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ make test
 
 
 %changelog
+* Thu Jun 11 2015 Marianne Lombard  - 1.174-1
+- new version
+
 * Sat Jun 06 2015 Jitka Plesnikova  - 1.171-10
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 290144c..f034f9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ee6da4e01aa08479497a4f484a0b028  POE-Component-Client-Ping-1.171.tar.gz
+93c50b99d5476b6596ff24800a7b0c8a  POE-Component-Client-Ping-1.174.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-POE-Component-Client-Ping.git/commit/?h=master&id=390ece88d1a1a831096ac6aa3dd9e6b2460c54a0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

dfateyev set the monitor flag of perl-DBIx-RunSQL to True

2015-06-11 Thread notifications
dfateyev set the monitor flag of perl-DBIx-RunSQL to True

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

dfateyev set the monitor flag of perl-DBIx-Connector to True

2015-06-11 Thread notifications
dfateyev set the monitor flag of perl-DBIx-Connector to True

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

dfateyev set the monitor flag of perl-Data-Faker to True

2015-06-11 Thread notifications
dfateyev set the monitor flag of perl-Data-Faker to True

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

dfateyev set the monitor flag of perl-enum to True

2015-06-11 Thread notifications
dfateyev set the monitor flag of perl-enum to True

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

ausil pushed to perl-IPC-Shareable (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From cd431ae482c5d072f3297b0165b607046323654a Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 03:51:44 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-IPC-Shareable.spec b/perl-IPC-Shareable.spec
index ff97837..fd4d038 100644
--- a/perl-IPC-Shareable.spec
+++ b/perl-IPC-Shareable.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPC-Shareable
 Version:0.61
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Share Perl variables between processes
 
 Group:  Development/Libraries
@@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 0.61-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova  - 0.61-4
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IPC-Shareable.git/commit/?h=master&id=cd431ae482c5d072f3297b0165b607046323654a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ausil pushed to perl-IPC-SharedCache (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From f2a9cb7a6a61515e82fefebb02a4e69a1054b518 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 03:51:53 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-IPC-SharedCache.spec b/perl-IPC-SharedCache.spec
index c395b5c..15d37e0 100644
--- a/perl-IPC-SharedCache.spec
+++ b/perl-IPC-SharedCache.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPC-SharedCache
 Version:1.3
-Release:26%{?dist}
+Release:27%{?dist}
 Summary:Perl module to manage a cache in SysV IPC shared memory
 
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 1.3-27
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Fri Jun 05 2015 Jitka Plesnikova  - 1.3-26
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IPC-SharedCache.git/commit/?h=master&id=f2a9cb7a6a61515e82fefebb02a4e69a1054b518
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ausil pushed to perl-Image-ExifTool (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From 663fda39955c8d9a8d2ac4af3779c01f71984ef8 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 03:53:23 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec
index acc3849..ad73103 100644
--- a/perl-Image-ExifTool.spec
+++ b/perl-Image-ExifTool.spec
@@ -1,6 +1,6 @@
 Name:  perl-Image-ExifTool
 Version:   9.90
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   GPL+ or Artistic
 Group: Applications/Multimedia
 Summary:   Utility for reading and writing image meta info
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 9.90-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova  - 9.90-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Image-ExifTool.git/commit/?h=master&id=663fda39955c8d9a8d2ac4af3779c01f71984ef8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ausil pushed to perl-Log-Message (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From 792972b9dc5af21c7938cd60171ad3e690c279c0 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 04:12:41 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Log-Message.spec b/perl-Log-Message.spec
index a747672..164bcc8 100644
--- a/perl-Log-Message.spec
+++ b/perl-Log-Message.spec
@@ -2,7 +2,7 @@ Name:   perl-Log-Message
 # Epoch to compete with perl.spec
 Epoch:  1
 Version:0.08
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Generic message storing mechanism
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 1:0.08-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova  - 1:0.08-7
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Message.git/commit/?h=master&id=792972b9dc5af21c7938cd60171ad3e690c279c0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ausil pushed to perl-Log-Trace (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From 12f65bf85b18fc1c7d545e7d02811e37ca7f7806 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 04:13:10 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Log-Trace.spec b/perl-Log-Trace.spec
index 11d940e..9c018b6 100644
--- a/perl-Log-Trace.spec
+++ b/perl-Log-Trace.spec
@@ -1,6 +1,6 @@
 Name:   perl-Log-Trace 
 Version:1.070 
-Release:17%{?dist}
+Release:18%{?dist}
 # lib/Log/Trace.pm -> GPLv2+ 
 License:GPLv2+
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 1.070-18
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova  - 1.070-17
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Trace.git/commit/?h=master&id=12f65bf85b18fc1c7d545e7d02811e37ca7f7806
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ausil pushed to perl-Parse-Debian-Packages (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From a41ea40bb3f582c891faf4d3102bc73fc3bc32af Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 05:25:01 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Parse-Debian-Packages.spec b/perl-Parse-Debian-Packages.spec
index edc0928..2fb1297 100644
--- a/perl-Parse-Debian-Packages.spec
+++ b/perl-Parse-Debian-Packages.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parse-Debian-Packages
 Version:0.03
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Parse the data from a Debian Packages.gz
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Parse-Debian-Packages/
@@ -37,6 +37,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 0.03-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Fri Jun 05 2015 Jitka Plesnikova  - 0.03-3
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Parse-Debian-Packages.git/commit/?h=master&id=a41ea40bb3f582c891faf4d3102bc73fc3bc32af
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ausil pushed to perl-Parse-ExuberantCTags (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From d8b0458cf889984bb9f21cee0fb4a5b933d4f4b4 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 05:25:19 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Parse-ExuberantCTags.spec b/perl-Parse-ExuberantCTags.spec
index eb3cfbe..f972095 100644
--- a/perl-Parse-ExuberantCTags.spec
+++ b/perl-Parse-ExuberantCTags.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parse-ExuberantCTags
 Version:1.02
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Efficiently parse exuberant ctags files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 1.02-16
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova  - 1.02-15
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Parse-ExuberantCTags.git/commit/?h=master&id=d8b0458cf889984bb9f21cee0fb4a5b933d4f4b4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ausil pushed to perl-Parse-EDID (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From 0d19fd078fc187fed7aae9bf2e12e5431ad46a71 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 05:25:10 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Parse-EDID.spec b/perl-Parse-EDID.spec
index 901838f..9a3ee93 100644
--- a/perl-Parse-EDID.spec
+++ b/perl-Parse-EDID.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parse-EDID
 Version:1.0.6
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Extended display identification data (EDID) parser
 License:GPLv3
 Group:  Development/Libraries
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 1.0.6-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Mon Jun 08 2015 Jitka Plesnikova  - 1.0.6-4
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Parse-EDID.git/commit/?h=master&id=0d19fd078fc187fed7aae9bf2e12e5431ad46a71
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ausil pushed to perl-Perl6-Export-Attrs (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From d0b988a7df7146612f82129e7d89ca65b58dc20f Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 05:31:47 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Perl6-Export-Attrs.spec b/perl-Perl6-Export-Attrs.spec
index 0997fa2..3b674ab 100644
--- a/perl-Perl6-Export-Attrs.spec
+++ b/perl-Perl6-Export-Attrs.spec
@@ -1,7 +1,7 @@
 Name:   perl-Perl6-Export-Attrs
 Summary:Perl 6 'is export(...)' trait as a Perl 5 attribute
 Version:0.0.3
-Release:8%{?dist}
+Release:9%{?dist}
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Perl6-Export-Attrs/
 Source0:
http://www.cpan.org/authors/id/D/DC/DCONWAY/Perl6-Export-Attrs-%{version}.tar.gz
@@ -50,6 +50,9 @@ mechanism will look like.
 
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 0.0.3-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Fri Jun 05 2015 Jitka Plesnikova  - 0.0.3-8
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Perl6-Export-Attrs.git/commit/?h=master&id=d0b988a7df7146612f82129e7d89ca65b58dc20f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ausil pushed to perl-Test-EOL (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From c16e754e5a7abda52b97b83aefba1a1462237140 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 06:22:00 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Test-EOL.spec b/perl-Test-EOL.spec
index 830534a..b3f53e7 100644
--- a/perl-Test-EOL.spec
+++ b/perl-Test-EOL.spec
@@ -1,6 +1,6 @@
 Name:  perl-Test-EOL
 Version:   1.5
-Release:   7%{?dist}
+Release:   8%{?dist}
 Summary:   Check the correct line endings in your project
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -50,6 +50,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::EOL.3pm*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 1.5-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova  - 1.5-7
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-EOL.git/commit/?h=master&id=c16e754e5a7abda52b97b83aefba1a1462237140
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ausil pushed to perl-Test-Inline (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From 26b100ff6a1a956348dc3da7ac66c2f62bf1f29c Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 06:24:44 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Test-Inline.spec b/perl-Test-Inline.spec
index 3eb25ab..2a054e0 100644
--- a/perl-Test-Inline.spec
+++ b/perl-Test-Inline.spec
@@ -1,6 +1,6 @@
 Name:  perl-Test-Inline
 Version:   2.213
-Release:   6%{?dist}
+Release:   7%{?dist}
 Summary:   Test::Inline Perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -73,6 +73,9 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 2.213-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova  - 2.213-6
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Inline.git/commit/?h=master&id=26b100ff6a1a956348dc3da7ac66c2f62bf1f29c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ausil pushed to perl-Test-JSON (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From e3df7379e540c22c4577bda411dcd8c1653581be Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 06:25:02 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Test-JSON.spec b/perl-Test-JSON.spec
index da25fac..d281b05 100644
--- a/perl-Test-JSON.spec
+++ b/perl-Test-JSON.spec
@@ -1,7 +1,7 @@
 Name:   perl-Test-JSON
 Summary:Test JSON data
 Version:0.11
-Release:14%{?dist}
+Release:15%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-JSON-%{version}.tar.gz 
@@ -59,6 +59,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 0.11-15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova  - 0.11-14
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-JSON.git/commit/?h=master&id=e3df7379e540c22c4577bda411dcd8c1653581be
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ausil pushed to perl-Test-Refcount (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-06-18 Thread notifications
From a1797a84a3b88cde5f3192fe839ba8fafbb3ee48 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 06:31:31 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Test-Refcount.spec b/perl-Test-Refcount.spec
index d7bc932..3c26be9 100644
--- a/perl-Test-Refcount.spec
+++ b/perl-Test-Refcount.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Refcount
 Version:0.08
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Assert reference counts on objects
 
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 0.08-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova  - 0.08-4
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Refcount.git/commit/?h=master&id=a1797a84a3b88cde5f3192fe839ba8fafbb3ee48
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Padre (master). "Adjust a test for perl-5.22 diagnostic messages"

2015-06-18 Thread notifications
From 43b7137ceb0b44b936573f3f78f6d3da74d029f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 18 Jun 2015 09:21:55 +0200
Subject: Adjust a test for perl-5.22 diagnostic messages


diff --git 
a/Padre-0.90-The-text-of-the-error-has-changed-in-perl-5.21.4.-RT.patch 
b/Padre-0.90-The-text-of-the-error-has-changed-in-perl-5.21.4.-RT.patch
new file mode 100644
index 000..e67a809
--- /dev/null
+++ b/Padre-0.90-The-text-of-the-error-has-changed-in-perl-5.21.4.-RT.patch
@@ -0,0 +1,37 @@
+From b2c6bb157858d52c1dd16769da0b5ac110365304 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Sun, 5 Oct 2014 07:07:37 +0300
+Subject: [PATCH] The text of the error has changed in perl 5.21.4
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Upstream patch ported to 0.90:
+
+From f40571555801c56d16a2b4762dd5bb26506c1f6e Mon Sep 17 00:00:00 2001
+From: Gabor Szabo 
+Date: Sun, 5 Oct 2014 07:07:37 +0300
+Subject: [PATCH] The text of the error has changed in perl 5.21.4. RT #99293
+ (Father Chrysostomos)
+
+Signed-off-by: Petr Písař 
+---
+ t/82-plugin-manager.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/82-plugin-manager.t b/t/82-plugin-manager.t
+index 47aa675..495acec 100644
+--- a/t/82-plugin-manager.t
 b/t/82-plugin-manager.t
+@@ -102,7 +102,7 @@ SCOPE: {
+   is $manager->plugins->{'Padre::Plugin::A'}->{status}, 'error', 'error 
in loading A';
+   my $msg1 = $english ? qr/Padre::Plugin::A - Crashed while loading\:/ : 
qr/.*/;
+   like $manager->plugins->{'Padre::Plugin::A'}->errstr,
+-  qr/^$msg1 Global symbol "\$syntax_error" requires explicit 
package name at/,
++  qr/^$msg1 Global symbol "\$syntax_error" requires explicit 
package name/,
+   'text of error message';
+ 
+   $manager->load_plugin('Padre::Plugin::B');
+-- 
+2.1.0
+
diff --git a/perl-Padre.spec b/perl-Padre.spec
index 40c5c17..1e6a2b2 100644
--- a/perl-Padre.spec
+++ b/perl-Padre.spec
@@ -16,6 +16,8 @@ Patch1: Padre-0.90-No-exit-in-Pod-Perldoc.patch
 # Disable Test::NoWarnings t/01-load.t tests not to confuse with Padre's
 # intentional warning on perl 5.20, in Padre-1.02, bug #1141153
 Patch2: Padre-0.90-Disable-Test-NoWarnings-t-01-load.t-tests.patch
+# Adjust a test for perl-5.22 diagnostic messages, bug #1231893, CPAN RT#99293
+Patch3: 
Padre-0.90-The-text-of-the-error-has-changed-in-perl-5.21.4.-RT.patch
 BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  desktop-file-utils
@@ -314,6 +316,7 @@ in a directory called .padre.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 find share/{examples,templates} -type f \( -name '*.pl' -o -name '*.t' \) \
 -exec chmod 755 {} +
@@ -397,6 +400,7 @@ mkdir "$HOME"
 - Perl 5.22 rebuild
 - Modernize spec file
 - Use xvfb-run for X11 tests
+- Adjust a test for perl-5.22 diagnostic messages (bug #1231893)
 
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.90-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Padre.git/commit/?h=master&id=43b7137ceb0b44b936573f3f78f6d3da74d029f1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Padre (master). "Use xvfb-run for X11 tests"

2015-06-18 Thread notifications
From 078540b1d3c7b851b34b2924f38026d6faa2bc02 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 18 Jun 2015 08:23:45 +0200
Subject: Use xvfb-run for X11 tests


diff --git a/perl-Padre.spec b/perl-Padre.spec
index 4b2f872..40c5c17 100644
--- a/perl-Padre.spec
+++ b/perl-Padre.spec
@@ -356,8 +356,7 @@ desktop-file-install \
 export HOME="$PWD/testhome"
 mkdir "$HOME"
 %if %{use_x11_tests}
-xinit /bin/sh -c 'rm -f ok; make test && touch ok' -- /usr/bin/Xvfb :666
-test -e ok
+xvfb-run -a make test
 %else
 make test
 %endif
@@ -397,6 +396,7 @@ mkdir "$HOME"
 * Thu Jun 18 2015 Petr Pisar  - 0.90-16
 - Perl 5.22 rebuild
 - Modernize spec file
+- Use xvfb-run for X11 tests
 
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.90-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Padre.git/commit/?h=master&id=078540b1d3c7b851b34b2924f38026d6faa2bc02
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Padre (master). "Perl 5.22 rebuild"

2015-06-18 Thread notifications
From 77bcba5861262fc11f28b48eab5f5104a2a1ecd0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 18 Jun 2015 07:03:49 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Padre.spec b/perl-Padre.spec
index f03ac7c..4b2f872 100644
--- a/perl-Padre.spec
+++ b/perl-Padre.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-Padre
 Version:0.90
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Perl Application Development and Refactoring Environment
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -17,8 +17,12 @@ Patch1: Padre-0.90-No-exit-in-Pod-Perldoc.patch
 # intentional warning on perl 5.20, in Padre-1.02, bug #1141153
 Patch2: Padre-0.90-Disable-Test-NoWarnings-t-01-load.t-tests.patch
 BuildArch:  noarch
-BuildRequires:  gettext
+BuildRequires:  coreutils
 BuildRequires:  desktop-file-utils
+BuildRequires:  findutils
+BuildRequires:  gettext
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(Alien::wxWidgets) >= 0.46
 # perl(Capture::Tiny) at lib/Padre/Wx/Command.pm:160, version from META.yml
 BuildRequires:  perl(Capture::Tiny) >= 0.06
@@ -250,7 +254,7 @@ Requires:   perl(Wx::Perl::ProcessStream) >= 0.29
 Requires:   perl(YAML::Tiny) >= 1.32
 Requires:   perl(threads) >= 1.71
 Requires:   perl(version) >= 0.80
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Obsoletes:  perl-Wx-Perl-Dialog < 0.01
 Provides:   perl-Wx-Perl-Dialog > 0.01
 Provides:   padre = %{version}
@@ -316,14 +320,12 @@ find share/{examples,templates} -type f \( -name '*.pl' 
-o -name '*.t' \) \
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 # languages are in different format than %%find_lang expects
 find ${RPM_BUILD_ROOT}%{perl_vendorlib}/auto/share/dist/Padre/locale/ \
@@ -362,7 +364,8 @@ mkdir "$HOME"
 
 
 %files -f %{name}.lang
-%doc Artistic Changes COPYING LICENSE padre.yml README
+%license Artistic COPYING LICENSE
+%doc Changes padre.yml README
 # To omit %%{perl_vendorlib}/auto/share/dist/Padre/locale/* pulled by -f option
 %dir %{perl_vendorlib}/auto
 %dir %{perl_vendorlib}/auto/share
@@ -391,6 +394,10 @@ mkdir "$HOME"
 
 
 %changelog
+* Thu Jun 18 2015 Petr Pisar  - 0.90-16
+- Perl 5.22 rebuild
+- Modernize spec file
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.90-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Padre.git/commit/?h=master&id=77bcba5861262fc11f28b48eab5f5104a2a1ecd0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Padre (master). "Fix a precedence issue reported by perl-5.22"

2015-06-18 Thread notifications
From 612ff1d5f9a80820866134526e1192c4c00943bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 18 Jun 2015 09:33:32 +0200
Subject: Fix a precedence issue reported by perl-5.22


diff --git a/Padre-1.00-eliminate-precedence-issue.patch 
b/Padre-1.00-eliminate-precedence-issue.patch
new file mode 100644
index 000..f1fbc3c
--- /dev/null
+++ b/Padre-1.00-eliminate-precedence-issue.patch
@@ -0,0 +1,31 @@
+From fa53c2367b8e4f9e61031974cd207910c3f53156 Mon Sep 17 00:00:00 2001
+From: Gabor Szabo 
+Date: Sun, 14 Sep 2014 08:10:25 +0300
+Subject: [PATCH] eliminate precedence issue
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař 
+---
+ lib/Padre/Document/Perl/QuickFix/StrictWarnings.pm | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/lib/Padre/Document/Perl/QuickFix/StrictWarnings.pm 
b/lib/Padre/Document/Perl/QuickFix/StrictWarnings.pm
+index 8737e37..91ad98d 100644
+--- a/lib/Padre/Document/Perl/QuickFix/StrictWarnings.pm
 b/lib/Padre/Document/Perl/QuickFix/StrictWarnings.pm
+@@ -67,8 +67,8 @@ sub apply {
+   # insert 'use strict; use warnings;' at the top
+   my $first = $doc->find_first(
+   sub {
+-  return $_[1]->isa('PPI::Statement')
+-  or $_[1]->isa('PPI::Structure');
++  return ($_[1]->isa('PPI::Statement')
++  or $_[1]->isa('PPI::Structure'));
+   }
+   );
+   $replace = "use strict;\nuse warnings;\n";
+-- 
+2.1.0
+
diff --git a/perl-Padre.spec b/perl-Padre.spec
index 1e6a2b2..04844cc 100644
--- a/perl-Padre.spec
+++ b/perl-Padre.spec
@@ -18,6 +18,8 @@ Patch1: Padre-0.90-No-exit-in-Pod-Perldoc.patch
 Patch2: Padre-0.90-Disable-Test-NoWarnings-t-01-load.t-tests.patch
 # Adjust a test for perl-5.22 diagnostic messages, bug #1231893, CPAN RT#99293
 Patch3: 
Padre-0.90-The-text-of-the-error-has-changed-in-perl-5.21.4.-RT.patch
+# Fix a precedence issue reported by perl-5.22, bug #1231893
+Patch4: Padre-1.00-eliminate-precedence-issue.patch
 BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  desktop-file-utils
@@ -317,6 +319,7 @@ in a directory called .padre.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 find share/{examples,templates} -type f \( -name '*.pl' -o -name '*.t' \) \
 -exec chmod 755 {} +
@@ -401,6 +404,7 @@ mkdir "$HOME"
 - Modernize spec file
 - Use xvfb-run for X11 tests
 - Adjust a test for perl-5.22 diagnostic messages (bug #1231893)
+- Fix a precedence issue reported by perl-5.22 (bug #1231893)
 
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.90-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Padre.git/commit/?h=master&id=612ff1d5f9a80820866134526e1192c4c00943bf
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Net-eBay (master). "Correct changelog entry"

2015-06-19 Thread notifications
From 8816169dfa933e499a36068081b30933325d876c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 19 Jun 2015 15:11:45 +0200
Subject: Correct changelog entry


diff --git a/perl-Net-eBay.spec b/perl-Net-eBay.spec
index fe93e8e..106dced 100644
--- a/perl-Net-eBay.spec
+++ b/perl-Net-eBay.spec
@@ -169,7 +169,7 @@ make test
 * Fri Feb 01 2008 Xavier Bachelot  - 0.45-2
 - Add missing BRs.
 
-* Wed Jan 09 2007 Xavier Bachelot  - 0.45-1
+* Tue Jan 09 2007 Xavier Bachelot  - 0.45-1
 - Update to 0.45.
 - Clean up spec.
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-eBay.git/commit/?h=master&id=8816169dfa933e499a36068081b30933325d876c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed psabata's 'watchbugzilla' permission on perl-MooseX-Configuration (master) to 'Approved'

2015-06-29 Thread notifications
limb changed psabata's 'watchbugzilla' permission on perl-MooseX-Configuration 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-Configuration/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar changed ppisar's 'watchbugzilla' permission on perl-Dist-Metadata (f22) to 'Obsolete'

2015-06-30 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-Dist-Metadata (f22) 
to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Dist-Metadata/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar changed ppisar's 'watchcommits' permission on perl-Dist-Metadata (master) to 'Obsolete'

2015-06-30 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-Dist-Metadata 
(master) to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Dist-Metadata/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Params-ValidationCompiler (master). "Perl 5.32 re-rebuild of bootstrapped packages"

2020-06-26 Thread notifications
Notification time stamped 2020-06-26 15:40:29 UTC

From 487c83f7da248505ea54416a05ecebe20c08f75d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Jun 26 2020 15:40:22 +
Subject: Perl 5.32 re-rebuild of bootstrapped packages


---

diff --git a/perl-Params-ValidationCompiler.spec 
b/perl-Params-ValidationCompiler.spec
index 3f7c0f8..6bc74cc 100644
--- a/perl-Params-ValidationCompiler.spec
+++ b/perl-Params-ValidationCompiler.spec
@@ -7,7 +7,7 @@
 
 Name:  perl-Params-ValidationCompiler
 Version:   0.30
-Release:   7%{?dist}
+Release:   8%{?dist}
 Summary:   Build an optimized subroutine parameter validator once, use it 
forever
 License:   Artistic 2.0
 URL:   https://metacpan.org/release/Params-ValidationCompiler
@@ -87,6 +87,9 @@ make test
 %{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
 
 %changelog
+* Fri Jun 26 2020 Jitka Plesnikova  - 0.30-8
+- Perl 5.32 re-rebuild of bootstrapped packages
+
 * Tue Jun 23 2020 Jitka Plesnikova  - 0.30-7
 - Perl 5.32 rebuild
 



https://src.fedoraproject.org/rpms/perl-Params-ValidationCompiler/c/487c83f7da248505ea54416a05ecebe20c08f75d?branch=master
___
perl-devel mailing list -- perl-de...@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-de...@lists.fedoraproject.org


releng pushed to perl-Types-Path-Tiny (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild (..more)"

2020-07-28 Thread notifications
Notification time stamped 2020-07-28 19:54:01 UTC

From 905c73742de841aa78aded4f0f361f5c0031f132 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 28 2020 19:53:57 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Types-Path-Tiny.spec b/perl-Types-Path-Tiny.spec
index 25882ea..271ca4d 100644
--- a/perl-Types-Path-Tiny.spec
+++ b/perl-Types-Path-Tiny.spec
@@ -1,6 +1,6 @@
 Name:   perl-Types-Path-Tiny
 Version:0.006
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Path::Tiny types and coercions for Moose and Moo
 License:ASL 2.0
 URL:https://metacpan.org/release/Types-Path-Tiny
@@ -54,6 +54,9 @@ This module provides Path::Tiny types for Moose, Moo, etc.
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 28 2020 Fedora Release Engineering  - 
0.006-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
 * Tue Jun 23 2020 Jitka Plesnikova  - 0.006-8
 - Perl 5.32 rebuild
 



https://src.fedoraproject.org/rpms/perl-Types-Path-Tiny/c/905c73742de841aa78aded4f0f361f5c0031f132?branch=master
___
perl-devel mailing list -- perl-de...@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-de...@lists.fedoraproject.org


releng pushed to perl-namespace-sweep (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild (..more)"

2020-07-28 Thread notifications
Notification time stamped 2020-07-28 20:26:23 UTC

From 32978e375fc0405f79dc81b49f8afd60d316fa8d Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 28 2020 20:26:18 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-namespace-sweep.spec b/perl-namespace-sweep.spec
index 738f0be..ec13358 100644
--- a/perl-namespace-sweep.spec
+++ b/perl-namespace-sweep.spec
@@ -1,6 +1,6 @@
 Name:   perl-namespace-sweep
 Version:0.006
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Sweep up imported subs in your classes
 License:GPL+ or Artistic
 URL:https://metacpan.org/release/namespace-sweep
@@ -63,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 28 2020 Fedora Release Engineering  - 
0.006-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
 * Tue Jun 23 2020 Jitka Plesnikova  - 0.006-11
 - Perl 5.32 rebuild
 



https://src.fedoraproject.org/rpms/perl-namespace-sweep/c/32978e375fc0405f79dc81b49f8afd60d316fa8d?branch=master
___
perl-devel mailing list -- perl-de...@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-de...@lists.fedoraproject.org


psabata pushed to perl-Test-Strict (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-10-05 Thread notifications
From 05260351653b5e6bc22ef6dc8b0dd5f85da78cc5 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 06:42:56 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec
index 90aedc3..9d2ce75 100644
--- a/perl-Test-Strict.spec
+++ b/perl-Test-Strict.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Strict
 Version:0.27
-Release:2%{?dist}
+Release:3%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Check syntax, presence of use strict/warnings, and test 
coverage
@@ -56,6 +56,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 0.27-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Mon Jun 08 2015 Jitka Plesnikova  - 0.27-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Strict.git/commit/?h=f22&id=05260351653b5e6bc22ef6dc8b0dd5f85da78cc5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata set the monitor flag of perl-local-lib to nobuild

2015-10-06 Thread notifications
psabata set the monitor flag of perl-local-lib to nobuild

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

jplesnik pushed to perl-Flickr-API (master). "1.25 bump"

2015-10-13 Thread notifications
From 812552a22c785450f6daf7c9ed87b4efd3554ac6 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 13 Oct 2015 14:32:50 +0200
Subject: 1.25 bump

---
 .gitignore |  1 +
 ...PI-1.13-Do-not-install-examples-into-PATH.patch | 35 --
 perl-Flickr-API.spec   | 19 +++-
 sources|  2 +-
 4 files changed, 13 insertions(+), 44 deletions(-)
 delete mode 100644 Flickr-API-1.13-Do-not-install-examples-into-PATH.patch

diff --git a/.gitignore b/.gitignore
index d3fa128..2b7410b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,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
+/Flickr-API-1.25.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
deleted file mode 100644
index 6cb9b50..000
--- a/Flickr-API-1.13-Do-not-install-examples-into-PATH.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 668a4b58b1cd7d8bf9b449bb66566351158f0efe Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
-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ř 

- 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 e84c9ff..19771b0 100644
--- a/perl-Flickr-API.spec
+++ b/perl-Flickr-API.spec
@@ -1,15 +1,11 @@
 Name:   perl-Flickr-API
-Version:1.13
+Version:1.25
 Release:1%{?dist}
 Summary:Perl interface to the Flickr API
-# LICENSE:  Artistic 2.0
-# examples/flickr_method_test_login.pl: GPL+ or Artistic
-License:(Artistic 2.0) and (GPL+ or Artistic)
+License:Artistic 2.0
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Flickr-API/
 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
@@ -21,24 +17,27 @@ BuildRequires:  perl(Carp)
 # Compress::Zlib is optional
 BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(Encode)
+BuildRequires:  perl(File::Temp)
 # 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(Net::OAuth)
+BuildRequires:  perl(parent)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(URI) >= 1.18
 BuildRequires:  perl(warnings)
+BuildRequires:  perl(XML::LibXML::Simple)
 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)
+BuildRequires:  perl(Test::Script)
 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
@@ -53,7 +52,6 @@ A simple interface for using the Flickr API.
 
 %prep
 %setup -q -n Flickr-API-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor  - 1.25-1
+- 1.25 bump
+
 * Tue Jun 23 2015 Petr Pisar  - 1.13-1
 - 1.13 bump
 - License corrected to (Artistic 2.0) and (GPL+ or Artistic)
diff --git a/sources b/sources
index 7b92d10..2b785cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1fd7a1156edd2848bddc0c9395c06e7f  Flickr-API-1.13.tar.gz
+9088fcba353353963816fff6b5a43978  Flickr-API-1.25.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Flickr-API.git/commit/?h=master&id=812552a22c785450f6daf7c9ed87b4efd3554ac6
--
Fedora Extras Perl SIG

ppisar pushed to perl-Search-Xapian (master). "Specify all dependencies"

2015-10-14 Thread notifications
From fd9277f965526ecdb6f4e45d8791079479680948 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 14 Oct 2015 16:15:39 +0200
Subject: Specify all dependencies

---
 perl-Search-Xapian.spec | 36 +++-
 1 file changed, 31 insertions(+), 5 deletions(-)

diff --git a/perl-Search-Xapian.spec b/perl-Search-Xapian.spec
index 06e4943..b62b974 100644
--- a/perl-Search-Xapian.spec
+++ b/perl-Search-Xapian.spec
@@ -1,18 +1,41 @@
 Name:   perl-Search-Xapian
 Version:1.2.21.0
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Xapian perl bindings
 License:GPL+ or Artistic
 
 URL:http://search.cpan.org/dist/Search-Xapian/
 Source0:
http://www.cpan.org/authors/id/O/OL/OLLY/Search-Xapian-%{version}.tar.gz
 
-BuildRequires:  perl(Devel::Leak)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl-devel
+BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
 BuildRequires:  xapian-core-devel
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Tie::Array)
+BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(Devel::Leak)
+BuildRequires:  perl(Devel::Peek)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(vars)
+# Optional tests:
+BuildRequires:  perl(threads)
+BuildRequires:  perl(Test::Pod) >= 1.14
+# Test::Pod::Coverage 1.04 not used
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %{?perl_default_filter}
@@ -54,6 +77,9 @@ TEST_POD=1 make test
 
 
 %changelog
+* Wed Oct 14 2015 Petr Pisar  - 1.2.21.0-3
+- Specify all dependencies
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.2.21.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Search-Xapian.git/commit/?h=master&id=fd9277f965526ecdb6f4e45d8791079479680948
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-DBIx-Class (f22). "Restore compatability with SQLite-3.9.0"

2015-11-03 Thread notifications
From 5d2f0e8860414bb9e21bda926962f832610085ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 3 Nov 2015 15:33:14 +0100
Subject: Restore compatability with SQLite-3.9.0

---
 ...-dependency-tests-to-work-on-newer-libsql.patch | 96 ++
 perl-DBIx-Class.spec   |  8 +-
 2 files changed, 103 insertions(+), 1 deletion(-)
 create mode 100644 
DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch

diff --git 
a/DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
 
b/DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
new file mode 100644
index 000..9f3da30
--- /dev/null
+++ 
b/DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
@@ -0,0 +1,96 @@
+From 5de3b12e4eecd4efb47e1896dc1d5432bc532568 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 3 Nov 2015 15:22:54 +0100
+Subject: [PATCH] Adjust view-dependency tests to work on newer libsqlite
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Port upstream fix for SQLite-3.9.0 to 0.082820:
+
+commit 26c663f123032941cb3f61d6cd11869b86716d6d
+Author: Peter Rabbitson 
+Date:   Tue Nov 3 14:35:35 2015 +0100
+
+Adjust view-dependency tests to work on newer libsqlite
+
+The test and mechanism behind it is largely useless in these cases, but old
+sqlite installations will lurk around for ever, so keep the check while 
moving
+it to xt/
+
+The original fix makes the tests author's tests, so they are not run
+at all. Let's keep the test running by default until upstream releases
+new version.
+
+CPAN RT#107852
+
+Signed-off-by: Petr Písař 
+---
+ t/105view_deps.t | 29 -
+ 1 file changed, 16 insertions(+), 13 deletions(-)
+
+diff --git a/t/105view_deps.t b/t/105view_deps.t
+index 21aa92b..39bb632 100644
+--- a/t/105view_deps.t
 b/t/105view_deps.t
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++use DBIx::Class::Optional::Dependencies -skip_all_without => 'deploy';
+ 
+ use strict;
+ use warnings;
+@@ -11,15 +11,6 @@ use DBICTest;
+ use ViewDeps;
+ use ViewDepsBad;
+ 
+-BEGIN {
+-require DBIx::Class;
+-plan skip_all => 'Test needs ' .
+-DBIx::Class::Optional::Dependencies->req_missing_for('deploy')
+-  unless DBIx::Class::Optional::Dependencies->req_ok_for('deploy');
+-}
+-
+-use_ok('DBIx::Class::ResultSource::View');
+-
+  SANITY
+ 
+ my $view = DBIx::Class::ResultSource::View->new;
+@@ -73,10 +64,16 @@ can_ok( $view, $_ ) for qw/new from deploy_depends_on/;
+ = ViewDepsBad->connect( DBICTest->_database ( quote_char => '"') );
+   ok( $schema2, 'Connected to ViewDepsBad schema OK' );
+ 
++  my $lazy_view_validity = !(
++$schema2->storage->_server_info->{normalized_dbms_version}
++  <
++3.009
++  );
++
+  DEPLOY2
+ 
+   warnings_exist { $schema2->deploy }
+-[qr/no such table: main.aba_name_artists/],
++[ $lazy_view_validity ? () : qr/no such table: main.aba_name_artists/ ],
+ "Deploying the bad schema produces a warning: aba_name_artists was not 
created.";
+ 
+  DOES ORDERING WORK 2?
+@@ -106,9 +103,15 @@ can_ok( $view, $_ ) for qw/new from deploy_depends_on/;
+ } grep { !/AbaNameArtistsAnd2010CDsWithManyTracks/ }
+ @{ [ $schema2->sources ] };
+ 
++  $schema2->storage->dbh->do(q( DROP VIEW "aba_name_artists" ))
++if $lazy_view_validity;
++
+   throws_ok { 
$schema2->resultset('AbaNameArtistsAnd2010CDsWithManyTracks')->next }
+-qr/no such table: aba_name_artists_and_2010_cds_with_many_tracks/,
+-"Query on AbaNameArtistsAnd2010CDsWithManyTracks throws, because the 
table does not exist"
++qr/no such table: (?:main\.)?aba_name_artists/,
++sprintf(
++  "Query on AbaNameArtistsAnd2010CDsWithManyTracks throws, because the%s 
view does not exist",
++  $lazy_view_validity ? ' underlying' : ''
++)
+   ;
+ }
+ 
+-- 
+2.4.3
+
diff --git a/perl-DBIx-Class.spec b/perl-DBIx-Class.spec
index 3e3fd41..fb5727e 100644
--- a/perl-DBIx-Class.spec
+++ b/perl-DBIx-Class.spec
@@ -1,10 +1,12 @@
 Name:   perl-DBIx-Class
 Summary:Extensible and flexible object <-> relational mapper
 Version:0.082810
-Release:2%{?dist}
+Release:3%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/DBIx-Class-%{version}.tar.gz
+# Restore compatability with SQLite-3.9.0, bug #1272905, CPAN RT#107852
+Patch0: 
DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
 URL:http://search.cpan.org/dist/DBIx-Class/
 BuildArch:  noarch
 # Build
@@ -268,6 +270,7 @@ DISTINCT, GROUP BY and HAVING support.
 
 %prep
 %setup -q -n DBIx-Class-%{version}
+%patch0 -p1
 chmod -c +x script/*
 # skip dbic_pretty.t when b

mitr pushed to perl-IPTables-Parse (f22). "Update to IPTables-Parse-1.5"

2015-11-03 Thread notifications
From 9d1708d8d9b4a6ab1fcffc588cf0dff32a897054 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Tue, 29 Sep 2015 19:36:42 +0200
Subject: Update to IPTables-Parse-1.5

---
 .gitignore   | 2 ++
 perl-IPTables-Parse.spec | 7 +--
 sources  | 4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5437f72..9adbf2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@ IPTables-Parse-0.7.tar.bz2.asc
 /IPTables-Parse-1.1.tar.bz2.asc
 /IPTables-Parse-1.4.tar.bz2
 /IPTables-Parse-1.4.tar.bz2.asc
+/IPTables-Parse-1.5.tar.bz2
+/IPTables-Parse-1.5.tar.bz2.asc
diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index f362456..74602db 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
-Version:1.4
-Release:3%{?dist}
+Version:1.5
+Release:1%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 29 2015 Miloslav Trmač  - 1.5-1
+- Update to IPTables-Parse-1.5
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index f63b573..d3484c9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b30220a4725c332ef276a6833bc302cf  IPTables-Parse-1.4.tar.bz2
-99d050a1a2aae4eb551dd79dc94afdeb  IPTables-Parse-1.4.tar.bz2.asc
+4eeb5b8387b9f21ec0ca0be961f30434  IPTables-Parse-1.5.tar.bz2
+239d59bad0ba736ac7df61a88b9bfef6  IPTables-Parse-1.5.tar.bz2.asc
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f22&id=9d1708d8d9b4a6ab1fcffc588cf0dff32a897054
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-11-03 Thread notifications
From 6423ba78435c6dbb02d0a3f91b41ce72bd3c74a8 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 03:52:29 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

---
 perl-IPTables-Parse.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index 7aa6c12..f362456 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
 Version:1.4
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 1.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova  - 1.4-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f22&id=6423ba78435c6dbb02d0a3f91b41ce72bd3c74a8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f22). "Perl 5.22 rebuild"

2015-11-03 Thread notifications
From 6a7633783f174a141281b9529b820df0809f0c57 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 3 Jun 2015 14:49:57 +0200
Subject: Perl 5.22 rebuild

---
 perl-IPTables-Parse.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index 59753ca..7aa6c12 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
 Version:1.4
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 03 2015 Jitka Plesnikova  - 1.4-2
+- Perl 5.22 rebuild
+
 * Wed Mar 4 2015 Miloslav Trmač  - 1.4-1
 - Update to IPTables-Parse-1.4
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f22&id=6a7633783f174a141281b9529b820df0809f0c57
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f22). "Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24"

2015-11-03 Thread notifications
From 003254ed5d2186bd25ab36caef651ba973e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Wed, 14 Oct 2015 22:01:56 +0200
Subject: Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24

---
 perl-IPTables-Parse.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index ee40570..036871e 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
 Version:1.5
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -10,7 +10,7 @@ Source1:
http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.
 # https://github.com/mrash/IPTables-Parse/pull/6
 Patch0: IPTables-Parse-1.5-predictable-tmp.patch
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 14 2015 Miloslav Trmač  - 1.5-2
+- Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24
+
 * Tue Sep 29 2015 Miloslav Trmač  - 1.5-1
 - Update to IPTables-Parse-1.5
 - Fix use of predictable temporary file names
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f22&id=003254ed5d2186bd25ab36caef651ba973e7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f22). "Fix use of predictable temporary file names"

2015-11-03 Thread notifications
From 8093e46d867638a508e443702a85be91a2499d3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Tue, 29 Sep 2015 19:36:58 +0200
Subject: Fix use of predictable temporary file names

---
 IPTables-Parse-1.5-predictable-tmp.patch | 48 
 perl-IPTables-Parse.spec |  4 +++
 2 files changed, 52 insertions(+)
 create mode 100644 IPTables-Parse-1.5-predictable-tmp.patch

diff --git a/IPTables-Parse-1.5-predictable-tmp.patch 
b/IPTables-Parse-1.5-predictable-tmp.patch
new file mode 100644
index 000..7e2d9de
--- /dev/null
+++ b/IPTables-Parse-1.5-predictable-tmp.patch
@@ -0,0 +1,48 @@
+From b400b976d81140f6971132e94eb7657b5b0a2b87 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
+Date: Tue, 29 Sep 2015 19:09:43 +0200
+Subject: [PATCH] Don't use predictable names for temporary files
+
+This allows an attacker on a multi-user system to set up symlinks to
+overwrite any file the current user has write access to.
+
+Don't recommend users of this module to use predictable names either.
+---
+ lib/IPTables/Parse.pm | 7 +++
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/lib/IPTables/Parse.pm b/lib/IPTables/Parse.pm
+index 7c27b8b..cbd2042 100644
+--- a/lib/IPTables/Parse.pm
 b/lib/IPTables/Parse.pm
+@@ -17,6 +17,7 @@ package IPTables::Parse;
+ use 5.006;
+ use POSIX ":sys_wait_h";
+ use Carp;
++use File::Temp;
+ use strict;
+ use warnings;
+ use vars qw($VERSION);
+@@ -36,8 +37,8 @@ sub new() {
+ _firewall_cmd=> $args{'firewall-cmd'} || '',
+ _fwd_args=> $args{'fwd_args'} || '--direct --passthrough 
ipv4',
+ _ipv6=> $args{'use_ipv6'} || 0,
+-_iptout  => $args{'iptout'}   || '/tmp/ipt.out' . $$,
+-_ipterr  => $args{'ipterr'}   || '/tmp/ipt.err' . $$,
++_iptout  => $args{'iptout'}   || 
mktemp('/tmp/ipt.out.XX'),
++_ipterr  => $args{'ipterr'}   || 
mktemp('/tmp/ipt.err.XX'),
+ _ipt_alarm   => $args{'ipt_alarm'}|| 30,
+ _debug   => $args{'debug'}|| 0,
+ _verbose => $args{'verbose'}  || 0,
+@@ -980,8 +981,6 @@ IPTables::Parse - Perl extension for parsing iptables and 
ip6tables policies
+   'use_ipv6' => 0, # can set to 1 to force ip6tables usage
+   'ipt_rules_file' => '',  # optional file path from
+# which to read iptables rules
+-  'iptout'   => '/tmp/iptables.out',
+-  'ipterr'   => '/tmp/iptables.err',
+   'debug'=> 0,
+   'verbose'  => 0
+   );
+-- 
+2.4.3
+
diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index 74602db..ee40570 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -7,6 +7,8 @@ Group:  Development/Libraries
 URL:http://www.cipherdyne.org/modules/
 Source0:
http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.bz2
 Source1:
http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.bz2.asc
+# https://github.com/mrash/IPTables-Parse/pull/6
+Patch0: IPTables-Parse-1.5-predictable-tmp.patch
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -21,6 +23,7 @@ rules exist.
 
 %prep
 %setup -q -n IPTables-Parse-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -49,6 +52,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Sep 29 2015 Miloslav Trmač  - 1.5-1
 - Update to IPTables-Parse-1.5
+- Fix use of predictable temporary file names
 
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f22&id=8093e46d867638a508e443702a85be91a2499d3b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f22). "Ignore Eclipse metadata"

2015-11-03 Thread notifications
From a090985214dd1936f10d1906c6a29302385a704f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Tue, 29 Sep 2015 19:30:44 +0200
Subject: Ignore Eclipse metadata

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f79e5e8..5437f72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/.project
 IPTables-Parse-0.7.tar.bz2
 IPTables-Parse-0.7.tar.bz2.asc
 /IPTables-Parse-0.9.tar.bz2
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f22&id=a090985214dd1936f10d1906c6a29302385a704f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Path-Tiny (master). "Fix typo in changelog"

2015-11-23 Thread notifications
>From 6e8e9c50308238869248fbbbd5b8893a0430e74c Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 23 Nov 2015 17:23:00 +
Subject: Fix typo in changelog

---
 perl-Path-Tiny.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index 24fd57c..a8571d1 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -107,7 +107,7 @@ make test
 
 %changelog
 * Mon Nov 16 2015 Paul Howarth  - 0.076-1
-- Update to 0.075
+- Update to 0.076
   - Tilde expansion on Windows was resulting in backslashes; now they are
 correctly normalized to forward slashes
   - Typos fixed
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Path-Tiny.git/commit/?h=master&id=6e8e9c50308238869248fbbbd5b8893a0430e74c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org


eseyman pushed to perl-WWW-Mechanize-TreeBuilder (master). "minor cleanups"

2015-11-24 Thread notifications
>From c467f0ea42026e2155febfa178e0a3e5ab009c44 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 25 Nov 2015 07:59:41 +0100
Subject: minor cleanups

---
 perl-WWW-Mechanize-TreeBuilder.spec | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/perl-WWW-Mechanize-TreeBuilder.spec 
b/perl-WWW-Mechanize-TreeBuilder.spec
index a2bdd5a..856f076 100644
--- a/perl-WWW-Mechanize-TreeBuilder.spec
+++ b/perl-WWW-Mechanize-TreeBuilder.spec
@@ -1,6 +1,6 @@
 Name:   perl-WWW-Mechanize-TreeBuilder
 Version:1.2
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:WWW::Mechanize::TreeBuilder Perl module
 License:GPL+ or Artistic
 
@@ -8,7 +8,7 @@ URL:
http://search.cpan.org/dist/WWW-Mechanize-TreeBuilder/
 Source0:
http://www.cpan.org/authors/id/A/AS/ASH/WWW-Mechanize-TreeBuilder-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl >= 1:5.8.1
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(HTML::TreeBuilder::XPath)
 BuildRequires:  perl(Moose) >= 0.65
@@ -30,15 +30,11 @@ This module combines WWW::Mechanize and HTML::TreeBuilder.
 %setup -q -n WWW-Mechanize-TreeBuilder-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 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
@@ -46,10 +42,14 @@ make test
 
 %files
 %doc Changes
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/WWW*
+%{_mandir}/man3/WWW*
 
 %changelog
+* Wed Nov 25 2015 Emmanuel Seyman  - 1.2-4
+- Use NO_PACKLIST=1 when creating the Makefile
+- Tighten file listing
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-WWW-Mechanize-TreeBuilder.git/commit/?h=master&id=c467f0ea42026e2155febfa178e0a3e5ab009c44
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org


ppisar changed ppisar's 'watchcommits' permission on perl-Tie-Simple (f23) to 'Obsolete'

2015-12-02 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-Tie-Simple (f23) to 
'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Tie-Simple/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org


ppisar uploaded Sereal-Encoder-3.009.tar.gz for perl-Sereal-Encoder

2015-12-02 Thread notifications
dd7c86cb9a8030e9a49fe655f433434e  Sereal-Encoder-3.009.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Sereal-Encoder/Sereal-Encoder-3.009.tar.gz/md5/dd7c86cb9a8030e9a49fe655f433434e/Sereal-Encoder-3.009.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org


holcapek pushed to perl-Log-Log4perl-Appender-Socket-UNIX (el6). "fixup! Fix EPEL6 build"

2015-12-02 Thread notifications
>From 451b876ce75aeb9d95c83d6585843507749e07d7 Mon Sep 17 00:00:00 2001
From: Jan Holcapek 
Date: Wed, 2 Dec 2015 17:41:47 +0100
Subject: fixup! Fix EPEL6 build

---
 perl-Log-Log4perl-Appender-Socket-UNIX.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl-Log-Log4perl-Appender-Socket-UNIX.spec 
b/perl-Log-Log4perl-Appender-Socket-UNIX.spec
index 6ca6b7d..beab856 100644
--- a/perl-Log-Log4perl-Appender-Socket-UNIX.spec
+++ b/perl-Log-Log4perl-Appender-Socket-UNIX.spec
@@ -39,14 +39,14 @@ Socket and only logs to an existing socket.
 %check
 ./Build test
 
+%{!?_licensedir:%global license %doc}
+
 %files
 %doc Changes examples
 %license LICENSE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
-%{!?_licensedir:%global license %doc}
-
 %changelog
 * Wed Dec 2 2015 Jan Holcapek  1.04-4
 - Fix EPEL6 build.
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Log4perl-Appender-Socket-UNIX.git/commit/?h=el6&id=451b876ce75aeb9d95c83d6585843507749e07d7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org


limb changed nb's 'watchcommits' permission on perl-IO-Socket-IP (el6) to 'Approved'

2015-12-07 Thread notifications
limb changed nb's 'watchcommits' permission on perl-IO-Socket-IP (el6) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-Socket-IP/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org


ppisar pushed to perl-App-grindperl (f22). "0.004 bump"

2015-12-11 Thread notifications
>From 098657ea55fe4a5310e8617a56f4f6eb0aca9941 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 11 Dec 2015 10:36:10 +0100
Subject: 0.004 bump

---
 .gitignore  | 1 +
 perl-App-grindperl.spec | 8 +++-
 sources | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 78ce2b5..85069d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /App-grindperl-0.002.tar.gz
 /App-grindperl-0.003.tar.gz
+/App-grindperl-0.004.tar.gz
diff --git a/perl-App-grindperl.spec b/perl-App-grindperl.spec
index aa4088c..d923037 100644
--- a/perl-App-grindperl.spec
+++ b/perl-App-grindperl.spec
@@ -1,5 +1,5 @@
 Name:   perl-App-grindperl
-Version:0.003
+Version:0.004
 Release:1%{?dist}
 Summary:Command-line tool to help build and test blead perl
 License:ASL 2.0
@@ -7,6 +7,9 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/App-grindperl/
 Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/App-grindperl-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
 BuildRequires:  perl(strict)
@@ -58,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Dec 11 2015 Petr Pisar  - 0.004-1
+- 0.004 bump
+
 * Mon Feb 23 2015 Petr Pisar  - 0.003-1
 - 0.003 bump
 
diff --git a/sources b/sources
index 1086416..20b9617 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-734882bf6cbebc0bc6123a4ef917  App-grindperl-0.003.tar.gz
+8ffc16b0deafb1dea2633c2da24df2a1  App-grindperl-0.004.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-App-grindperl.git/commit/?h=f22&id=098657ea55fe4a5310e8617a56f4f6eb0aca9941
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org


  1   2   3   4   >