From 8b0aed14292def1734acffd74688ab1562562a8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corse...@fedoraproject.org>
Date: Sat, 30 Jan 2016 06:53:18 +0100
Subject: Modernize spec.

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

diff --git a/perl-Set-Tiny.spec b/perl-Set-Tiny.spec
index 673026b..7006697 100644
--- a/perl-Set-Tiny.spec
+++ b/perl-Set-Tiny.spec
@@ -1,6 +1,6 @@
 Name:           perl-Set-Tiny
 Version:        0.03
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple sets of strings
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -20,14 +20,11 @@ checking whether one is contained within the other.
 %setup -q -n Set-Tiny-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -39,6 +36,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.03-2
+- Modernize spec.
+
 * Sun Aug 30 2015 Ralf Corsépius <corse...@fedoraproject.org> - 0.03-1
 - Upstream update.
 
-- 
cgit v0.12


From 680d3dfbced9bdf9e723969b93d4b5a2151c0125 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <rel...@fedoraproject.org>
Date: Thu, 4 Feb 2016 15:42:13 +0000
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-Set-Tiny.spec b/perl-Set-Tiny.spec
index 7006697..9136afd 100644
--- a/perl-Set-Tiny.spec
+++ b/perl-Set-Tiny.spec
@@ -1,6 +1,6 @@
 Name:           perl-Set-Tiny
 Version:        0.03
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple sets of strings
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -36,6 +36,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.03-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sat Jan 30 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.03-2
 - Modernize spec.
 
-- 
cgit v0.12


From 665b8de8f7ad1aa3610c1ffe2a1b8f86bea4ccd0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corse...@fedoraproject.org>
Date: Fri, 11 Mar 2016 09:23:13 +0100
Subject: Update to 0.04.

---
 .gitignore         |  2 +-
 perl-Set-Tiny.spec | 10 ++++++++--
 sources            |  2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 56e82cc..f360c40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Set-Tiny-0.03.tar.gz
+/Set-Tiny-0.04.tar.gz
diff --git a/perl-Set-Tiny.spec b/perl-Set-Tiny.spec
index 9136afd..5ed82f7 100644
--- a/perl-Set-Tiny.spec
+++ b/perl-Set-Tiny.spec
@@ -1,6 +1,6 @@
 Name:           perl-Set-Tiny
-Version:        0.03
-Release:        3%{?dist}
+Version:        0.04
+Release:        4%{?dist}
 Summary:        Simple sets of strings
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,6 +9,9 @@ Source0:        
http://www.cpan.org/authors/id/T/TR/TRENDELS/Set-Tiny-%{version}
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(strict)
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -36,6 +39,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 11 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.04-1
+- Update to 0.04.
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.03-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 5af312d..c75e510 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae3a778be26a55d629cf48e92a32880d  Set-Tiny-0.03.tar.gz
+d101d9de89590d186b9c99d886d6fc7b  Set-Tiny-0.04.tar.gz
-- 
cgit v0.12


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

Reply via email to