Compare commits
8 Commits
4.027-1mam
...
4.033-2mam
Author | SHA1 | Date | |
---|---|---|---|
9b80665894 | |||
a5a2d526c6 | |||
8b9bac969a | |||
600ef30089 | |||
12e2aeb039 | |||
f0d8668f07 | |||
e7bc21e781 | |||
3c1d21fffd |
@ -1,9 +1,9 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-DBD-mysql
|
Name: perl-DBD-mysql
|
||||||
Version: 4.027
|
Version: 4.033
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: BD::mysql - A Perl5 Database Interface to the MySQL database
|
Summary: DBD::mysql - A Perl5 Database Interface to the MySQL database
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
@ -13,7 +13,9 @@ Source: http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-%{
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libmysql5-devel
|
BuildRequires: libmysqlclient-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libperl
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: perl-DBI
|
BuildRequires: perl-DBI
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
@ -53,6 +55,30 @@ done
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.033-2mamba
|
||||||
|
- perl 5.24 mass rebuild
|
||||||
|
|
||||||
|
* Fri Feb 05 2016 Automatic Build System <autodist@mambasoft.it> 4.033-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Thu Jun 11 2015 Automatic Build System <autodist@mambasoft.it> 4.032_01-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri May 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.031-2mamba
|
||||||
|
- rebuilt with mariadb socket path
|
||||||
|
|
||||||
|
* Thu Mar 26 2015 Automatic Build System <autodist@mambasoft.it> 4.031-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sun Feb 15 2015 Automatic Build System <autodist@mambasoft.it> 4.030_01-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Dec 17 2014 Automatic Build System <autodist@mambasoft.it> 4.029-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Aug 08 2014 Automatic Build System <autodist@mambasoft.it> 4.028-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 4.027-1mamba
|
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 4.027-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user