8
0

Accepting request 28386 from devel:languages:perl

Copy from devel:languages:perl/perl-DBD-SQLite based on submit request 28386 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=10
This commit is contained in:
OBS User autobuild
2010-01-11 15:55:26 +00:00
committed by Git OBS Bridge
parent ba98d34c07
commit 21247e3edd
4 changed files with 55 additions and 8 deletions

View File

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

3
DBD-SQLite-1.29.tar.bz2 Normal file
View File

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

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Fri Jan 8 17:08:14 UTC 2010 - jw@novell.com
- Update to 1.29:
+ Updated to SQLite 3.6.22
+ Removed the SQLITE_CORE and SQLITE_PRT_SZ flags
+ several bugfixes
-------------------------------------------------------------------
Tue Nov 24 10:05:42 UTC 2009 - jw@novell.com
- 1.26_07 was released as 1.27
No changes.
-------------------------------------------------------------------
Mon Nov 16 15:09:07 UTC 2009 - jw@novell.com
- update to latest devel version 1.26_07
+ Updated to SQLite 3.6.20
+ Foreign keys support is once again disabled by default.
use "PRAGMA foreign_keys = ON".
-------------------------------------------------------------------
Thu Oct 29 18:47:24 CET 2009 - jw@suse.de
- update to latest devel version 1.26_06
+ Major code refactoring.
+ Now DBD::SQLite supports foreign key constraints.
-------------------------------------------------------------------
Sun Oct 18 22:25:05 CEST 2009 - jw@novell.com
- update to latest devel version 1.26_05
- SQLite 3.6.19 (ISHIGAKI)
- using a simpler cpan_name macro to avoid parse warnings during build.
-------------------------------------------------------------------
Tue Oct 13 14:42:58 UTC 2009 - chris@computersalat.de
- update to latest devel version 1.26_04
- move changes from spec to .changes file
-------------------------------------------------------------------
Wed Aug 19 20:45:36 CEST 2009 - jw@suse.de
- update to latest devel version 1.26_03
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 25 19:36:58 CEST 2009 - chris@computersalat.de Sat Jul 25 19:36:58 CEST 2009 - chris@computersalat.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-DBD-SQLite (Version 1.25) # spec file for package perl-DBD-SQLite (Version 1.29)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,14 @@
Name: perl-DBD-SQLite Name: perl-DBD-SQLite
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) %define cpan_name DBD-SQLite
Summary: Self-contained RDBMS in a DBI Driver Summary: Self-contained RDBMS in a DBI Driver
Version: 1.25 Version: 1.29
Release: 1 Release: 1
License: GPL/Artistic License: GPL/Artistic
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://www.cpan.org Url: http://www.cpan.org
Source0: %{cpan_name}-%{version}.tar.bz2 Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros