Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-cborg-json for openSUSE:Factory 
checked in at 2022-08-01 21:29:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cborg-json (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-cborg-json.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-cborg-json"

Mon Aug  1 21:29:39 2022 rev:7 rq:987027 version:0.2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-cborg-json/ghc-cborg-json.changes    
2021-11-11 21:36:23.992887683 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-cborg-json.new.1533/ghc-cborg-json.changes  
2022-08-01 21:29:44.561543499 +0200
@@ -1,0 +2,9 @@
+Fri Apr 22 22:48:17 UTC 2022 - Peter Simons <[email protected]>
+
+- Update cborg-json to version 0.2.4.0.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/cborg-json-0.2.4.0/src/ChangeLog.md
+
+-------------------------------------------------------------------

Old:
----
  cborg-json-0.2.3.0.tar.gz

New:
----
  cborg-json-0.2.4.0.tar.gz

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

Other differences:
------------------
++++++ ghc-cborg-json.spec ++++++
--- /var/tmp/diff_new_pack.qkYSal/_old  2022-08-01 21:29:45.093545025 +0200
+++ /var/tmp/diff_new_pack.qkYSal/_new  2022-08-01 21:29:45.097545037 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-cborg-json
 #
-# 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
@@ -18,7 +18,7 @@
 
 %global pkg_name cborg-json
 Name:           ghc-%{pkg_name}
-Version:        0.2.3.0
+Version:        0.2.4.0
 Release:        0
 Summary:        A library for encoding JSON as CBOR
 License:        BSD-3-Clause

++++++ cborg-json-0.2.3.0.tar.gz -> cborg-json-0.2.4.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cborg-json-0.2.3.0/ChangeLog.md 
new/cborg-json-0.2.4.0/ChangeLog.md
--- old/cborg-json-0.2.3.0/ChangeLog.md 2001-09-09 03:46:40.000000000 +0200
+++ new/cborg-json-0.2.4.0/ChangeLog.md 2001-09-09 03:46:40.000000000 +0200
@@ -1,9 +1,5 @@
 # Revision history for cborg-json
 
-## 0.2.3.0  -- 2021-10-31
-
-* Support for `aeson-2.0`, GHC 9.0, GHC 9.2, and `bytestring-0.11`.
-
 ## 0.2.2.0  -- 2019-12-29
 
 * Use `replicateM` to significantly speed up decoding. Now faster than Aeson!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cborg-json-0.2.3.0/cborg-json.cabal 
new/cborg-json-0.2.4.0/cborg-json.cabal
--- old/cborg-json-0.2.3.0/cborg-json.cabal     2001-09-09 03:46:40.000000000 
+0200
+++ new/cborg-json-0.2.4.0/cborg-json.cabal     2001-09-09 03:46:40.000000000 
+0200
@@ -1,5 +1,5 @@
 name:                cborg-json
-version:             0.2.3.0
+version:             0.2.4.0
 synopsis:            A library for encoding JSON as CBOR
 description:         This package implements the bijection between JSON and
                      CBOR defined in the CBOR specification, RFC 7049.
@@ -23,7 +23,8 @@
   GHC == 8.6.5,
   GHC == 8.8.3,
   GHC == 8.10.1,
-  GHC == 9.0.1
+  GHC == 9.0.1,
+  GHC == 9.2.2
 
 library
   exposed-modules:     Codec.CBOR.JSON
@@ -34,7 +35,7 @@
     aeson-pretty >=0.8 && <0.9,
     unordered-containers >=0.2 && <0.3,
     scientific >=0.3 && <0.4,
-    text >=1.1 && <1.3,
+    text >=1.1 && <2.1,
     vector >=0.10 && <0.13,
     cborg ==0.2.*
   hs-source-dirs:      src

Reply via email to