[perl-Inline-Struct] 0.12 bump

Petr Šabata psabata at fedoraproject.org
Mon Oct 20 13:00:04 UTC 2014


commit 1bc5d4c166465e06432efbf9ba3351afd2ac79d5
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Oct 20 15:00:01 2014 +0200

    0.12 bump

 .gitignore              |    1 +
 perl-Inline-Struct.spec |    6 +++++-
 sources                 |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 672bc84..30d1923 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Inline-Struct-0.06.tar.gz
 /Inline-Struct-0.10.tar.gz
 /Inline-Struct-0.11.tar.gz
+/Inline-Struct-0.12.tar.gz
diff --git a/perl-Inline-Struct.spec b/perl-Inline-Struct.spec
index fe7217d..abbfc84 100644
--- a/perl-Inline-Struct.spec
+++ b/perl-Inline-Struct.spec
@@ -1,5 +1,5 @@
 Name:           perl-Inline-Struct
-Version:        0.11
+Version:        0.12
 Release:        1%{?dist}
 Summary:        Manipulate C structures directly from Perl
 License:        GPL+ or Artistic
@@ -17,6 +17,7 @@ BuildRequires:  perl(Parse::RecDescent)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:       perl(Parse::RecDescent)
 
@@ -46,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 20 2014 Petr Šabata <contyk at redhat.com> - 0.12-1
+- 0.12 bump
+
 * Mon Sep 29 2014 Petr Šabata <contyk at redhat.com> - 0.11-1
 - 0.11 bump
 
diff --git a/sources b/sources
index 8bf9e90..95c5a41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6e4c2e42a89d66c6f75aa9487520e5f  Inline-Struct-0.11.tar.gz
+9729105ccee05db16aed054c48d02e8c  Inline-Struct-0.12.tar.gz


More information about the scm-commits mailing list