From feb0b4e401f3a52605599032727ce9893d62f459 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Tue, 3 May 2016 10:18:13 +0200
Subject: 0.21 bump

---
 .gitignore              |  1 +
 .rpmlint                |  2 ++
 perl-Inline-Struct.spec | 25 +++++++++++++++++--------
 sources                 |  2 +-
 4 files changed, 21 insertions(+), 9 deletions(-)
 create mode 100644 .rpmlint

diff --git a/.gitignore b/.gitignore
index 52dd415..34c4cb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Inline-Struct-0.12.tar.gz
 /Inline-Struct-0.16.tar.gz
 /Inline-Struct-0.18.tar.gz
+/Inline-Struct-0.21.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..dd63503
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* typemaps");
diff --git a/perl-Inline-Struct.spec b/perl-Inline-Struct.spec
index c30d5d5..d4fc98e 100644
--- a/perl-Inline-Struct.spec
+++ b/perl-Inline-Struct.spec
@@ -1,6 +1,6 @@
 Name:           perl-Inline-Struct
-Version:        0.18
-Release:        4%{?dist}
+Version:        0.21
+Release:        1%{?dist}
 Summary:        Manipulate C structures directly from Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,23 +8,29 @@ 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:  coreutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Runtime
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(Inline)
-BuildRequires:  perl(Inline::C)
+BuildRequires:  perl(Inline) >= 0.66
+BuildRequires:  perl(Inline::C) >= 0.62
 BuildRequires:  perl(Parse::RecDescent)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
 # Tests only
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
-Requires:       perl(Inline::C)
+Requires:       perl(Inline) >= 0.66
+Requires:       perl(Inline::C) >= 0.62
 Requires:       perl(Parse::RecDescent)
 
+# Remove under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%{__requires_exclude}|}^perl\\(Inline\\)$
+
 %description
 Inline::Struct is not a new language. It's a language extension designed to
 be used by Inline::C. It parses struct definitions and creates typemaps and
@@ -47,11 +53,14 @@ make pure_install DESTDIR=%{buildroot}
 make test
 
 %files
-%doc README TODO benchmark
+%doc Changes README TODO benchmark
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 03 2016 Petr Pisar <[email protected]> - 0.21-1
+- 0.21 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 
0.18-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index e52fc82..78aae43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5989ac99397dd177b63d8ea80ea3f488  Inline-Struct-0.18.tar.gz
+efc9b416c7076953dd27c01166ba0a0e  Inline-Struct-0.21.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Inline-Struct.git/commit/?h=f24&id=feb0b4e401f3a52605599032727ce9893d62f459
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to