diff --git a/SQL-Translator-0.11024.tar.gz b/SQL-Translator-0.11024.tar.gz deleted file mode 100644 index 79be461..0000000 --- a/SQL-Translator-0.11024.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bde9d6f67850089ef35a9296d6f53e5ee8e991438366b71477f3f27c1581bb1 -size 437026 diff --git a/SQL-Translator-1.60.tar.gz b/SQL-Translator-1.60.tar.gz new file mode 100644 index 0000000..596d44b --- /dev/null +++ b/SQL-Translator-1.60.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb0cb32ca25da69df65e5de71f679f3ca90044064526fa336cabd342f220e87 +size 412752 diff --git a/perl-SQL-Translator.changes b/perl-SQL-Translator.changes index fedf152..c9b97a3 100644 --- a/perl-SQL-Translator.changes +++ b/perl-SQL-Translator.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu May 30 05:22:10 UTC 2019 - Stephan Kulow + +- 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 + ------------------------------------------------------------------- Wed Jan 10 07:08:35 UTC 2018 - coolo@suse.com diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec index f231583..1aefaa1 100644 --- a/perl-SQL-Translator.spec +++ b/perl-SQL-Translator.spec @@ -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(Carp::Clan) 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 @@ sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' # 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 @@ sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' %files -f %{name}.files %defattr(-,root,root,755) %doc AUTHORS Changes README +%license LICENSE %changelog