Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-postgresql-simple for
openSUSE:Factory checked in at 2021-12-19 17:34:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-postgresql-simple (Old)
and /work/SRC/openSUSE:Factory/.ghc-postgresql-simple.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-postgresql-simple"
Sun Dec 19 17:34:48 2021 rev:10 rq:934289 version:0.6.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-postgresql-simple/ghc-postgresql-simple.changes
2021-11-11 21:37:05.580918015 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-postgresql-simple.new.2520/ghc-postgresql-simple.changes
2021-12-19 17:35:05.872292890 +0100
@@ -1,0 +2,12 @@
+Sat Nov 20 17:31:37 UTC 2021 - [email protected]
+
+- Update postgresql-simple to version 0.6.4 revision 5.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
+Mon Nov 15 06:59:41 UTC 2021 - [email protected]
+
+- Update postgresql-simple to version 0.6.4 revision 4.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-postgresql-simple.spec ++++++
--- /var/tmp/diff_new_pack.DFYDsa/_old 2021-12-19 17:35:06.228293141 +0100
+++ /var/tmp/diff_new_pack.DFYDsa/_new 2021-12-19 17:35:06.232293144 +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/3.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Only-devel
BuildRequires: ghc-aeson-devel
++++++ postgresql-simple.cabal ++++++
--- /var/tmp/diff_new_pack.DFYDsa/_old 2021-12-19 17:35:06.284293180 +0100
+++ /var/tmp/diff_new_pack.DFYDsa/_new 2021-12-19 17:35:06.288293183 +0100
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: postgresql-simple
version: 0.6.4
-x-revision: 3
+x-revision: 5
synopsis: Mid-Level PostgreSQL client library
description:
Mid-Level PostgreSQL client library, forked from mysql-simple.
@@ -32,8 +32,9 @@
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
- || ==8.10.4
+ || ==8.10.7
|| ==9.0.1
+ || ==9.2.1
library
default-language: Haskell2010
@@ -79,13 +80,13 @@
-- GHC bundled libs
build-depends:
- base >=4.6.0.0 && <4.16
+ base >=4.6.0.0 && <4.17
, bytestring >=0.10.0.0 && <0.12
, containers >=0.5.0.0 && <0.7
- , template-haskell >=2.8.0.0 && <2.18
+ , template-haskell >=2.8.0.0 && <2.19
, text >=1.2.3.0 && <1.3
, time-compat >=1.9.5 && <1.12
- , transformers >=0.3.0.0 && <0.6
+ , transformers >=0.3.0.0 && <0.7
-- Other dependencies
build-depends:
@@ -93,7 +94,7 @@
, attoparsec >=0.13.2.2 && <0.15
, bytestring-builder >=0.10.8.1.0 && <0.11
, case-insensitive >=1.2.0.11 && <1.3
- , hashable >=1.2.7.0 && <1.4
+ , hashable >=1.2.7.0 && <1.5
, Only >=0.1 && <0.1.1
, postgresql-libpq >=0.9.4.3 && <0.10
, scientific >=0.3.6.2 && <0.4
@@ -103,7 +104,7 @@
if !impl(ghc >=8.0)
build-depends:
fail >=4.9.0.0 && <4.10
- , semigroups >=0.18.5 && <0.20
+ , semigroups >=0.18.5 && <0.21
if !impl(ghc >=7.6)
build-depends: ghc-prim