pghmcfc uploaded IPC-Cmd-0.94.tar.gz for perl-IPC-Cmd

2016-02-13 Thread notifications
318e663a24d1ba828b09ce8328b428e0  IPC-Cmd-0.94.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IPC-Cmd/IPC-Cmd-0.94.tar.gz/md5/318e663a24d1ba828b09ce8328b428e0/IPC-Cmd-0.94.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-IPC-Cmd (master). "0.94 bump"

2016-02-13 Thread notifications
From a4322d18934a6c0d9a912aa70f2c71d80e2bd656 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sat, 13 Feb 2016 15:13:39 +
Subject: 0.94 bump

---
 .gitignore|  3 ++-
 perl-IPC-Cmd.spec | 26 +++---
 sources   |  2 +-
 3 files changed, 22 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index ae9322f..2f136e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-IPC-Cmd-0.40.tar.gz
+/IPC-Cmd-0.40.tar.gz
 /IPC-Cmd-0.78.tar.gz
 /IPC-Cmd-0.80.tar.gz
 /IPC-Cmd-0.82.tar.gz
@@ -6,3 +6,4 @@ IPC-Cmd-0.40.tar.gz
 /IPC-Cmd-0.86.tar.gz
 /IPC-Cmd-0.90.tar.gz
 /IPC-Cmd-0.92.tar.gz
+/IPC-Cmd-0.94.tar.gz
diff --git a/perl-IPC-Cmd.spec b/perl-IPC-Cmd.spec
index da6045e..3d4652e 100644
--- a/perl-IPC-Cmd.spec
+++ b/perl-IPC-Cmd.spec
@@ -1,31 +1,36 @@
 Name:   perl-IPC-Cmd
 # Epoch to compete with perl.spec
 Epoch:  1
-Version:0.92
-Release:347%{?dist}
+Version:0.94
+Release:1%{?dist}
 Summary:Finding and running system commands made easy
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/IPC-Cmd/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/IPC-Cmd-%{version}.tar.gz
 BuildArch:  noarch
+# Build:
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(FileHandle)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IO::Select)
 BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(IPC::Run) >= 0.55
 BuildRequires:  perl(Locale::Maketext::Simple)
 BuildRequires:  perl(Module::Load::Conditional)
 BuildRequires:  perl(Params::Check) >= 0.20
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(Time::HiRes)
@@ -37,14 +42,18 @@ BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
+# Dependencies:
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(ExtUtils::MakeMaker)
 Requires:   perl(FileHandle)
 Requires:   perl(IO::Handle)
 Requires:   perl(IO::Select)
 Requires:   perl(IPC::Open3)
+Requires:   perl(IPC::Run) >= 0.55
 Requires:   perl(Params::Check) >= 0.20
 Requires:   perl(POSIX)
+Requires:   perl(Socket)
+Requires:   perl(Time::HiRes)
 
 # Filter under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Params::Check\\)$
@@ -63,17 +72,20 @@ 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/*
+%{_fixperms} $RPM_BUILD_ROOT
 
 %check
 make test
 
 %files
 %doc CHANGES README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/IPC/
+%{_mandir}/man3/IPC::Cmd.3*
 
 %changelog
+* Sat Feb 13 2016 Paul Howarth  - 1:0.94-1
+- 0.94 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1:0.92-347
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index d232b3c..b4447e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3efb414f6d5d6aecc5b32cd82541895d  IPC-Cmd-0.92.tar.gz
+318e663a24d1ba828b09ce8328b428e0  IPC-Cmd-0.94.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPC-Cmd.git/commit/?h=master=a4322d18934a6c0d9a912aa70f2c71d80e2bd656
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1307195] perl-IPC-Cmd-0.94 is available

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307195



--- Comment #3 from Upstream Release Monitoring 
 ---
pghmcfc's perl-IPC-Cmd-0.94-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=735571

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

pghmcfc pushed to perl-IPC-Cmd (perl-IPC-Cmd-0.94-1.fc24). "0.94 bump"

2016-02-13 Thread notifications
From a4322d18934a6c0d9a912aa70f2c71d80e2bd656 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sat, 13 Feb 2016 15:13:39 +
Subject: 0.94 bump

---
 .gitignore|  3 ++-
 perl-IPC-Cmd.spec | 26 +++---
 sources   |  2 +-
 3 files changed, 22 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index ae9322f..2f136e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-IPC-Cmd-0.40.tar.gz
+/IPC-Cmd-0.40.tar.gz
 /IPC-Cmd-0.78.tar.gz
 /IPC-Cmd-0.80.tar.gz
 /IPC-Cmd-0.82.tar.gz
@@ -6,3 +6,4 @@ IPC-Cmd-0.40.tar.gz
 /IPC-Cmd-0.86.tar.gz
 /IPC-Cmd-0.90.tar.gz
 /IPC-Cmd-0.92.tar.gz
+/IPC-Cmd-0.94.tar.gz
diff --git a/perl-IPC-Cmd.spec b/perl-IPC-Cmd.spec
index da6045e..3d4652e 100644
--- a/perl-IPC-Cmd.spec
+++ b/perl-IPC-Cmd.spec
@@ -1,31 +1,36 @@
 Name:   perl-IPC-Cmd
 # Epoch to compete with perl.spec
 Epoch:  1
-Version:0.92
-Release:347%{?dist}
+Version:0.94
+Release:1%{?dist}
 Summary:Finding and running system commands made easy
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/IPC-Cmd/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/IPC-Cmd-%{version}.tar.gz
 BuildArch:  noarch
+# Build:
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(FileHandle)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IO::Select)
 BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(IPC::Run) >= 0.55
 BuildRequires:  perl(Locale::Maketext::Simple)
 BuildRequires:  perl(Module::Load::Conditional)
 BuildRequires:  perl(Params::Check) >= 0.20
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(Time::HiRes)
@@ -37,14 +42,18 @@ BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
+# Dependencies:
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(ExtUtils::MakeMaker)
 Requires:   perl(FileHandle)
 Requires:   perl(IO::Handle)
 Requires:   perl(IO::Select)
 Requires:   perl(IPC::Open3)
+Requires:   perl(IPC::Run) >= 0.55
 Requires:   perl(Params::Check) >= 0.20
 Requires:   perl(POSIX)
+Requires:   perl(Socket)
+Requires:   perl(Time::HiRes)
 
 # Filter under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Params::Check\\)$
@@ -63,17 +72,20 @@ 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/*
+%{_fixperms} $RPM_BUILD_ROOT
 
 %check
 make test
 
 %files
 %doc CHANGES README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/IPC/
+%{_mandir}/man3/IPC::Cmd.3*
 
 %changelog
+* Sat Feb 13 2016 Paul Howarth  - 1:0.94-1
+- 0.94 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1:0.92-347
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index d232b3c..b4447e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3efb414f6d5d6aecc5b32cd82541895d  IPC-Cmd-0.92.tar.gz
+318e663a24d1ba828b09ce8328b428e0  IPC-Cmd-0.94.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPC-Cmd.git/commit/?h=perl-IPC-Cmd-0.94-1.fc24=a4322d18934a6c0d9a912aa70f2c71d80e2bd656
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1307195] perl-IPC-Cmd-0.94 is available

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307195

Paul Howarth  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-IPC-Cmd-0.94-1.fc24
 Resolution|--- |RAWHIDE
   Assignee|ppi...@redhat.com   |p...@city-fan.org
Last Closed||2016-02-13 10:24:23



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

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

limb changed dfateyev's 'watchbugzilla' permission on perl-Text-Levenshtein-Damerau-XS (el6) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'watchbugzilla' permission on 
perl-Text-Levenshtein-Damerau-XS (el6) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'watchcommits' permission on perl-Text-Levenshtein-Damerau-XS (el6) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'watchcommits' permission on 
perl-Text-Levenshtein-Damerau-XS (el6) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's branch request for perl-Text-Levenshtein-Damerau-XS in el6 from Awaiting Review to Approved

2016-02-13 Thread notifications
limb changed dfateyev's branch request for perl-Text-Levenshtein-Damerau-XS in 
el6 from Awaiting Review to Approved

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'watchbugzilla' permission on perl-Text-Levenshtein-Damerau-XS (epel7) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'watchbugzilla' permission on 
perl-Text-Levenshtein-Damerau-XS (epel7) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb created the branch 'epel7' for the package 'perl-Text-Levenshtein-Damerau-XS'

2016-02-13 Thread notifications
limb created the branch 'epel7' for the package 
'perl-Text-Levenshtein-Damerau-XS'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'watchcommits' permission on perl-Text-Levenshtein-Damerau-XS (epel7) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'watchcommits' permission on 
perl-Text-Levenshtein-Damerau-XS (epel7) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'commit' permission on perl-Text-Levenshtein-Damerau-XS (epel7) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'commit' permission on perl-Text-Levenshtein-Damerau-XS 
(epel7) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'watchbugzilla' permission on perl-Text-Levenshtein-Damerau-XS (f22) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'watchbugzilla' permission on 
perl-Text-Levenshtein-Damerau-XS (f22) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'commit' permission on perl-Text-Levenshtein-Damerau-XS (el6) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'commit' permission on perl-Text-Levenshtein-Damerau-XS 
(el6) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'approveacls' permission on perl-Text-Levenshtein-Damerau-XS (el6) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'approveacls' permission on 
perl-Text-Levenshtein-Damerau-XS (el6) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's branch request for perl-Text-Levenshtein-Damerau-XS in epel7 from Awaiting Review to Approved

2016-02-13 Thread notifications
limb changed dfateyev's branch request for perl-Text-Levenshtein-Damerau-XS in 
epel7 from Awaiting Review to Approved

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'approveacls' permission on perl-Text-Levenshtein-Damerau-XS (epel7) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'approveacls' permission on 
perl-Text-Levenshtein-Damerau-XS (epel7) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'commit' permission on perl-Text-Levenshtein-Damerau-XS (f22) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'commit' permission on perl-Text-Levenshtein-Damerau-XS 
(f22) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb created the branch 'f22' for the package 'perl-Text-Levenshtein-Damerau-XS'

2016-02-13 Thread notifications
limb created the branch 'f22' for the package 'perl-Text-Levenshtein-Damerau-XS'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb created the branch 'el6' for the package 'perl-Text-Levenshtein-Damerau-XS'

2016-02-13 Thread notifications
limb created the branch 'el6' for the package 'perl-Text-Levenshtein-Damerau-XS'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'watchcommits' permission on perl-Text-Levenshtein-Damerau-XS (f22) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'watchcommits' permission on 
perl-Text-Levenshtein-Damerau-XS (f22) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb created the branch 'f23' for the package 'perl-Text-Levenshtein-Damerau-XS'

2016-02-13 Thread notifications
limb created the branch 'f23' for the package 'perl-Text-Levenshtein-Damerau-XS'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's branch request for perl-Text-Levenshtein-Damerau-XS in f22 from Awaiting Review to Approved

2016-02-13 Thread notifications
limb changed dfateyev's branch request for perl-Text-Levenshtein-Damerau-XS in 
f22 from Awaiting Review to Approved

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'approveacls' permission on perl-Text-Levenshtein-Damerau-XS (f22) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'approveacls' permission on 
perl-Text-Levenshtein-Damerau-XS (f22) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'commit' permission on perl-Text-Levenshtein-Damerau-XS (f23) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'commit' permission on perl-Text-Levenshtein-Damerau-XS 
(f23) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's branch request for perl-Text-Levenshtein-Damerau-XS in f23 from Awaiting Review to Approved

2016-02-13 Thread notifications
limb changed dfateyev's branch request for perl-Text-Levenshtein-Damerau-XS in 
f23 from Awaiting Review to Approved

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'watchbugzilla' permission on perl-Text-Levenshtein-Damerau-XS (f23) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'watchbugzilla' permission on 
perl-Text-Levenshtein-Damerau-XS (f23) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'watchcommits' permission on perl-Text-Levenshtein-Damerau-XS (f23) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'watchcommits' permission on 
perl-Text-Levenshtein-Damerau-XS (f23) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed dfateyev's 'approveacls' permission on perl-Text-Levenshtein-Damerau-XS (f23) to 'Approved'

2016-02-13 Thread notifications
limb changed dfateyev's 'approveacls' permission on 
perl-Text-Levenshtein-Damerau-XS (f23) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Text-Levenshtein-Damerau-XS/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1307459] Review Request: perl-Test-Fake-HTTPD - Fake HTTP server module for testing

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307459

Denis Fateyev  changed:

   What|Removed |Added

 CC||perl-devel@lists.fedoraproj
   ||ect.org



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

[Bug 1307851] New: perl-IPTables-libiptc: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307851

Bug ID: 1307851
   Summary: perl-IPTables-libiptc: FTBFS in rawhide
   Product: Fedora
   Version: rawhide
 Component: perl-IPTables-libiptc
  Assignee: ppi...@redhat.com
  Reporter: rel...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com
Blocks: 1305208



Your package perl-IPTables-libiptc failed to build from source in current
rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12850727

For details on mass rebuild see
https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1305208
[Bug 1305208] Fedora 24 Mass rebuild FTBFS tracker bug
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1307850] perl-Gtk3: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307850



--- Comment #3 from Fedora Release Engineering  ---
Created attachment 1125613
  --> https://bugzilla.redhat.com/attachment.cgi?id=1125613=edit
state.log

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

[Bug 1307850] perl-Gtk3: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307850



--- Comment #1 from Fedora Release Engineering  ---
Created attachment 1125611
  --> https://bugzilla.redhat.com/attachment.cgi?id=1125611=edit
build.log

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

[Bug 1307851] perl-IPTables-libiptc: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307851



--- Comment #3 from Fedora Release Engineering  ---
Created attachment 1125616
  --> https://bugzilla.redhat.com/attachment.cgi?id=1125616=edit
state.log

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

[Bug 1307845] New: pakiti: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307845

Bug ID: 1307845
   Summary: pakiti: FTBFS in rawhide
   Product: Fedora
   Version: rawhide
 Component: pakiti
  Assignee: ade...@gmail.com
  Reporter: rel...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: ade...@gmail.com, andrea.ma...@gmail.com,
perl-devel@lists.fedoraproject.org
Blocks: 1305208



Your package pakiti failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12847138

For details on mass rebuild see
https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1305208
[Bug 1305208] Fedora 24 Mass rebuild FTBFS tracker bug
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1307845] pakiti: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307845



--- Comment #1 from Fedora Release Engineering  ---
Created attachment 1125596
  --> https://bugzilla.redhat.com/attachment.cgi?id=1125596=edit
build.log

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

[Bug 1307852] New: perl-MooX-Cmd: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307852

Bug ID: 1307852
   Summary: perl-MooX-Cmd: FTBFS in rawhide
   Product: Fedora
   Version: rawhide
 Component: perl-MooX-Cmd
  Assignee: dd...@cpan.org
  Reporter: rel...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: dd...@cpan.org, perl-devel@lists.fedoraproject.org
Blocks: 1305208



Your package perl-MooX-Cmd failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12851610

For details on mass rebuild see
https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1305208
[Bug 1305208] Fedora 24 Mass rebuild FTBFS tracker bug
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1307852] perl-MooX-Cmd: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307852



--- Comment #1 from Fedora Release Engineering  ---
Created attachment 1125617
  --> https://bugzilla.redhat.com/attachment.cgi?id=1125617=edit
build.log

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

[Bug 1307852] perl-MooX-Cmd: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307852



--- Comment #3 from Fedora Release Engineering  ---
Created attachment 1125619
  --> https://bugzilla.redhat.com/attachment.cgi?id=1125619=edit
state.log

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

[Bug 1307851] perl-IPTables-libiptc: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307851



--- Comment #2 from Fedora Release Engineering  ---
Created attachment 1125615
  --> https://bugzilla.redhat.com/attachment.cgi?id=1125615=edit
root.log

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

[Bug 1307850] New: perl-Gtk3: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307850

Bug ID: 1307850
   Summary: perl-Gtk3: FTBFS in rawhide
   Product: Fedora
   Version: rawhide
 Component: perl-Gtk3
  Assignee: berra...@redhat.com
  Reporter: rel...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: berra...@redhat.com,
perl-devel@lists.fedoraproject.org
Blocks: 1305208



Your package perl-Gtk3 failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12850260

For details on mass rebuild see
https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1305208
[Bug 1305208] Fedora 24 Mass rebuild FTBFS tracker bug
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1307850] perl-Gtk3: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307850



--- Comment #2 from Fedora Release Engineering  ---
Created attachment 1125612
  --> https://bugzilla.redhat.com/attachment.cgi?id=1125612=edit
root.log

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

[Bug 1307845] pakiti: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307845



--- Comment #3 from Fedora Release Engineering  ---
Created attachment 1125598
  --> https://bugzilla.redhat.com/attachment.cgi?id=1125598=edit
state.log

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

[Bug 1307845] pakiti: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307845



--- Comment #2 from Fedora Release Engineering  ---
Created attachment 1125597
  --> https://bugzilla.redhat.com/attachment.cgi?id=1125597=edit
root.log

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

[Bug 1307851] perl-IPTables-libiptc: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307851



--- Comment #1 from Fedora Release Engineering  ---
Created attachment 1125614
  --> https://bugzilla.redhat.com/attachment.cgi?id=1125614=edit
build.log

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

[Bug 1307852] perl-MooX-Cmd: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307852



--- Comment #2 from Fedora Release Engineering  ---
Created attachment 1125618
  --> https://bugzilla.redhat.com/attachment.cgi?id=1125618=edit
root.log

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

[Bug 1308135] slic3r: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308135



--- Comment #1 from Fedora Release Engineering  ---
Created attachment 1126463
  --> https://bugzilla.redhat.com/attachment.cgi?id=1126463=edit
build.log

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

[Bug 1308135] New: slic3r: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308135

Bug ID: 1308135
   Summary: slic3r: FTBFS in rawhide
   Product: Fedora
   Version: rawhide
 Component: slic3r
  Assignee: mhron...@redhat.com
  Reporter: rel...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mhron...@redhat.com,
perl-devel@lists.fedoraproject.org
Blocks: 1305208



Your package slic3r failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12869491

For details on mass rebuild see
https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1305208
[Bug 1305208] Fedora 24 Mass rebuild FTBFS tracker bug
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1308135] slic3r: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308135



--- Comment #3 from Fedora Release Engineering  ---
Created attachment 1126465
  --> https://bugzilla.redhat.com/attachment.cgi?id=1126465=edit
state.log

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

[Bug 1308135] slic3r: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308135



--- Comment #2 from Fedora Release Engineering  ---
Created attachment 1126464
  --> https://bugzilla.redhat.com/attachment.cgi?id=1126464=edit
root.log

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

dfateyev pushed to perl-Text-Levenshtein-Damerau-XS (el6). "perl-Text-Levenshtein-Damerau-XS: backport to epel"

2016-02-13 Thread notifications
From 67fb8a86c500cf6a3e1436c7218afa7cfedf3604 Mon Sep 17 00:00:00 2001
From: Denis Fateyev 
Date: Sun, 14 Feb 2016 04:36:08 +0600
Subject: perl-Text-Levenshtein-Damerau-XS: backport to epel

---
 .gitignore|  1 +
 perl-Text-Levenshtein-Damerau-XS.spec | 66 +++
 sources   |  1 +
 3 files changed, 68 insertions(+)
 create mode 100644 perl-Text-Levenshtein-Damerau-XS.spec

diff --git a/.gitignore b/.gitignore
index e69de29..56bc959 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Text-Levenshtein-Damerau-XS-3.1.tar.gz
diff --git a/perl-Text-Levenshtein-Damerau-XS.spec 
b/perl-Text-Levenshtein-Damerau-XS.spec
new file mode 100644
index 000..d79f957
--- /dev/null
+++ b/perl-Text-Levenshtein-Damerau-XS.spec
@@ -0,0 +1,66 @@
+Name:   perl-Text-Levenshtein-Damerau-XS
+Version:3.1
+Release:3%{?dist}
+Summary:XS Damerau Levenshtein edit distance
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Text-Levenshtein-Damerau-XS/
+Source0:
http://www.cpan.org/authors/id/U/UG/UGEXE/Text-Levenshtein-Damerau-XS-%{version}.tar.gz
+
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XSLoader)
+
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(XSLoader)
+
+%{?perl_default_filter}
+%global __provides_exclude %{?__provides_exclude:__provides_exclude|}XS.so
+
+%description
+This is an XS implementation of the true Damerau Levenshtein edit distance
+algorithm.
+
+%prep
+%setup -q -n Text-Levenshtein-Damerau-XS-%{version}
+
+%build
+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 -delete
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%{!?_licensedir:%global license %doc}
+%license LICENSE
+%doc Changes README.pod examples
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Text*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Feb 12 2016 Denis Fateyev  - 3.1-3
+- Rebuild for el6 and epel7 branches
+
+* Thu Feb 04 2016 Fedora Release Engineering  - 3.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Thu Jan 28 2016 Jitka Plesnikova  - 3.1-1
+- 3.1 bump
+
+* Wed Jul 29 2015 Jitka Plesnikova  - 3.0-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..25d97d6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+46915ba951c903b1d3a721ec913c8885  Text-Levenshtein-Damerau-XS-3.1.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Levenshtein-Damerau-XS.git/commit/?h=el6=67fb8a86c500cf6a3e1436c7218afa7cfedf3604
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1308272] perl-Text-Levenshtein-Damerau-XS: additional builds

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308272



--- Comment #5 from Fedora Update System  ---
perl-Text-Levenshtein-Damerau-XS-3.1-2.fc22 has been submitted as an update to
Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-582be1350c

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

[Bug 1308272] perl-Text-Levenshtein-Damerau-XS: additional builds

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308272



--- Comment #1 from Fedora Update System  ---
perl-Text-Levenshtein-Damerau-XS-3.1-3.el6 has been submitted as an update to
Fedora EPEL 6.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-c57b34286a

--- Comment #2 from Fedora Update System  ---
perl-Text-Levenshtein-Damerau-XS-3.1-2.fc23 has been submitted as an update to
Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-40aaea1f0d

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

[Bug 1308272] perl-Text-Levenshtein-Damerau-XS: additional builds

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308272



--- Comment #3 from Fedora Update System  ---
perl-Text-Levenshtein-Damerau-XS-3.1-3.el6 has been submitted as an update to
Fedora EPEL 6.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-c57b34286a

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

[Bug 1308272] perl-Text-Levenshtein-Damerau-XS: additional builds

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308272



--- Comment #1 from Fedora Update System  ---
perl-Text-Levenshtein-Damerau-XS-3.1-3.el6 has been submitted as an update to
Fedora EPEL 6.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-c57b34286a

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

[Bug 1308272] perl-Text-Levenshtein-Damerau-XS: additional builds

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308272



--- Comment #4 from Fedora Update System  ---
perl-Text-Levenshtein-Damerau-XS-3.1-3.el7 has been submitted as an update to
Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-b409a676ed

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

dfateyev pushed to perl-Text-Levenshtein-Damerau-XS (f22). "Initial import"

2016-02-13 Thread notifications
From dd6f12a16f297eae30aa46d7623a51cb0b3ee702 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 11 Aug 2015 10:01:40 +0200
Subject: Initial import

---
 .gitignore|  1 +
 perl-Text-Levenshtein-Damerau-XS.spec | 51 +++
 sources   |  1 +
 3 files changed, 53 insertions(+)
 create mode 100644 perl-Text-Levenshtein-Damerau-XS.spec

diff --git a/.gitignore b/.gitignore
index e69de29..33d5efa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Text-Levenshtein-Damerau-XS-3.0.tar.gz
diff --git a/perl-Text-Levenshtein-Damerau-XS.spec 
b/perl-Text-Levenshtein-Damerau-XS.spec
new file mode 100644
index 000..a74e164
--- /dev/null
+++ b/perl-Text-Levenshtein-Damerau-XS.spec
@@ -0,0 +1,51 @@
+Name:   perl-Text-Levenshtein-Damerau-XS
+Version:3.0
+Release:1%{?dist}
+Summary:XS Damerau Levenshtein edit distance
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Text-Levenshtein-Damerau-XS/
+Source0:
http://www.cpan.org/authors/id/U/UG/UGEXE/Text-Levenshtein-Damerau-XS-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XSLoader)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(XSLoader)
+
+%description
+This is an XS implementation of the true Damerau Levenshtein edit distance
+algorithm.
+
+%prep
+%setup -q -n Text-Levenshtein-Damerau-XS-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README examples
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Text*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 29 2015 Jitka Plesnikova  - 3.0-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..876b45a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b06badbeef34f5ba4a574a86706bf01d  Text-Levenshtein-Damerau-XS-3.0.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Levenshtein-Damerau-XS.git/commit/?h=f22=dd6f12a16f297eae30aa46d7623a51cb0b3ee702
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

dfateyev pushed to perl-Text-Levenshtein-Damerau-XS (f22). "3.1 bump"

2016-02-13 Thread notifications
From e6c7c637925c37c5eb32265fc73eb2a6dbff18fd Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 28 Jan 2016 12:16:56 +0100
Subject: 3.1 bump

---
 .gitignore|  1 +
 perl-Text-Levenshtein-Damerau-XS.spec | 10 ++
 sources   |  2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 33d5efa..fd095fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Text-Levenshtein-Damerau-XS-3.0.tar.gz
+/Text-Levenshtein-Damerau-XS-3.1.tar.gz
diff --git a/perl-Text-Levenshtein-Damerau-XS.spec 
b/perl-Text-Levenshtein-Damerau-XS.spec
index a74e164..df0596a 100644
--- a/perl-Text-Levenshtein-Damerau-XS.spec
+++ b/perl-Text-Levenshtein-Damerau-XS.spec
@@ -1,12 +1,11 @@
 Name:   perl-Text-Levenshtein-Damerau-XS
-Version:3.0
+Version:3.1
 Release:1%{?dist}
 Summary:XS Damerau Levenshtein edit distance
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-Levenshtein-Damerau-XS/
 Source0:
http://www.cpan.org/authors/id/U/UG/UGEXE/Text-Levenshtein-Damerau-XS-%{version}.tar.gz
-BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
@@ -33,7 +32,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -41,11 +40,14 @@ make test
 
 %files
 %license LICENSE
-%doc Changes README examples
+%doc Changes README.pod examples
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Text*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 28 2016 Jitka Plesnikova  - 3.1-1
+- 3.1 bump
+
 * Wed Jul 29 2015 Jitka Plesnikova  - 3.0-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 876b45a..25d97d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b06badbeef34f5ba4a574a86706bf01d  Text-Levenshtein-Damerau-XS-3.0.tar.gz
+46915ba951c903b1d3a721ec913c8885  Text-Levenshtein-Damerau-XS-3.1.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Levenshtein-Damerau-XS.git/commit/?h=f22=e6c7c637925c37c5eb32265fc73eb2a6dbff18fd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

dfateyev pushed to perl-Text-Levenshtein-Damerau-XS (f23). "Initial import"

2016-02-13 Thread notifications
From dd6f12a16f297eae30aa46d7623a51cb0b3ee702 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 11 Aug 2015 10:01:40 +0200
Subject: Initial import

---
 .gitignore|  1 +
 perl-Text-Levenshtein-Damerau-XS.spec | 51 +++
 sources   |  1 +
 3 files changed, 53 insertions(+)
 create mode 100644 perl-Text-Levenshtein-Damerau-XS.spec

diff --git a/.gitignore b/.gitignore
index e69de29..33d5efa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Text-Levenshtein-Damerau-XS-3.0.tar.gz
diff --git a/perl-Text-Levenshtein-Damerau-XS.spec 
b/perl-Text-Levenshtein-Damerau-XS.spec
new file mode 100644
index 000..a74e164
--- /dev/null
+++ b/perl-Text-Levenshtein-Damerau-XS.spec
@@ -0,0 +1,51 @@
+Name:   perl-Text-Levenshtein-Damerau-XS
+Version:3.0
+Release:1%{?dist}
+Summary:XS Damerau Levenshtein edit distance
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Text-Levenshtein-Damerau-XS/
+Source0:
http://www.cpan.org/authors/id/U/UG/UGEXE/Text-Levenshtein-Damerau-XS-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XSLoader)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(XSLoader)
+
+%description
+This is an XS implementation of the true Damerau Levenshtein edit distance
+algorithm.
+
+%prep
+%setup -q -n Text-Levenshtein-Damerau-XS-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README examples
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Text*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 29 2015 Jitka Plesnikova  - 3.0-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..876b45a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b06badbeef34f5ba4a574a86706bf01d  Text-Levenshtein-Damerau-XS-3.0.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Levenshtein-Damerau-XS.git/commit/?h=f23=dd6f12a16f297eae30aa46d7623a51cb0b3ee702
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

dfateyev pushed to perl-Text-Levenshtein-Damerau-XS (f23). "3.1 bump"

2016-02-13 Thread notifications
From e6c7c637925c37c5eb32265fc73eb2a6dbff18fd Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 28 Jan 2016 12:16:56 +0100
Subject: 3.1 bump

---
 .gitignore|  1 +
 perl-Text-Levenshtein-Damerau-XS.spec | 10 ++
 sources   |  2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 33d5efa..fd095fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Text-Levenshtein-Damerau-XS-3.0.tar.gz
+/Text-Levenshtein-Damerau-XS-3.1.tar.gz
diff --git a/perl-Text-Levenshtein-Damerau-XS.spec 
b/perl-Text-Levenshtein-Damerau-XS.spec
index a74e164..df0596a 100644
--- a/perl-Text-Levenshtein-Damerau-XS.spec
+++ b/perl-Text-Levenshtein-Damerau-XS.spec
@@ -1,12 +1,11 @@
 Name:   perl-Text-Levenshtein-Damerau-XS
-Version:3.0
+Version:3.1
 Release:1%{?dist}
 Summary:XS Damerau Levenshtein edit distance
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-Levenshtein-Damerau-XS/
 Source0:
http://www.cpan.org/authors/id/U/UG/UGEXE/Text-Levenshtein-Damerau-XS-%{version}.tar.gz
-BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
@@ -33,7 +32,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -41,11 +40,14 @@ make test
 
 %files
 %license LICENSE
-%doc Changes README examples
+%doc Changes README.pod examples
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Text*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 28 2016 Jitka Plesnikova  - 3.1-1
+- 3.1 bump
+
 * Wed Jul 29 2015 Jitka Plesnikova  - 3.0-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 876b45a..25d97d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b06badbeef34f5ba4a574a86706bf01d  Text-Levenshtein-Damerau-XS-3.0.tar.gz
+46915ba951c903b1d3a721ec913c8885  Text-Levenshtein-Damerau-XS-3.1.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Levenshtein-Damerau-XS.git/commit/?h=f23=e6c7c637925c37c5eb32265fc73eb2a6dbff18fd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

dfateyev pushed to perl-Text-Levenshtein-Damerau-XS (f23). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-02-13 Thread notifications
From d86a2ef66517ea3b6f2721cd867938b1b1d4b44e Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 16:18:17 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-Text-Levenshtein-Damerau-XS.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Text-Levenshtein-Damerau-XS.spec 
b/perl-Text-Levenshtein-Damerau-XS.spec
index df0596a..377e351 100644
--- a/perl-Text-Levenshtein-Damerau-XS.spec
+++ b/perl-Text-Levenshtein-Damerau-XS.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Levenshtein-Damerau-XS
 Version:3.1
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:XS Damerau Levenshtein edit distance
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 3.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Thu Jan 28 2016 Jitka Plesnikova  - 3.1-1
 - 3.1 bump
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Levenshtein-Damerau-XS.git/commit/?h=f23=d86a2ef66517ea3b6f2721cd867938b1b1d4b44e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

dfateyev pushed to perl-Text-Levenshtein-Damerau-XS (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-02-13 Thread notifications
From d86a2ef66517ea3b6f2721cd867938b1b1d4b44e Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 16:18:17 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-Text-Levenshtein-Damerau-XS.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Text-Levenshtein-Damerau-XS.spec 
b/perl-Text-Levenshtein-Damerau-XS.spec
index df0596a..377e351 100644
--- a/perl-Text-Levenshtein-Damerau-XS.spec
+++ b/perl-Text-Levenshtein-Damerau-XS.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Levenshtein-Damerau-XS
 Version:3.1
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:XS Damerau Levenshtein edit distance
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 3.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Thu Jan 28 2016 Jitka Plesnikova  - 3.1-1
 - 3.1 bump
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Levenshtein-Damerau-XS.git/commit/?h=f22=d86a2ef66517ea3b6f2721cd867938b1b1d4b44e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

dfateyev pushed to perl-Text-Levenshtein-Damerau-XS (epel7). "perl-Text-Levenshtein-Damerau-XS: backport to epel"

2016-02-13 Thread notifications
From 67fb8a86c500cf6a3e1436c7218afa7cfedf3604 Mon Sep 17 00:00:00 2001
From: Denis Fateyev 
Date: Sun, 14 Feb 2016 04:36:08 +0600
Subject: perl-Text-Levenshtein-Damerau-XS: backport to epel

---
 .gitignore|  1 +
 perl-Text-Levenshtein-Damerau-XS.spec | 66 +++
 sources   |  1 +
 3 files changed, 68 insertions(+)
 create mode 100644 perl-Text-Levenshtein-Damerau-XS.spec

diff --git a/.gitignore b/.gitignore
index e69de29..56bc959 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Text-Levenshtein-Damerau-XS-3.1.tar.gz
diff --git a/perl-Text-Levenshtein-Damerau-XS.spec 
b/perl-Text-Levenshtein-Damerau-XS.spec
new file mode 100644
index 000..d79f957
--- /dev/null
+++ b/perl-Text-Levenshtein-Damerau-XS.spec
@@ -0,0 +1,66 @@
+Name:   perl-Text-Levenshtein-Damerau-XS
+Version:3.1
+Release:3%{?dist}
+Summary:XS Damerau Levenshtein edit distance
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Text-Levenshtein-Damerau-XS/
+Source0:
http://www.cpan.org/authors/id/U/UG/UGEXE/Text-Levenshtein-Damerau-XS-%{version}.tar.gz
+
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XSLoader)
+
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(XSLoader)
+
+%{?perl_default_filter}
+%global __provides_exclude %{?__provides_exclude:__provides_exclude|}XS.so
+
+%description
+This is an XS implementation of the true Damerau Levenshtein edit distance
+algorithm.
+
+%prep
+%setup -q -n Text-Levenshtein-Damerau-XS-%{version}
+
+%build
+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 -delete
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%{!?_licensedir:%global license %doc}
+%license LICENSE
+%doc Changes README.pod examples
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Text*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Feb 12 2016 Denis Fateyev  - 3.1-3
+- Rebuild for el6 and epel7 branches
+
+* Thu Feb 04 2016 Fedora Release Engineering  - 3.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Thu Jan 28 2016 Jitka Plesnikova  - 3.1-1
+- 3.1 bump
+
+* Wed Jul 29 2015 Jitka Plesnikova  - 3.0-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..25d97d6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+46915ba951c903b1d3a721ec913c8885  Text-Levenshtein-Damerau-XS-3.1.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Levenshtein-Damerau-XS.git/commit/?h=epel7=67fb8a86c500cf6a3e1436c7218afa7cfedf3604
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1308272] perl-Text-Levenshtein-Damerau-XS: additional builds

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308272

Denis Fateyev  changed:

   What|Removed |Added

 CC||perl-devel@lists.fedoraproj
   ||ect.org



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

[Bug 1308285] New: perl-Git-Repository-1.317 is available

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308285

Bug ID: 1308285
   Summary: perl-Git-Repository-1.317 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Git-Repository
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 1.317
Current version/release in rawhide: 1.316-2.fc24
URL: http://search.cpan.org/dist/Git-Repository/

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

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

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

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

[Bug 1308284] New: perl-Function-Parameters-1.0704 is available

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308284

Bug ID: 1308284
   Summary: perl-Function-Parameters-1.0704 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Function-Parameters
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 1.0704
Current version/release in rawhide: 1.0703-1.fc24
URL: http://search.cpan.org/dist/Function-Parameters/

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

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

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

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

[Bug 1308279] New: perl-Code-TidyAll-0.39 is available

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308279

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



Latest upstream release: 0.39
Current version/release in rawhide: 0.38-2.fc24
URL: http://search.cpan.org/dist/Code-TidyAll/

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

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

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

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

corsepiu pushed to perl-Parallel-Prefork (master). "Upstream update. (..more)"

2016-02-13 Thread notifications
From b183250062a63a766e0540e14f61607e4a5b9182 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 05:32:13 +0100
Subject: Upstream update.

- Reflect upstream BR: changes.
- Eleminate inc/.
---
 .gitignore |  2 +-
 perl-Parallel-Prefork.spec | 23 +++
 sources|  2 +-
 3 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index efb9350..fb4919d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Parallel-Prefork-0.17.tar.gz
+/Parallel-Prefork-0.18.tar.gz
diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index 3af6fd3..26225f8 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-Prefork
-Version:0.17
-Release:6%{?dist}
+Version:0.18
+Release:1%{?dist}
 Summary:Simple prefork server framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,15 +9,23 @@ Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Parallel-Prefork-%{ve
 BuildArch:  noarch
 
 BuildRequires:  perl(Class::Accessor::Lite) >= 0.04
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(Parallel::Scoreboard)
 BuildRequires:  perl(Proc::Wait3) >= 0.03
 BuildRequires:  perl(Scope::Guard)
 BuildRequires:  perl(Signal::Mask)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Requires)
-BuildRequires:  perl(Parallel::Scoreboard)
 BuildRequires:  perl(Test::SharedFork)
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
+
+BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(Module::Install::ReadmeFromPod)
+
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -26,6 +34,8 @@ shutdown and run-time reconfiguration.
 
 %prep
 %setup -q -n Parallel-Prefork-%{version}
+rm -r inc
+sed -i -e '/^inc\/*$/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@@ -44,6 +54,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius  - 0.18-1
+- Upstream update.
+- Reflect upstream BR: changes.
+- Eleminate inc/.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.17-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index df22563..b45e97a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4fa22e8d629e72001d016aca524d3e1  Parallel-Prefork-0.17.tar.gz
+128f8c03eddde44d3e95f092d6116e9a  Parallel-Prefork-0.18.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=master=b183250062a63a766e0540e14f61607e4a5b9182
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu uploaded Parallel-Prefork-0.18.tar.gz for perl-Parallel-Prefork

2016-02-13 Thread notifications
128f8c03eddde44d3e95f092d6116e9a  Parallel-Prefork-0.18.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Parallel-Prefork/Parallel-Prefork-0.18.tar.gz/md5/128f8c03eddde44d3e95f092d6116e9a/Parallel-Prefork-0.18.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Regexp-Common (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-02-13 Thread notifications
From 11f1f6772c6094342bd5208762ea3810eaf35e88 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 15:34:08 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index a5bbd5a..8d9555a 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Common
 Version:   2016010801
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Regexp::Common Perl module
 # Old Artistic 1.0 is also valid, but we won't list it here since it is 
non-free.
 # Also, it would throw off the automated license check and flag this package.
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
2016010801-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sat Jan 30 2016 Ralf Corsépius  - 2016010801-2
 - Modernize spec.
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Common.git/commit/?h=f22=11f1f6772c6094342bd5208762ea3810eaf35e88
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Regexp-Common (f23). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-02-13 Thread notifications
From 11f1f6772c6094342bd5208762ea3810eaf35e88 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 15:34:08 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index a5bbd5a..8d9555a 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Common
 Version:   2016010801
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Regexp::Common Perl module
 # Old Artistic 1.0 is also valid, but we won't list it here since it is 
non-free.
 # Also, it would throw off the automated license check and flag this package.
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
2016010801-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sat Jan 30 2016 Ralf Corsépius  - 2016010801-2
 - Modernize spec.
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Common.git/commit/?h=f23=11f1f6772c6094342bd5208762ea3810eaf35e88
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Regexp-Common (f23). "Upstream update. (..more)"

2016-02-13 Thread notifications
From 4c202eab7d6981c7c4c812574d0f0bb503edc479 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 04:53:11 +0100
Subject: Upstream update.

- Add BR: perl(Test::Regexp).
---
 .gitignore  | 2 +-
 perl-Regexp-Common.spec | 9 +++--
 sources | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6dd6737..ecbdfc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Regexp-Common-2016010801.tar.gz
+/Regexp-Common-2016020301.tar.gz
diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index 8d9555a..8994b2f 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Common
-Version:   2016010801
-Release:   3%{?dist}
+Version:   2016020301
+Release:   1%{?dist}
 Summary:   Regexp::Common Perl module
 # Old Artistic 1.0 is also valid, but we won't list it here since it is 
non-free.
 # Also, it would throw off the automated license check and flag this package.
@@ -24,6 +24,7 @@ BuildRequires:  perl(warnings)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
+BuildRequires: perl(Test::Regexp)
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -50,6 +51,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius  - 2016020301-1
+- Upstream update.
+- Add BR: perl(Test::Regexp).
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2016010801-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 2ee87d7..3859d8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7a86d2d4ec05b77898823f7b36ff59e  Regexp-Common-2016010801.tar.gz
+a3126d635295869bf78c4e5c8f5e9949  Regexp-Common-2016020301.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Common.git/commit/?h=f23=4c202eab7d6981c7c4c812574d0f0bb503edc479
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Regexp-Common (f23). "Cleanup merger."

2016-02-13 Thread notifications
From 45545f45f89c7b43c4218de77799b71dd7ab00d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 04:54:59 +0100
Subject: Cleanup merger.

---
 perl-Regexp-Common.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index 8994b2f..2fbbf8f 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -55,9 +55,6 @@ make test
 - Upstream update.
 - Add BR: perl(Test::Regexp).
 
-* Thu Feb 04 2016 Fedora Release Engineering  - 
2016010801-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Sat Jan 30 2016 Ralf Corsépius  - 2016010801-2
 - Modernize spec.
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Common.git/commit/?h=f23=45545f45f89c7b43c4218de77799b71dd7ab00d7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Regexp-Common (f23). "Modernize spec."

2016-02-13 Thread notifications
From 93326fc205f6448c248c0471a2927ec68e3afe67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sat, 30 Jan 2016 05:04:05 +0100
Subject: Modernize spec.

---
 perl-Regexp-Common.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index 0b9bc82..a5bbd5a 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Common
 Version:   2016010801
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Regexp::Common Perl module
 # Old Artistic 1.0 is also valid, but we won't list it here since it is 
non-free.
 # Also, it would throw off the automated license check and flag this package.
@@ -34,12 +34,11 @@ Regexp::Common - Provide commonly requested regular 
expressions
 %setup -q -n Regexp-Common-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
@@ -51,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius  - 2016010801-2
+- Modernize spec.
+
 * Thu Jan 14 2016 Ralf Corsépius  - 2016010801-1
 - Upstream update.
 - Expand BR:s.
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Common.git/commit/?h=f23=93326fc205f6448c248c0471a2927ec68e3afe67
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Params-Validate (master). "Upstream update. (..more)"

2016-02-13 Thread notifications
From 66fd938610ecc12b750b42b88ad7c1a5f004060e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 08:48:38 +0100
Subject: Upstream update.

- Reflect changes to BRs.
---
 .gitignore|  2 +-
 perl-Params-Validate.spec | 11 +--
 sources   |  2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 908043e..dc68f3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Params-Validate-1.21.tar.gz
+/Params-Validate-1.22.tar.gz
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index e172092..29708e4 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -15,8 +15,8 @@
 
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
-Version:   1.21
-Release:   3%{?dist}
+Version:   1.22
+Release:   1%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -38,6 +38,7 @@ BuildRequires:  perl(base)
 BuildRequires:  perl(Devel::Peek)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(JSON::PP) >= 2.27300
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
@@ -61,6 +62,8 @@ BuildRequires:  perl(Test::Pod::LinkCheck)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires: perl(Test::Spelling)
 BuildRequires:  perl(Test::Synopsis)
+BuildRequires:  perl(Test::CPAN::Meta::JSON) >= 0.16
+BuildRequires:  perl(Test::Mojibake)
 BuildRequires:  aspell-en
 # Optional:
 BuildRequires:  perl(Test::Portability::Files)
@@ -99,6 +102,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius  - 1.22-1
+- Upstream update.
+- Reflect changes to BRs.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.21-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 7829b51..0dc465d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c81e5d44cbda5aeb8a3be03b35dc410b  Params-Validate-1.21.tar.gz
+f97cfb4669cdfaa10f85c4e200ffdd35  Params-Validate-1.22.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Params-Validate.git/commit/?h=master=66fd938610ecc12b750b42b88ad7c1a5f004060e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu uploaded Params-Validate-1.22.tar.gz for perl-Params-Validate

2016-02-13 Thread notifications
f97cfb4669cdfaa10f85c4e200ffdd35  Params-Validate-1.22.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Params-Validate/Params-Validate-1.22.tar.gz/md5/f97cfb4669cdfaa10f85c4e200ffdd35/Params-Validate-1.22.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-DBIx-DBSchema (master). "Modernize spec."

2016-02-13 Thread notifications
From c8cfa3fd4a40a3aa2d7b0da0e5a5b970844fa0bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 04:12:52 +0100
Subject: Modernize spec.

---
 perl-DBIx-DBSchema.spec | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/perl-DBIx-DBSchema.spec b/perl-DBIx-DBSchema.spec
index 32c7623..5f2cad3 100644
--- a/perl-DBIx-DBSchema.spec
+++ b/perl-DBIx-DBSchema.spec
@@ -1,6 +1,6 @@
 Name:   perl-DBIx-DBSchema
 Version:0.45
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Database-independent schema objects
 
 Group:  Development/Libraries
@@ -45,14 +45,12 @@ chmod -x README Changes
 find -name '*.pm' -exec chmod -x {} \;
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -67,6 +65,9 @@ make test
 
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius  - 0.45-5
+- Modernize spec.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.45-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-DBIx-DBSchema.git/commit/?h=master=c8cfa3fd4a40a3aa2d7b0da0e5a5b970844fa0bf
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Regexp-Common (f22). "Merge remote-tracking branch 'origin/f23' into f22"

2016-02-13 Thread notifications
From 93326fc205f6448c248c0471a2927ec68e3afe67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sat, 30 Jan 2016 05:04:05 +0100
Subject: Modernize spec.

---
 perl-Regexp-Common.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index 0b9bc82..a5bbd5a 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Common
 Version:   2016010801
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Regexp::Common Perl module
 # Old Artistic 1.0 is also valid, but we won't list it here since it is 
non-free.
 # Also, it would throw off the automated license check and flag this package.
@@ -34,12 +34,11 @@ Regexp::Common - Provide commonly requested regular 
expressions
 %setup -q -n Regexp-Common-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
@@ -51,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius  - 2016010801-2
+- Modernize spec.
+
 * Thu Jan 14 2016 Ralf Corsépius  - 2016010801-1
 - Upstream update.
 - Expand BR:s.
-- 
cgit v0.11.2


From 11f1f6772c6094342bd5208762ea3810eaf35e88 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 15:34:08 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index a5bbd5a..8d9555a 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Common
 Version:   2016010801
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Regexp::Common Perl module
 # Old Artistic 1.0 is also valid, but we won't list it here since it is 
non-free.
 # Also, it would throw off the automated license check and flag this package.
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
2016010801-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sat Jan 30 2016 Ralf Corsépius  - 2016010801-2
 - Modernize spec.
 
-- 
cgit v0.11.2


From 4c202eab7d6981c7c4c812574d0f0bb503edc479 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 04:53:11 +0100
Subject: Upstream update.

- Add BR: perl(Test::Regexp).
---
 .gitignore  | 2 +-
 perl-Regexp-Common.spec | 9 +++--
 sources | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6dd6737..ecbdfc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Regexp-Common-2016010801.tar.gz
+/Regexp-Common-2016020301.tar.gz
diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index 8d9555a..8994b2f 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Common
-Version:   2016010801
-Release:   3%{?dist}
+Version:   2016020301
+Release:   1%{?dist}
 Summary:   Regexp::Common Perl module
 # Old Artistic 1.0 is also valid, but we won't list it here since it is 
non-free.
 # Also, it would throw off the automated license check and flag this package.
@@ -24,6 +24,7 @@ BuildRequires:  perl(warnings)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
+BuildRequires: perl(Test::Regexp)
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -50,6 +51,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius  - 2016020301-1
+- Upstream update.
+- Add BR: perl(Test::Regexp).
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2016010801-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 2ee87d7..3859d8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7a86d2d4ec05b77898823f7b36ff59e  Regexp-Common-2016010801.tar.gz
+a3126d635295869bf78c4e5c8f5e9949  Regexp-Common-2016020301.tar.gz
-- 
cgit v0.11.2


From 45545f45f89c7b43c4218de77799b71dd7ab00d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 04:54:59 +0100
Subject: Cleanup merger.

---
 perl-Regexp-Common.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index 

corsepiu pushed to perl-Regexp-Common (f22). "Modernize spec."

2016-02-13 Thread notifications
From 93326fc205f6448c248c0471a2927ec68e3afe67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sat, 30 Jan 2016 05:04:05 +0100
Subject: Modernize spec.

---
 perl-Regexp-Common.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index 0b9bc82..a5bbd5a 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Common
 Version:   2016010801
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Regexp::Common Perl module
 # Old Artistic 1.0 is also valid, but we won't list it here since it is 
non-free.
 # Also, it would throw off the automated license check and flag this package.
@@ -34,12 +34,11 @@ Regexp::Common - Provide commonly requested regular 
expressions
 %setup -q -n Regexp-Common-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
@@ -51,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius  - 2016010801-2
+- Modernize spec.
+
 * Thu Jan 14 2016 Ralf Corsépius  - 2016010801-1
 - Upstream update.
 - Expand BR:s.
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Common.git/commit/?h=f22=93326fc205f6448c248c0471a2927ec68e3afe67
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Regexp-Common (f22). "Upstream update. (..more)"

2016-02-13 Thread notifications
From 4c202eab7d6981c7c4c812574d0f0bb503edc479 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 04:53:11 +0100
Subject: Upstream update.

- Add BR: perl(Test::Regexp).
---
 .gitignore  | 2 +-
 perl-Regexp-Common.spec | 9 +++--
 sources | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6dd6737..ecbdfc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Regexp-Common-2016010801.tar.gz
+/Regexp-Common-2016020301.tar.gz
diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index 8d9555a..8994b2f 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Common
-Version:   2016010801
-Release:   3%{?dist}
+Version:   2016020301
+Release:   1%{?dist}
 Summary:   Regexp::Common Perl module
 # Old Artistic 1.0 is also valid, but we won't list it here since it is 
non-free.
 # Also, it would throw off the automated license check and flag this package.
@@ -24,6 +24,7 @@ BuildRequires:  perl(warnings)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
+BuildRequires: perl(Test::Regexp)
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -50,6 +51,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius  - 2016020301-1
+- Upstream update.
+- Add BR: perl(Test::Regexp).
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2016010801-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 2ee87d7..3859d8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7a86d2d4ec05b77898823f7b36ff59e  Regexp-Common-2016010801.tar.gz
+a3126d635295869bf78c4e5c8f5e9949  Regexp-Common-2016020301.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Common.git/commit/?h=f22=4c202eab7d6981c7c4c812574d0f0bb503edc479
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Regexp-Common (f22). "Cleanup merger."

2016-02-13 Thread notifications
From 45545f45f89c7b43c4218de77799b71dd7ab00d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 04:54:59 +0100
Subject: Cleanup merger.

---
 perl-Regexp-Common.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index 8994b2f..2fbbf8f 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -55,9 +55,6 @@ make test
 - Upstream update.
 - Add BR: perl(Test::Regexp).
 
-* Thu Feb 04 2016 Fedora Release Engineering  - 
2016010801-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Sat Jan 30 2016 Ralf Corsépius  - 2016010801-2
 - Modernize spec.
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Common.git/commit/?h=f22=45545f45f89c7b43c4218de77799b71dd7ab00d7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Parallel-Prefork (f23). "Cleanup merger."

2016-02-13 Thread notifications
From 7cf82a35ff3db7735521ad385a4c7ec99eab19d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 05:35:08 +0100
Subject: Cleanup merger.

---
 perl-Parallel-Prefork.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index 26225f8..90a23eb 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -59,9 +59,6 @@ make test
 - Reflect upstream BR: changes.
 - Eleminate inc/.
 
-* Thu Feb 04 2016 Fedora Release Engineering  - 
0.17-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Sat Jan 30 2016 Ralf Corsépius  - 0.17-5
 - Modernize spec.
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=f23=7cf82a35ff3db7735521ad385a4c7ec99eab19d5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Parallel-Prefork (f23). "Upstream update. (..more)"

2016-02-13 Thread notifications
From b183250062a63a766e0540e14f61607e4a5b9182 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 05:32:13 +0100
Subject: Upstream update.

- Reflect upstream BR: changes.
- Eleminate inc/.
---
 .gitignore |  2 +-
 perl-Parallel-Prefork.spec | 23 +++
 sources|  2 +-
 3 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index efb9350..fb4919d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Parallel-Prefork-0.17.tar.gz
+/Parallel-Prefork-0.18.tar.gz
diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index 3af6fd3..26225f8 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-Prefork
-Version:0.17
-Release:6%{?dist}
+Version:0.18
+Release:1%{?dist}
 Summary:Simple prefork server framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,15 +9,23 @@ Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Parallel-Prefork-%{ve
 BuildArch:  noarch
 
 BuildRequires:  perl(Class::Accessor::Lite) >= 0.04
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(Parallel::Scoreboard)
 BuildRequires:  perl(Proc::Wait3) >= 0.03
 BuildRequires:  perl(Scope::Guard)
 BuildRequires:  perl(Signal::Mask)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Requires)
-BuildRequires:  perl(Parallel::Scoreboard)
 BuildRequires:  perl(Test::SharedFork)
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
+
+BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(Module::Install::ReadmeFromPod)
+
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -26,6 +34,8 @@ shutdown and run-time reconfiguration.
 
 %prep
 %setup -q -n Parallel-Prefork-%{version}
+rm -r inc
+sed -i -e '/^inc\/*$/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@@ -44,6 +54,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius  - 0.18-1
+- Upstream update.
+- Reflect upstream BR: changes.
+- Eleminate inc/.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.17-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index df22563..b45e97a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4fa22e8d629e72001d016aca524d3e1  Parallel-Prefork-0.17.tar.gz
+128f8c03eddde44d3e95f092d6116e9a  Parallel-Prefork-0.18.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=f23=b183250062a63a766e0540e14f61607e4a5b9182
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Parallel-Prefork (f23). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-02-13 Thread notifications
From 1df81e17af75686466fb611c5b6ccfc92ac72cb4 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 15:17:32 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index bc754ff..3af6fd3 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-Prefork
 Version:0.17
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Simple prefork server framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
0.17-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sat Jan 30 2016 Ralf Corsépius  - 0.17-5
 - Modernize spec.
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=f23=1df81e17af75686466fb611c5b6ccfc92ac72cb4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Parallel-Prefork (f23). "Modernize spec."

2016-02-13 Thread notifications
From 1f006993cfcd20e7c888034ea810880073ad2e15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sat, 30 Jan 2016 05:28:29 +0100
Subject: Modernize spec.

---
 perl-Parallel-Prefork.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index 0e0eed2..bc754ff 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-Prefork
 Version:0.17
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Simple prefork server framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -28,14 +28,11 @@ shutdown and run-time reconfiguration.
 %setup -q -n Parallel-Prefork-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -47,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius  - 0.17-5
+- Modernize spec.
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.17-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=f23=1f006993cfcd20e7c888034ea810880073ad2e15
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Regexp-Common (master). "Upstream update. (..more)"

2016-02-13 Thread notifications
From 4c202eab7d6981c7c4c812574d0f0bb503edc479 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 04:53:11 +0100
Subject: Upstream update.

- Add BR: perl(Test::Regexp).
---
 .gitignore  | 2 +-
 perl-Regexp-Common.spec | 9 +++--
 sources | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6dd6737..ecbdfc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Regexp-Common-2016010801.tar.gz
+/Regexp-Common-2016020301.tar.gz
diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index 8d9555a..8994b2f 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Common
-Version:   2016010801
-Release:   3%{?dist}
+Version:   2016020301
+Release:   1%{?dist}
 Summary:   Regexp::Common Perl module
 # Old Artistic 1.0 is also valid, but we won't list it here since it is 
non-free.
 # Also, it would throw off the automated license check and flag this package.
@@ -24,6 +24,7 @@ BuildRequires:  perl(warnings)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
+BuildRequires: perl(Test::Regexp)
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -50,6 +51,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius  - 2016020301-1
+- Upstream update.
+- Add BR: perl(Test::Regexp).
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2016010801-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 2ee87d7..3859d8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7a86d2d4ec05b77898823f7b36ff59e  Regexp-Common-2016010801.tar.gz
+a3126d635295869bf78c4e5c8f5e9949  Regexp-Common-2016020301.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Common.git/commit/?h=master=4c202eab7d6981c7c4c812574d0f0bb503edc479
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu uploaded Regexp-Common-2016020301.tar.gz for perl-Regexp-Common

2016-02-13 Thread notifications
a3126d635295869bf78c4e5c8f5e9949  Regexp-Common-2016020301.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Regexp-Common/Regexp-Common-2016020301.tar.gz/md5/a3126d635295869bf78c4e5c8f5e9949/Regexp-Common-2016020301.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Parallel-Prefork (f22). "Cleanup merger."

2016-02-13 Thread notifications
From 13d0c9b808ff278d266806be40910432596c11d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 06:05:11 +0100
Subject: Cleanup merger.

---
 perl-Parallel-Prefork.spec | 6 --
 1 file changed, 6 deletions(-)

diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index 90a23eb..81c2a61 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -62,12 +62,6 @@ make test
 * Sat Jan 30 2016 Ralf Corsépius  - 0.17-5
 - Modernize spec.
 
-* Thu Jun 18 2015 Fedora Release Engineering  
- 0.17-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Sat Jun 06 2015 Jitka Plesnikova  - 0.17-3
-- Perl 5.22 rebuild
-
 * Fri Aug 29 2014 Jitka Plesnikova  - 0.17-2
 - Perl 5.20 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=f22=13d0c9b808ff278d266806be40910432596c11d1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Parallel-Prefork (f22). "Cleanup merger."

2016-02-13 Thread notifications
From 7cf82a35ff3db7735521ad385a4c7ec99eab19d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 05:35:08 +0100
Subject: Cleanup merger.

---
 perl-Parallel-Prefork.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index 26225f8..90a23eb 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -59,9 +59,6 @@ make test
 - Reflect upstream BR: changes.
 - Eleminate inc/.
 
-* Thu Feb 04 2016 Fedora Release Engineering  - 
0.17-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Sat Jan 30 2016 Ralf Corsépius  - 0.17-5
 - Modernize spec.
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=f22=7cf82a35ff3db7735521ad385a4c7ec99eab19d5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Parallel-Prefork (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-02-13 Thread notifications
From 1df81e17af75686466fb611c5b6ccfc92ac72cb4 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 15:17:32 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index bc754ff..3af6fd3 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-Prefork
 Version:0.17
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Simple prefork server framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
0.17-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sat Jan 30 2016 Ralf Corsépius  - 0.17-5
 - Modernize spec.
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=f22=1df81e17af75686466fb611c5b6ccfc92ac72cb4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Parallel-Prefork (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2016-02-13 Thread notifications
From 74cc210d5a8cdf18ba054a7a62acf8fdfb0cfa72 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 05:22:45 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

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

diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index 4031592..0e0eed2 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-Prefork
 Version:0.17
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Simple prefork server framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 0.17-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova  - 0.17-3
 - Perl 5.22 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=f22=74cc210d5a8cdf18ba054a7a62acf8fdfb0cfa72
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Parallel-Prefork (f22). "Modernize spec."

2016-02-13 Thread notifications
From 1f006993cfcd20e7c888034ea810880073ad2e15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sat, 30 Jan 2016 05:28:29 +0100
Subject: Modernize spec.

---
 perl-Parallel-Prefork.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index 0e0eed2..bc754ff 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-Prefork
 Version:0.17
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Simple prefork server framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -28,14 +28,11 @@ shutdown and run-time reconfiguration.
 %setup -q -n Parallel-Prefork-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -47,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius  - 0.17-5
+- Modernize spec.
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.17-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=f22=1f006993cfcd20e7c888034ea810880073ad2e15
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Parallel-Prefork (f22). "Upstream update. (..more)"

2016-02-13 Thread notifications
From b183250062a63a766e0540e14f61607e4a5b9182 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 05:32:13 +0100
Subject: Upstream update.

- Reflect upstream BR: changes.
- Eleminate inc/.
---
 .gitignore |  2 +-
 perl-Parallel-Prefork.spec | 23 +++
 sources|  2 +-
 3 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index efb9350..fb4919d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Parallel-Prefork-0.17.tar.gz
+/Parallel-Prefork-0.18.tar.gz
diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index 3af6fd3..26225f8 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-Prefork
-Version:0.17
-Release:6%{?dist}
+Version:0.18
+Release:1%{?dist}
 Summary:Simple prefork server framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,15 +9,23 @@ Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Parallel-Prefork-%{ve
 BuildArch:  noarch
 
 BuildRequires:  perl(Class::Accessor::Lite) >= 0.04
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(Parallel::Scoreboard)
 BuildRequires:  perl(Proc::Wait3) >= 0.03
 BuildRequires:  perl(Scope::Guard)
 BuildRequires:  perl(Signal::Mask)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Requires)
-BuildRequires:  perl(Parallel::Scoreboard)
 BuildRequires:  perl(Test::SharedFork)
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
+
+BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(Module::Install::ReadmeFromPod)
+
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -26,6 +34,8 @@ shutdown and run-time reconfiguration.
 
 %prep
 %setup -q -n Parallel-Prefork-%{version}
+rm -r inc
+sed -i -e '/^inc\/*$/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@@ -44,6 +54,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius  - 0.18-1
+- Upstream update.
+- Reflect upstream BR: changes.
+- Eleminate inc/.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.17-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index df22563..b45e97a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4fa22e8d629e72001d016aca524d3e1  Parallel-Prefork-0.17.tar.gz
+128f8c03eddde44d3e95f092d6116e9a  Parallel-Prefork-0.18.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=f22=b183250062a63a766e0540e14f61607e4a5b9182
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Parallel-Prefork (f22). "Perl 5.22 rebuild"

2016-02-13 Thread notifications
From 4428340be34c517a539fe65308c49e1c14111b1f Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Sat, 6 Jun 2015 15:59:34 +0200
Subject: Perl 5.22 rebuild

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

diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index 4c7a322..4031592 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-Prefork
 Version:0.17
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Simple prefork server framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 06 2015 Jitka Plesnikova  - 0.17-3
+- Perl 5.22 rebuild
+
 * Fri Aug 29 2014 Jitka Plesnikova  - 0.17-2
 - Perl 5.20 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=f22=4428340be34c517a539fe65308c49e1c14111b1f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1307845] pakiti: FTBFS in rawhide

2016-02-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307845

Ralf Corsepius  changed:

   What|Removed |Added

 CC||rc040...@freenet.de



--- Comment #4 from Ralf Corsepius  ---
Created attachment 1126962
  --> https://bugzilla.redhat.com/attachment.cgi?id=1126962=edit
patch to address this issue

This package suffers from several packaging issues.

Immediate trigger of this FTBFS is pod2man not being pulled in as BR.

Attached is a patch against git master containing how I would address it.
Unless somebody objects, I will apply it in near future.

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