[perl-autobox] update to 2.76

Iain Arnell iarnell at fedoraproject.org
Fri Dec 7 15:51:09 UTC 2012


commit 7a3f13db18f976f794bbba533a4cb4d9a2ff0ca9
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Dec 7 08:51:01 2012 -0700

    update to 2.76

 .gitignore        |    1 +
 perl-autobox.spec |    8 +++++---
 sources           |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44bc16c..5ddc165 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ autobox-2.55.tar.gz
 /autobox-2.71.tar.gz
 /autobox-2.73.tar.gz
 /autobox-2.75.tar.gz
+/autobox-2.76.tar.gz
diff --git a/perl-autobox.spec b/perl-autobox.spec
index b06a285..76d8145 100644
--- a/perl-autobox.spec
+++ b/perl-autobox.spec
@@ -1,6 +1,6 @@
 Name:           perl-autobox
-Version:        2.75
-Release:        4%{?dist}
+Version:        2.76
+Release:        1%{?dist}
 Summary:        Call methods on native types
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -35,7 +35,6 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -49,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Dec 07 2012 Iain Arnell <iarnell at gmail.com> 2.76-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.75-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 431d2f3..5b32030 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6769d8c65f0e10d3a50abe796dd870fb  autobox-2.75.tar.gz
+5585c43340f3bd084cbfd79e394dee26  autobox-2.76.tar.gz


More information about the scm-commits mailing list