forked from pool/perl-SQL-Translator
Accepting request 548529 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/548529 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Translator?expand=0&rev=24
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:64cb38a9f78367bc115359a999003bbeb3c32cc75bba8306ec1a938fc441bfd1
|
|
||||||
size 438222
|
|
||||||
3
SQL-Translator-0.11022.tar.gz
Normal file
3
SQL-Translator-0.11022.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6f98d26d19bc2b092053191bf85911729b51d110c7372e52852c9ed4798b874
|
||||||
|
size 436809
|
||||||
@@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 5 07:00:16 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.11022
|
||||||
|
see /usr/share/doc/packages/perl-SQL-Translator/Changes
|
||||||
|
|
||||||
|
0.11022 2017-12-04
|
||||||
|
|
||||||
|
* Add support for monotonically increasing SQLite autoincs (GH#47)
|
||||||
|
* Add support for CHECK constraint in SQLite producer (GH#57)
|
||||||
|
* Add support for CHECK constraint in POD producer (GH#63)
|
||||||
|
* Fix forgotten quoting in the MySQL DROP TABLE diff producer (GH#50)
|
||||||
|
* Fix Pg grammar parsing of UUID, time, timetz columns (RT#100196, GH#52)
|
||||||
|
* Add support for USING and WHERE on indexes in PostgreSQL producer
|
||||||
|
and parser (RT#63814, GH#52)
|
||||||
|
* Improve add_trigger consistency between producers (GH#48)
|
||||||
|
* Add trigger 'scope' attribute support to JSON, YAML and XML producers,
|
||||||
|
and XML and SQLite parsers (RT#119997)
|
||||||
|
* Declare dependencies in deterministic order (RT#102859)
|
||||||
|
* Multiple speedups of naive internal debugging mechanism (GH#54)
|
||||||
|
* Remove dependency on List::MoreUtils ( http://is.gd/lmu_cac_debacle )
|
||||||
|
* Fix parsing of strings with leading whitespace for MySQL, Oracle, PostgreSQL,
|
||||||
|
SQLServer and SQLite
|
||||||
|
* Fix parsing of MySQL column comments (RT#83380)
|
||||||
|
* Fix multi-line comments in YAML, JSON and PostgreSQL producers
|
||||||
|
* Fix identifier quoting in PostgreSQL diff producer
|
||||||
|
* Fix incorrect type conversion from various BigInt AutoIncrement to the
|
||||||
|
PostgreSQL-specific bigserial (GH#72)
|
||||||
|
* Fix missing semicolons between PostGIS statements
|
||||||
|
* Fix string and identifier quoting in PostGIS statements
|
||||||
|
* Fix intermittent test failures (RT#108460)
|
||||||
|
* Fix relying on exact serialisation for JSON/YAML tests (RT#121901)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 3 08:20:30 UTC 2017 - coolo@suse.com
|
Tue Oct 3 08:20:30 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-SQL-Translator
|
Name: perl-SQL-Translator
|
||||||
Version: 0.11021
|
Version: 0.11022
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: Artistic-1.0 or GPL-1.0+
|
#Upstream: Artistic-1.0 or GPL-1.0+
|
||||||
%define cpan_name SQL-Translator
|
%define cpan_name SQL-Translator
|
||||||
@@ -36,7 +36,6 @@ BuildRequires: perl(DBI) >= 1.54
|
|||||||
BuildRequires: perl(Digest::SHA)
|
BuildRequires: perl(Digest::SHA)
|
||||||
BuildRequires: perl(File::ShareDir) >= 1.0
|
BuildRequires: perl(File::ShareDir) >= 1.0
|
||||||
BuildRequires: perl(JSON) >= 2.0
|
BuildRequires: perl(JSON) >= 2.0
|
||||||
BuildRequires: perl(List::MoreUtils) >= 0.09
|
|
||||||
BuildRequires: perl(Moo) >= 1.000003
|
BuildRequires: perl(Moo) >= 1.000003
|
||||||
BuildRequires: perl(Package::Variant) >= 1.001001
|
BuildRequires: perl(Package::Variant) >= 1.001001
|
||||||
BuildRequires: perl(Parse::RecDescent) >= 1.967009
|
BuildRequires: perl(Parse::RecDescent) >= 1.967009
|
||||||
@@ -51,7 +50,6 @@ Requires: perl(Carp::Clan)
|
|||||||
Requires: perl(DBI) >= 1.54
|
Requires: perl(DBI) >= 1.54
|
||||||
Requires: perl(Digest::SHA)
|
Requires: perl(Digest::SHA)
|
||||||
Requires: perl(File::ShareDir) >= 1.0
|
Requires: perl(File::ShareDir) >= 1.0
|
||||||
Requires: perl(List::MoreUtils) >= 0.09
|
|
||||||
Requires: perl(Moo) >= 1.000003
|
Requires: perl(Moo) >= 1.000003
|
||||||
Requires: perl(Package::Variant) >= 1.001001
|
Requires: perl(Package::Variant) >= 1.001001
|
||||||
Requires: perl(Parse::RecDescent) >= 1.967009
|
Requires: perl(Parse::RecDescent) >= 1.967009
|
||||||
@@ -104,6 +102,6 @@ sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/'
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc AUTHORS Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user