3.12 bump
This commit is contained in:
parent
4e4613ce35
commit
e0fff689fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/Thread-Queue-3.07.tar.gz
|
||||
/Thread-Queue-3.09.tar.gz
|
||||
/Thread-Queue-3.11.tar.gz
|
||||
/Thread-Queue-3.12.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Thread-Queue
|
||||
Version: 3.11
|
||||
Release: 2%{?dist}
|
||||
Version: 3.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Thread-safe queues
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -11,15 +11,16 @@ BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: sed
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Scalar::Util) >= 1.10
|
||||
BuildRequires: perl(threads::shared) >= 1.21
|
||||
# Tests:
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Test::More) >= 0.50
|
||||
BuildRequires: perl(Thread::Semaphore)
|
||||
@ -35,6 +36,8 @@ any number of threads.
|
||||
|
||||
%prep
|
||||
%setup -q -n Thread-Queue-%{version}
|
||||
# Correct shell bang
|
||||
sed -i -e '1 s|^#!/usr/bin/env perl|%(perl -MConfig -e 'print $Config{startperl}')|' examples/queue.pl
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@ -54,6 +57,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 17 2017 Petr Pisar <ppisar@redhat.com> - 3.12-1
|
||||
- 3.12 bump
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user