Compare commits
2 Commits
4.031-1mam
...
4.032_01-1
Author | SHA1 | Date | |
---|---|---|---|
8b9bac969a | |||
600ef30089 |
@ -1,9 +1,9 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-DBD-mysql
|
||||
Version: 4.031
|
||||
Version: 4.032_01
|
||||
Release: 1mamba
|
||||
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
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
@ -13,7 +13,9 @@ Source: http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-%{
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libmysql5-devel
|
||||
BuildRequires: libmysqlclient-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: perl-DBI
|
||||
BuildRequires: perl-devel
|
||||
@ -53,6 +55,12 @@ done
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user