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 2022-10-13 15:44:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-postgresql-libpq (Old)
and /work/SRC/openSUSE:Factory/.ghc-postgresql-libpq.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-postgresql-libpq"
Thu Oct 13 15:44:30 2022 rev:8 rq:1010439 version:0.9.4.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-postgresql-libpq/ghc-postgresql-libpq.changes
2021-12-19 17:34:36.756272381 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-postgresql-libpq.new.2275/ghc-postgresql-libpq.changes
2022-10-13 15:45:07.643087222 +0200
@@ -1,0 +2,6 @@
+Sun Oct 9 17:39:23 UTC 2022 - Peter Simons <[email protected]>
+
+- Update postgresql-libpq to version 0.9.4.3 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-postgresql-libpq.spec ++++++
--- /var/tmp/diff_new_pack.vzXT1A/_old 2022-10-13 15:45:08.179088269 +0200
+++ /var/tmp/diff_new_pack.vzXT1A/_new 2022-10-13 15:45:08.187088284 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-postgresql-libpq
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,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/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros
++++++ postgresql-libpq.cabal ++++++
--- /var/tmp/diff_new_pack.vzXT1A/_old 2022-10-13 15:45:08.255088417 +0200
+++ /var/tmp/diff_new_pack.vzXT1A/_new 2022-10-13 15:45:08.259088424 +0200
@@ -1,6 +1,6 @@
name: postgresql-libpq
version: 0.9.4.3
-x-revision: 2
+x-revision: 3
synopsis: low-level binding to libpq
description:
This is a binding to libpq: the C application
@@ -37,15 +37,16 @@
|| ==8.6.5
|| ==8.8.4
|| ==8.10.7
- || ==9.0.1
- || ==9.2.1
+ || ==9.0.2
+ || ==9.2.4
+ || ==9.4.2
extra-source-files: CHANGELOG.md
custom-setup
setup-depends:
base >=4.3 && <5
- , Cabal >=1.10 && <3.7
+ , Cabal >=1.10 && <3.9
-- If true, use pkg-config, otherwise use the pg_config based build
-- configuration
@@ -64,14 +65,14 @@
other-modules: Database.PostgreSQL.LibPQ.Compat
build-depends:
- base >=4.3 && <4.17
+ base >=4.3 && <4.18
, bytestring >=0.9.1.0 && <0.12
if !os(windows)
build-depends: unix >=2.4.2.0 && <2.8
if os(windows)
- build-depends: Win32 >=2.2.0.2 && <2.11
+ build-depends: Win32 >=2.2.0.2 && <2.14
ghc-options: -Wall