From 5a576712e3d320dbabc1027a54fe3048633be3cacab42292a1c0dd545240fde2 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 18 Mar 2010 15:16:56 +0000 Subject: [PATCH] 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 --- DBI-1.609.tar.bz2 | 3 +++ DBI-1.612.tar.bz2 | 3 --- perl-DBI.changes | 33 --------------------------------- perl-DBI.rpmlintrc | 1 - perl-DBI.spec | 45 ++++++++++++++++++--------------------------- 5 files changed, 21 insertions(+), 64 deletions(-) create mode 100644 DBI-1.609.tar.bz2 delete mode 100644 DBI-1.612.tar.bz2 delete mode 100644 perl-DBI.rpmlintrc diff --git a/DBI-1.609.tar.bz2 b/DBI-1.609.tar.bz2 new file mode 100644 index 0000000..19c7ff6 --- /dev/null +++ b/DBI-1.609.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d460d85b6fdcde3c0a63e68845625ab3ddd767a26355a5f5d5fbaf8b68d43c +size 414346 diff --git a/DBI-1.612.tar.bz2 b/DBI-1.612.tar.bz2 deleted file mode 100644 index 9a33aca..0000000 --- a/DBI-1.612.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1733712ddc32d5484b7d84fe34e1251cab30642b73f72dcdd680a581052d9dcc -size 461837 diff --git a/perl-DBI.changes b/perl-DBI.changes index 1de8dc1..0bcf1f2 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -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 diff --git a/perl-DBI.rpmlintrc b/perl-DBI.rpmlintrc deleted file mode 100644 index 67d25fd..0000000 --- a/perl-DBI.rpmlintrc +++ /dev/null @@ -1 +0,0 @@ -addFilter("devel-file-in-non-devel-package") diff --git a/perl-DBI.spec b/perl-DBI.spec index ebbdf5e..4a18b0a 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -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 - + Authors: + Tim Bunce + %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