OBS User unknown 2008-01-07 01:53:44 +00:00 committed by Git OBS Bridge
parent b0987c842c
commit c9e05f34f6
4 changed files with 21 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:910eaf23d5b6217bbf4d3a003daa330e90ac45b5a1188b12c6c1c38dfac51943
size 100275

3
DBD-mysql-4.006.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfbfde6cdfb78647661eddf9f27c01ac1b9d9e65bbcfb6ba7057de46f65cb37d
size 105849

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 4 11:49:21 CET 2008 - anicka@suse.cz
- update to 4.006
* Cleanups on OS X compile
* Fixes to syntax errors on AIX
* Removed test code that was leaving trace files around
-------------------------------------------------------------------
Mon Jun 11 09:35:26 CEST 2007 - anicka@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-DBD-mysql (Version 4.005)
# spec file for package perl-DBD-mysql (Version 4.006)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -12,15 +12,15 @@
Name: perl-DBD-mysql
BuildRequires: mysql-devel perl-DBI perl-Data-ShowTable
URL: http://cpan.org/modules/by-module/DBD/
Url: http://cpan.org/modules/by-module/DBD/
License: Artistic License
Group: Development/Libraries/Perl
Obsoletes: mysqperl perl-Msql-Mysql-modules
Provides: mysqperl perl-Msql-Mysql-modules
Requires: perl-DBI perl-Data-ShowTable
Requires: perl = %{perl_version}
Autoreqprov: on
Version: 4.005
AutoReqProv: on
Version: 4.006
Release: 1
Summary: Interface to the MySQL database
Group: Development/Libraries/Perl
@ -67,6 +67,11 @@ chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}/DBD/mysql/INSTALL.pod
/var/adm/perl-modules/perl-DBD-mysql
%changelog
* Fri Jan 04 2008 - anicka@suse.cz
- update to 4.006
* Cleanups on OS X compile
* Fixes to syntax errors on AIX
* Removed test code that was leaving trace files around
* Mon Jun 11 2007 - anicka@suse.cz
- update to 4.005
* Replaced all references to dbis to use imp_xxh