Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-semialign for openSUSE:Factory 
checked in at 2023-06-22 23:25:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-semialign (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-semialign.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-semialign"

Thu Jun 22 23:25:34 2023 rev:10 rq:1094447 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-semialign/ghc-semialign.changes      
2023-04-04 21:23:08.634122338 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-semialign.new.15902/ghc-semialign.changes   
2023-06-22 23:26:01.893832544 +0200
@@ -1,0 +2,12 @@
+Sat May 27 09:24:19 UTC 2023 - Ondřej Súkup <[email protected]>
+
+- Update semialign to version 1.3.
+  # 1.3
+
+  - Depend on `bifunctor-classes-compat` instead of `bifunctors`
+    See changelog note in `bifunctors-5.6`: 
https://hackage.haskell.org/package/bifunctors-5.6/changelog
+    This is breaking change, but affects only GHC-8.0 and older users.
+    In that case you should check various combinations of newer/older
+    `bifunctors`, `these`, and `semialign` packages.
+
+-------------------------------------------------------------------

Old:
----
  semialign-1.2.0.1.tar.gz
  semialign.cabal

New:
----
  semialign-1.3.tar.gz

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

Other differences:
------------------
++++++ ghc-semialign.spec ++++++
--- /var/tmp/diff_new_pack.qJM7ss/_old  2023-06-22 23:26:02.845837399 +0200
+++ /var/tmp/diff_new_pack.qJM7ss/_new  2023-06-22 23:26:02.849837420 +0200
@@ -19,13 +19,12 @@
 %global pkg_name semialign
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        1.2.0.1
+Version:        1.3
 Release:        0
 Summary:        Align and Zip type-classes from the common Semialign ancestor
 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
@@ -88,7 +87,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ semialign-1.2.0.1.tar.gz -> semialign-1.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/semialign-1.2.0.1/CHANGELOG.md 
new/semialign-1.3/CHANGELOG.md
--- old/semialign-1.2.0.1/CHANGELOG.md  2001-09-09 03:46:40.000000000 +0200
+++ new/semialign-1.3/CHANGELOG.md      2001-09-09 03:46:40.000000000 +0200
@@ -1,3 +1,11 @@
+# 1.3
+
+- Depend on `bifunctor-classes-compat` instead of `bifunctors`
+  See changelog note in `bifunctors-5.6`: 
https://hackage.haskell.org/package/bifunctors-5.6/changelog
+  This is breaking change, but affects only GHC-8.0 and older users.
+  In that case you should check various combinations of newer/older
+  `bifunctors`, `these`, and `semialign` packages.
+
 # 1.2.0.1
 
 -  GHC-9.2 support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/semialign-1.2.0.1/semialign.cabal 
new/semialign-1.3/semialign.cabal
--- old/semialign-1.2.0.1/semialign.cabal       2001-09-09 03:46:40.000000000 
+0200
+++ new/semialign-1.3/semialign.cabal   2001-09-09 03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:      >=1.10
 name:               semialign
-version:            1.2.0.1
+version:            1.3
 synopsis:
   Align and Zip type-classes from the common Semialign ancestor.
 
@@ -30,9 +30,11 @@
      || ==8.4.4
      || ==8.6.5
      || ==8.8.4
-     || ==8.10.4
-     || ==9.0.1
-     || ==9.2.1
+     || ==8.10.7
+     || ==9.0.2
+     || ==9.2.7
+     || ==9.4.4
+     || ==9.6.1
   , GHCJS ==8.4
 
 source-repository head
@@ -66,12 +68,12 @@
 
   -- ghc boot libs
   build-depends:
-      base          >=4.5.1.0 && <4.17
+      base          >=4.5.1.0 && <4.19
     , containers    >=0.4.2.1 && <0.7
     , transformers  >=0.3.0.0 && <0.7
 
   -- These
-  build-depends:    these >=1.1.1.1 && <1.2
+  build-depends:    these >=1.2 && <1.3
 
   -- other dependencies
   build-depends:
@@ -80,15 +82,15 @@
     , indexed-traversable-instances  >=0.1      && <0.2
     , tagged                         >=0.8.6    && <0.9
     , unordered-containers           >=0.2.8.0  && <0.3
-    , vector                         >=0.12.0.2 && <0.13
+    , vector                         >=0.12.0.2 && <0.14
 
   -- base shims
   if !impl(ghc >=8.2)
-    build-depends: bifunctors >=5.5.4 && <5.6
+    build-depends: bifunctor-classes-compat >=0.1 && <0.2
 
   if !impl(ghc >=8.0)
     build-depends:
-        semigroups           >=0.18.5  && <0.20
+        semigroups           >=0.18.5  && <0.21
       , transformers         >=0.3.0.0 && <0.7
       , transformers-compat  >=0.6.5   && <0.8
 
@@ -103,4 +105,4 @@
     build-depends: ghc-prim
 
   if flag(semigroupoids)
-    build-depends: semigroupoids >=5.3.2 && <5.4
+    build-depends: semigroupoids >=5.3.2 && <6.1

Reply via email to