psabata pushed to perl-autobox-Core (f21). "1.29 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Sep 23 13:46:40 UTC 2015


From 5f901fa4822bbbcf6758ae4be15f458a5ba0ff9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Wed, 23 Sep 2015 15:41:34 +0200
Subject: 1.29 bump


diff --git a/.gitignore b/.gitignore
index ad9d9c4..8b39196 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /autobox-Core-1.24.tar.gz
 /autobox-Core-1.27.tar.gz
 /autobox-Core-1.28.tar.gz
+/autobox-Core-1.29.tar.gz
diff --git a/perl-autobox-Core.spec b/perl-autobox-Core.spec
index 758b094..e09313c 100644
--- a/perl-autobox-Core.spec
+++ b/perl-autobox-Core.spec
@@ -1,32 +1,35 @@
 Name:           perl-autobox-Core
-Version:        1.28
-Release:        3%{?dist}
+Version:        1.29
+Release:        1%{?dist}
 Summary:        Core functions exposed as methods in primitive types
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/autobox-Core/
 Source0:        http://www.cpan.org/modules/by-module/autobox/autobox-Core-%{version}.tar.gz
 BuildArch:      noarch
+# Build
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
-# Run-time:
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Runtime
 BuildRequires:  perl(autobox) >= 2.71
 BuildRequires:  perl(B)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Hash::Util)
+BuildRequires:  perl(if)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-# Test:
+# Tests only
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Test::More) >= 0.88
+# Optional tests only
 BuildRequires:  perl(Test::Output)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:       perl(autobox) >= 2.71
 
-%{?perl_default_filter}
 %global __requires_exclude %{?__requires_exclude|%__requires_exclude|}^perl\\(autobox\\)$
 
 %description
@@ -37,12 +40,11 @@ scalars and arrays.
 %setup -q -n autobox-Core-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -54,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 23 2015 Petr Ĺ abata <contyk at redhat.com> - 1.29-1
+- 1.29 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.28-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index fe7c5b9..afd5d6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9afe4e752520826dd853ac2063471800  autobox-Core-1.28.tar.gz
+10b0f4c908542e034a2a423a358ab420  autobox-Core-1.29.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-autobox-Core.git/commit/?h=f21&id=5f901fa4822bbbcf6758ae4be15f458a5ba0ff9a


More information about the perl-devel mailing list