diff --git a/DBD-SQLite-1.25.tar.bz2 b/DBD-SQLite-1.25.tar.bz2 deleted file mode 100644 index ef6fd3d..0000000 --- a/DBD-SQLite-1.25.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecdf2b2e25f98953c7a343e424c687892e8fc60ccde205e2389567d72d12df7a -size 854333 diff --git a/DBD-SQLite-1.29.tar.bz2 b/DBD-SQLite-1.29.tar.bz2 new file mode 100644 index 0000000..26180aa --- /dev/null +++ b/DBD-SQLite-1.29.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55ed7c778e3b20937773bafd019ccde3427b68ffd191a4026a677081b459e5b +size 934349 diff --git a/perl-DBD-SQLite.changes b/perl-DBD-SQLite.changes index 3c48468..cfabb33 100644 --- a/perl-DBD-SQLite.changes +++ b/perl-DBD-SQLite.changes @@ -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 diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 064a849..3be7dbc 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,14 +19,14 @@ 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 -Version: 1.25 +Version: 1.29 Release: 1 License: GPL/Artistic Group: Development/Libraries/Perl 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 BuildRequires: perl BuildRequires: perl-macros