Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-commutative-semigroups for 
openSUSE:Factory checked in at 2023-04-20 15:14:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-commutative-semigroups (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-commutative-semigroups.new.2023 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-commutative-semigroups"

Thu Apr 20 15:14:17 2023 rev:2 rq:1080321 version:0.1.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-commutative-semigroups/ghc-commutative-semigroups.changes
    2023-04-04 21:19:19.756773000 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-commutative-semigroups.new.2023/ghc-commutative-semigroups.changes
  2023-04-20 15:15:17.666195869 +0200
@@ -1,0 +2,9 @@
+Mon Apr 17 11:51:32 UTC 2023 - Peter Simons <[email protected]>
+
+- Update commutative-semigroups to version 0.1.0.1.
+  ## 0.1.0.1 -- 2023-04-17
+
+  - Loosen version bounds
+  - Support GHC 9.6.1
+
+-------------------------------------------------------------------

Old:
----
  commutative-semigroups-0.1.0.0.tar.gz
  commutative-semigroups.cabal

New:
----
  commutative-semigroups-0.1.0.1.tar.gz

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

Other differences:
------------------
++++++ ghc-commutative-semigroups.spec ++++++
--- /var/tmp/diff_new_pack.iNjiCe/_old  2023-04-20 15:15:18.070198611 +0200
+++ /var/tmp/diff_new_pack.iNjiCe/_new  2023-04-20 15:15:18.074198638 +0200
@@ -19,13 +19,12 @@
 %global pkg_name commutative-semigroups
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        0.1.0.0
+Version:        0.1.0.1
 Release:        0
 Summary:        Commutative semigroups
 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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
@@ -67,7 +66,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ commutative-semigroups-0.1.0.0.tar.gz -> 
commutative-semigroups-0.1.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/commutative-semigroups-0.1.0.0/ChangeLog.md 
new/commutative-semigroups-0.1.0.1/ChangeLog.md
--- old/commutative-semigroups-0.1.0.0/ChangeLog.md     2001-09-09 
03:46:40.000000000 +0200
+++ new/commutative-semigroups-0.1.0.1/ChangeLog.md     2001-09-09 
03:46:40.000000000 +0200
@@ -1,5 +1,10 @@
 # Revision history for commutative-semigroups
 
+## 0.1.0.1 -- 2023-04-17
+
+- Loosen version bounds
+- Support GHC 9.6.1
+
 ## 0.1.0.0 -- 2022-06-12
 
 - `Commutative (Product a)` now requires `CommutativeProduct a`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/commutative-semigroups-0.1.0.0/ReadMe.md 
new/commutative-semigroups-0.1.0.1/ReadMe.md
--- old/commutative-semigroups-0.1.0.0/ReadMe.md        2001-09-09 
03:46:40.000000000 +0200
+++ new/commutative-semigroups-0.1.0.1/ReadMe.md        2001-09-09 
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 # Commutative Semigroup
 
-[![Haskell](https://img.shields.io/badge/language-Haskell-orange.svg)](https://haskell.org)
 
[![Hackage](https://img.shields.io/hackage/v/commutative-semigroups.svg)](https://hackage.haskell.org/package/commutative-semigroups)
 [![Hackage 
CI](https://matrix.hackage.haskell.org/api/v2/packages/commutative-semigroups/badge)](https://matrix.hackage.haskell.org/#/package/commutative-semigroups)
  [![BSD3 
License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://github.com/reflex-frp/commutative-semigroups/LICENSE)
+[![Haskell](https://img.shields.io/badge/language-Haskell-orange.svg)](https://haskell.org)
 
[![Hackage](https://img.shields.io/hackage/v/commutative-semigroups.svg)](https://hackage.haskell.org/package/commutative-semigroups)
  [![BSD3 
License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://github.com/reflex-frp/commutative-semigroups/LICENSE)
 
 A commutative semigroup is a semigroup where the order of arguments to mappend 
does not matter.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/commutative-semigroups-0.1.0.0/commutative-semigroups.cabal 
new/commutative-semigroups-0.1.0.1/commutative-semigroups.cabal
--- old/commutative-semigroups-0.1.0.0/commutative-semigroups.cabal     
2001-09-09 03:46:40.000000000 +0200
+++ new/commutative-semigroups-0.1.0.1/commutative-semigroups.cabal     
2001-09-09 03:46:40.000000000 +0200
@@ -1,14 +1,14 @@
 cabal-version:       2.4
 name:                commutative-semigroups
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Commutative semigroups
 description:
   A commutative semigroup is a semigroup where the order of arguments to 
mappend does not matter.
 license:             BSD-3-Clause
 license-file:        LICENSE
 author:              Nathan "Taneb" van Doorn
-maintainer:          [email protected]
-copyright:           Copyright (C) 2013 Nathan van Doorn, 2021 Obsidian 
Systems LLC
+maintainer:          [email protected]
+copyright:           Copyright (C) 2013 Nathan van Doorn, 2021–2022 Obsidian 
Systems LLC
 category:            Algebra, Data, Math
 build-type:          Simple
 bug-reports:         
https://github.com/ObsidianSystems/commutative-semigroups/issues
@@ -24,7 +24,7 @@
   exposed-modules:     Data.Semigroup.Commutative
                        Numeric.Product.Commutative
   -- other-modules:
-  build-depends:       base >= 4.6 && < 4.17,
+  build-depends:       base >= 4.6 && < 4.19,
                        containers >= 0.4 && < 0.7
   hs-source-dirs:      src
   default-language:    Haskell2010

Reply via email to