Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-base-compat-batteries for 
openSUSE:Factory checked in at 2022-10-13 15:41:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-base-compat-batteries (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-base-compat-batteries.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-base-compat-batteries"

Thu Oct 13 15:41:04 2022 rev:9 rq:1008435 version:0.12.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-base-compat-batteries/ghc-base-compat-batteries.changes
      2021-12-19 17:34:59.068288097 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-base-compat-batteries.new.2275/ghc-base-compat-batteries.changes
    2022-10-13 15:41:06.470616420 +0200
@@ -1,0 +2,9 @@
+Thu Aug 11 12:14:55 UTC 2022 - Peter Simons <[email protected]>
+
+- Update base-compat-batteries to version 0.12.2.
+  ## Changes in 0.12.2 [2022.08.11]
+   - This coincides with the `base-compat-0.12.2` release. Refer to the
+     [`base-compat` 
changelog](https://github.com/haskell-compat/base-compat/blob/master/base-compat/CHANGES.markdown#changes-in-0122-20220811)
+     for more details.
+
+-------------------------------------------------------------------

Old:
----
  base-compat-batteries-0.12.1.tar.gz
  base-compat-batteries.cabal

New:
----
  base-compat-batteries-0.12.2.tar.gz

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

Other differences:
------------------
++++++ ghc-base-compat-batteries.spec ++++++
--- /var/tmp/diff_new_pack.dWZf0Z/_old  2022-10-13 15:41:07.370618177 +0200
+++ /var/tmp/diff_new_pack.dWZf0Z/_new  2022-10-13 15:41:07.382618199 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-base-compat-batteries
 #
-# 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
@@ -19,13 +19,12 @@
 %global pkg_name base-compat-batteries
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.12.1
+Version:        0.12.2
 Release:        0
 Summary:        Base-compat with extra batteries
 License:        MIT
 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/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-OneTuple-devel
 BuildRequires:  ghc-base-compat-devel
@@ -67,7 +66,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ base-compat-batteries-0.12.1.tar.gz -> 
base-compat-batteries-0.12.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-compat-batteries-0.12.1/CHANGES.markdown 
new/base-compat-batteries-0.12.2/CHANGES.markdown
--- old/base-compat-batteries-0.12.1/CHANGES.markdown   2001-09-09 
03:46:40.000000000 +0200
+++ new/base-compat-batteries-0.12.2/CHANGES.markdown   2001-09-09 
03:46:40.000000000 +0200
@@ -1,3 +1,8 @@
+## Changes in 0.12.2 [2022.08.11]
+ - This coincides with the `base-compat-0.12.2` release. Refer to the
+   [`base-compat` 
changelog](https://github.com/haskell-compat/base-compat/blob/master/base-compat/CHANGES.markdown#changes-in-0122-20220811)
+   for more details.
+
 ## Changes in 0.12.1 [2021.10.30]
  - Backport `Solo` to the `Data.Tuple.Compat` module. If using `ghc-prim-0.7.0`
    or later, `Solo` is taken from `ghc-prim`. If using an older version of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/base-compat-batteries-0.12.1/base-compat-batteries.cabal 
new/base-compat-batteries-0.12.2/base-compat-batteries.cabal
--- old/base-compat-batteries-0.12.1/base-compat-batteries.cabal        
2001-09-09 03:46:40.000000000 +0200
+++ new/base-compat-batteries-0.12.2/base-compat-batteries.cabal        
2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 name:             base-compat-batteries
-version:          0.12.1
+version:          0.12.2
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2012-2018 Simon Hengel,
@@ -48,7 +48,7 @@
       Haskell2010
   build-depends:
       base        >= 4.3 && < 5,
-      base-compat == 0.12.1,
+      base-compat == 0.12.2,
       ghc-prim
   if !impl(ghc >= 7.8)
     build-depends:
@@ -60,8 +60,8 @@
   if !impl(ghc >= 8.0)
     build-depends:
       fail                >= 4.9.0.0 && < 4.10,
-      semigroups          >= 0.18.4  && < 0.20,
-      transformers        >= 0.2     && < 0.6,
+      semigroups          >= 0.18.4  && < 0.21,
+      transformers        >= 0.2     && < 0.7,
       transformers-compat >= 0.6     && < 0.8
   if !impl(ghc >= 8.2)
     build-depends:

Reply via email to