[perl-Inline-Struct] 0.10 bump

Petr Šabata psabata at fedoraproject.org
Thu Aug 14 09:19:45 UTC 2014


commit 61bd219013b4bfc483fa6eec4db33e8af8c17ee6
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Aug 14 11:19:49 2014 +0200

    0.10 bump

 .gitignore              |    1 +
 perl-Inline-Struct.spec |    8 ++++++--
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4a8d3f3..60fbd53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Inline-Struct-0.06.tar.gz
+/Inline-Struct-0.10.tar.gz
diff --git a/perl-Inline-Struct.spec b/perl-Inline-Struct.spec
index 00252a8..f7b00f5 100644
--- a/perl-Inline-Struct.spec
+++ b/perl-Inline-Struct.spec
@@ -1,11 +1,11 @@
 Name:           perl-Inline-Struct
-Version:        0.06
+Version:        0.10
 Release:        1%{?dist}
 Summary:        Manipulate C structures directly from Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Inline-Struct/
-Source0:        http://www.cpan.org/authors/id/N/NE/NEILW/Inline-Struct-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETJ/Inline-Struct-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Carp)
@@ -15,6 +15,7 @@ BuildRequires:  perl(Inline)
 BuildRequires:  perl(Inline::C)
 BuildRequires:  perl(Parse::RecDescent)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(vars)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:       perl(Parse::RecDescent)
@@ -45,5 +46,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 14 2014 Petr Šabata <contyk at redhat.com> - 0.10-1
+- 0.10 bump
+
 * Wed Jul 16 2014 Petr Šabata <contyk at redhat.com> 0.06-1
 - Initial packaging
diff --git a/sources b/sources
index e4fcc66..95a77da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a12b18f058361f4a3df4d39a67440bbd  Inline-Struct-0.06.tar.gz
+806db10f731a9cebb916a0272d64aa96  Inline-Struct-0.10.tar.gz



More information about the perl-devel mailing list