Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-postgresql-libpq for
openSUSE:Factory checked in at 2026-06-10 16:04:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-postgresql-libpq (Old)
and /work/SRC/openSUSE:Factory/.ghc-postgresql-libpq.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-postgresql-libpq"
Wed Jun 10 16:04:59 2026 rev:16 rq:1358423 version:0.11.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-postgresql-libpq/ghc-postgresql-libpq.changes
2025-07-31 17:46:34.305079722 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-postgresql-libpq.new.2375/ghc-postgresql-libpq.changes
2026-06-10 16:08:15.874290960 +0200
@@ -1,0 +2,6 @@
+Tue Feb 10 16:31:43 UTC 2026 - Peter Simons <[email protected]>
+
+- Update postgresql-libpq to version 0.11.0.0 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-postgresql-libpq.spec ++++++
--- /var/tmp/diff_new_pack.gOcVUv/_old 2026-06-10 16:08:19.378436174 +0200
+++ /var/tmp/diff_new_pack.gOcVUv/_new 2026-06-10 16:08:19.382436339 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-postgresql-libpq
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
++++++ postgresql-libpq.cabal ++++++
--- /var/tmp/diff_new_pack.gOcVUv/_old 2026-06-10 16:08:19.714450098 +0200
+++ /var/tmp/diff_new_pack.gOcVUv/_new 2026-06-10 16:08:19.750451589 +0200
@@ -1,7 +1,7 @@
cabal-version: 2.4
name: postgresql-libpq
version: 0.11.0.0
-x-revision: 1
+x-revision: 2
synopsis: low-level binding to libpq
description:
This is a binding to libpq: the C application
@@ -33,8 +33,9 @@
|| ==9.4.8
|| ==9.6.6
|| ==9.8.4
- || ==9.10.1
- || ==9.12.1
+ || ==9.10.2
+ || ==9.12.2
+ || ==9.14.1
extra-source-files: CHANGELOG.md
@@ -73,7 +74,7 @@
Database.PostgreSQL.LibPQ.Ptr
build-depends:
- , base >=4.12.0.0 && <4.22
+ , base >=4.12.0.0 && <4.23
, bytestring >=0.10.8.2 && <0.13
if !os(windows)