[perl-Directory-Scratch] 0.18 bump

Petr Pisar ppisar at fedoraproject.org
Tue Feb 3 08:44:11 UTC 2015


commit c4186cabe9c0d9798730245a00d77623bc693afc
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Feb 3 09:43:30 2015 +0100

    0.18 bump

 .gitignore                  |    1 +
 perl-Directory-Scratch.spec |   11 +++++++----
 sources                     |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73a7e9a..6cd5875 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Directory-Scratch-0.14.tar.gz
 /Directory-Scratch-0.15.tar.gz
 /Directory-Scratch-0.16.tar.gz
+/Directory-Scratch-0.18.tar.gz
diff --git a/perl-Directory-Scratch.spec b/perl-Directory-Scratch.spec
index 2552628..f89e871 100644
--- a/perl-Directory-Scratch.spec
+++ b/perl-Directory-Scratch.spec
@@ -1,5 +1,5 @@
 Name:       perl-Directory-Scratch
-Version:    0.16
+Version:    0.18
 Release:    1%{?dist}
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -20,13 +20,12 @@ BuildRequires:  perl(File::stat)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(Path::Class)
-BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Path::Tiny) >= 0.060
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(String::Random)
 # Tests only
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(Test::More)
-# Tests:
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:       perl(String::Random)
 
@@ -56,11 +55,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} +
 make test
 
 %files
-%doc LICENSE CONTRIBUTING README Changes examples/
+%license LICENSE
+%doc Changes CONTRIBUTING examples/ README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Feb 03 2015 Petr Pisar <ppisar at redhat.com> - 0.18-1
+- 0.18 bump
+
 * Mon Jan 05 2015 Petr Šabata <contyk at redhat.com> - 0.16-1
 - 0.16 bump, fix problematic $VERSION declaration
 
diff --git a/sources b/sources
index e80f9cd..f35ada5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52fe90b0c2d212cd07e89b4ce7268e45  Directory-Scratch-0.16.tar.gz
+66ea2b47c1bb184b08ba562d14727fb4  Directory-Scratch-0.18.tar.gz



More information about the perl-devel mailing list