Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Mojo-SQLite for 
openSUSE:Factory checked in at 2026-05-26 16:35:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojo-SQLite (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mojo-SQLite.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mojo-SQLite"

Tue May 26 16:35:33 2026 rev:16 rq:1355178 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mojo-SQLite/perl-Mojo-SQLite.changes        
2022-03-26 22:31:13.345966487 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-SQLite.new.2084/perl-Mojo-SQLite.changes  
    2026-05-26 16:38:07.762167999 +0200
@@ -1,0 +2,12 @@
+Tue May 26 08:45:21 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 4.0.0 (v4.0.0)
+   see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
+
+  v4.0.0    2026-05-25 06:27:21 EDT
+    - wal_mode is now off by default, but can be enabled with the wal_mode 
option.
+      This will only affect newly created databases, as WAL mode is persistent 
once set.
+      To disable it on an existing database, issue the query: PRAGMA 
journal_mode=DELETE;
+    - Fix issue where a transaction that failed to begin would rollback and 
clear the database handle error.
+
+-------------------------------------------------------------------

Old:
----
  Mojo-SQLite-3.009.tar.gz

New:
----
  Mojo-SQLite-v4.0.0.tar.gz
  README.md
  _scmsync.obsinfo
  build.specials.obscpio

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

Other differences:
------------------
++++++ perl-Mojo-SQLite.spec ++++++
--- /var/tmp/diff_new_pack.qzAMa7/_old  2026-05-26 16:38:20.178681757 +0200
+++ /var/tmp/diff_new_pack.qzAMa7/_new  2026-05-26 16:38:20.182681922 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojo-SQLite
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,33 +18,37 @@
 
 %define cpan_name Mojo-SQLite
 Name:           perl-Mojo-SQLite
-Version:        3.009
+Version:        4.0.0
 Release:        0
+# v4.0.0 -> normalize -> 4.0.0
+%define cpan_version v4.0.0
 License:        Artistic-2.0
 Summary:        Tiny Mojolicious wrapper for SQLite
 URL:            https://metacpan.org/release/%{cpan_name}
-Source0:        
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
+Source100:      README.md
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(DBD::SQLite) >= 1.68
+BuildRequires:  perl(DBD::SQLite) >= 1.680
 BuildRequires:  perl(DBI) >= 1.627
-BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.34
 BuildRequires:  perl(Module::Metadata)
-BuildRequires:  perl(Mojolicious) >= 8.03
+BuildRequires:  perl(Mojolicious) >= 8.30
 BuildRequires:  perl(SQL::Abstract::Pg) >= 1.0
 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.68
+BuildRequires:  perl(URI) >= 1.690
+BuildRequires:  perl(URI::db) >= 0.150
+BuildRequires:  perl(URI::file) >= 4.210
+Requires:       perl(DBD::SQLite) >= 1.680
 Requires:       perl(DBI) >= 1.627
-Requires:       perl(Mojolicious) >= 8.03
+Requires:       perl(Mojolicious) >= 8.30
 Requires:       perl(SQL::Abstract::Pg) >= 1.0
-Requires:       perl(URI) >= 1.69
-Requires:       perl(URI::db) >= 0.15
-Requires:       perl(URI::file) >= 4.21
+Requires:       perl(URI) >= 1.690
+Requires:       perl(URI::db) >= 0.150
+Requires:       perl(URI::file) >= 4.210
 %{perl_requires}
 
 %description
@@ -55,8 +59,9 @@
 database schema with migrations.
 
 %prep
-%autosetup  -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
+
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 
644
 
 %build
 perl Build.PL --installdirs=vendor
@@ -70,6 +75,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%doc Changes CONTRIBUTING.md examples prereqs.yml README
+%doc Changes CONTRIBUTING.md examples README
 %license LICENSE
 

++++++ README.md ++++++

## Build Results

Current state of perl in openSUSE:Factory is

![Factory build 
results](https://br.opensuse.org/status/openSUSE:Factory/perl-Mojo-SQLite/standard)

The current state of perl in the devel project build (devel:languages:perl)

![Devel project build 
results](https://br.opensuse.org/status/devel:languages:perl/perl-Mojo-SQLite)



++++++ _scmsync.obsinfo ++++++
mtime: 1779785121
commit: 6658fb0ae3c95b877cc1228d215cdad7153645938078ea210721079da44a31d9
url: https://src.opensuse.org/perl/perl-Mojo-SQLite
revision: 6658fb0ae3c95b877cc1228d215cdad7153645938078ea210721079da44a31d9
projectscmsync: https://src.opensuse.org/perl/_ObsPrj

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-05-26 10:45:21.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to