8
0

Accepting request 249515 from devel:languages:perl

- updated to 0.11020
  * Fix test failure if Test::PostgreSQL is installed but not working
 
 0.11019 2014-09-02
 
  * Add Json and hstore types to Pg Parser (cloudinstustrie)
  * Fix DROP TABLE in SQL Server Producer
  * Fix Pg DBI parser test (Dagfinn Ilmari Mannsåker)
  * Remove spurious warnings (Matt Phillips, Wallace Reis)
  * Fix MySQL producer for columns with scalar ref in 'ON UPDATE' (Wallace Reis)
  * Fix handling of views in MySQL DBI parser
  * Fix handling of renamed fields in SQLite diff (Peter Mottram)
  * Check numeric equality of default values in numeric-type fields (Wallace Reis)
  * Fix handling of renamed fields in renamed tables in Pg diff (Peter Mottram)

OBS-URL: https://build.opensuse.org/request/show/249515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-SQL-Translator?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2014-09-17 15:26:18 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Sep 16 08:08:07 UTC 2014 - coolo@suse.com
- updated to 0.11020
* Fix test failure if Test::PostgreSQL is installed but not working
0.11019 2014-09-02
* Add Json and hstore types to Pg Parser (cloudinstustrie)
* Fix DROP TABLE in SQL Server Producer
* Fix Pg DBI parser test (Dagfinn Ilmari Mannsåker)
* Remove spurious warnings (Matt Phillips, Wallace Reis)
* Fix MySQL producer for columns with scalar ref in 'ON UPDATE' (Wallace Reis)
* Fix handling of views in MySQL DBI parser
* Fix handling of renamed fields in SQLite diff (Peter Mottram)
* Check numeric equality of default values in numeric-type fields (Wallace Reis)
* Fix handling of renamed fields in renamed tables in Pg diff (Peter Mottram)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 25 07:38:44 UTC 2013 - coolo@suse.com Mon Nov 25 07:38:44 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-SQL-Translator # spec file for package perl-SQL-Translator
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 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
@@ -17,14 +17,14 @@
Name: perl-SQL-Translator Name: perl-SQL-Translator
Version: 0.11018 Version: 0.11020
Release: 0 Release: 0
%define cpan_name SQL-Translator %define cpan_name SQL-Translator
Summary: Manipulate structured data definitions (SQL and more) Summary: Manipulate structured data definitions (SQL and more)
License: (Artistic-1.0 or GPL-1.0+) and GPL-2.0 License: (Artistic-1.0 or GPL-1.0+) and GPL-2.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/SQL-Translator/ Url: http://search.cpan.org/dist/SQL-Translator/
Source: http://www.cpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz Source: http://www.cpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl