commit 9b09d2acfb3f20fd44f981ad95f8c3658bb45d8f Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Thu Jan 8 12:40:24 2015 +0100 0.18 bump .gitignore | 1 + perl-Inline-Struct.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index 79317e9..52dd415 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /Inline-Struct-0.11.tar.gz /Inline-Struct-0.12.tar.gz /Inline-Struct-0.16.tar.gz +/Inline-Struct-0.18.tar.gz diff --git a/perl-Inline-Struct.spec b/perl-Inline-Struct.spec index 465e889..862eb57 100644 --- a/perl-Inline-Struct.spec +++ b/perl-Inline-Struct.spec @@ -1,5 +1,5 @@ Name: perl-Inline-Struct -Version: 0.16 +Version: 0.18 Release: 1%{?dist} Summary: Manipulate C structures directly from Perl License: GPL+ or Artistic @@ -18,10 +18,11 @@ BuildRequires: perl(Inline::C) BuildRequires: perl(Parse::RecDescent) BuildRequires: perl(strict) BuildRequires: perl(vars) +BuildRequires: perl(warnings) # Tests only BuildRequires: perl(Test::More) -BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) +Requires: perl(Inline::C) Requires: perl(Parse::RecDescent) %description @@ -35,7 +36,7 @@ Inline::C, which compiles it in the normal way. chmod -c a-x benchmark %build -perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=true +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install @@ -51,6 +52,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Jan 08 2015 Petr Šabata <contyk@xxxxxxxxxx> - 0.18-1 +- 0.18 bump + * Wed Nov 26 2014 Petr Šabata <contyk@xxxxxxxxxx> - 0.16-1 - 0.16 bump diff --git a/sources b/sources index e2972d3..e52fc82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d9b230bdcd6034741930119b54a3478 Inline-Struct-0.16.tar.gz +5989ac99397dd177b63d8ea80ea3f488 Inline-Struct-0.18.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel