Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-adjunctions for openSUSE:Factory 
checked in at 2026-06-10 15:57:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-adjunctions (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-adjunctions.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-adjunctions"

Wed Jun 10 15:57:30 2026 rev:14 rq:1358325 version:4.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-adjunctions/ghc-adjunctions.changes  
2025-03-17 22:22:56.639893758 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-adjunctions.new.2375/ghc-adjunctions.changes    
    2026-06-10 15:57:54.328534006 +0200
@@ -1,0 +2,8 @@
+Sat Jan 10 20:45:29 UTC 2026 - Peter Simons <[email protected]>
+
+- Update adjunctions to version 4.4.4.
+  4.4.4 [2026.01.10]
+  ------------------
+  * Remove unused dependencies.
+
+-------------------------------------------------------------------

Old:
----
  adjunctions-4.4.3.tar.gz

New:
----
  adjunctions-4.4.4.tar.gz

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

Other differences:
------------------
++++++ ghc-adjunctions.spec ++++++
--- /var/tmp/diff_new_pack.jR7MmN/_old  2026-06-10 15:57:55.092565668 +0200
+++ /var/tmp/diff_new_pack.jR7MmN/_new  2026-06-10 15:57:55.096565833 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-adjunctions
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,23 +20,19 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        4.4.3
+Version:        4.4.4
 Release:        0
 Summary:        Adjunctions and representable functors
 License:        BSD-2-Clause
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-array-devel
-BuildRequires:  ghc-array-prof
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
 BuildRequires:  ghc-comonad-devel
 BuildRequires:  ghc-comonad-prof
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-containers-prof
-BuildRequires:  ghc-contravariant-devel
-BuildRequires:  ghc-contravariant-prof
 BuildRequires:  ghc-distributive-devel
 BuildRequires:  ghc-distributive-prof
 BuildRequires:  ghc-free-devel
@@ -48,16 +44,10 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-semigroupoids-devel
 BuildRequires:  ghc-semigroupoids-prof
-BuildRequires:  ghc-semigroups-devel
-BuildRequires:  ghc-semigroups-prof
 BuildRequires:  ghc-tagged-devel
 BuildRequires:  ghc-tagged-prof
-BuildRequires:  ghc-transformers-compat-devel
-BuildRequires:  ghc-transformers-compat-prof
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-transformers-prof
-BuildRequires:  ghc-void-devel
-BuildRequires:  ghc-void-prof
 ExcludeArch:    %{ix86}
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel

++++++ adjunctions-4.4.3.tar.gz -> adjunctions-4.4.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adjunctions-4.4.3/CHANGELOG.markdown 
new/adjunctions-4.4.4/CHANGELOG.markdown
--- old/adjunctions-4.4.3/CHANGELOG.markdown    2001-09-09 03:46:40.000000000 
+0200
+++ new/adjunctions-4.4.4/CHANGELOG.markdown    2001-09-09 03:46:40.000000000 
+0200
@@ -1,3 +1,7 @@
+4.4.4 [2026.01.10]
+------------------
+* Remove unused dependencies.
+
 4.4.3 [2025.03.03]
 ------------------
 * Drop support for pre-8.0 versions of GHC.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adjunctions-4.4.3/adjunctions.cabal 
new/adjunctions-4.4.4/adjunctions.cabal
--- old/adjunctions-4.4.3/adjunctions.cabal     2001-09-09 03:46:40.000000000 
+0200
+++ new/adjunctions-4.4.4/adjunctions.cabal     2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 name:          adjunctions
 category:      Data Structures, Adjunctions
-version:       4.4.3
+version:       4.4.4
 license:       BSD2
 cabal-version: >= 1.10
 license-file:  LICENSE
@@ -28,10 +28,11 @@
              , GHC == 9.0.2
              , GHC == 9.2.8
              , GHC == 9.4.8
-             , GHC == 9.6.6
+             , GHC == 9.6.7
              , GHC == 9.8.4
-             , GHC == 9.10.1
-             , GHC == 9.12.1
+             , GHC == 9.10.3
+             , GHC == 9.12.2
+             , GHC == 9.14.1
 
 source-repository head
   type: git
@@ -49,21 +50,19 @@
     UndecidableInstances
 
   build-depends:
-    array               >= 0.3.0.2 && < 0.7,
     base                >= 4.9     && < 5,
     comonad             >= 4       && < 6,
     containers          >= 0.3     && < 0.9,
-    contravariant       >= 1       && < 2,
     distributive        >= 0.5.1   && < 1,
     free                >= 4       && < 6,
     mtl                 >= 2.0.1   && < 2.4,
     profunctors         >= 4       && < 6,
     tagged              >= 0.7     && < 1,
     semigroupoids       >= 4       && < 7,
-    semigroups          >= 0.11    && < 1,
-    transformers        >= 0.5.2   && < 0.7,
-    transformers-compat >= 0.3     && < 1,
-    void                >= 0.5.5.1 && < 1
+    transformers        >= 0.5.2   && < 0.7
+
+  if !impl(ghc>=8.6)
+    build-depends: contravariant (>=1.5 && <2)
 
   exposed-modules:
     Control.Comonad.Representable.Store

Reply via email to