jplesnik set the monitor flag of perl-Object-Pluggable to nobuild

2016-02-26 Thread notifications
jplesnik set the monitor flag of perl-Object-Pluggable to nobuild

--
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

jplesnik pushed to perl-Object-Pluggable (master). "Package cleanup"

2016-02-26 Thread notifications
From 0973e8a23445b9b673a158be8b340cbfc65c2075 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 10:16:11 +0100
Subject: Package cleanup

---
 perl-Object-Pluggable.spec | 40 
 1 file changed, 24 insertions(+), 16 deletions(-)

diff --git a/perl-Object-Pluggable.spec b/perl-Object-Pluggable.spec
index f19035b..ef999f4 100644
--- a/perl-Object-Pluggable.spec
+++ b/perl-Object-Pluggable.spec
@@ -1,18 +1,30 @@
 Name:   perl-Object-Pluggable
 Version:1.29
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Base class for creating plugin-enabled objects
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Object-Pluggable/
 Source0:
http://www.cpan.org/authors/id/H/HI/HINRIK/Object-Pluggable-%{version}.tar.gz
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Task::Weaken)
+# Tests
+BuildRequires:  perl(Pod::Parser) >= 1.36
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage), perl(Pod::Parser) 
>= 1.36
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
 Requires:   perl(Task::Weaken)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Object::Pluggable is a base class for creating plug-in enabled objects. It
@@ -22,30 +34,26 @@ is a generic port of POE::Component::IRC's plugin system.
 %setup -q -n Object-Pluggable-%{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 {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc Changes dist.ini examples LICENSE META.json README
+%license LICENSE
+%doc Changes examples README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 1.29-15
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.29-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Object-Pluggable.git/commit/?h=master&id=0973e8a23445b9b673a158be8b340cbfc65c2075
--
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

jplesnik pushed to perl-Object-Pluggable (f24). "Package cleanup"

2016-02-26 Thread notifications
From 3c73002e602a91986599e8488522f6f3a8755de1 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 10:16:11 +0100
Subject: Package cleanup

---
 perl-Object-Pluggable.spec | 40 
 1 file changed, 24 insertions(+), 16 deletions(-)

diff --git a/perl-Object-Pluggable.spec b/perl-Object-Pluggable.spec
index f19035b..ef999f4 100644
--- a/perl-Object-Pluggable.spec
+++ b/perl-Object-Pluggable.spec
@@ -1,18 +1,30 @@
 Name:   perl-Object-Pluggable
 Version:1.29
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Base class for creating plugin-enabled objects
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Object-Pluggable/
 Source0:
http://www.cpan.org/authors/id/H/HI/HINRIK/Object-Pluggable-%{version}.tar.gz
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Task::Weaken)
+# Tests
+BuildRequires:  perl(Pod::Parser) >= 1.36
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage), perl(Pod::Parser) 
>= 1.36
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
 Requires:   perl(Task::Weaken)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Object::Pluggable is a base class for creating plug-in enabled objects. It
@@ -22,30 +34,26 @@ is a generic port of POE::Component::IRC's plugin system.
 %setup -q -n Object-Pluggable-%{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 {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc Changes dist.ini examples LICENSE META.json README
+%license LICENSE
+%doc Changes examples README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 1.29-15
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.29-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Object-Pluggable.git/commit/?h=f24&id=3c73002e602a91986599e8488522f6f3a8755de1
--
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

jplesnik pushed to perl-Parse-ExuberantCTags (master). "Package cleanup"

2016-02-26 Thread notifications
From 7d3ceca94db5b1d025d85019e51bf7e3b8e3da89 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 10:47:39 +0100
Subject: Package cleanup

---
 perl-Parse-ExuberantCTags.spec | 36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/perl-Parse-ExuberantCTags.spec b/perl-Parse-ExuberantCTags.spec
index e8b5d1b..84e0adc 100644
--- a/perl-Parse-ExuberantCTags.spec
+++ b/perl-Parse-ExuberantCTags.spec
@@ -1,18 +1,25 @@
 Name:   perl-Parse-ExuberantCTags
 Version:1.02
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Efficiently parse exuberant ctags files
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Parse-ExuberantCTags/
 Source0:
http://www.cpan.org/authors/id/S/SM/SMUELLER/Parse-ExuberantCTags-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl-devel
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Run-time
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XSLoader)
 # Tests only:
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 # Filter autoloader libraries out
 %{?perl_default_filter}
@@ -26,34 +33,27 @@ best of my knowledge, it does not handle emacs-style 
"etags" files.
 %setup -q -n Parse-ExuberantCTags-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes perlobject.map README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Parse*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 1.02-18
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.02-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Parse-ExuberantCTags.git/commit/?h=master&id=7d3ceca94db5b1d025d85019e51bf7e3b8e3da89
--
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

jplesnik pushed to perl-Parse-ExuberantCTags (f24). "Package cleanup"

2016-02-26 Thread notifications
From e7b9fed2d9190095835393c26e14a0dc34f1f8d1 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 10:47:39 +0100
Subject: Package cleanup

---
 perl-Parse-ExuberantCTags.spec | 36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/perl-Parse-ExuberantCTags.spec b/perl-Parse-ExuberantCTags.spec
index e8b5d1b..84e0adc 100644
--- a/perl-Parse-ExuberantCTags.spec
+++ b/perl-Parse-ExuberantCTags.spec
@@ -1,18 +1,25 @@
 Name:   perl-Parse-ExuberantCTags
 Version:1.02
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Efficiently parse exuberant ctags files
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Parse-ExuberantCTags/
 Source0:
http://www.cpan.org/authors/id/S/SM/SMUELLER/Parse-ExuberantCTags-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl-devel
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Run-time
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XSLoader)
 # Tests only:
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 # Filter autoloader libraries out
 %{?perl_default_filter}
@@ -26,34 +33,27 @@ best of my knowledge, it does not handle emacs-style 
"etags" files.
 %setup -q -n Parse-ExuberantCTags-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes perlobject.map README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Parse*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 1.02-18
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.02-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Parse-ExuberantCTags.git/commit/?h=f24&id=e7b9fed2d9190095835393c26e14a0dc34f1f8d1
--
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 1312293] New: RFE: Upgrade perl-HTML-FormatText-WithLinks-AndTables to 0.06

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

Bug ID: 1312293
   Summary: RFE: Upgrade perl-HTML-FormatText-WithLinks-AndTables
to 0.06
   Product: Fedora
   Version: 23
 Component: perl-HTML-FormatText-WithLinks-AndTables
  Assignee: r.landm...@redhat.com
  Reporter: rc040...@freenet.de
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
r.landm...@redhat.com



Description of problem:
Would it be possible to upgrade perl-HTML-FormatText-WithLinks-AndTables to
0.06 in Fedora 22/23?

Version-Release number of selected component (if applicable):
Fedora 22/23 still carry perl-HTML-FormatText-WithLinks-AndTables-0.02 from
2012.

-- 
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 1304825] rt-4.4.0 is available

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

Ralf Corsepius  changed:

   What|Removed |Added

 Depends On||1312303




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1312303
[Bug 1312303] Review Request: perl-Net-LDAP-Server-Test - Test Net::LDAP
code
-- 
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

jplesnik pushed to perl-pip (master). "Package cleanup"

2016-02-26 Thread notifications
From 9bea6fa49c62effcf7ccf1e2d8f274355b41ba9f Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 12:19:13 +0100
Subject: Package cleanup

---
 perl-pip.spec | 62 ++-
 1 file changed, 40 insertions(+), 22 deletions(-)

diff --git a/perl-pip.spec b/perl-pip.spec
index 7867aa8..2517f0e 100644
--- a/perl-pip.spec
+++ b/perl-pip.spec
@@ -1,20 +1,27 @@
 Name:   perl-pip
 Summary:Perl Installation Program, for scripted and distribution 
installation
 Version:1.19
-Release:14%{?dist}
+Release:15%{?dist}
 License:GPL+ or Artistic
-Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/pip-%{version}.tar.gz 
 URL:http://search.cpan.org/dist/pip/
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
 
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(Module::Install::Metadata)
+BuildRequires:  perl(Module::Install::Scripts)
+BuildRequires:  perl(Module::Install::WriteAll)
+BuildRequires:  sed
+# Run-time
 BuildRequires:  perl(Archive::Tar)
 BuildRequires:  perl(Archive::Zip) >= 1.29
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(CPAN) >= 1.76
 BuildRequires:  perl(CPAN::Inject) >= 0.07
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::pushd) >= 0.32
 BuildRequires:  perl(File::Spec) >= 0.80
@@ -22,32 +29,42 @@ BuildRequires:  perl(File::Temp) >= 0.14
 BuildRequires:  perl(File::Which) >= 1.08
 BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(IO::Zlib)
-BuildRequires:  perl(LWP::Online) >= 1.06
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(PAR::Dist) >= 0.25
 BuildRequires:  perl(Params::Util) >= 1.00
+BuildRequires:  perl(strict)
+BuildRequires:  perl(URI)
+BuildRequires:  perl(URI::file)
+BuildRequires:  perl(vars)
+# Tests
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(LWP::Online) >= 1.06
 BuildRequires:  perl(Test::More) >= 0.42
 BuildRequires:  perl(Test::Script) >= 1.02
 
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(Archive::Zip) >= 1.29
-Requires:   perl(Carp)
 Requires:   perl(CPAN) >= 1.76
 Requires:   perl(CPAN::Inject) >= 0.07
-Requires:   perl(File::Basename)
 Requires:   perl(File::pushd) >= 0.32
 Requires:   perl(File::Spec) >= 0.80
 Requires:   perl(File::Temp) >= 0.14
 Requires:   perl(File::Which) >= 1.08
-Requires:   perl(Getopt::Long)
 Requires:   perl(IO::Zlib)
 Requires:   perl(LWP::Simple)
 Requires:   perl(PAR::Dist) >= 0.25
 Requires:   perl(Params::Util) >= 1.00
-Requires:   perl(URI)
-
 
 %{?perl_default_filter}
 
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(CPAN\\)\s*$
+%global __requires_exclude %__requires_exclude|^perl\\(File::Spec\\)\s*$
+%global __requires_exclude %__requires_exclude|^perl\\(File::Temp\\)\s*$
+%global __requires_exclude %__requires_exclude|^perl\\(File::Which\\)\s*$
+%global __requires_exclude %__requires_exclude|^perl\\(File::pushd\\)\s*$
+%global __requires_exclude %__requires_exclude|^perl\\(Params::Util\\)\s*$
+
 %description
 The pip ("Perl Installation Program") console application is used to
 install Perl distributions in a wide variety of formats, both from CPAN and
@@ -57,18 +74,19 @@ that go across the boundary from third-party to CPAN.
 %prep
 %setup -q -n pip-%{version}
 
+# Remove bundled libraries
+rm -r inc
+sed -i -e '/^inc\// d' MANIFEST
+find -type f -exec chmod -x {} +
+
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 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 -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 mv $RPM_BUILD_ROOT%{_bindir}/pip $RPM_BUILD_ROOT%{_bindir}/perl-pip
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -76,17 +94,17 @@ mv $RPM_BUILD_ROOT%{_bindir}/pip 
$RPM_BUILD_ROOT%{_bindir}/perl-pip
 %{?!_with_network_tests: rm t/03_uri.t }
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 %{_bindir}/perl-pip
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 1.19-15
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.19-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-pip.git/commit/?h=master&id=9

jplesnik pushed to perl-pip (f24). "Package cleanup"

2016-02-26 Thread notifications
From 4cfb12ba27ea4f30dbfe4b4cdf46dab8fbf6d855 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 12:19:13 +0100
Subject: Package cleanup

---
 perl-pip.spec | 62 ++-
 1 file changed, 40 insertions(+), 22 deletions(-)

diff --git a/perl-pip.spec b/perl-pip.spec
index 7867aa8..2517f0e 100644
--- a/perl-pip.spec
+++ b/perl-pip.spec
@@ -1,20 +1,27 @@
 Name:   perl-pip
 Summary:Perl Installation Program, for scripted and distribution 
installation
 Version:1.19
-Release:14%{?dist}
+Release:15%{?dist}
 License:GPL+ or Artistic
-Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/pip-%{version}.tar.gz 
 URL:http://search.cpan.org/dist/pip/
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
 
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(Module::Install::Metadata)
+BuildRequires:  perl(Module::Install::Scripts)
+BuildRequires:  perl(Module::Install::WriteAll)
+BuildRequires:  sed
+# Run-time
 BuildRequires:  perl(Archive::Tar)
 BuildRequires:  perl(Archive::Zip) >= 1.29
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(CPAN) >= 1.76
 BuildRequires:  perl(CPAN::Inject) >= 0.07
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::pushd) >= 0.32
 BuildRequires:  perl(File::Spec) >= 0.80
@@ -22,32 +29,42 @@ BuildRequires:  perl(File::Temp) >= 0.14
 BuildRequires:  perl(File::Which) >= 1.08
 BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(IO::Zlib)
-BuildRequires:  perl(LWP::Online) >= 1.06
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(PAR::Dist) >= 0.25
 BuildRequires:  perl(Params::Util) >= 1.00
+BuildRequires:  perl(strict)
+BuildRequires:  perl(URI)
+BuildRequires:  perl(URI::file)
+BuildRequires:  perl(vars)
+# Tests
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(LWP::Online) >= 1.06
 BuildRequires:  perl(Test::More) >= 0.42
 BuildRequires:  perl(Test::Script) >= 1.02
 
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(Archive::Zip) >= 1.29
-Requires:   perl(Carp)
 Requires:   perl(CPAN) >= 1.76
 Requires:   perl(CPAN::Inject) >= 0.07
-Requires:   perl(File::Basename)
 Requires:   perl(File::pushd) >= 0.32
 Requires:   perl(File::Spec) >= 0.80
 Requires:   perl(File::Temp) >= 0.14
 Requires:   perl(File::Which) >= 1.08
-Requires:   perl(Getopt::Long)
 Requires:   perl(IO::Zlib)
 Requires:   perl(LWP::Simple)
 Requires:   perl(PAR::Dist) >= 0.25
 Requires:   perl(Params::Util) >= 1.00
-Requires:   perl(URI)
-
 
 %{?perl_default_filter}
 
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(CPAN\\)\s*$
+%global __requires_exclude %__requires_exclude|^perl\\(File::Spec\\)\s*$
+%global __requires_exclude %__requires_exclude|^perl\\(File::Temp\\)\s*$
+%global __requires_exclude %__requires_exclude|^perl\\(File::Which\\)\s*$
+%global __requires_exclude %__requires_exclude|^perl\\(File::pushd\\)\s*$
+%global __requires_exclude %__requires_exclude|^perl\\(Params::Util\\)\s*$
+
 %description
 The pip ("Perl Installation Program") console application is used to
 install Perl distributions in a wide variety of formats, both from CPAN and
@@ -57,18 +74,19 @@ that go across the boundary from third-party to CPAN.
 %prep
 %setup -q -n pip-%{version}
 
+# Remove bundled libraries
+rm -r inc
+sed -i -e '/^inc\// d' MANIFEST
+find -type f -exec chmod -x {} +
+
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 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 -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 mv $RPM_BUILD_ROOT%{_bindir}/pip $RPM_BUILD_ROOT%{_bindir}/perl-pip
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -76,17 +94,17 @@ mv $RPM_BUILD_ROOT%{_bindir}/pip 
$RPM_BUILD_ROOT%{_bindir}/perl-pip
 %{?!_with_network_tests: rm t/03_uri.t }
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 %{_bindir}/perl-pip
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 1.19-15
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.19-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-pip.git/commit/?h=f24&id=4cfb

jplesnik set the monitor flag of perl-Pod-Abstract to nobuild

2016-02-26 Thread notifications
jplesnik set the monitor flag of perl-Pod-Abstract to nobuild

--
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 1158860] Please drop dependency on perl-generators from rpm-build

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

Florian Festi  changed:

   What|Removed |Added

 CC||ffe...@redhat.com,
   ||vondr...@redhat.com
  Flags||needinfo?(vondruch@redhat.c
   ||om)



--- Comment #9 from Florian Festi  ---
Is there still someone working on this? Or can we just close it as WONTFIX?

-- 
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

jplesnik pushed to perl-Pod-Abstract (master). "Package cleanup"

2016-02-26 Thread notifications
From 4f3605e735b51a63e5775ef7efa2e018bd800114 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 12:58:10 +0100
Subject: Package cleanup

---
 perl-Pod-Abstract.spec | 39 +--
 1 file changed, 21 insertions(+), 18 deletions(-)

diff --git a/perl-Pod-Abstract.spec b/perl-Pod-Abstract.spec
index 11a228c..377d3cb 100644
--- a/perl-Pod-Abstract.spec
+++ b/perl-Pod-Abstract.spec
@@ -1,20 +1,30 @@
 Name:   perl-Pod-Abstract
 Version:0.20
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Abstract document tree for Perl POD documents
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Pod-Abstract/
 Source0:
http://www.cpan.org/authors/id/B/BL/BLILBURNE/Pod-Abstract-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  coreutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time
+BuildRequires:  perl(base)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(IO::String)
 BuildRequires:  perl(Pod::Parser)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Task::Weaken)
+# Tests
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Task::Weaken)
 
 %description
 POD::Abstract provides a means to load a POD (or POD compatible) document
@@ -23,30 +33,20 @@ abstract syntax tree.
 
 %prep
 %setup -q -n Pod-Abstract-%{version}
-chmod 644  lib/Pod/Abstract/Filter/*.pm 
+chmod 644 lib/Pod/Abstract/Filter/*.pm 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/paf.1.gz
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 0.20-16
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.20-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Pod-Abstract.git/commit/?h=master&id=4f3605e735b51a63e5775ef7efa2e018bd800114
--
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

jplesnik pushed to perl-Pod-Abstract (f24). "Package cleanup"

2016-02-26 Thread notifications
From 17d4d52ee25c93b1b072979a46e6e61964506389 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 12:58:10 +0100
Subject: Package cleanup

---
 perl-Pod-Abstract.spec | 39 +--
 1 file changed, 21 insertions(+), 18 deletions(-)

diff --git a/perl-Pod-Abstract.spec b/perl-Pod-Abstract.spec
index 11a228c..377d3cb 100644
--- a/perl-Pod-Abstract.spec
+++ b/perl-Pod-Abstract.spec
@@ -1,20 +1,30 @@
 Name:   perl-Pod-Abstract
 Version:0.20
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Abstract document tree for Perl POD documents
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Pod-Abstract/
 Source0:
http://www.cpan.org/authors/id/B/BL/BLILBURNE/Pod-Abstract-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  coreutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time
+BuildRequires:  perl(base)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(IO::String)
 BuildRequires:  perl(Pod::Parser)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Task::Weaken)
+# Tests
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Task::Weaken)
 
 %description
 POD::Abstract provides a means to load a POD (or POD compatible) document
@@ -23,30 +33,20 @@ abstract syntax tree.
 
 %prep
 %setup -q -n Pod-Abstract-%{version}
-chmod 644  lib/Pod/Abstract/Filter/*.pm 
+chmod 644 lib/Pod/Abstract/Filter/*.pm 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/paf.1.gz
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 0.20-16
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.20-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Pod-Abstract.git/commit/?h=f24&id=17d4d52ee25c93b1b072979a46e6e61964506389
--
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

eseyman uploaded CatalystX-SimpleLogin-0.19.tar.gz for perl-CatalystX-SimpleLogin

2016-02-26 Thread notifications
88acb65565c5b7748959f363ab795fa9  CatalystX-SimpleLogin-0.19.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-CatalystX-SimpleLogin/CatalystX-SimpleLogin-0.19.tar.gz/md5/88acb65565c5b7748959f363ab795fa9/CatalystX-SimpleLogin-0.19.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 uploaded rt-4.4.0.tar.gz for rt

2016-02-26 Thread notifications
c1da0620ff4a6c35c76bb63cd7309d75  rt-4.4.0.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/rt/rt-4.4.0.tar.gz/md5/c1da0620ff4a6c35c76bb63cd7309d75/rt-4.4.0.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

jplesnik pushed to perl-Regexp-Shellish (master). "Package cleanup"

2016-02-26 Thread notifications
From 139eb466a2fd0dd5cfa2acc6904b0955310fe26b Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 13:28:58 +0100
Subject: Package cleanup

---
 perl-Regexp-Shellish.spec | 26 --
 1 file changed, 8 insertions(+), 18 deletions(-)

diff --git a/perl-Regexp-Shellish.spec b/perl-Regexp-Shellish.spec
index f50b980..933cf77 100644
--- a/perl-Regexp-Shellish.spec
+++ b/perl-Regexp-Shellish.spec
@@ -1,18 +1,15 @@
 Name:   perl-Regexp-Shellish
 Version:0.93
-Release:23%{?dist}
+Release:24%{?dist}
 Summary:Shell-like regular expressions
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Regexp-Shellish/
 Source0:
http://www.cpan.org/modules/by-module/Regexp/Regexp-Shellish-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  coreutils
-BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -20,7 +17,7 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
 # Tests:
 BuildRequires:  perl(Test)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Provides shell-like regular expressions. The wildcards provided are
@@ -31,32 +28,25 @@ for details.
 %setup -q -n Regexp-Shellish-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 0.93-24
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.93-23
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Shellish.git/commit/?h=master&id=139eb466a2fd0dd5cfa2acc6904b0955310fe26b
--
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

jplesnik pushed to perl-Regexp-Shellish (f24). "Package cleanup"

2016-02-26 Thread notifications
From 75714eeb01cd0ee899d62d6ec0b63d1de02a33e0 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 13:28:58 +0100
Subject: Package cleanup

---
 perl-Regexp-Shellish.spec | 26 --
 1 file changed, 8 insertions(+), 18 deletions(-)

diff --git a/perl-Regexp-Shellish.spec b/perl-Regexp-Shellish.spec
index f50b980..933cf77 100644
--- a/perl-Regexp-Shellish.spec
+++ b/perl-Regexp-Shellish.spec
@@ -1,18 +1,15 @@
 Name:   perl-Regexp-Shellish
 Version:0.93
-Release:23%{?dist}
+Release:24%{?dist}
 Summary:Shell-like regular expressions
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Regexp-Shellish/
 Source0:
http://www.cpan.org/modules/by-module/Regexp/Regexp-Shellish-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  coreutils
-BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -20,7 +17,7 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
 # Tests:
 BuildRequires:  perl(Test)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Provides shell-like regular expressions. The wildcards provided are
@@ -31,32 +28,25 @@ for details.
 %setup -q -n Regexp-Shellish-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 0.93-24
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.93-23
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Shellish.git/commit/?h=f24&id=75714eeb01cd0ee899d62d6ec0b63d1de02a33e0
--
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

jplesnik pushed to perl-RPM-Specfile (master). "Package cleanup"

2016-02-26 Thread notifications
From 94963b4c9f68faf4d6789bb5b09f57de0f6d71ee Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 13:52:59 +0100
Subject: Package cleanup

---
 perl-RPM-Specfile.spec | 23 +--
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/perl-RPM-Specfile.spec b/perl-RPM-Specfile.spec
index 7516b45..2ab658f 100644
--- a/perl-RPM-Specfile.spec
+++ b/perl-RPM-Specfile.spec
@@ -1,20 +1,18 @@
 Name:   perl-RPM-Specfile
 Version:1.51
-Release:24%{?dist}
+Release:25%{?dist}
 Summary:Perl extension for creating RPM specfiles
 
-Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/RPM-Specfile/
 Source0:
http://www.cpan.org/authors/id/C/CH/CHIPT/RPM-Specfile-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Run-time:
 # Archive::Tar not used at tests
 # Cwd not used at tests
@@ -29,7 +27,7 @@ BuildRequires:  perl(vars)
 # YAML not used at tests
 # Tests:
 BuildRequires:  perl(Test)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This is a simple module for creation of RPM Spec files. Most of the methods
@@ -42,28 +40,22 @@ represent but in lower case.
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 # This file probably shouldn't be in the upstream version.
 rm $RPM_BUILD_ROOT/usr/bin/cpanflute2-old
 
+
 %check
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %doc Changes README
 %{_bindir}/cpanflute2
@@ -72,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 1.51-25
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.51-24
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-RPM-Specfile.git/commit/?h=master&id=94963b4c9f68faf4d6789bb5b09f57de0f6d71ee
--
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

jplesnik pushed to perl-RPM-Specfile (f24). "Package cleanup"

2016-02-26 Thread notifications
From d30994e540a96c49e0aec7cd51202e5016c192ad Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 13:52:59 +0100
Subject: Package cleanup

---
 perl-RPM-Specfile.spec | 23 +--
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/perl-RPM-Specfile.spec b/perl-RPM-Specfile.spec
index 7516b45..2ab658f 100644
--- a/perl-RPM-Specfile.spec
+++ b/perl-RPM-Specfile.spec
@@ -1,20 +1,18 @@
 Name:   perl-RPM-Specfile
 Version:1.51
-Release:24%{?dist}
+Release:25%{?dist}
 Summary:Perl extension for creating RPM specfiles
 
-Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/RPM-Specfile/
 Source0:
http://www.cpan.org/authors/id/C/CH/CHIPT/RPM-Specfile-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Run-time:
 # Archive::Tar not used at tests
 # Cwd not used at tests
@@ -29,7 +27,7 @@ BuildRequires:  perl(vars)
 # YAML not used at tests
 # Tests:
 BuildRequires:  perl(Test)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This is a simple module for creation of RPM Spec files. Most of the methods
@@ -42,28 +40,22 @@ represent but in lower case.
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 # This file probably shouldn't be in the upstream version.
 rm $RPM_BUILD_ROOT/usr/bin/cpanflute2-old
 
+
 %check
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %doc Changes README
 %{_bindir}/cpanflute2
@@ -72,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 1.51-25
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.51-24
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-RPM-Specfile.git/commit/?h=f24&id=d30994e540a96c49e0aec7cd51202e5016c192ad
--
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 1158860] Please drop dependency on perl-generators from rpm-build

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

Petr Pisar  changed:

   What|Removed |Added

  Flags|needinfo?(vondruch@redhat.c |
   |om) |



--- Comment #10 from Petr Pisar  ---
I'm working on it. Very probably it will be resolved in Fedora 25. Please keep
the dependency there for now.

-- 
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 1304825] rt-4.4.0 is available

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



--- Comment #4 from Upstream Release Monitoring 
 ---
corsepiu's rt-4.4.0-1.fc25 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=739152

-- 
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

jplesnik pushed to perl-Template-Tiny (master). "Package cleanup"

2016-02-26 Thread notifications
From 54ed34edfcf8e1140f14e46294314b114a22d79a Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 14:44:52 +0100
Subject: Package cleanup

---
 perl-Template-Tiny.spec | 38 +++---
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/perl-Template-Tiny.spec b/perl-Template-Tiny.spec
index 93775a5..1ce1abc 100644
--- a/perl-Template-Tiny.spec
+++ b/perl-Template-Tiny.spec
@@ -1,17 +1,23 @@
 Name:   perl-Template-Tiny
 Version:1.12
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Template Toolkit re-implemented in as little code as possible
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Template-Tiny/
 Source0:
http://www.cpan.org/authors/id/A/AD/ADAMK/Template-Tiny-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(Capture::Tiny) >= 0.07
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Run-time
+BuildRequires:  perl(Carp)
+# Tests
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(Test::More) >= 0.47
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 WARNING: THIS MODULE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE
@@ -29,32 +35,26 @@ regular expression engine.
 %setup -q -n Template-Tiny-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 1.12-13
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.12-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Template-Tiny.git/commit/?h=master&id=54ed34edfcf8e1140f14e46294314b114a22d79a
--
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

jplesnik pushed to perl-Template-Tiny (f24). "Package cleanup"

2016-02-26 Thread notifications
From c0123b4d34a946c012dcc6947aba80100e356571 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 14:44:52 +0100
Subject: Package cleanup

---
 perl-Template-Tiny.spec | 38 +++---
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/perl-Template-Tiny.spec b/perl-Template-Tiny.spec
index 93775a5..1ce1abc 100644
--- a/perl-Template-Tiny.spec
+++ b/perl-Template-Tiny.spec
@@ -1,17 +1,23 @@
 Name:   perl-Template-Tiny
 Version:1.12
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Template Toolkit re-implemented in as little code as possible
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Template-Tiny/
 Source0:
http://www.cpan.org/authors/id/A/AD/ADAMK/Template-Tiny-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(Capture::Tiny) >= 0.07
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Run-time
+BuildRequires:  perl(Carp)
+# Tests
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(Test::More) >= 0.47
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 WARNING: THIS MODULE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE
@@ -29,32 +35,26 @@ regular expression engine.
 %setup -q -n Template-Tiny-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 1.12-13
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.12-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Template-Tiny.git/commit/?h=f24&id=c0123b4d34a946c012dcc6947aba80100e356571
--
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

jplesnik pushed to perl-Test-Harness-Straps (master). "Package cleanup"

2016-02-26 Thread notifications
From 8c421c48619806772f813be9638c7537a1679556 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 15:22:28 +0100
Subject: Package cleanup

---
 perl-Test-Harness-Straps.spec | 32 +++-
 1 file changed, 19 insertions(+), 13 deletions(-)

diff --git a/perl-Test-Harness-Straps.spec b/perl-Test-Harness-Straps.spec
index 1d3fba3..6b662bb 100644
--- a/perl-Test-Harness-Straps.spec
+++ b/perl-Test-Harness-Straps.spec
@@ -1,16 +1,27 @@
 Name:   perl-Test-Harness-Straps
 Version:0.30
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Detailed analysis of test results
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Harness-Straps/
 Source0:
http://www.cpan.org/authors/id/M/MS/MSCHWERN/Test-Harness-Straps-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
+# Run-time
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Carp)
+Requires:   perl(POSIX)
 
 %description
 Test::Harness is limited to printing out its results. This makes analysis
@@ -23,30 +34,25 @@ also configure how the tests are to be run.
 %setup -q -n Test-Harness-Straps-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 0.30-21
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.30-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Harness-Straps.git/commit/?h=master&id=8c421c48619806772f813be9638c7537a1679556
--
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

jplesnik pushed to perl-Test-Harness-Straps (f24). "Package cleanup"

2016-02-26 Thread notifications
From 23f95dd864a117704a223ca8d9807651ab546260 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 15:22:28 +0100
Subject: Package cleanup

---
 perl-Test-Harness-Straps.spec | 32 +++-
 1 file changed, 19 insertions(+), 13 deletions(-)

diff --git a/perl-Test-Harness-Straps.spec b/perl-Test-Harness-Straps.spec
index 1d3fba3..6b662bb 100644
--- a/perl-Test-Harness-Straps.spec
+++ b/perl-Test-Harness-Straps.spec
@@ -1,16 +1,27 @@
 Name:   perl-Test-Harness-Straps
 Version:0.30
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Detailed analysis of test results
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Harness-Straps/
 Source0:
http://www.cpan.org/authors/id/M/MS/MSCHWERN/Test-Harness-Straps-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
+# Run-time
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Carp)
+Requires:   perl(POSIX)
 
 %description
 Test::Harness is limited to printing out its results. This makes analysis
@@ -23,30 +34,25 @@ also configure how the tests are to be run.
 %setup -q -n Test-Harness-Straps-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 0.30-21
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.30-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Harness-Straps.git/commit/?h=f24&id=23f95dd864a117704a223ca8d9807651ab546260
--
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

jplesnik set the monitor flag of perl-XML-Dumper to nobuild

2016-02-26 Thread notifications
jplesnik set the monitor flag of perl-XML-Dumper to nobuild

--
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

jplesnik pushed to perl-XML-Dumper (master). "Package cleanup"

2016-02-26 Thread notifications
From e6943af30693ca245b6263e72faa5055cfac5fee Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 16:01:26 +0100
Subject: Package cleanup

---
 perl-XML-Dumper.spec | 40 +++-
 1 file changed, 23 insertions(+), 17 deletions(-)

diff --git a/perl-XML-Dumper.spec b/perl-XML-Dumper.spec
index 62c57d6..de7ddde 100644
--- a/perl-XML-Dumper.spec
+++ b/perl-XML-Dumper.spec
@@ -1,22 +1,33 @@
 Name:   perl-XML-Dumper
 Version:0.81
-Release:24%{dist}
+Release:25%{dist}
 Summary:Perl module for dumping Perl objects from/to XML
 
-Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/XML-Dumper/
 Source0:
http://www.cpan.org/authors/id/M/MI/MIKEWONG/XML-Dumper-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
+
+BuildRequires:  coreutils
+BuildRequires:  glibc-common
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Run-time
+BuildRequires:  perl(Compress::Zlib)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XML::Parser)
+# Tests
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(XML::Parser)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+BuildRequires:  perl(utf8)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Recommends: perl(Compress::Zlib)
 
 
 %description
@@ -34,15 +45,12 @@ environment, all should be well.
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 for file in README; do
@@ -55,18 +63,16 @@ done
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/XML/
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 0.81-25
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.81-24
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
@@ -179,7 +185,7 @@ rm -rf $RPM_BUILD_ROOT
 * Mon Jul 23 2001 Crutcher Dunnavant  2.30-5
 - got it to work.
 
-* Thu Jul 18 2001 Crutcher Dunnavant  2.30-4
+* Wed Jul 18 2001 Crutcher Dunnavant  2.30-4
 - imported from mandrake. tweaked man path.
 
 * Thu Jun 21 2001 Christian Belisle  0.4-3mdk
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-XML-Dumper.git/commit/?h=master&id=e6943af30693ca245b6263e72faa5055cfac5fee
--
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

jplesnik pushed to perl-XML-Dumper (f24). "Package cleanup"

2016-02-26 Thread notifications
From 587b750326e3954c0a656bedbe3627bbca919160 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 16:01:26 +0100
Subject: Package cleanup

---
 perl-XML-Dumper.spec | 40 +++-
 1 file changed, 23 insertions(+), 17 deletions(-)

diff --git a/perl-XML-Dumper.spec b/perl-XML-Dumper.spec
index 62c57d6..de7ddde 100644
--- a/perl-XML-Dumper.spec
+++ b/perl-XML-Dumper.spec
@@ -1,22 +1,33 @@
 Name:   perl-XML-Dumper
 Version:0.81
-Release:24%{dist}
+Release:25%{dist}
 Summary:Perl module for dumping Perl objects from/to XML
 
-Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/XML-Dumper/
 Source0:
http://www.cpan.org/authors/id/M/MI/MIKEWONG/XML-Dumper-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
+
+BuildRequires:  coreutils
+BuildRequires:  glibc-common
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Run-time
+BuildRequires:  perl(Compress::Zlib)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XML::Parser)
+# Tests
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(XML::Parser)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+BuildRequires:  perl(utf8)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Recommends: perl(Compress::Zlib)
 
 
 %description
@@ -34,15 +45,12 @@ environment, all should be well.
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 for file in README; do
@@ -55,18 +63,16 @@ done
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/XML/
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 0.81-25
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.81-24
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
@@ -179,7 +185,7 @@ rm -rf $RPM_BUILD_ROOT
 * Mon Jul 23 2001 Crutcher Dunnavant  2.30-5
 - got it to work.
 
-* Thu Jul 18 2001 Crutcher Dunnavant  2.30-4
+* Wed Jul 18 2001 Crutcher Dunnavant  2.30-4
 - imported from mandrake. tweaked man path.
 
 * Thu Jun 21 2001 Christian Belisle  0.4-3mdk
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-XML-Dumper.git/commit/?h=f24&id=587b750326e3954c0a656bedbe3627bbca919160
--
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

jplesnik set the monitor flag of perl-XML-Grove to nobuild

2016-02-26 Thread notifications
jplesnik set the monitor flag of perl-XML-Grove to nobuild

--
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

jplesnik pushed to perl-XML-Grove (master). "Package cleanup"

2016-02-26 Thread notifications
From 9e5d2512dd983495a420b3eaafa09fe9349e1387 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 16:35:28 +0100
Subject: Package cleanup

---
 perl-XML-Grove.spec | 31 ++-
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/perl-XML-Grove.spec b/perl-XML-Grove.spec
index a2b39ba..0207b92 100644
--- a/perl-XML-Grove.spec
+++ b/perl-XML-Grove.spec
@@ -6,11 +6,9 @@ Name:   perl-XML-Grove
 # better not to use an epoch. If 0.46 is ever released, the epoch way
 # would have to be used, but we are better avoiding that if possible.
 Version:0.46alpha
-Release:59%{?dist}
+Release:60%{?dist}
 Summary:Simple access to infoset of parsed XML, HTML, or SGML instances
 
-Group:  Development/Libraries
-
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/XML-Grove/
 Source0:
http://www.cpan.org/authors/id/K/KM/KMACLEOD/XML-Grove-%{version}.tar.gz
@@ -19,16 +17,20 @@ Patch1: perl-XML-Grove-test.patch
 # see 
http://perl-xml.cvs.sourceforge.net/perl-xml/XML-Grove/COPYING?revision=1.2&view=markup
 Patch2: perl-XML-Grove-fix-COPYING.patch
 
-BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
-
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Run-time:
 BuildRequires:  perl(Data::Grove)
 BuildRequires:  perl(Data::Grove::Visitor)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(UNIVERSAL)
+BuildRequires:  perl(vars)
 # Tests
+BuildRequires:  perl(utf8)
 BuildRequires:  perl(XML::Parser::PerlSAX)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 XML::Grove is a tree-based object model for accessing the information
@@ -47,15 +49,12 @@ the objects using normal Perl syntax.
 %patch2 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -63,12 +62,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog Changes COPYING DOM README examples/
 %doc %{perl_vendorlib}/XML/DOM-ecmascript.pod
 %{perl_vendorlib}/XML/Grove*
@@ -76,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 0.46alpha-60
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.46alpha-59
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-XML-Grove.git/commit/?h=master&id=9e5d2512dd983495a420b3eaafa09fe9349e1387
--
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

jplesnik pushed to perl-XML-Grove (f24). "Package cleanup"

2016-02-26 Thread notifications
From c8db04037edf25702347fd078f610d89db3750e6 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 26 Feb 2016 16:35:28 +0100
Subject: Package cleanup

---
 perl-XML-Grove.spec | 31 ++-
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/perl-XML-Grove.spec b/perl-XML-Grove.spec
index a2b39ba..0207b92 100644
--- a/perl-XML-Grove.spec
+++ b/perl-XML-Grove.spec
@@ -6,11 +6,9 @@ Name:   perl-XML-Grove
 # better not to use an epoch. If 0.46 is ever released, the epoch way
 # would have to be used, but we are better avoiding that if possible.
 Version:0.46alpha
-Release:59%{?dist}
+Release:60%{?dist}
 Summary:Simple access to infoset of parsed XML, HTML, or SGML instances
 
-Group:  Development/Libraries
-
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/XML-Grove/
 Source0:
http://www.cpan.org/authors/id/K/KM/KMACLEOD/XML-Grove-%{version}.tar.gz
@@ -19,16 +17,20 @@ Patch1: perl-XML-Grove-test.patch
 # see 
http://perl-xml.cvs.sourceforge.net/perl-xml/XML-Grove/COPYING?revision=1.2&view=markup
 Patch2: perl-XML-Grove-fix-COPYING.patch
 
-BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
-
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Run-time:
 BuildRequires:  perl(Data::Grove)
 BuildRequires:  perl(Data::Grove::Visitor)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(UNIVERSAL)
+BuildRequires:  perl(vars)
 # Tests
+BuildRequires:  perl(utf8)
 BuildRequires:  perl(XML::Parser::PerlSAX)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 XML::Grove is a tree-based object model for accessing the information
@@ -47,15 +49,12 @@ the objects using normal Perl syntax.
 %patch2 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -63,12 +62,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog Changes COPYING DOM README examples/
 %doc %{perl_vendorlib}/XML/DOM-ecmascript.pod
 %{perl_vendorlib}/XML/Grove*
@@ -76,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 26 2016 Jitka Plesnikova  - 0.46alpha-60
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.46alpha-59
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-XML-Grove.git/commit/?h=f24&id=c8db04037edf25702347fd078f610d89db3750e6
--
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 Want-0.29.tar.gz for perl-Want

2016-02-26 Thread notifications
33b2dae5db59781b9a0434fa1db04aab  Want-0.29.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Want/Want-0.29.tar.gz/md5/33b2dae5db59781b9a0434fa1db04aab/Want-0.29.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-Want (master). "Update to 0.29."

2016-02-26 Thread notifications
From a4c69e9fc1ba7914fbcfe2f67bf68ac382b946f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Fri, 26 Feb 2016 17:11:22 +0100
Subject: Update to 0.29.

---
 .gitignore |  2 +-
 perl-Want.spec | 26 --
 sources|  2 +-
 3 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6cffe5a..8793604 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Want-0.26.tar.gz
+/Want-0.29.tar.gz
diff --git a/perl-Want.spec b/perl-Want.spec
index 98cedf6..096fca2 100644
--- a/perl-Want.spec
+++ b/perl-Want.spec
@@ -1,15 +1,18 @@
-Name:  perl-Want
-Version:   0.26
-Release:   5%{?dist}
-Summary:   Perl module implementing a generalisation of wantarray
-License:   GPL+ or Artistic
-Group: Development/Libraries
-URL:   http://search.cpan.org/dist/Want/
-Source0:   
http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/Want-%{version}.tar.gz
-
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Name:  perl-Want
+Version:   0.29
+Release:   1%{?dist}
+Summary:   Perl module implementing a generalisation of wantarray
+License:   GPL+ or Artistic
+Group: Development/Libraries
+URL:   http://search.cpan.org/dist/Want/
+Source0:   
http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/Want-%{version}.tar.gz
+
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Test::More)
+BuildRequires: perl(Carp)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
 
 %description
 This module generalises the mechanism of the wantarray
@@ -37,6 +40,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Ralf Corsépius  - 0.29-1
+- Update to 0.29.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.26-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 4e993ac..03a58ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f63f10da1d5407d72a64ef62b5e6264  Want-0.26.tar.gz
+33b2dae5db59781b9a0434fa1db04aab  Want-0.29.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Want.git/commit/?h=master&id=a4c69e9fc1ba7914fbcfe2f67bf68ac382b946f3
--
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 Starlet-0.29.tar.gz for perl-Starlet

2016-02-26 Thread notifications
7e72be34f78cf8cd832c0e792d04287b  Starlet-0.29.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Starlet/Starlet-0.29.tar.gz/md5/7e72be34f78cf8cd832c0e792d04287b/Starlet-0.29.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-Starlet (master). "Update to 0.29. (..more)"

2016-02-26 Thread notifications
From 0055791c5cf64655bd053d5019611fe76bd64623 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Fri, 26 Feb 2016 17:39:18 +0100
Subject: Update to 0.29.

- Expand BRs.
---
 .gitignore|  1 +
 perl-Starlet.spec | 27 +++
 sources   |  2 +-
 3 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index f4cf997..bc88042 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Starlet-0.28.tar.gz
+/Starlet-0.29.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 7a9a8a5..513010a 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:   perl-Starlet
-Version:0.28
-Release:3%{?dist}
+Version:0.29
+Release:1%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,19 +10,34 @@ BuildArch:  noarch
 
 BuildRequires:  /usr/bin/start_server
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
+
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(HTTP::Date)
+BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(LWP::UserAgent) >= 5.8
 BuildRequires:  perl(Net::EmptyPort)
 BuildRequires:  perl(Parallel::Prefork) >= 0.17
 BuildRequires:  perl(Plack) >= 0.992
+BuildRequires:  perl(Plack::HTTPParser)
 BuildRequires:  perl(Plack::Loader)
+BuildRequires:  perl(Plack::TempBuffer)
 BuildRequires:  perl(Plack::Test)
+BuildRequires:  perl(Plack::Util)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Server::Starter) >= 0.06
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::TCP) >= 2.1
-BuildRequires:  perl(LWP::UserAgent) >= 5.8
-BuildRequires:  perl(strict)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(warnings)
 
 # Eliminate inc/*
@@ -58,6 +73,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Ralf Corsépius  - 0.29-1
+- Update to 0.29.
+- Expand BRs.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.28-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index bd578e6..7cd0ad9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-97f0f41294c39cb7d8ed84da4997b994  Starlet-0.28.tar.gz
+7e72be34f78cf8cd832c0e792d04287b  Starlet-0.29.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Starlet.git/commit/?h=master&id=0055791c5cf64655bd053d5019611fe76bd64623
--
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-Starlet (f24). "Update to 0.29. (..more)"

2016-02-26 Thread notifications
From 0055791c5cf64655bd053d5019611fe76bd64623 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Fri, 26 Feb 2016 17:39:18 +0100
Subject: Update to 0.29.

- Expand BRs.
---
 .gitignore|  1 +
 perl-Starlet.spec | 27 +++
 sources   |  2 +-
 3 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index f4cf997..bc88042 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Starlet-0.28.tar.gz
+/Starlet-0.29.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 7a9a8a5..513010a 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:   perl-Starlet
-Version:0.28
-Release:3%{?dist}
+Version:0.29
+Release:1%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,19 +10,34 @@ BuildArch:  noarch
 
 BuildRequires:  /usr/bin/start_server
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
+
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(HTTP::Date)
+BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(LWP::UserAgent) >= 5.8
 BuildRequires:  perl(Net::EmptyPort)
 BuildRequires:  perl(Parallel::Prefork) >= 0.17
 BuildRequires:  perl(Plack) >= 0.992
+BuildRequires:  perl(Plack::HTTPParser)
 BuildRequires:  perl(Plack::Loader)
+BuildRequires:  perl(Plack::TempBuffer)
 BuildRequires:  perl(Plack::Test)
+BuildRequires:  perl(Plack::Util)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Server::Starter) >= 0.06
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::TCP) >= 2.1
-BuildRequires:  perl(LWP::UserAgent) >= 5.8
-BuildRequires:  perl(strict)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(warnings)
 
 # Eliminate inc/*
@@ -58,6 +73,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Ralf Corsépius  - 0.29-1
+- Update to 0.29.
+- Expand BRs.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.28-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index bd578e6..7cd0ad9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-97f0f41294c39cb7d8ed84da4997b994  Starlet-0.28.tar.gz
+7e72be34f78cf8cd832c0e792d04287b  Starlet-0.29.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Starlet.git/commit/?h=f24&id=0055791c5cf64655bd053d5019611fe76bd64623
--
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-Starlet (f23). "Modernize spec."

2016-02-26 Thread notifications
From 1bc17294cc66ac7d9187692db2d14c6b4f56e900 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 31 Jan 2016 09:58:36 +0100
Subject: Modernize spec.

---
 perl-Starlet.spec | 19 +++
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index d421ba2..0b0c62a 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:   perl-Starlet
 Version:0.28
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -38,23 +38,15 @@ running HTTP application servers behind a reverse proxy.
 
 %prep
 %setup -q -n Starlet-%{version}
-
-# Remove bundled modules
-for f in $(find inc/Module -name *.pm); do
-  pat=$(echo "$f" | sed 's,/,\\/,g;s,\.,\\.,g')
-  rm $f
-  sed -i -e "/$pat/d" MANIFEST
-done
+rm -r inc/
+sed -i -e '/^inc\/.*$/d' MANIFEST
 
 %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
@@ -66,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 31 2016 Ralf Corsépius  - 0.28-2
+- Modernize spec.
+
 * Wed Nov 18 2015 Ralf Corsépius  - 0.28-1
 - Upstream update.
 - Update BRs.
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Starlet.git/commit/?h=f23&id=1bc17294cc66ac7d9187692db2d14c6b4f56e900
--
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-Starlet (f23). "Merge remote-tracking branch 'origin/f24' into f23"

2016-02-26 Thread notifications
From 1bc17294cc66ac7d9187692db2d14c6b4f56e900 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 31 Jan 2016 09:58:36 +0100
Subject: Modernize spec.

---
 perl-Starlet.spec | 19 +++
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index d421ba2..0b0c62a 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:   perl-Starlet
 Version:0.28
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -38,23 +38,15 @@ running HTTP application servers behind a reverse proxy.
 
 %prep
 %setup -q -n Starlet-%{version}
-
-# Remove bundled modules
-for f in $(find inc/Module -name *.pm); do
-  pat=$(echo "$f" | sed 's,/,\\/,g;s,\.,\\.,g')
-  rm $f
-  sed -i -e "/$pat/d" MANIFEST
-done
+rm -r inc/
+sed -i -e '/^inc\/.*$/d' MANIFEST
 
 %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
@@ -66,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 31 2016 Ralf Corsépius  - 0.28-2
+- Modernize spec.
+
 * Wed Nov 18 2015 Ralf Corsépius  - 0.28-1
 - Upstream update.
 - Update BRs.
-- 
cgit v0.12


From 3b3ce8503c78a466e0ca171c1509d2c1c7115413 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 15:45:09 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 0b0c62a..7a9a8a5 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:   perl-Starlet
 Version:0.28
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
0.28-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sun Jan 31 2016 Ralf Corsépius  - 0.28-2
 - Modernize spec.
 
-- 
cgit v0.12


From 0055791c5cf64655bd053d5019611fe76bd64623 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Fri, 26 Feb 2016 17:39:18 +0100
Subject: Update to 0.29.

- Expand BRs.
---
 .gitignore|  1 +
 perl-Starlet.spec | 27 +++
 sources   |  2 +-
 3 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index f4cf997..bc88042 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Starlet-0.28.tar.gz
+/Starlet-0.29.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 7a9a8a5..513010a 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:   perl-Starlet
-Version:0.28
-Release:3%{?dist}
+Version:0.29
+Release:1%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,19 +10,34 @@ BuildArch:  noarch
 
 BuildRequires:  /usr/bin/start_server
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
+
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(HTTP::Date)
+BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(LWP::UserAgent) >= 5.8
 BuildRequires:  perl(Net::EmptyPort)
 BuildRequires:  perl(Parallel::Prefork) >= 0.17
 BuildRequires:  perl(Plack) >= 0.992
+BuildRequires:  perl(Plack::HTTPParser)
 BuildRequires:  perl(Plack::Loader)
+BuildRequires:  perl(Plack::TempBuffer)
 BuildRequires:  perl(Plack::Test)
+BuildRequires:  perl(Plack::Util)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Server::Starter) >= 0.06
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::TCP) >= 2.1
-BuildRequires:  perl(LWP::UserAgent) >= 5.8
-BuildRequires:  perl(strict)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(warnings)
 
 # Eliminate inc/*
@@ -58,6 +73,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Ralf Corsépius  - 0.29-1
+- Update to 0.29.
+- Expand BRs.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.28-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index bd578e6..7cd0ad9 100644
--- a/sources
+++

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

2016-02-26 Thread notifications
From 8500597faa64c041faed06e617826ca0b20b2a57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Fri, 26 Feb 2016 17:41:54 +0100
Subject: Cleanup merger

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

diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index bad6cad..5c27815 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -77,9 +77,6 @@ make test
 - Update to 0.29.
 - Expand BRs.
 
-* Thu Feb 04 2016 Fedora Release Engineering  - 
0.28-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Sun Jan 31 2016 Ralf Corsépius  - 0.28-2
 - Modernize spec.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Starlet.git/commit/?h=f23&id=8500597faa64c041faed06e617826ca0b20b2a57
--
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-Starlet (f23). "Update to 0.29. (..more)"

2016-02-26 Thread notifications
From 0055791c5cf64655bd053d5019611fe76bd64623 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Fri, 26 Feb 2016 17:39:18 +0100
Subject: Update to 0.29.

- Expand BRs.
---
 .gitignore|  1 +
 perl-Starlet.spec | 27 +++
 sources   |  2 +-
 3 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index f4cf997..bc88042 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Starlet-0.28.tar.gz
+/Starlet-0.29.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 7a9a8a5..513010a 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:   perl-Starlet
-Version:0.28
-Release:3%{?dist}
+Version:0.29
+Release:1%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,19 +10,34 @@ BuildArch:  noarch
 
 BuildRequires:  /usr/bin/start_server
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
+
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(HTTP::Date)
+BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(LWP::UserAgent) >= 5.8
 BuildRequires:  perl(Net::EmptyPort)
 BuildRequires:  perl(Parallel::Prefork) >= 0.17
 BuildRequires:  perl(Plack) >= 0.992
+BuildRequires:  perl(Plack::HTTPParser)
 BuildRequires:  perl(Plack::Loader)
+BuildRequires:  perl(Plack::TempBuffer)
 BuildRequires:  perl(Plack::Test)
+BuildRequires:  perl(Plack::Util)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Server::Starter) >= 0.06
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::TCP) >= 2.1
-BuildRequires:  perl(LWP::UserAgent) >= 5.8
-BuildRequires:  perl(strict)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(warnings)
 
 # Eliminate inc/*
@@ -58,6 +73,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Ralf Corsépius  - 0.29-1
+- Update to 0.29.
+- Expand BRs.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.28-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index bd578e6..7cd0ad9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-97f0f41294c39cb7d8ed84da4997b994  Starlet-0.28.tar.gz
+7e72be34f78cf8cd832c0e792d04287b  Starlet-0.29.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Starlet.git/commit/?h=f23&id=0055791c5cf64655bd053d5019611fe76bd64623
--
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-Starlet (f23). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-02-26 Thread notifications
From 3b3ce8503c78a466e0ca171c1509d2c1c7115413 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 15:45:09 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 0b0c62a..7a9a8a5 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:   perl-Starlet
 Version:0.28
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
0.28-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sun Jan 31 2016 Ralf Corsépius  - 0.28-2
 - Modernize spec.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Starlet.git/commit/?h=f23&id=3b3ce8503c78a466e0ca171c1509d2c1c7115413
--
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

kevin changed owner of perl-HTML-Entities-Interpolate (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-HTML-Entities-Interpolate (f22) to 'orphan'

https://admin.fedoraproject.org/pkgdb/package/perl-HTML-Entities-Interpolate/
--
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

kevin changed owner of perl-HTML-Entities-Interpolate (f23) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-HTML-Entities-Interpolate (f23) to 'orphan'

https://admin.fedoraproject.org/pkgdb/package/perl-HTML-Entities-Interpolate/
--
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

kevin changed owner of perl-HTML-Entities-Interpolate (f24) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-HTML-Entities-Interpolate (f24) to 'orphan'

https://admin.fedoraproject.org/pkgdb/package/perl-HTML-Entities-Interpolate/
--
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

kevin changed owner of perl-HTML-Entities-Interpolate (master) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-HTML-Entities-Interpolate (master) to 'orphan'

https://admin.fedoraproject.org/pkgdb/package/perl-HTML-Entities-Interpolate/
--
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

kevin changed owner of perl-Set-Array (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Set-Array (f22) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Set-Array/
--
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

kevin changed owner of perl-Set-Array (f23) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Set-Array (f23) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Set-Array/
--
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

kevin changed owner of perl-Set-Array (f24) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Set-Array (f24) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Set-Array/
--
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

kevin changed owner of perl-Set-Array (master) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Set-Array (master) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Set-Array/
--
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

kevin changed owner of perl-Tie-Function (f23) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Tie-Function (f23) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Tie-Function/
--
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

kevin changed owner of perl-Tie-Function (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Tie-Function (f22) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Tie-Function/
--
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

kevin changed owner of perl-Tie-Function (f24) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Tie-Function (f24) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Tie-Function/
--
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

kevin changed owner of perl-Tie-Function (master) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Tie-Function (master) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Tie-Function/
--
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

kevin changed owner of perl-Catalyst-Authentication-Store-DBIx-Class (f23) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Catalyst-Authentication-Store-DBIx-Class (f23) to 
'orphan'

https://admin.fedoraproject.org/pkgdb/package/perl-Catalyst-Authentication-Store-DBIx-Class/
--
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

kevin changed owner of perl-Catalyst-Authentication-Store-DBIx-Class (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Catalyst-Authentication-Store-DBIx-Class (f22) to 
'orphan'

https://admin.fedoraproject.org/pkgdb/package/perl-Catalyst-Authentication-Store-DBIx-Class/
--
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

kevin changed owner of perl-Catalyst-Authentication-Store-DBIx-Class (f24) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Catalyst-Authentication-Store-DBIx-Class (f24) to 
'orphan'

https://admin.fedoraproject.org/pkgdb/package/perl-Catalyst-Authentication-Store-DBIx-Class/
--
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

kevin changed owner of perl-Catalyst-Authentication-Store-DBIx-Class (master) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Catalyst-Authentication-Store-DBIx-Class (master) 
to 'orphan'

https://admin.fedoraproject.org/pkgdb/package/perl-Catalyst-Authentication-Store-DBIx-Class/
--
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

kevin changed owner of perl-File-Find-Object (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-File-Find-Object (f22) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-File-Find-Object/
--
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

kevin changed owner of perl-File-Find-Object (f24) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-File-Find-Object (f24) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-File-Find-Object/
--
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

kevin changed owner of perl-File-Find-Object (epel7) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-File-Find-Object (epel7) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-File-Find-Object/
--
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

kevin changed owner of perl-File-Find-Object (f23) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-File-Find-Object (f23) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-File-Find-Object/
--
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

kevin changed owner of perl-File-Find-Object (master) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-File-Find-Object (master) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-File-Find-Object/
--
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 1284211] perl-Data-MessagePack-0.49 is available

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

Fedora Admin XMLRPC Client  changed:

   What|Removed |Added

   Assignee|i...@cicku.me  |extras-orphan@fedoraproject
   ||.org



--- Comment #2 from Fedora Admin XMLRPC Client  
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
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 1285402] Upgrade perl-CPANPLUS-Dist-Fedora to 0.0.9

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

Fedora Admin XMLRPC Client  changed:

   What|Removed |Added

   Assignee|i...@cicku.me  |extras-orphan@fedoraproject
   ||.org



--- Comment #1 from Fedora Admin XMLRPC Client  
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
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 1055054] segfault when running example from manual page

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

Fedora Admin XMLRPC Client  changed:

   What|Removed |Added

   Assignee|i...@cicku.me  |extras-orphan@fedoraproject
   ||.org



--- Comment #13 from Fedora Admin XMLRPC Client 
 ---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
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

kevin changed owner of perl-Geo-METAR (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Geo-METAR (f22) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Geo-METAR/
--
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

kevin changed owner of perl-Geo-METAR (f24) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Geo-METAR (f24) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Geo-METAR/
--
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

kevin changed owner of perl-Geo-METAR (f23) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Geo-METAR (f23) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Geo-METAR/
--
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

kevin changed owner of perl-Geo-METAR (master) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Geo-METAR (master) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Geo-METAR/
--
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 1292812] perl-Text-Xslate-3.3.9 is available

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

Fedora Admin XMLRPC Client  changed:

   What|Removed |Added

   Assignee|i...@cicku.me  |extras-orphan@fedoraproject
   ||.org



--- Comment #6 from Fedora Admin XMLRPC Client  
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
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 1110292] perl-Text-Xslate-3.1.2-3.fc21 FTBFS under heavy load:

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

Fedora Admin XMLRPC Client  changed:

   What|Removed |Added

   Assignee|i...@cicku.me  |extras-orphan@fedoraproject
   ||.org



--- Comment #2 from Fedora Admin XMLRPC Client  
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
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

kevin changed owner of perl-Storm (f23) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Storm (f23) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Storm/
--
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

kevin changed owner of perl-Storm (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Storm (f22) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Storm/
--
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

kevin changed owner of perl-Storm (master) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Storm (master) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Storm/
--
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

kevin changed owner of perl-Storm (f24) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Storm (f24) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Storm/
--
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

kevin changed owner of perl-Time-timegm (el6) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Time-timegm (el6) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Time-timegm/
--
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

kevin changed owner of perl-Time-timegm (epel7) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Time-timegm (epel7) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Time-timegm/
--
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

kevin changed owner of perl-Time-timegm (f23) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Time-timegm (f23) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Time-timegm/
--
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

kevin changed owner of perl-Time-timegm (f24) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Time-timegm (f24) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Time-timegm/
--
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

kevin changed owner of perl-Time-timegm (master) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Time-timegm (master) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Time-timegm/
--
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

kevin changed owner of perl-Async-MergePoint (f23) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Async-MergePoint (f23) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Async-MergePoint/
--
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

kevin changed owner of perl-Time-timegm (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Time-timegm (f22) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Time-timegm/
--
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

kevin changed owner of perl-Async-MergePoint (master) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Async-MergePoint (master) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Async-MergePoint/
--
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

kevin changed owner of perl-Async-MergePoint (f24) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Async-MergePoint (f24) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Async-MergePoint/
--
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

kevin changed owner of perl-Async-MergePoint (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Async-MergePoint (f22) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Async-MergePoint/
--
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

kevin changed owner of perl-XML-Bare (f23) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-XML-Bare (f23) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-Bare/
--
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

kevin changed owner of perl-XML-Bare (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-XML-Bare (f22) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-Bare/
--
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

kevin changed owner of perl-XML-Bare (f24) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-XML-Bare (f24) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-Bare/
--
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

kevin changed owner of perl-XML-Bare (master) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-XML-Bare (master) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-Bare/
--
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

kevin changed owner of perl-XML-Tiny (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-XML-Tiny (f22) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-Tiny/
--
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

kevin changed owner of perl-XML-Tiny (master) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-XML-Tiny (master) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-Tiny/
--
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

kevin changed owner of perl-XML-Tiny (f24) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-XML-Tiny (f24) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-Tiny/
--
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

kevin changed owner of perl-XML-Tiny (f23) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-XML-Tiny (f23) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-Tiny/
--
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

kevin changed owner of perl-X11-Protocol (f24) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-X11-Protocol (f24) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-X11-Protocol/
--
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

kevin changed owner of perl-X11-Protocol (el6) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-X11-Protocol (el6) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-X11-Protocol/
--
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

kevin changed owner of perl-X11-Protocol (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-X11-Protocol (f22) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-X11-Protocol/
--
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

kevin changed owner of perl-X11-Protocol (epel7) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-X11-Protocol (epel7) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-X11-Protocol/
--
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

kevin changed owner of perl-X11-Protocol (master) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-X11-Protocol (master) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-X11-Protocol/
--
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

kevin changed owner of perl-X11-Protocol (f23) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-X11-Protocol (f23) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-X11-Protocol/
--
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

kevin changed owner of perl-Net-Random (f22) to 'orphan'

2016-02-26 Thread notifications
kevin changed owner of perl-Net-Random (f22) to 'orphan'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-Random/
--
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

  1   2   3   4   >