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 2024-08-16 12:23:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-postgresql-simple (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-postgresql-simple.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-postgresql-simple"

Fri Aug 16 12:23:25 2024 rev:19 rq:1194017 version:0.7.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-postgresql-simple/ghc-postgresql-simple.changes  
    2023-11-27 22:43:50.934883609 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-postgresql-simple.new.2698/ghc-postgresql-simple.changes
    2024-08-16 12:23:51.355545658 +0200
@@ -1,0 +2,6 @@
+Fri Aug  2 12:32:16 UTC 2024 - Peter Simons <psim...@suse.com>
+
+- Update postgresql-simple to version 0.7.0.0 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-postgresql-simple.spec ++++++
--- /var/tmp/diff_new_pack.cmIOeI/_old  2024-08-16 12:23:51.827565274 +0200
+++ /var/tmp/diff_new_pack.cmIOeI/_new  2024-08-16 12:23:51.831565441 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-postgresql-simple
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 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-Only-devel
 BuildRequires:  ghc-Only-prof

++++++ postgresql-simple.cabal ++++++
--- /var/tmp/diff_new_pack.cmIOeI/_old  2024-08-16 12:23:51.891567935 +0200
+++ /var/tmp/diff_new_pack.cmIOeI/_new  2024-08-16 12:23:51.895568101 +0200
@@ -1,7 +1,7 @@
 cabal-version:      1.12
 name:               postgresql-simple
 version:            0.7.0.0
-x-revision:         1
+x-revision:         2
 synopsis:           Mid-Level PostgreSQL client library
 description:
   Mid-Level PostgreSQL client library, forked from mysql-simple.
@@ -30,8 +30,9 @@
    || ==9.0.2
    || ==9.2.8
    || ==9.4.8
-   || ==9.6.3
-   || ==9.8.1
+   || ==9.6.6
+   || ==9.8.2
+   || ==9.10.1
 
 library
   default-language:   Haskell2010
@@ -77,10 +78,10 @@
 
   -- GHC bundled libs
   build-depends:
-      base              >=4.12.0.0 && <4.20
+      base              >=4.12.0.0 && <4.21
     , bytestring        >=0.10.8.2 && <0.13
-    , containers        >=0.6.0.1  && <0.7
-    , template-haskell  >=2.14.0.0 && <2.22
+    , containers        >=0.6.0.1  && <0.8
+    , template-haskell  >=2.14.0.0 && <2.23
     , text              >=1.2.3.0  && <1.3  || >=2.0 && <2.2
     , time-compat       >=1.9.5    && <1.12
     , transformers      >=0.5.6.2  && <0.7
@@ -90,7 +91,7 @@
       aeson             >=2.1.2.1  && <2.3
     , attoparsec        >=0.14.4   && <0.15
     , case-insensitive  >=1.2.1.0  && <1.3
-    , hashable          >=1.4.3.0  && <1.5
+    , hashable          >=1.4.3.0  && <1.6
     , Only              >=0.1      && <0.1.1
     , postgresql-libpq  >=0.10.0.0 && <0.11
     , scientific        >=0.3.7.0  && <0.4

Reply via email to