0.001 bump

This commit is contained in:
Petr Písař 2012-02-09 13:03:03 +01:00
parent d4a8a6ddf7
commit 81dfb2a265
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/DynaLoader-Functions-0.000.tar.gz
/DynaLoader-Functions-0.001.tar.gz

View File

@ -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@redhat.com> - 0.001-1
- 0.001 bump
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.000-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
040dbcc4c12bc74d827d25761cbf4ca1 DynaLoader-Functions-0.000.tar.gz
e029a13da60d597ac47c76a2122c8737 DynaLoader-Functions-0.001.tar.gz