[perl-Perl-Metrics-Simple] 0.16 bump

Petr Pisar ppisar at fedoraproject.org
Mon Oct 29 08:55:22 UTC 2012


commit a05ad7e4032253d46143716d301acc080bfb72cb
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 29 09:25:31 2012 +0100

    0.16 bump

 .gitignore                    |    1 +
 perl-Perl-Metrics-Simple.spec |    8 ++++++--
 sources                       |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6498e62..f9e9341 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Perl-Metrics-Simple-0.15.tar.gz
+/Perl-Metrics-Simple-0.16.tar.gz
diff --git a/perl-Perl-Metrics-Simple.spec b/perl-Perl-Metrics-Simple.spec
index 76b6e2e..5137aa1 100644
--- a/perl-Perl-Metrics-Simple.spec
+++ b/perl-Perl-Metrics-Simple.spec
@@ -1,6 +1,6 @@
 Name:           perl-Perl-Metrics-Simple
-Version:        0.15
-Release:        7%{?dist}
+Version:        0.16
+Release:        1%{?dist}
 Summary:        Count packages, subs, lines, etc. of many files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -48,6 +48,7 @@ the subroutines and the "main" portion of the code.
 
 %prep
 %setup -q -n Perl-Metrics-Simple-%{version}
+sed -i '1 s|^#!.*|#!%{__perl}|' bin/countperl
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -70,6 +71,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man1/*
 
 %changelog
+* Mon Oct 29 2012 Petr Pisar <ppisar at redhat.com> - 0.16-1
+- 0.16 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 55c6dd9..5137c83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e58c943ce8ee0ec6d1c338fa133b86af  Perl-Metrics-Simple-0.15.tar.gz
+d5ef175e6e0dedec7c08332290398759  Perl-Metrics-Simple-0.16.tar.gz


More information about the scm-commits mailing list