diff --git a/SQL-Translator-0.11020.tar.gz b/SQL-Translator-0.11020.tar.gz deleted file mode 100644 index 6a5d3b4..0000000 --- a/SQL-Translator-0.11020.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:591d0f7a1aada2b93b878980b680575cfb72a65465dac8ba360784c9efb5b8a2 -size 427911 diff --git a/SQL-Translator-0.11021.tar.gz b/SQL-Translator-0.11021.tar.gz new file mode 100644 index 0000000..56698ce --- /dev/null +++ b/SQL-Translator-0.11021.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cb38a9f78367bc115359a999003bbeb3c32cc75bba8306ec1a938fc441bfd1 +size 438222 diff --git a/perl-SQL-Translator.changes b/perl-SQL-Translator.changes index 70ee511..3b8baf4 100644 --- a/perl-SQL-Translator.changes +++ b/perl-SQL-Translator.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Feb 7 16:23:26 UTC 2015 - coolo@suse.com + +- updated to 0.11021 + * Fix Oracle producer generating an unnecessary / at the end in case there + are no triggers + * Skip HTML tests if CGI is not installed (RT#98027) + * Fix JSON and YAML tests if the defaults have been tweaked (RT#98824) + * Fixes for parsing and producing identifiers and values that need + quoting and escaping for SQLite, MySQL, PostgreSQL, SQLServer and + Oracle (RT#90700, RT#31034) + * Add support for ALTER TABLE ... ADD CONSTRAINT to Oracle parser + * Add trigger support to Oracle parser (RT#62927) + * Fix erroneous PostgreSQL floating point type translations (RT#99725) + * Remove executable bit from Parser/JSON.pm (RT#100532) + * Update the Free Software Foundation's address (RT#100531) + * Provide default index names for SQLite (GH#45) + * Fix SQLite diffing on perl 5.8.1 + * Fix multi-column indexes in Parser::DBI::PostgreSQL + * Fix array data types in Parser::PostgreSQL (GH#49) + * Fix multidimensional sizes in Parser::PostgreSQL + ------------------------------------------------------------------- Tue Dec 2 10:33:53 UTC 2014 - coolo@suse.com diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec index 9d7c1e4..015f752 100644 --- a/perl-SQL-Translator.spec +++ b/perl-SQL-Translator.spec @@ -1,7 +1,7 @@ # # spec file for package perl-SQL-Translator # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-SQL-Translator -Version: 0.11020 +Version: 0.11021 Release: 0 %define cpan_name SQL-Translator Summary: Manipulate structured data definitions (SQL and more)