From 441d7c77ad690221e5d51789c9e4a729705d483ddea77220a1b7a841d2738d50 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 9 Aug 2010 00:12:48 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/perl-DBI revision 22.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBI?expand=0&rev=74b26a91da0b88538f584a1bc2b05a2c --- DBI-1.612.tar.bz2 | 3 --- DBI-1.613.tar.bz2 | 3 +++ perl-DBI.changes | 8 ++++++++ perl-DBI.spec | 25 ++++++++++++++++--------- 4 files changed, 27 insertions(+), 12 deletions(-) delete mode 100644 DBI-1.612.tar.bz2 create mode 100644 DBI-1.613.tar.bz2 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/DBI-1.613.tar.bz2 b/DBI-1.613.tar.bz2 new file mode 100644 index 0000000..1a1d9af --- /dev/null +++ b/DBI-1.613.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea80cced7234499df7fac57ad514e9c9dfa85080ecd57a23f801c361393e1cb +size 462023 diff --git a/perl-DBI.changes b/perl-DBI.changes index 47f6f34..93e2be8 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 6 14:08:17 UTC 2010 - chris@computersalat.de + +- update to 1.613 + o Fixed Win32 prerequisite module from PathTools to File::Spec. + o Changed attribute headings and fixed references in DBI pod (Martin J. Evans) + o Corrected typos in DBI::FAQ and DBI::ProxyServer (Ansgar Burchardt) + ------------------------------------------------------------------- Tue Jul 20 13:26:42 UTC 2010 - chris@computersalat.de diff --git a/perl-DBI.spec b/perl-DBI.spec index 1891602..4b2ca63 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.613) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,12 +17,13 @@ # norootforbuild +%bcond_with opt Name: perl-DBI %define cpan_name DBI Summary: Database independent interface for Perl -Version: 1.612 -Release: 2 +Version: 1.613 +Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/DBI/ @@ -33,18 +34,24 @@ BuildRequires: perl %if 0%{?suse_version} < 1120 BuildRequires: perl-macros %endif +BuildRequires: perl(Test::Simple) >= 0.90 +# +%if %{with opt} BuildRequires: perl(Clone) >= 0.31 +BuildRequires: perl(DB_File) BuildRequires: perl(MLDBM) BuildRequires: perl(Net::Daemon) BuildRequires: perl(RPC::PlServer) >= 0.2001 BuildRequires: perl(SQL::Statement) >= 1.28 -BuildRequires: perl(Test::Simple) >= 0.90 +%endif +# Requires: perl = %{perl_version} -Requires: perl(Clone) >= 0.31 -Requires: perl(MLDBM) -Requires: perl(Net::Daemon) -Requires: perl(RPC::PlServer) >= 0.2001 -Requires: perl(SQL::Statement) >= 1.28 +Recommends: perl(Clone) >= 0.31 +Recommends: perl(DB_File) +Recommends: perl(MLDBM) +Recommends: perl(Net::Daemon) +Recommends: perl(RPC::PlServer) >= 0.2001 +Recommends: perl(SQL::Statement) >= 1.28 %description The DBI is a database access module for the Perl programming language.