Updating link to change in openSUSE:Factory/perl-DBI revision 16.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBI?expand=0&rev=38d164b43f6b8744a78cc986dd9b6e62
This commit is contained in:
OBS User buildservice-autocommit 2010-03-18 15:16:56 +00:00 committed by Git OBS Bridge
parent e519e5bdb6
commit 5a576712e3
5 changed files with 21 additions and 64 deletions

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

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

View File

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

View File

@ -1,36 +1,3 @@
-------------------------------------------------------------------
Mon Jul 19 14:37:28 CEST 2010 - anicka@suse.cz
- update to 1.612
* Changed Makefile.PL to modernize with CONFLICTS, recommended
dependencies and resources (Jens Rehsack)
* Changed DBI::ProfileDumper to rename any existing profile file by
appending .prev, instead of overwriting it.
* Changed DBI::ProfileDumper::Apache to work in more configurations
including vhosts using PerlOptions +Parent.
* Add driver_prefix method to DBI (Jens Rehsack)
* bugfixes, test fixes
-------------------------------------------------------------------
Wed Jun 2 14:25:00 UTC 2010 - chris@computersalat.de
- update to 1.611
* Fixed selectcol_arrayref MaxRows attribute to count rows not values
thanks to Vernon Lyon.
* Fixed DBI->trace(0, *STDERR); (H.Merijn Brand)
which tried to open a file named "*main::STDERR" in perl-5.10.x
* Fixes in DBD::DBM for use under threads (Jens Rehsack)
* Changed "Issuing rollback() due to DESTROY without explicit disconnect"
warning to not be issued if ReadOnly set for that dbh.
* Added f_lock and f_encoding support to DBD::File (H.Merijn Brand)
* Added ChildCallbacks => { ... } to Callbacks as a way to
specify Callbacks for child handles.
With tests added by David E. Wheeler.
* Added DBI::sql_type_cast($value, $type, $flags) to cast a string value
to an SQL type. e.g. SQL_INTEGER effectively does $value += 0;
Has other options plus an internal interface for drivers.
- recreated spec by cpanspec 1.78
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

@ -1 +0,0 @@
addFilter("devel-file-in-non-devel-package")

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-DBI (Version 1.612)
# spec file for package perl-DBI (Version 1.609)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,55 +19,46 @@
Name: perl-DBI
%define cpan_name DBI
Summary: Database independent interface for Perl
Version: 1.612
Release: 1
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: The Perl Database Interface
Version: 1.609
Release: 3
AutoReqProv: on
License: GPLv2+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/DBI/
#Source: http://www.cpan.org/modules/by-module/DBI/DBI-1.611.tar.gz
Url: http://cpan.org/modules/by-module/DBI/
Source: %{cpan_name}-%{version}.tar.bz2
Source1: %{name}.rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Test::Simple) >= 0.84
BuildRequires: perl(Test::Simple) >= 0.40
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(Storable) >= 1
BuildRequires: perl(File::Spec)
BuildRequires: perl(Scalar::Util)
#BuildRequires: perl(Curses)
Requires: perl = %{perl_version}
Requires: perl(Storable) >= 1
Requires: perl(File::Spec)
Requires: perl(Scalar::Util)
Requires: perl-PlRPC
# dont think it is needed any more
#Obsoletes: perl_dbi
#Provides: perl_dbi DBI DBDI
Obsoletes: perl_dbi
Provides: perl_dbi DBI DBDI
%description
The DBI is a database access module for the Perl programming language.
It defines a set of methods, variables, and conventions that provide a
consistent database interface, independent of the actual database
being used.
The Perl Database Interface by Tim Bunce.
Authors:
--------
Tim Bunce <Tim.Bunce@pobox.com>
<dbi-users@isc.org>
Authors:
Tim Bunce <Tim.Bunce@pobox.com>
<dbi-users@isc.org>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS -Wall"
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%{__make} %{?_smp_mflags}
%check
@ -82,7 +73,7 @@ Authors:
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes Driver.xst README TODO_2005.txt TODO_gofer.txt ex
%defattr(-,root,root)
%doc Changes README
%changelog