Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-indexed-traversable for 
openSUSE:Factory checked in at 2026-06-10 16:02:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-indexed-traversable (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-indexed-traversable.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-indexed-traversable"

Wed Jun 10 16:02:41 2026 rev:12 rq:1358397 version:0.1.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-indexed-traversable/ghc-indexed-traversable.changes
  2025-01-18 13:18:49.983303918 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable.new.2375/ghc-indexed-traversable.changes
        2026-06-10 16:05:08.286517262 +0200
@@ -1,0 +2,7 @@
+Thu May  7 19:29:13 UTC 2026 - Peter Simons <[email protected]>
+
+- Update indexed-traversable to version 0.1.5.
+  Upstream has not updated the file "Changelog.md" since the last
+  release.
+
+-------------------------------------------------------------------

Old:
----
  indexed-traversable-0.1.4.tar.gz
  indexed-traversable.cabal

New:
----
  indexed-traversable-0.1.5.tar.gz

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

Other differences:
------------------
++++++ ghc-indexed-traversable.spec ++++++
--- /var/tmp/diff_new_pack.WwhPsF/_old  2026-06-10 16:05:12.006671426 +0200
+++ /var/tmp/diff_new_pack.WwhPsF/_new  2026-06-10 16:05:12.030672421 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-indexed-traversable
 #
-# 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
@@ -19,13 +19,12 @@
 %global pkg_name indexed-traversable
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        0.1.4
+Version:        0.1.5
 Release:        0
 Summary:        FunctorWithIndex, FoldableWithIndex, TraversableWithIndex
 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
-Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-array-prof
@@ -88,7 +87,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ indexed-traversable-0.1.4.tar.gz -> indexed-traversable-0.1.5.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/indexed-traversable-0.1.4/indexed-traversable.cabal 
new/indexed-traversable-0.1.5/indexed-traversable.cabal
--- old/indexed-traversable-0.1.4/indexed-traversable.cabal     2001-09-09 
03:46:40.000000000 +0200
+++ new/indexed-traversable-0.1.5/indexed-traversable.cabal     2001-09-09 
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               indexed-traversable
-version:            0.1.4
+version:            0.1.5
 build-type:         Simple
 license:            BSD2
 license-file:       LICENSE
@@ -40,15 +40,22 @@
    || ==9.0.2
    || ==9.2.8
    || ==9.4.8
-   || ==9.6.5
-   || ==9.8.2
+   || ==9.6.6
+   || ==9.8.4
    || ==9.10.1
+   || ==9.12.4
+   || ==9.14.1
 
 source-repository head
   type:     git
   location: https://github.com/haskellari/indexed-traversable
   subdir:   indexed-traversable
 
+flag base-ge-4-18
+  description: @base >=4.18@ (GHC-9.6)
+  default:     True
+  manual:      False
+
 library
   default-language: Haskell2010
   hs-source-dirs:   src
@@ -65,9 +72,15 @@
 
   build-depends:
       array         >=0.3.0.2 && <0.6
-    , base          >=4.12    && <4.21
-    , containers    >=0.6.0.1 && <0.8
+    , base          >=4.12    && <4.23
+    , containers    >=0.6.0.1 && <0.9
     , transformers  >=0.5.6.0 && <0.7
 
-  if !impl(ghc >=9.6)
+  if !flag(base-ge-4-18)
     build-depends: foldable1-classes-compat >=0.1 && <0.2
+
+  if flag(base-ge-4-18)
+    build-depends: base >=4.18
+
+  else
+    build-depends: base <4.18

Reply via email to