public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-DBD-Pg] f44: 3.21.2 bump (rhbz#2524779)
@ 2026-08-27 10:56 Jitka Plesnikova
0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-08-27 10:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-DBD-Pg
Branch : f44
Commit : 845ed3584a25442696640c8fe08d3914f07e91b9
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2026-08-27T12:56:22+02:00
Stats : +7/-27 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/perl-DBD-Pg/c/845ed3584a25442696640c8fe08d3914f07e91b9?branch=f44
Log:
3.21.2 bump (rhbz#2524779)
---
diff --git a/.gitignore b/.gitignore
index b66ca22..4a87d6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@ DBD-Pg-2.17.1.tar.gz
/DBD-Pg-3.20.0.tar.gz
/DBD-Pg-3.20.2.tar.gz
/DBD-Pg-3.21.1.tar.gz
+/DBD-Pg-3.21.2.tar.gz
diff --git a/DBD-Pg-3.21.1-Fix-missing-closing-double-quote-in-su-c-commands.patch b/DBD-Pg-3.21.1-Fix-missing-closing-double-quote-in-su-c-commands.patch
deleted file mode 100644
index 27d3d94..0000000
--- a/DBD-Pg-3.21.1-Fix-missing-closing-double-quote-in-su-c-commands.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -up DBD-Pg-3.21.1/t/dbdpg_test_setup.pl.orig DBD-Pg-3.21.1/t/dbdpg_test_setup.pl
---- DBD-Pg-3.21.1/t/dbdpg_test_setup.pl.orig 2026-08-24 15:23:07.170729761 +0200
-+++ DBD-Pg-3.21.1/t/dbdpg_test_setup.pl 2026-08-24 15:23:56.355007718 +0200
-@@ -429,7 +429,7 @@ version: $version
- $su = $testuser;
- $founduser++;
- $olddir = getcwd;
-- my $sucom = build_command(q{su TESTUSER -m -c "/bin/sh -c 'INITDB --locale=C -E utf8 -D DATADIR 2>&1'},
-+ my $sucom = build_command(q{su TESTUSER -m -c "/bin/sh -c 'INITDB --locale=C -E utf8 -D DATADIR 2>&1'"},
- [$testuser, $initdb, "$testdir/data"], 'backslash_spaces');
- chdir $testdir;
- $info = '';
-@@ -569,7 +569,7 @@ version: $version
-
- ## Attempt to start up the test server
- my $COM = $su ?
-- build_command(q{su TESTUSER -m -c "PGCTL -o '-k TESTDIR' -l LOGFILE -D DATADIR start},
-+ build_command(q{su TESTUSER -m -c "PGCTL -o '-k TESTDIR' -l LOGFILE -D DATADIR start"},
- [$su, $pg_ctl, $testdir, "$testdir/$logfile", "$testdir/data"], 'backslash_spaces')
- : build_command(q{PGCTL -o '-k TESTDIR' -l LOGFILE -D DATADIR start},
- [$pg_ctl, $testdir, "$testdir/$logfile", "$testdir/data"]);
diff --git a/perl-DBD-Pg.spec b/perl-DBD-Pg.spec
index 73f95c6..96cf6e9 100644
--- a/perl-DBD-Pg.spec
+++ b/perl-DBD-Pg.spec
@@ -3,15 +3,13 @@
Name: perl-DBD-Pg
Summary: A PostgreSQL interface for Perl
-Version: 3.21.1
-Release: 2%{?dist}
+Version: 3.21.2
+Release: 1%{?dist}
# Pg.pm, README: Points to directory which contains GPL-2.0-or-later and Artistic-1.0-Perl
# other files: Same as Perl (GPL-1.0-or-later OR Artistic-1.0-Perl)
License: GPL-2.0-or-later OR Artistic-1.0-Perl
Source0: https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz
URL: https://metacpan.org/release/DBD-Pg
-# https://github.com/bucardo/dbdpg/pull/205
-Patch0: DBD-Pg-3.21.1-Fix-missing-closing-double-quote-in-su-c-commands.patch
BuildRequires: coreutils
BuildRequires: findutils
@@ -88,7 +86,6 @@ with "%{_libexecdir}/%{name}/test".
%prep
%setup -q -n DBD-Pg-%{version}
-%patch -P0 -p1
# Help generators to recognize Perl scripts
for F in t/*.t t/*.pl; do
@@ -158,6 +155,9 @@ make test
%{_libexecdir}/%{name}
%changelog
+* Thu Aug 27 2026 Jitka Plesnikova <jplesnik@redhat.com> - 3.21.2-1
+- 3.21.2 bump (rhbz#2524779)
+
* Mon Aug 24 2026 Jitka Plesnikova <jplesnik@redhat.com> - 3.21.1-2
- Fix missing closing double-quote in su -c commands in dbdpg_test_setup.pl
diff --git a/sources b/sources
index 52b0689..bae2846 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (DBD-Pg-3.21.1.tar.gz) = d2ebad41d4f83d030dde40298f65f7e685cdeccbaa8b28e510ac26a27e65a73ef2e996061eb2b4ab68aa9fffdb40cdc45e886710ffd458df28e31c3dd551f016
+SHA512 (DBD-Pg-3.21.2.tar.gz) = 5b5b3daf8afa6839fdf9470baee94bb6c487a4459ccefa0b0ecc91453904812ba185f3c7d6141dc09e1f521a0f6906b316698975432e0432eb0cc51592456d91
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-27 10:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 10:56 [rpms/perl-DBD-Pg] f44: 3.21.2 bump (rhbz#2524779) Jitka Plesnikova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox