[perl-SQL-ReservedWords] Update to 0.8

Bill Pemberton wfp at fedoraproject.org
Tue Sep 4 15:02:45 UTC 2012


commit ccc466d29dcd0d51fc8518502e587a1d5d7fd221
Author: Bill Pemberton <wfp5p at virginia.edu>
Date:   Tue Sep 4 11:02:43 2012 -0400

    Update to 0.8

 .gitignore                        |    1 +
 SQL-ReservedWords-0.8-build.patch |   26 ++++++++++++++++++++++++++
 perl-SQL-ReservedWords.spec       |   11 +++++++----
 sources                           |    2 +-
 4 files changed, 35 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 425a0a6..deb96d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /SQL-ReservedWords-0.7.tar.gz
+/SQL-ReservedWords-0.8.tar.gz
diff --git a/SQL-ReservedWords-0.8-build.patch b/SQL-ReservedWords-0.8-build.patch
new file mode 100644
index 0000000..b0cface
--- /dev/null
+++ b/SQL-ReservedWords-0.8-build.patch
@@ -0,0 +1,26 @@
+diff --git a/META.json b/META.json
+index 175aa90..ea07bfe 100644
+--- a/META.json
++++ b/META.json
+@@ -21,7 +21,7 @@
+       },
+       "configure" : {
+          "requires" : {
+-            "Module::Build" : "0.4"
++            "Module::Build" : 0
+          }
+       },
+       "runtime" : {
+diff --git a/META.yml b/META.yml
+index 0746bd5..8de63b5 100644
+--- a/META.yml
++++ b/META.yml
+@@ -5,7 +5,7 @@ author:
+ build_requires:
+   Test::More: 0
+ configure_requires:
+-  Module::Build: 0.4
++  Module::Build: 0
+ dynamic_config: 1
+ generated_by: 'Module::Build version 0.4, CPAN::Meta::Converter version 2.113640'
+ license: perl
diff --git a/perl-SQL-ReservedWords.spec b/perl-SQL-ReservedWords.spec
index 82a4f99..20f6973 100644
--- a/perl-SQL-ReservedWords.spec
+++ b/perl-SQL-ReservedWords.spec
@@ -1,14 +1,14 @@
 Name:		perl-SQL-ReservedWords
-Version:	0.7
-Release:	5%{?dist}
+Version:	0.8
+Release:	1%{?dist}
 Summary:	Determine if words are reserved by ANSI/ISO SQL standard
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/SQL-ReservedWords/
 Source0:	http://www.cpan.org/authors/id/C/CH/CHANSEN/SQL-ReservedWords-%{version}.tar.gz
 
-# https://rt.cpan.org/Public/Bug/Display.html?id=28367
-Patch0:		SQL-ReservedWords-0.7-sqlrw.patch
+# don't require Module::Build 0.4
+Patch0:		SQL-ReservedWords-0.8-build.patch
 
 BuildArch:	noarch
 BuildRequires:	perl(constant)
@@ -50,6 +50,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %changelog
+* Tue Sep  4 2012 Bill Pemberton <wfp5p at virginia.edu> - 0.8-1
+- update to version 0.8
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index dc4e64d..d5ffbd9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5227b8c5fe43dd6aafc59196d4e88a5  SQL-ReservedWords-0.7.tar.gz
+7de3ba15d2455b20cbaf692f28e5b633  SQL-ReservedWords-0.8.tar.gz


More information about the scm-commits mailing list