1.634 bump

This commit is contained in:
Petr Písař 2015-08-04 10:27:13 +02:00
parent 2db5cf48ef
commit b7a4a2835d
3 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ DBI-1.613.tar.gz
/DBI-1.632.tar.gz
/DBI-1.633.tar.gz
/DBI-1.633_repackaged.tar.gz
/DBI-1.634_repackaged.tar.gz

View File

@ -9,22 +9,25 @@
%endif
Name: perl-DBI
Version: 1.633
Release: 6%{?dist}
Version: 1.634
Release: 1%{?dist}
Summary: A database access API for perl
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://dbi.perl.org/
# The source tarball must be repackaged to remove the DBI/FAQ.pm, since the
# The source tarball must be repackaged to remove the lib/DBI/FAQ.pm, since the
# license is not a FSF free license.
# When upgrading, download the new source tarball, and run
# "./repackage.sh <version>" to produce the "_repackaged" tarball.
# Source0: http://www.cpan.org/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
# Source0: http://www.cpan.org/authors/id/T/TI/TIMB/DBI-%%{version}.tar.gz
Source0: DBI-%{version}_repackaged.tar.gz
BuildRequires: coreutils
BuildRequires: glibc-common
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(strict)
BuildRequires: sed
# Run-time:
BuildRequires: perl(base)
BuildRequires: perl(constant)
@ -170,6 +173,9 @@ make test
%endif
%changelog
* Tue Aug 04 2015 Petr Pisar <ppisar@redhat.com> - 1.634-1
- 1.634 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.633-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
edb8878df0f086d2759ce688a0359164 DBI-1.633_repackaged.tar.gz
f4b219c2c98d683106bb3749ff0f7fe7 DBI-1.634_repackaged.tar.gz