Hello community,

here is the log from the commit of package perl-SQL-Translator for 
openSUSE:Factory checked in at 2019-06-19 21:02:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-SQL-Translator (Old)
 and      /work/SRC/openSUSE:Factory/.perl-SQL-Translator.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-SQL-Translator"

Wed Jun 19 21:02:54 2019 rev:14 rq:707185 version:1.60

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-SQL-Translator/perl-SQL-Translator.changes  
2018-01-24 15:30:11.631233588 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-SQL-Translator.new.4811/perl-SQL-Translator.changes
        2019-06-19 21:03:06.582225750 +0200
@@ -1,0 +2,16 @@
+Thu May 30 05:22:10 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 1.60
+   see /usr/share/doc/packages/perl-SQL-Translator/Changes
+
+  1.60 - 2019-05-29
+   * No changes since 1.59_01
+  
+  1.59_01 - 2019-04-28
+   * Add support for parsing PostgreSQL dollar-quoted strings
+   * Add support for materialized views in Oracle producer
+   * switched JSON backend from JSON.pm to JSON::MaybeXS
+   * Port Makefile.PL from Module::Install to Distar
+   * Synchronise the version number across all modules
+
+-------------------------------------------------------------------

Old:
----
  SQL-Translator-0.11024.tar.gz

New:
----
  SQL-Translator-1.60.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-SQL-Translator.spec ++++++
--- /var/tmp/diff_new_pack.B9CK5A/_old  2019-06-19 21:03:07.262226340 +0200
+++ /var/tmp/diff_new_pack.B9CK5A/_new  2019-06-19 21:03:07.266226343 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SQL-Translator
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-SQL-Translator
-Version:        0.11024
+Version:        1.60
 Release:        0
-#Upstream: Artistic-1.0 or GPL-1.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+) and GPL-2.0
+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
-Url:            http://search.cpan.org/dist/SQL-Translator/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -35,7 +35,8 @@
 BuildRequires:  perl(DBI) >= 1.54
 BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(File::ShareDir) >= 1.0
-BuildRequires:  perl(JSON) >= 2.0
+BuildRequires:  perl(File::ShareDir::Install)
+BuildRequires:  perl(JSON::MaybeXS) >= 1.003003
 BuildRequires:  perl(Moo) >= 1.000003
 BuildRequires:  perl(Package::Variant) >= 1.001001
 BuildRequires:  perl(Parse::RecDescent) >= 1.967009
@@ -89,11 +90,11 @@
 # MANUAL END
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -103,5 +104,6 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc AUTHORS Changes README
+%license LICENSE
 
 %changelog

++++++ SQL-Translator-0.11024.tar.gz -> SQL-Translator-1.60.tar.gz ++++++
++++ 5342 lines of diff (skipped)


Reply via email to