Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-vault for openSUSE:Factory 
checked in at 2021-03-10 08:55:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-vault (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-vault.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-vault"

Wed Mar 10 08:55:55 2021 rev:4 rq:877685 version:0.3.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-vault/ghc-vault.changes      2020-12-22 
11:48:37.221967112 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-vault.new.2378/ghc-vault.changes    
2021-03-10 08:57:51.418926246 +0100
@@ -1,0 +2,10 @@
+Sat Feb 20 00:08:04 UTC 2021 - [email protected]
+
+- Update vault to version 0.3.1.5.
+  **0.3.1.5**
+
+  * Compatibility with GHC-9.0
+       * Bump dependencies to allow `base >= 4.5 && < 4.16`
+  * Depend on `semigroups` only with `GHC < 8.0`
+
+-------------------------------------------------------------------

Old:
----
  vault-0.3.1.4.tar.gz

New:
----
  vault-0.3.1.5.tar.gz

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

Other differences:
------------------
++++++ ghc-vault.spec ++++++
--- /var/tmp/diff_new_pack.7XfIv8/_old  2021-03-10 08:57:52.350927208 +0100
+++ /var/tmp/diff_new_pack.7XfIv8/_new  2021-03-10 08:57:52.354927212 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-vault
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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 vault
 Name:           ghc-%{pkg_name}
-Version:        0.3.1.4
+Version:        0.3.1.5
 Release:        0
 Summary:        A persistent store for values of arbitrary types
 License:        BSD-3-Clause
@@ -28,7 +28,6 @@
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-hashable-devel
 BuildRequires:  ghc-rpm-macros
-BuildRequires:  ghc-semigroups-devel
 BuildRequires:  ghc-unordered-containers-devel
 ExcludeArch:    %{ix86}
 

++++++ vault-0.3.1.4.tar.gz -> vault-0.3.1.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vault-0.3.1.4/CHANGELOG.md 
new/vault-0.3.1.5/CHANGELOG.md
--- old/vault-0.3.1.4/CHANGELOG.md      2001-09-09 03:46:40.000000000 +0200
+++ new/vault-0.3.1.5/CHANGELOG.md      2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,11 @@
 ## Changelog for the `vault` package
 
+**0.3.1.5**
+
+* Compatibility with GHC-9.0
+     * Bump dependencies to allow `base >= 4.5 && < 4.16`
+* Depend on `semigroups` only with `GHC < 8.0`
+
 **0.3.1.4**
 
 * Compatibility with GHC-8.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vault-0.3.1.4/vault.cabal 
new/vault-0.3.1.5/vault.cabal
--- old/vault-0.3.1.4/vault.cabal       2001-09-09 03:46:40.000000000 +0200
+++ new/vault-0.3.1.5/vault.cabal       2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 Name:               vault
-Version:            0.3.1.4
+Version:            0.3.1.5
 Synopsis:           a persistent store for values of arbitrary types
 Description:
   A /vault/ is a persistent store for values of arbitrary types.
@@ -20,7 +20,7 @@
 Copyright:          (c) Heinrich Apfelmus 2011-2013
 
 build-type:         Simple
-cabal-version:      >= 1.6
+cabal-version:      >= 1.10
 Tested-With:         GHC == 7.6.3
                     ,GHC == 7.8.4
                     ,GHC == 7.10.3
@@ -48,13 +48,16 @@
 
 Library
     hs-source-dirs:     src
-    build-depends:      base >= 4.5 && < 4.15,
+    build-depends:      base >= 4.5 && < 4.16,
                         containers >= 0.4 && < 0.7,
-                        semigroups >= 0.1 && < 1.0,
                         unordered-containers >= 0.2.3.0 && < 0.3,
                         hashable >= 1.1.2.5 && < 1.4
 
-    extensions:         CPP
+    if impl(ghc < 8.0)
+        build-depends:  semigroups >= 0.1 && < 1.0
+
+    default-language:   Haskell2010
+    default-extensions: CPP
     ghc-options:        -Wall -fno-warn-missing-signatures
 
     exposed-modules:

Reply via email to