diff --git a/SQL-Translator-0.11006.tar.bz2 b/SQL-Translator-0.11006.tar.bz2 deleted file mode 100644 index 16a573e..0000000 --- a/SQL-Translator-0.11006.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:729a782db56c36dbc20c170d02ed3990c99fe545dfb37091da57439f73a633ac -size 304258 diff --git a/perl-SQL-Translator.changes b/perl-SQL-Translator.changes index 1cae4e1..734e3c5 100644 --- a/perl-SQL-Translator.changes +++ b/perl-SQL-Translator.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jan 11 09:58:02 UTC 2012 - coolo@suse.com + +- update to 0.11010 + * Add "if exists" to drop view statements in Pg. + * Fix MySQL producer to properly quote all table names on output (patch from geistteufel) + * Correctly create and parse FK constraints in SQLite + * Correct postgis geography type insertion and linebreak fix for multiple geometry/geography columns + * made PostgreSQL producer consistent with other producers in terms of + quoting and allowing functions in constraints and indices + * Add distinction of autoinc and regular primary keys to the GraphViz producer + * Fix odd invocation of Test::More::pass() in t/36-filters.t (RT#64728) + * Quote everything in SQL Server + * Turn off constraints before dropping tables in SQL Server + * Make true unique constraints if needed in SQL Server + * Fixed Producer::PostgresSQL to output array type after type size, + i.e. varchar(64)[] rather than varchar[](64) + ------------------------------------------------------------------- Wed Dec 1 13:35:18 UTC 2010 - coolo@novell.com diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec index df607cc..314ffed 100644 --- a/perl-SQL-Translator.spec +++ b/perl-SQL-Translator.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-SQL-Translator (Version 0.11006) +# spec file for package perl-SQL-Translator # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,19 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-SQL-Translator %define cpan_name SQL-Translator Summary: Manipulate structured data definitions (SQL and more) -Version: 0.11006 -Release: 1 -License: GPL+ +License: GPL-2.0+ Group: Development/Libraries/Perl +Version: 0.11010 +Release: 0 Url: http://search.cpan.org/dist/SQL-Translator/ -#Source: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/SQL-Translator-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 -Patch1: sqlite.patch +Source: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/SQL-Translator-%{version}.tar.gz +Patch1: sqlite.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires}