Hello community,
here is the log from the commit of package perl-Mojo-SQLite for
openSUSE:Factory checked in at 2020-07-28 17:29:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojo-SQLite (Old)
and /work/SRC/openSUSE:Factory/.perl-Mojo-SQLite.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mojo-SQLite"
Tue Jul 28 17:29:30 2020 rev:10 rq:823161 version:3.004
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mojo-SQLite/perl-Mojo-SQLite.changes
2019-10-08 19:59:37.303893563 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Mojo-SQLite.new.3592/perl-Mojo-SQLite.changes
2020-07-28 17:30:20.878245765 +0200
@@ -1,0 +2,16 @@
+Tue Jul 28 09:47:04 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 3.004
+ see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
+
+ 3.004 2020-07-22 22:50:43 EDT
+ - The Mojo::SQLite::Migrations sqlite attribute and the
+ Mojo::SQLite::Transaction db attribute are now weak attributes,
increasing
+ the required version of Mojolicious to 8.03.
+ - Defer loading of Mojo::IOLoop unless the callback compatibility API is
+ used.
+ - Newly created mojo_migrations tables from Mojo::SQLite::Migrations will
use
+ a primary key.
+ - Recognize -json parameters in queries.
+
+-------------------------------------------------------------------
Old:
----
Mojo-SQLite-3.003.tar.gz
New:
----
Mojo-SQLite-3.004.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Mojo-SQLite.spec ++++++
--- /var/tmp/diff_new_pack.8WOC8n/_old 2020-07-28 17:30:25.002250445 +0200
+++ /var/tmp/diff_new_pack.8WOC8n/_new 2020-07-28 17:30:25.006250449 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Mojo-SQLite
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: perl-Mojo-SQLite
-Version: 3.003
+Version: 3.004
Release: 0
%define cpan_name Mojo-SQLite
Summary: Tiny Mojolicious wrapper for SQLite
License: Artistic-2.0
Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -34,15 +34,15 @@
BuildRequires: perl(DBI) >= 1.627
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::Metadata)
-BuildRequires: perl(Mojolicious) >= 7.32
+BuildRequires: perl(Mojolicious) >= 8.03
BuildRequires: perl(SQL::Abstract) >= 1.81
-BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(URI) >= 1.69
BuildRequires: perl(URI::db) >= 0.15
BuildRequires: perl(URI::file) >= 4.21
Requires: perl(DBD::SQLite) >= 1.64
Requires: perl(DBI) >= 1.627
-Requires: perl(Mojolicious) >= 7.32
+Requires: perl(Mojolicious) >= 8.03
Requires: perl(SQL::Abstract) >= 1.81
Requires: perl(URI) >= 1.69
Requires: perl(URI::db) >= 0.15
@@ -58,7 +58,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Build.PL --installdirs=vendor
@@ -73,7 +73,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md examples README
+%doc Changes CONTRIBUTING.md examples prereqs.yml README
%license LICENSE
%changelog
++++++ Mojo-SQLite-3.003.tar.gz -> Mojo-SQLite-3.004.tar.gz ++++++
++++ 2573 lines of diff (skipped)