[perl-lib-abs] 0.93 bump

Petr Pisar ppisar at fedoraproject.org
Tue Oct 29 09:00:53 UTC 2013


commit 6fad582429a7303334c142ce7e38f8974ef357f0
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Oct 29 09:59:34 2013 +0100

    0.93 bump

 .gitignore        |    1 +
 perl-lib-abs.spec |   10 +++++++---
 sources           |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf35f29..ba3696c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lib-abs-0.92.tar.gz
+/lib-abs-0.93.tar.gz
diff --git a/perl-lib-abs.spec b/perl-lib-abs.spec
index bdf10e6..0a589cd 100644
--- a/perl-lib-abs.spec
+++ b/perl-lib-abs.spec
@@ -1,6 +1,6 @@
 Name:           perl-lib-abs
-Version:        0.92
-Release:        3%{?dist}
+Version:        0.93
+Release:        1%{?dist}
 Summary:        Module lib that makes relative path absolute to caller
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,6 +18,7 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(Carp::Heavy)
+# DynaLoader not used
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(FindBin)
@@ -26,10 +27,10 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(XSLoader)
 # Optional tests:
+BuildRequires:  perl(Test::NoWarnings)
 BuildRequires:  perl(Test::Pod) >= 1.22
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Carp)
-Requires:       perl(Cwd) >= 3.12
 
 %description
 The main reason of this library is to transform relative paths to absolute
@@ -59,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 29 2013 Petr Pisar <ppisar at redhat.com> - 0.93-1
+- 0.93 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.92-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 82193df..b327ea1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d64cdde79c795f5980fc52588fdf56ce  lib-abs-0.92.tar.gz
+5fd0de8756a76bafb61abae49ca74e2e  lib-abs-0.93.tar.gz



More information about the perl-devel mailing list