[perl-Inline-Struct] 0.16 bump

Petr Šabata psabata at fedoraproject.org
Wed Nov 26 16:16:42 UTC 2014


commit ab5c47599e7193b9fe4df028ac7342c52cc0c0b7
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Nov 26 17:16:38 2014 +0100

    0.16 bump

 .gitignore              |    1 +
 perl-Inline-Struct.spec |   15 +++++++++++----
 sources                 |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 30d1923..79317e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Inline-Struct-0.10.tar.gz
 /Inline-Struct-0.11.tar.gz
 /Inline-Struct-0.12.tar.gz
+/Inline-Struct-0.16.tar.gz
diff --git a/perl-Inline-Struct.spec b/perl-Inline-Struct.spec
index abbfc84..465e889 100644
--- a/perl-Inline-Struct.spec
+++ b/perl-Inline-Struct.spec
@@ -1,5 +1,5 @@
 Name:           perl-Inline-Struct
-Version:        0.12
+Version:        0.16
 Release:        1%{?dist}
 Summary:        Manipulate C structures directly from Perl
 License:        GPL+ or Artistic
@@ -7,16 +7,19 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Inline-Struct/
 Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETJ/Inline-Struct-%{version}.tar.gz
 BuildArch:      noarch
+# Build
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Runtime
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(Inline)
 BuildRequires:  perl(Inline::C)
 BuildRequires:  perl(Parse::RecDescent)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(vars)
+# Tests only
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:       perl(Parse::RecDescent)
@@ -29,6 +32,7 @@ Inline::C, which compiles it in the normal way.
 
 %prep
 %setup -q -n Inline-Struct-%{version}
+chmod -c a-x benchmark
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=true
@@ -42,11 +46,14 @@ make pure_install DESTDIR=%{buildroot}
 make test
 
 %files
-%doc README TODO
+%doc README TODO benchmark
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 26 2014 Petr Šabata <contyk at redhat.com> - 0.16-1
+- 0.16 bump
+
 * Mon Oct 20 2014 Petr Šabata <contyk at redhat.com> - 0.12-1
 - 0.12 bump
 
diff --git a/sources b/sources
index 95c5a41..e2972d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9729105ccee05db16aed054c48d02e8c  Inline-Struct-0.12.tar.gz
+3d9b230bdcd6034741930119b54a3478  Inline-Struct-0.16.tar.gz


More information about the scm-commits mailing list