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 2021-12-19 17:34:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-postgresql-libpq (Old)
and /work/SRC/openSUSE:Factory/.ghc-postgresql-libpq.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-postgresql-libpq"
Sun Dec 19 17:34:24 2021 rev:7 rq:932897 version:0.9.4.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-postgresql-libpq/ghc-postgresql-libpq.changes
2021-03-10 08:57:27.474901531 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-postgresql-libpq.new.2520/ghc-postgresql-libpq.changes
2021-12-19 17:34:36.756272381 +0100
@@ -1,0 +2,6 @@
+Mon Nov 15 06:59:54 UTC 2021 - [email protected]
+
+- Update postgresql-libpq to version 0.9.4.3 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-postgresql-libpq.spec ++++++
--- /var/tmp/diff_new_pack.oQkkcl/_old 2021-12-19 17:34:37.144272655 +0100
+++ /var/tmp/diff_new_pack.oQkkcl/_new 2021-12-19 17:34:37.148272658 +0100
@@ -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/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-bytestring-devel
BuildRequires: ghc-rpm-macros
++++++ postgresql-libpq.cabal ++++++
--- /var/tmp/diff_new_pack.oQkkcl/_old 2021-12-19 17:34:37.180272680 +0100
+++ /var/tmp/diff_new_pack.oQkkcl/_new 2021-12-19 17:34:37.184272683 +0100
@@ -1,6 +1,6 @@
name: postgresql-libpq
version: 0.9.4.3
-x-revision: 1
+x-revision: 2
synopsis: low-level binding to libpq
description:
This is a binding to libpq: the C application
@@ -36,15 +36,16 @@
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
- || ==8.10.4
+ || ==8.10.7
|| ==9.0.1
+ || ==9.2.1
extra-source-files: CHANGELOG.md
custom-setup
setup-depends:
base >=4.3 && <5
- , Cabal >=1.10 && <3.5
+ , Cabal >=1.10 && <3.7
-- If true, use pkg-config, otherwise use the pg_config based build
-- configuration
@@ -63,7 +64,7 @@
other-modules: Database.PostgreSQL.LibPQ.Compat
build-depends:
- base >=4.3 && <4.16
+ base >=4.3 && <4.17
, bytestring >=0.9.1.0 && <0.12
if !os(windows)