[perl-lib-abs/f19] 0.93 bump

Petr Pisar ppisar at fedoraproject.org
Tue Oct 29 09:04:19 UTC 2013


commit 67f9f93a7aefdaa5ccc183e210b621007d304ea7
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 |    8 ++++++--
 sources           |    2 +-
 3 files changed, 8 insertions(+), 3 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 f9a2034..5090042 100644
--- a/perl-lib-abs.spec
+++ b/perl-lib-abs.spec
@@ -1,5 +1,5 @@
 Name:           perl-lib-abs
-Version:        0.92
+Version:        0.93
 Release:        1%{?dist}
 Summary:        Module lib that makes relative path absolute to caller
 License:        GPL+ or Artistic
@@ -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,5 +60,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 29 2013 Petr Pisar <ppisar at redhat.com> - 0.93-1
+- 0.93 bump
+
 * Wed Mar 06 2013 Petr Pisar <ppisar at redhat.com> 0.92-1
 - Specfile autogenerated by cpanspec 1.78.
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