[perl-Sort-Naturally] 1.03 bump

Petr Šabata psabata at fedoraproject.org
Wed Apr 11 11:40:55 UTC 2012


commit 704c31dccfed6b29687c4f3c7793bebaf585b937
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Apr 11 13:40:45 2012 +0200

    1.03 bump

 .gitignore               |    1 +
 perl-Sort-Naturally.spec |   12 ++++++++----
 sources                  |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 618e46f..837c9db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Sort-Naturally-1.02.tar.gz
+/Sort-Naturally-1.03.tar.gz
diff --git a/perl-Sort-Naturally.spec b/perl-Sort-Naturally.spec
index bd67021..0a3f03a 100644
--- a/perl-Sort-Naturally.spec
+++ b/perl-Sort-Naturally.spec
@@ -1,6 +1,6 @@
 Name:       perl-Sort-Naturally 
-Version:    1.02
-Release:    10%{?dist}
+Version:    1.03
+Release:    1%{?dist}
 # see lib/Sort/Naturally.pm 
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -12,7 +12,7 @@ BuildRequires: perl(Carp)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(ExtUtils::MakeMaker) 
 BuildRequires: perl(Test)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This module exports two functions, 'nsort' and 'ncmp'; they are used in
@@ -37,11 +37,15 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 make test
 
 %files
-%doc ChangeLog README t/ 
+%doc ChangeLog README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Apr 11 2012 Petr Šabata <contyk at redhat.com> - 1.03-1
+- 1.03 bump
+- Drop command macros and don't package tests
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.02-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 2f0d4b2..011d7af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a173f3f8f519ebae6e5e578e843f6e1c  Sort-Naturally-1.02.tar.gz
+fef2e36d1b1ea23ee79ec68b5872453f  Sort-Naturally-1.03.tar.gz


More information about the scm-commits mailing list