Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-SQL-Translator for
openSUSE:Factory checked in at 2023-03-10 22:08:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-SQL-Translator (Old)
and /work/SRC/openSUSE:Factory/.perl-SQL-Translator.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-SQL-Translator"
Fri Mar 10 22:08:42 2023 rev:17 rq:1070666 version:1.63
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-SQL-Translator/perl-SQL-Translator.changes
2020-09-15 16:35:29.743010703 +0200
+++
/work/SRC/openSUSE:Factory/.perl-SQL-Translator.new.31432/perl-SQL-Translator.changes
2023-03-10 22:09:04.485595452 +0100
@@ -1,0 +2,22 @@
+Fri Feb 24 03:07:52 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 1.63
+ see /usr/share/doc/packages/perl-SQL-Translator/Changes
+
+ 1.63 - 2023-02-23
+ * sqlt-diff: Change producer_args to sqlt_args for better self-documentation
+ NOTE - using producer_args will now throw a deprecation warning
+
+ FEATURES
+ * A lot of new functionality for the Oracle producer (thanks @hazardv)
+ * Support DB commments in the following producers: PG, JSON, YAML. Also in
the sqlite parser (thanks @djerius)
+ * Support INCLUDE on indices for Pg (producer + parser)
+ * Postgres producer now supports materialized views via
$extra->{materialized}
+
+ FIXES
+ * Postgres producer genrates correct constraint names for schema-namespaced
tables
+ * Postgres DBI parser now returns scalarref SQL instead of strings for
defaults (thanks @nrdvana)
+ * Postgres producer drops NOT NULL constraints more correctly (thanks
@uehara-delta)
+ * binaries now have their perl set by EUMM (thanks @toddr)
+
+-------------------------------------------------------------------
Old:
----
SQL-Translator-1.62.tar.gz
New:
----
SQL-Translator-1.63.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-SQL-Translator.spec ++++++
--- /var/tmp/diff_new_pack.jmmq5j/_old 2023-03-10 22:09:05.029597929 +0100
+++ /var/tmp/diff_new_pack.jmmq5j/_new 2023-03-10 22:09:05.037597966 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-SQL-Translator
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,23 @@
#
+%define cpan_name SQL-Translator
Name: perl-SQL-Translator
-Version: 1.62
+Version: 1.63
Release: 0
#Upstream: Artistic-1.0 or GPL-1.0-or-later
-%define cpan_name SQL-Translator
-Summary: Manipulate structured data definitions (SQL and more)
License: (Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only
-Group: Development/Libraries/Perl
+Summary: SQL DDL transformations and more
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/V/VE/VEESH/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Carp::Clan)
BuildRequires: perl(DBI) >= 1.54
BuildRequires: perl(Digest::SHA)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.54
BuildRequires: perl(File::ShareDir) >= 1.0
BuildRequires: perl(File::ShareDir::Install)
BuildRequires: perl(JSON::MaybeXS) >= 1.003003
@@ -83,7 +82,8 @@
manipulation of data (INSERT, UPDATE, DELETE).
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
+
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
# MANUAL BEGIN
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse
inc::Module::Install/' Makefile.PL
@@ -91,7 +91,7 @@
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -102,7 +102,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc AUTHORS Changes README
%license LICENSE
++++++ SQL-Translator-1.62.tar.gz -> SQL-Translator-1.63.tar.gz ++++++
++++ 4044 lines of diff (skipped)