From 62a361c750e9d17b82421372be33a3c460a1477b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Mon, 5 Jun 2017 10:08:55 +0200
Subject: 2.16 bump
---
.gitignore | 1 +
perl-threads.spec | 11 ++++++-----
sources | 2 +-
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index f918129..8e97f6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
/threads-2.09.tar.gz
/threads-2.12.tar.gz
/threads-2.15.tar.gz
+/threads-2.16.tar.gz
diff --git a/perl-threads.spec b/perl-threads.spec
index 78ad419..50079a2 100644
--- a/perl-threads.spec
+++ b/perl-threads.spec
@@ -1,10 +1,9 @@
Name: perl-threads
Epoch: 1
-Version: 2.15
+Version: 2.16
Release: 1%{?dist}
Summary: Perl interpreter-based threads
License: GPL+ or Artistic
-Group: Development/Libraries
URL: http://search.cpan.org/dist/threads/
Source0:
http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-%{version}.tar.gz
BuildRequires: coreutils
@@ -15,7 +14,7 @@ BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(Config)
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(File::Spec)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
@@ -54,12 +53,11 @@ This threading model has been deprecated, and was removed
as of Perl 5.10.0.)
chmod -x examples/*
%build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -delete
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
%{_fixperms} $RPM_BUILD_ROOT/*
@@ -73,6 +71,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Mon Jun 05 2017 Petr Pisar <[email protected]> - 1:2.16-1
+- 2.16 bump
+
* Mon Feb 27 2017 Petr Pisar <[email protected]> - 1:2.15-1
- 2.15 bump
diff --git a/sources b/sources
index 22ad58b..6af3f5f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (threads-2.15.tar.gz) =
6543d57d658a13845dbd4538fa7cbd4c459abfb82fff42e747c2eb4834f0b2462224ed0833e7f12884ac1747df24e20abf3f5ac3dc5f5872154fc1e275e34d4e
+SHA512 (threads-2.16.tar.gz) =
02f785d7d46a22072f1a5636fa3a8a4fe9fd88bf5503c5d458982f7f2e4eb54e19ab31f393fd5789e499ea4ddcd3d42da32cb698707dcf75f79ce6274e34badc
--
cgit v1.1
https://src.fedoraproject.org/cgit/perl-threads.git/commit/?h=f26&id=62a361c750e9d17b82421372be33a3c460a1477b
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]