Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-generic-monoid for 
openSUSE:Factory checked in at 2023-01-18 13:09:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-generic-monoid (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-generic-monoid.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-generic-monoid"

Wed Jan 18 13:09:53 2023 rev:3 rq:1059070 version:0.1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-generic-monoid/ghc-generic-monoid.changes    
2021-06-23 17:38:28.364491358 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-generic-monoid.new.32243/ghc-generic-monoid.changes
 2023-01-18 13:10:07.304575894 +0100
@@ -1,0 +2,6 @@
+Sun Oct 30 01:38:11 UTC 2022 - Peter Simons <psim...@suse.com>
+
+- Update generic-monoid to version 0.1.0.1 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-generic-monoid.spec ++++++
--- /var/tmp/diff_new_pack.Lh7B0V/_old  2023-01-18 13:10:08.200581205 +0100
+++ /var/tmp/diff_new_pack.Lh7B0V/_new  2023-01-18 13:10:08.200581205 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-generic-monoid
 #
-# 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
@@ -24,7 +24,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-rpm-macros
 ExcludeArch:    %{ix86}

++++++ generic-monoid.cabal ++++++
--- /var/tmp/diff_new_pack.Lh7B0V/_old  2023-01-18 13:10:08.236581418 +0100
+++ /var/tmp/diff_new_pack.Lh7B0V/_new  2023-01-18 13:10:08.240581442 +0100
@@ -1,6 +1,6 @@
 name:                generic-monoid
 version:             0.1.0.1
-x-revision: 1
+x-revision: 2
 synopsis:            Derive monoid instances for product types.
 description:         Using GHC's generics, allow for deriving `Monoid` and 
`Semigroup` instances for your product types.
 license:             BSD3
@@ -15,7 +15,7 @@
 
 library
   exposed-modules:     Data.Semigroup.Generic, Data.Monoid.Generic
-  build-depends:       base >=4.11 && <4.17
+  build-depends:       base >=4.11 && <4.19
   hs-source-dirs:      src
   default-language:    Haskell2010
 

Reply via email to