Accepting request 44737 from devel:languages:perl
Copy from devel:languages:perl/perl-DBI based on submit request 44737 from user computersalat OBS-URL: https://build.opensuse.org/request/show/44737 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBI?expand=0&rev=22
This commit is contained in:
commit
8e5e32e0ec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1733712ddc32d5484b7d84fe34e1251cab30642b73f72dcdd680a581052d9dcc
|
|
||||||
size 461837
|
|
3
DBI-1.613.tar.bz2
Normal file
3
DBI-1.613.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ea80cced7234499df7fac57ad514e9c9dfa85080ecd57a23f801c361393e1cb
|
||||||
|
size 462023
|
@ -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
|
Tue Jul 20 13:26:42 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -17,12 +17,13 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
%bcond_with opt
|
||||||
|
|
||||||
Name: perl-DBI
|
Name: perl-DBI
|
||||||
%define cpan_name DBI
|
%define cpan_name DBI
|
||||||
Summary: Database independent interface for Perl
|
Summary: Database independent interface for Perl
|
||||||
Version: 1.612
|
Version: 1.613
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/DBI/
|
Url: http://search.cpan.org/dist/DBI/
|
||||||
@ -33,18 +34,24 @@ BuildRequires: perl
|
|||||||
%if 0%{?suse_version} < 1120
|
%if 0%{?suse_version} < 1120
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: perl(Test::Simple) >= 0.90
|
||||||
|
#
|
||||||
|
%if %{with opt}
|
||||||
BuildRequires: perl(Clone) >= 0.31
|
BuildRequires: perl(Clone) >= 0.31
|
||||||
|
BuildRequires: perl(DB_File)
|
||||||
BuildRequires: perl(MLDBM)
|
BuildRequires: perl(MLDBM)
|
||||||
BuildRequires: perl(Net::Daemon)
|
BuildRequires: perl(Net::Daemon)
|
||||||
BuildRequires: perl(RPC::PlServer) >= 0.2001
|
BuildRequires: perl(RPC::PlServer) >= 0.2001
|
||||||
BuildRequires: perl(SQL::Statement) >= 1.28
|
BuildRequires: perl(SQL::Statement) >= 1.28
|
||||||
BuildRequires: perl(Test::Simple) >= 0.90
|
%endif
|
||||||
|
#
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Requires: perl(Clone) >= 0.31
|
Recommends: perl(Clone) >= 0.31
|
||||||
Requires: perl(MLDBM)
|
Recommends: perl(DB_File)
|
||||||
Requires: perl(Net::Daemon)
|
Recommends: perl(MLDBM)
|
||||||
Requires: perl(RPC::PlServer) >= 0.2001
|
Recommends: perl(Net::Daemon)
|
||||||
Requires: perl(SQL::Statement) >= 1.28
|
Recommends: perl(RPC::PlServer) >= 0.2001
|
||||||
|
Recommends: perl(SQL::Statement) >= 1.28
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The DBI is a database access module for the Perl programming language.
|
The DBI is a database access module for the Perl programming language.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user