[perl-File-chdir] 0.1010 bump, metadata changes only

Petr Šabata psabata at fedoraproject.org
Mon Feb 9 13:54:06 UTC 2015


commit 83184be46d90c30251556b79377a2880ab2dce7d
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Feb 9 14:53:56 2015 +0100

    0.1010 bump, metadata changes only

 .gitignore           |    1 +
 perl-File-chdir.spec |   25 ++++++++++++++++---------
 sources              |    2 +-
 3 files changed, 18 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 606d20e..dbdf559 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ File-chdir-0.09.tar.gz
 /File-chdir-0.1007.tar.gz
 /File-chdir-0.1008.tar.gz
 /File-chdir-0.1009.tar.gz
+/File-chdir-0.1010.tar.gz
diff --git a/perl-File-chdir.spec b/perl-File-chdir.spec
index 8ccbdc9..23d0618 100644
--- a/perl-File-chdir.spec
+++ b/perl-File-chdir.spec
@@ -1,24 +1,27 @@
 Name:           perl-File-chdir
-Version:        0.1009
+Version:        0.1010
 Release:        1%{?dist}
 Summary:        A more sensible way to change directories
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/File-chdir/
 Source0:        http://www.cpan.org/modules/by-module/File/File-chdir-%{version}.tar.gz
+BuildArch:      noarch
+# Build
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Cwd) >= 3.16
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
-BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Spec::Functions) >= 3.27
-BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(vars)
-BuildRequires:  perl(warnings)
-BuildArch:      noarch
-Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+# Tests only
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
 Perl's chdir() has the unfortunate problem of being very, very, very
@@ -41,11 +44,15 @@ make pure_install DESTDIR=%{buildroot}
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 09 2015 Petr Šabata <contyk at redhat.com> - 0.1010-1
+- 0.1010 bump, metadata changes only
+
 * Fri Sep 26 2014 Petr Šabata <contyk at redhat.com> - 0.1009-1
 - 0.1009 bump, no code changes
 
diff --git a/sources b/sources
index 061d23b..fbdc500 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0804aa682c184d90315e9b27399d50b1  File-chdir-0.1009.tar.gz
+aacfafa4a8f13d45be67451e0f9b483e  File-chdir-0.1010.tar.gz


More information about the scm-commits mailing list