5.007 bump
This commit is contained in:
parent
16aadcb915
commit
1e6265569a
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@ DBD-mysql-4.017.tar.gz
|
||||
/DBD-mysql-5.001.tar.gz
|
||||
/DBD-mysql-5.002.tar.gz
|
||||
/DBD-mysql-5.003.tar.gz
|
||||
/DBD-mysql-5.007.tar.gz
|
||||
|
@ -3,15 +3,11 @@
|
||||
# Disable leak tests
|
||||
%bcond_with perl_DBD_MySQL_enables_leak_test
|
||||
|
||||
%if 0%{?fedora} || 0%{?eln}
|
||||
%global mysqlname community-mysql
|
||||
%else
|
||||
%global mysqlname mysql
|
||||
%endif
|
||||
|
||||
Name: perl-DBD-MySQL
|
||||
Version: 5.003
|
||||
Release: 4%{?dist}
|
||||
Version: 5.007
|
||||
Release: 1%{?dist}
|
||||
Summary: A MySQL interface for Perl
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@ -75,8 +71,7 @@ Provides: perl-DBD-mysql = %{version}-%{release}
|
||||
|
||||
# Filter modules bundled for tests
|
||||
%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_libexecdir}
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Bundle::DBD::mysql\\)
|
||||
%global __requires_exclude %{__requires_exclude}|^perl\\(.*lib.pl\\)
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(.*lib.pl\\)
|
||||
|
||||
%description
|
||||
DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In
|
||||
@ -185,16 +180,17 @@ make test %{?with_perl_DBD_MySQL_enables_leak_test:EXTENDED_TESTING=1}
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README.md
|
||||
%{perl_vendorarch}/Bundle/
|
||||
%{perl_vendorarch}/DBD/
|
||||
%{perl_vendorarch}/auto/DBD/
|
||||
%{_mandir}/man3/Bundle*.3*
|
||||
%{_mandir}/man3/DBD::mysql*.3*
|
||||
|
||||
%files tests
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Jul 16 2024 Jitka Plesnikova <jplesnik@redhat.com> - 5.007-1
|
||||
- 5.007 bump
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.003-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (DBD-mysql-5.003.tar.gz) = d457e5d83b03963cd383dabfa89e72be24dc563a27239dbff39dcc8e54f5d4a4c6df7c3d3a95e3aa319c9036a3768f16163481b933f3d5fe1790e2465da23095
|
||||
SHA512 (DBD-mysql-5.007.tar.gz) = 8fed785478953477b3d8c87614ef2c5c3407ee2164cefa56cd19ad00afe3ccdae7cdc2b59b555f1984a41789b140c6f00397ad56c86a985182f7157e2ac34b75
|
||||
|
Loading…
Reference in New Issue
Block a user