[packages/perl-DBD-Pg] - updated to 3.18.0, fix building with GCC 15
hawk
hawk at pld-linux.org
Wed Sep 10 16:18:15 CEST 2025
commit c812736310031701961d99e7d27732116194326b
Author: Marcin Krol <hawk at tld-linux.org>
Date: Tue Sep 9 23:47:02 2025 +0200
- updated to 3.18.0, fix building with GCC 15
perl-DBD-Pg.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/perl-DBD-Pg.spec b/perl-DBD-Pg.spec
index 254d185..815e853 100644
--- a/perl-DBD-Pg.spec
+++ b/perl-DBD-Pg.spec
@@ -23,13 +23,13 @@ Summary(sv.UTF-8): Ett gränssnitt till PostgresSQL för Perl
Summary(uk.UTF-8): Perl-інтерфейс до PostgresSQL
Summary(zh_CN.UTF-8): Perl 的 PostgresSQL 界面。
Name: perl-DBD-Pg
-Version: 3.10.0
-Release: 8
+Version: 3.18.0
+Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/DBD/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 1cd697899aec65117464d12e9c874ce8
+# Source0-md5: f58e5f6cbcc94e599afa08224f4e1dd2
URL: http://search.cpan.org/dist/DBD-Pg/
BuildRequires: perl-ExtUtils-MakeMaker >= 6.11
BuildRequires: perl-DBI >= 1.614
@@ -110,7 +110,7 @@ POSTGRES_INCLUDE="%{_includedir}/postgresql"; export POSTGRES_INCLUDE
INSTALLDIRS=vendor
%{__make} \
CC="%{__cc}" \
- OPTIMIZE="%{rpmcflags}"
+ OPTIMIZE="%{rpmcflags} -std=gnu17"
# skip SIGNATURE test (uses network to get PGP key)
rm SIGNATURE
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-DBD-Pg.git/commitdiff/c812736310031701961d99e7d27732116194326b
More information about the pld-cvs-commit
mailing list