Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-indexed-traversable-instances
for openSUSE:Factory checked in at 2026-06-10 16:02:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances (Old)
and
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-indexed-traversable-instances"
Wed Jun 10 16:02:47 2026 rev:9 rq:1358398 version:0.1.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances/ghc-indexed-traversable-instances.changes
2025-01-18 13:18:50.715334103 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.2375/ghc-indexed-traversable-instances.changes
2026-06-10 16:05:16.666864546 +0200
@@ -1,0 +2,7 @@
+Wed Apr 15 21:16:23 UTC 2026 - Peter Simons <[email protected]>
+
+- Update indexed-traversable-instances to version 0.1.2.1.
+ Upstream has not updated the file "Changelog.md" since the last
+ release.
+
+-------------------------------------------------------------------
Old:
----
indexed-traversable-instances-0.1.2.tar.gz
indexed-traversable-instances.cabal
New:
----
indexed-traversable-instances-0.1.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-indexed-traversable-instances.spec ++++++
--- /var/tmp/diff_new_pack.v2Sj12/_old 2026-06-10 16:05:19.610986552 +0200
+++ /var/tmp/diff_new_pack.v2Sj12/_new 2026-06-10 16:05:19.614986718 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-indexed-traversable-instances
#
-# 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,13 +20,12 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.1.2
+Version: 0.1.2.1
Release: 0
Summary: More instances of 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-OneTuple-devel
BuildRequires: ghc-OneTuple-prof
@@ -53,8 +52,6 @@
BuildRequires: ghc-tasty-prof
BuildRequires: ghc-tasty-quickcheck-devel
BuildRequires: ghc-tasty-quickcheck-prof
-BuildRequires: ghc-transformers-devel
-BuildRequires: ghc-transformers-prof
%endif
%description
@@ -96,7 +93,6 @@
%prep
%autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ indexed-traversable-instances-0.1.2.tar.gz ->
indexed-traversable-instances-0.1.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/indexed-traversable-instances-0.1.2/indexed-traversable-instances.cabal
new/indexed-traversable-instances-0.1.2.1/indexed-traversable-instances.cabal
--- old/indexed-traversable-instances-0.1.2/indexed-traversable-instances.cabal
2001-09-09 03:46:40.000000000 +0200
+++
new/indexed-traversable-instances-0.1.2.1/indexed-traversable-instances.cabal
2001-09-09 03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
cabal-version: 1.12
name: indexed-traversable-instances
-version: 0.1.2
+version: 0.1.2.1
build-type: Simple
license: BSD2
license-file: LICENSE
@@ -27,9 +27,11 @@
|| ==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
@@ -40,7 +42,7 @@
default-language: Haskell2010
hs-source-dirs: src
build-depends:
- base >=4.12 && <4.21
+ base >=4.12 && <4.23
, indexed-traversable >=0.1.4 && <0.2
, OneTuple >=0.3 && <0.5
, tagged >=0.8.6 && <0.9
@@ -70,12 +72,11 @@
, indexed-traversable
, indexed-traversable-instances
, OneTuple
- , transformers
, unordered-containers
, vector
build-depends:
- QuickCheck >=2.14.2 && <2.15
- , quickcheck-instances >=0.3.29 && <0.4
+ QuickCheck >=2.14.2 && <2.19
+ , quickcheck-instances >=0.3.29 && <0.5
, tasty >=1.2.3 && <1.6
- , tasty-quickcheck >=0.10.1.1 && <0.11
+ , tasty-quickcheck >=0.10.1.1 && <0.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/indexed-traversable-instances-0.1.2/tests/main.hs
new/indexed-traversable-instances-0.1.2.1/tests/main.hs
--- old/indexed-traversable-instances-0.1.2/tests/main.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/indexed-traversable-instances-0.1.2.1/tests/main.hs 2001-09-09
03:46:40.000000000 +0200
@@ -13,12 +13,14 @@
import Test.Tasty (TestTree, defaultMain, testGroup)
import Test.Tasty.QuickCheck (testProperty)
+#if MIN_VERSION_base(4,16,0)
#if MIN_VERSION_OneTuple(0,4,0)
import Data.Tuple.Solo (Solo (MkSolo))
#else
import Data.Tuple.Solo (Solo (Solo))
#define MkSolo Solo
#endif
+#endif
import qualified Data.HashMap.Lazy as HM
import qualified Data.Map as Map
@@ -50,7 +52,9 @@
, battery $ mkT (HM.keys :: forall a. HM.HashMap I a -> [I])
, battery $ mkT (zipWith const [0 ..] . toList :: forall a. Seq.Seq a ->
[Int])
, battery $ mkT $ zipWith const [0 ..] . V.toList
+#if MIN_VERSION_base(4,16,0)
, battery $ mkT $ \(MkSolo _) -> [()]
+#endif
#if MIN_VERSION_containers(0,6,3)
, battery $ mkT IntMap.keys
#endif