From 81dfb2a265bc447c08dd621e647b7a50775eb03e Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Feb 09 2012 12:05:53 +0000 Subject: 0.001 bump --- 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 - 0.001-1 +- 0.001 bump + * Fri Jan 13 2012 Fedora Release Engineering - 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