OBS User unknown 2007-10-08 10:26:58 +00:00 committed by Git OBS Bridge
parent fd8b4a763b
commit 9bcba26046
5 changed files with 18 additions and 9 deletions

View File

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

3
DBI-1.59.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 8 10:21:26 CEST 2007 - anicka@suse.cz
- update to 1.59
* Added check_response_sub to DBI::Gofer::Execute
* bugfixes. test fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 3 08:56:03 CEST 2007 - anicka@suse.cz Tue Jul 3 08:56:03 CEST 2007 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
# #
# spec file for package perl-DBI (Version 1.58) # spec file for package perl-DBI (Version 1.59)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -12,16 +12,16 @@
Name: perl-DBI Name: perl-DBI
BuildRequires: perl-Curses BuildRequires: perl-Curses
Version: 1.58 Version: 1.59
Release: 1 Release: 1
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Requires: perl-PlRPC Requires: perl-PlRPC
Provides: perl_dbi DBI Provides: perl_dbi DBI
Obsoletes: perl_dbi Obsoletes: perl_dbi
Autoreqprov: on AutoReqProv: on
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: GPL v2 or later License: GPL v2 or later
URL: http://cpan.org/modules/by-module/DBI/ Url: http://cpan.org/modules/by-module/DBI/
Summary: The Perl Database Interface Summary: The Perl Database Interface
Source: DBI-%{version}.tar.bz2 Source: DBI-%{version}.tar.bz2
Patch: %{name}-%{version}-dbis.diff Patch: %{name}-%{version}-dbis.diff
@ -51,7 +51,6 @@ make test
%install %install
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
rm $RPM_BUILD_ROOT/%{perl_vendorarch}/goferperf.pl
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -71,8 +70,11 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/dbixs_rev.pl %{perl_vendorarch}/dbixs_rev.pl
%{_bindir}/* %{_bindir}/*
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog %changelog
* Mon Oct 08 2007 - anicka@suse.cz
- update to 1.59
* Added check_response_sub to DBI::Gofer::Execute
* bugfixes. test fixes
* Tue Jul 03 2007 - anicka@suse.cz * Tue Jul 03 2007 - anicka@suse.cz
- update to 1.58 - update to 1.58
* Fixed code triggering fatal error in bleadperl * Fixed code triggering fatal error in bleadperl