[perl-DateTime-Format-Builder] update to 0.81

Iain Arnell iarnell at fedoraproject.org
Fri Apr 5 13:00:30 UTC 2013


commit b147ddb71c9cd3729d78b377b8a40f25332346de
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Apr 5 06:44:58 2013 -0600

    update to 0.81

 .gitignore                        |    1 +
 perl-DateTime-Format-Builder.spec |   14 +++++++-------
 sources                           |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a45d07..6b60863 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 DateTime-Format-Builder-0.80.tar.gz
+/DateTime-Format-Builder-0.81.tar.gz
diff --git a/perl-DateTime-Format-Builder.spec b/perl-DateTime-Format-Builder.spec
index cf0583c..04de405 100644
--- a/perl-DateTime-Format-Builder.spec
+++ b/perl-DateTime-Format-Builder.spec
@@ -8,12 +8,12 @@
 #
 # Note that right now, the only way to run tests locally from a cvs sandbox
 # "make noarch" type scenario is the third one.
-%define real_version   0.80
+%define real_version   0.81
 
 Name:           perl-DateTime-Format-Builder
 # 0.80 in reality, but rpm can't get it
-Version:        0.8000
-Release:        11%{?dist}
+Version:        0.8100
+Release:        1%{?dist}
 Summary:        Create DateTime parser classes and objects        
 
 Group:          Development/Libraries
@@ -81,9 +81,6 @@ chmod +x %{__perl_requires}
 # POD doesn't like E<copy> very much...
 perl -pi -e 's/E<copy>/(C)/' `find lib/ -type f`
 
-# American English
-mv LICENCE LICENSE
-
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor 
@@ -104,12 +101,15 @@ make test
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING Artistic Changes AUTHORS CREDITS LICENSE README examples/ t/
+%doc Changes LICENSE README examples/ t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Fri Apr 05 2013 Iain Arnell <iarnell at gmail.com> 0.8100-1
+- update to latest upstream version
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8000-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index c1589d9..06d529d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f6c5d5a17b5b7478ff555a2d3cce5136  DateTime-Format-Builder-0.80.tar.gz
+21d950a9425c0173d6191697bf9dc4dc  DateTime-Format-Builder-0.81.tar.gz


More information about the scm-commits mailing list