From f9cf00786282bc68721260c0bd411ec8d34d9d6cb112894627aee089d044c2bb Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Tue, 7 Oct 2025 13:31:59 +0000 Subject: [PATCH] Automatic update to v4.280.0 (4.28) --- Mojo-Pg-4.27.tar.gz | 3 --- Mojo-Pg-4.28.tar.gz | 3 +++ perl-Mojo-Pg.changes | 9 +++++++++ perl-Mojo-Pg.spec | 28 +++++++++++++++++++--------- 4 files changed, 31 insertions(+), 12 deletions(-) delete mode 100644 Mojo-Pg-4.27.tar.gz create mode 100644 Mojo-Pg-4.28.tar.gz diff --git a/Mojo-Pg-4.27.tar.gz b/Mojo-Pg-4.27.tar.gz deleted file mode 100644 index dd9adfc..0000000 --- a/Mojo-Pg-4.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a322c8df00e3e5655fdf4d0b7ab9d799289320e29f64fe99ac7af124484ef9d8 -size 35673 diff --git a/Mojo-Pg-4.28.tar.gz b/Mojo-Pg-4.28.tar.gz new file mode 100644 index 0000000..7c48d0c --- /dev/null +++ b/Mojo-Pg-4.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8baa31cd388c82fd378ac375502f18e5276d7811b6e91f903898ec227fdf21 +size 36158 diff --git a/perl-Mojo-Pg.changes b/perl-Mojo-Pg.changes index a6bb8b9..4446f9f 100644 --- a/perl-Mojo-Pg.changes +++ b/perl-Mojo-Pg.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 7 13:31:59 UTC 2025 - Tina Müller + +- updated to 4.280.0 (4.28) + see /usr/share/doc/packages/perl-Mojo-Pg/Changes + + 4.28 2025-08-29 + - Fixed DBD:Pg bug with a workaround (https://github.com/bucardo/dbdpg/issues/105). (TFBW) + ------------------------------------------------------------------- Wed Mar 16 03:08:49 UTC 2022 - Tina Müller diff --git a/perl-Mojo-Pg.spec b/perl-Mojo-Pg.spec index cbee874..e9e5e8f 100644 --- a/perl-Mojo-Pg.spec +++ b/perl-Mojo-Pg.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Mojo-Pg # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 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,23 +18,32 @@ %define cpan_name Mojo-Pg Name: perl-Mojo-Pg -Version: 4.27 +Version: 4.280.0 Release: 0 +# 4.28 -> normalize -> 4.280.0 +%define cpan_version 4.28 License: Artistic-2.0 Summary: Wrapper around DBD::Pg for using PostgreSql with Mojolicious URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(DBD::Pg) >= 3.007004 -BuildRequires: perl(Mojolicious) >= 8.50 +BuildRequires: perl(DBD::Pg) >= 3.7.4 +BuildRequires: perl(Mojolicious) >= 8.500 BuildRequires: perl(SQL::Abstract::Pg) >= 1.0 -Requires: perl(DBD::Pg) >= 3.007004 -Requires: perl(Mojolicious) >= 8.50 +Requires: perl(DBD::Pg) >= 3.7.4 +Requires: perl(Mojolicious) >= 8.500 Requires: perl(SQL::Abstract::Pg) >= 1.0 +Provides: perl(Mojo::Pg) = %{version} +Provides: perl(Mojo::Pg::Database) +Provides: perl(Mojo::Pg::Migrations) +Provides: perl(Mojo::Pg::PubSub) +Provides: perl(Mojo::Pg::Results) +Provides: perl(Mojo::Pg::Transaction) +%undefine __perllib_provides %{perl_requires} %description @@ -48,8 +57,9 @@ schema with migrations and build scalable real-time web applications with the publish/subscribe pattern. %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 Makefile.PL INSTALLDIRS=vendor -- 2.49.0