5.002 bump (rhbz#2245834)
This commit is contained in:
parent
aa638f68eb
commit
ba9e0dd65c
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ DBD-mysql-4.017.tar.gz
|
||||
/DBD-mysql-4.049.tar.gz
|
||||
/DBD-mysql-4.050.tar.gz
|
||||
/DBD-mysql-5.001.tar.gz
|
||||
/DBD-mysql-5.002.tar.gz
|
||||
|
@ -10,8 +10,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-DBD-MySQL
|
||||
Version: 5.001
|
||||
Release: 2%{?dist}
|
||||
Version: 5.002
|
||||
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}
|
||||
@ -21,8 +21,6 @@ Source2: test-clean.t
|
||||
Source3: testrules.yml
|
||||
Source4: test-env.sh
|
||||
|
||||
Patch0: DBD-mysql-5.001-Fix-version-tests.patch
|
||||
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
@ -107,8 +105,7 @@ Tests from %{name}. Execute them
|
||||
with "%{_libexecdir}/%{name}/test".
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch -P0 -p1
|
||||
%autosetup -p1 -n %{cpan_name}-%{version}
|
||||
|
||||
# Correct file permissions
|
||||
find . -type f | xargs chmod -x
|
||||
@ -198,6 +195,9 @@ make test %{?with_perl_DBD_MySQL_enables_leak_test:EXTENDED_TESTING=1}
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Oct 24 2023 Jitka Plesnikova <jplesnik@redhat.com> - 5.002-1
|
||||
- 5.002 bump (rhbz#2245834)
|
||||
|
||||
* Thu Oct 19 2023 Jitka Plesnikova <jplesnik@redhat.com> - 5.001-2
|
||||
- Use community-mysql also for ELN
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (DBD-mysql-5.001.tar.gz) = 1aea86bba76f371ed11eb22e9fe1f99dfaefafd83dea69ee0ac5ea175c1328ff324934ad45bfa73851463931656471ca890b3d7656e9db3861a8465d6130d5c0
|
||||
SHA512 (DBD-mysql-5.002.tar.gz) = 862656f639bd68ecebebe48f677e63d5d15164d5c21350302bb7d3148f01823747e5448781e442c6504947d4f2a74c99eb9eee417d6e8468b36de6adb835f609
|
||||
|
Loading…
Reference in New Issue
Block a user