[perl-DynaLoader-Functions] 0.001 bump

Petr Pisar ppisar at fedoraproject.org
Thu Feb 9 12:07:09 UTC 2012


commit 81dfb2a265bc447c08dd621e647b7a50775eb03e
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 9 13:03:03 2012 +0100

    0.001 bump

 .gitignore                     |    1 +
 perl-DynaLoader-Functions.spec |   16 +++++++++++-----
 sources                        |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a919f40..3f13a52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /DynaLoader-Functions-0.000.tar.gz
+/DynaLoader-Functions-0.001.tar.gz
diff --git a/perl-DynaLoader-Functions.spec b/perl-DynaLoader-Functions.spec
index b7ea2f8..394b6c6 100644
--- a/perl-DynaLoader-Functions.spec
+++ b/perl-DynaLoader-Functions.spec
@@ -1,7 +1,7 @@
 # This file is licensed under the terms of GNU GPLv2+.
 Name:           perl-DynaLoader-Functions
-Version:        0.000
-Release:        3%{?dist}
+Version:        0.001
+Release:        1%{?dist}
 Summary:        Deconstructed dynamic C library loading
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,13 +9,13 @@ URL:            http://search.cpan.org/dist/DynaLoader-Functions/
 Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/DynaLoader-Functions-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
-# Tests:
+# Run-time:
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(Module::Runtime) >= 0.007
-BuildRequires:  perl(Params::Classify) >= 0.008
 BuildRequires:  perl(parent)
+# Tests:
 BuildRequires:  perl(Test::More)
 # Optional tests:
 BuildRequires:  perl(ExtUtils::CBuilder)
@@ -23,6 +23,9 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Carp)
+Requires:       perl(constant)
+Requires:       perl(DynaLoader)
 Requires:       perl(Exporter)
 
 %description
@@ -53,6 +56,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 09 2012 Petr Pisar <ppisar at redhat.com> - 0.001-1
+- 0.001 bump
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.000-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index a9705c9..4b8e98e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-040dbcc4c12bc74d827d25761cbf4ca1  DynaLoader-Functions-0.000.tar.gz
+e029a13da60d597ac47c76a2122c8737  DynaLoader-Functions-0.001.tar.gz


More information about the scm-commits mailing list