[perl-Math-Base36] update to 0.10

Iain Arnell iarnell at fedoraproject.org
Sun Aug 26 16:04:44 UTC 2012


commit 72a0d692aa8c2001462bec0f682ec830513d7108
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Aug 26 10:04:34 2012 -0600

    update to 0.10

 .gitignore            |    1 +
 perl-Math-Base36.spec |    9 +++++----
 sources               |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7919aa..1a4fa60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Math-Base36-0.07.tar.gz
 /Math-Base36-0.09.tar.gz
+/Math-Base36-0.10.tar.gz
diff --git a/perl-Math-Base36.spec b/perl-Math-Base36.spec
index 28f1175..9a134d8 100644
--- a/perl-Math-Base36.spec
+++ b/perl-Math-Base36.spec
@@ -1,6 +1,6 @@
 Name:           perl-Math-Base36
-Version:        0.09
-Release:        7%{?dist}
+Version:        0.10
+Release:        1%{?dist}
 Summary:        Encoding and decoding of base36 strings
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -29,7 +29,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -37,12 +36,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Aug 26 2012 Iain Arnell <iarnell at gmail.com> 0.10-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.09-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index a5b80a7..594f430 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3af1a961e45c0e367e78685a518f5dde  Math-Base36-0.09.tar.gz
+5377adae27b12088645bf4235311c0ae  Math-Base36-0.10.tar.gz



More information about the perl-devel mailing list