Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ghc-pandoc-types"

Wed Jun 10 16:04:49 2026 rev:44 rq:1358421 version:1.23.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pandoc-types/ghc-pandoc-types.changes        
2025-10-10 17:12:49.170004812 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-pandoc-types.new.2375/ghc-pandoc-types.changes  
    2026-06-10 16:08:04.061801446 +0200
@@ -1,0 +2,32 @@
+Mon Jun  1 10:44:07 UTC 2026 - Peter Simons <[email protected]>
+
+- Update pandoc-types to version 1.23.1.2.
+  [1.23.1.2]
+
+    * Bump upper bound for QuickCheck.
+
+    * Remove obsolete semigroups clause for ghc < 8.
+
+    * Allow aeson 2.3 (Francesco Gazzetta).
+
+    * CI: remove ghc 8.10 from testing
+
+    * Use lts-26 in stack.yaml.
+
+    * Set minimum base version 4.15.
+
+-------------------------------------------------------------------
+Mon Dec 29 18:00:16 UTC 2025 - Peter Simons <[email protected]>
+
+- Update pandoc-types to version 1.23.1.1.
+  [1.23.1.1]
+
+    * Remove unused `ghc-prim` dependency (konsumlam).
+
+    * Bump bound for QuickCheck.
+
+    * Allow deepseq-1.5 (Bodigrim).
+
+    * Fix 'patter' typo in SimpleFigure haddock (Owen Shepherd).
+
+-------------------------------------------------------------------

Old:
----
  pandoc-types-1.23.1.tar.gz
  pandoc-types.cabal

New:
----
  pandoc-types-1.23.1.2.tar.gz

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

Other differences:
------------------
++++++ ghc-pandoc-types.spec ++++++
--- /var/tmp/diff_new_pack.sFyUY7/_old  2026-06-10 16:08:06.049883834 +0200
+++ /var/tmp/diff_new_pack.sFyUY7/_new  2026-06-10 16:08:06.049883834 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-pandoc-types
 #
-# 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:        1.23.1
+Version:        1.23.1.2
 Release:        0
 Summary:        Types for representing a structured document
 License:        GPL-2.0-only
 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/4.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-QuickCheck-prof
@@ -108,7 +107,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ pandoc-types-1.23.1.tar.gz -> pandoc-types-1.23.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.23.1/changelog 
new/pandoc-types-1.23.1.2/changelog
--- old/pandoc-types-1.23.1/changelog   2001-09-09 03:46:40.000000000 +0200
+++ new/pandoc-types-1.23.1.2/changelog 2001-09-09 03:46:40.000000000 +0200
@@ -1,3 +1,27 @@
+[1.23.1.2]
+
+  * Bump upper bound for QuickCheck.
+
+  * Remove obsolete semigroups clause for ghc < 8.
+
+  * Allow aeson 2.3 (Francesco Gazzetta).
+
+  * CI: remove ghc 8.10 from testing
+
+  * Use lts-26 in stack.yaml.
+
+  * Set minimum base version 4.15.
+
+[1.23.1.1]
+
+  * Remove unused `ghc-prim` dependency (konsumlam).
+
+  * Bump bound for QuickCheck.
+
+  * Allow deepseq-1.5 (Bodigrim).
+
+  * Fix 'patter' typo in SimpleFigure haddock (Owen Shepherd).
+
 [1.23.1]
 
   * Restore toJSONFilter instance for pure `a -> [a]`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.23.1/pandoc-types.cabal 
new/pandoc-types-1.23.1.2/pandoc-types.cabal
--- old/pandoc-types-1.23.1/pandoc-types.cabal  2001-09-09 03:46:40.000000000 
+0200
+++ new/pandoc-types-1.23.1.2/pandoc-types.cabal        2001-09-09 
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 Name:                pandoc-types
-version:             1.23.1
+version:             1.23.1.2
 Synopsis:            Types for representing a structured document
 Description:         @Text.Pandoc.Definition@ defines the 'Pandoc' data
                      structure, which is used by pandoc to represent
@@ -32,10 +32,10 @@
 Copyright:           (c) 2006-2023 John MacFarlane
 Category:            Text
 Build-type:          Simple
-Extra-Source-Files:  changelog
+Extra-doc-files:     changelog
 Source-repository    head
   type:              git
-  location:          git://github.com/jgm/pandoc-types.git
+  location:          https://github.com/jgm/pandoc-types.git
 
 Library
   hs-source-dirs:    src
@@ -47,18 +47,15 @@
                      Text.Pandoc.Arbitrary
   Other-modules:     Paths_pandoc_types
   Autogen-modules:   Paths_pandoc_types
-  Build-depends:     base >= 4.5 && < 5,
+  Build-depends:     base >= 4.15 && < 5,
                      containers >= 0.3,
                      text,
-                     deepseq >= 1.4.1 && < 1.5,
+                     deepseq >= 1.4.1 && < 1.6,
                      syb >= 0.1 && < 0.8,
-                     ghc-prim >= 0.2,
                      bytestring >= 0.9 && < 0.13,
-                     aeson >= 0.6.2 && < 2.3,
+                     aeson >= 0.6.2 && < 2.4,
                      transformers >= 0.2 && < 0.7,
-                     QuickCheck >= 2.10 && < 2.15
-  if !impl(ghc >= 8.0)
-    Build-depends:   semigroups == 0.18.*
+                     QuickCheck >= 2.10 && < 2.19
   ghc-options:       -Wall
   default-language:  Haskell2010
 
@@ -70,14 +67,14 @@
   build-depends:       base,
                        pandoc-types,
                        syb,
-                       aeson >= 0.6.2 && < 2.3,
+                       aeson >= 0.6.2 && < 2.4,
                        containers >= 0.3,
                        text,
                        bytestring >= 0.9 && < 0.13,
                        test-framework >= 0.3 && < 0.9,
                        test-framework-hunit >= 0.2 && < 0.4,
                        test-framework-quickcheck2 >= 0.2.9 && < 0.4,
-                       QuickCheck >= 2.10 && < 2.15,
+                       QuickCheck >= 2.10 && < 2.19,
                        HUnit >= 1.2 && < 1.7,
                        template-haskell >= 2
   ghc-options:         -threaded -rtsopts -with-rtsopts=-N -Wall -O2
@@ -88,7 +85,7 @@
   main-is:         bench.hs
   hs-source-dirs:  benchmark
   build-depends:   pandoc-types,
-                   base >= 4.5 && < 5,
+                   base >= 4.15 && < 5,
                    text,
                    criterion >= 1.0
   ghc-options:   -rtsopts -Wall -fno-warn-unused-do-bind -O2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.23.1/src/Text/Pandoc/Arbitrary.hs 
new/pandoc-types-1.23.1.2/src/Text/Pandoc/Arbitrary.hs
--- old/pandoc-types-1.23.1/src/Text/Pandoc/Arbitrary.hs        2001-09-09 
03:46:40.000000000 +0200
+++ new/pandoc-types-1.23.1.2/src/Text/Pandoc/Arbitrary.hs      2001-09-09 
03:46:40.000000000 +0200
@@ -4,7 +4,6 @@
 module Text.Pandoc.Arbitrary ()
 where
 import Test.QuickCheck
-import Control.Applicative (Applicative ((<*>), pure), (<$>))
 import Control.Monad (forM)
 import Data.Text (Text)
 import qualified Data.Text as T
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.23.1/src/Text/Pandoc/Builder.hs 
new/pandoc-types-1.23.1.2/src/Text/Pandoc/Builder.hs
--- old/pandoc-types-1.23.1/src/Text/Pandoc/Builder.hs  2001-09-09 
03:46:40.000000000 +0200
+++ new/pandoc-types-1.23.1.2/src/Text/Pandoc/Builder.hs        2001-09-09 
03:46:40.000000000 +0200
@@ -191,13 +191,10 @@
 import qualified Data.Text as T
 import Data.Sequence (Seq, (|>), viewr, viewl, ViewR(..), ViewL(..))
 import qualified Data.Sequence as Seq
-import Data.Traversable (Traversable)
-import Data.Foldable (Foldable)
 import qualified Data.Foldable as F
 import Data.Data
 import Control.Arrow ((***))
 import GHC.Generics (Generic)
-import Data.Semigroup (Semigroup(..))
 
 newtype Many a = Many { unMany :: Seq a }
                  deriving (Data, Ord, Eq, Typeable, Foldable, Traversable, 
Functor, Show, Read)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.23.1/src/Text/Pandoc/Definition.hs 
new/pandoc-types-1.23.1.2/src/Text/Pandoc/Definition.hs
--- old/pandoc-types-1.23.1/src/Text/Pandoc/Definition.hs       2001-09-09 
03:46:40.000000000 +0200
+++ new/pandoc-types-1.23.1.2/src/Text/Pandoc/Definition.hs     2001-09-09 
03:46:40.000000000 +0200
@@ -99,7 +99,6 @@
 import Control.DeepSeq
 import Paths_pandoc_types (version)
 import Data.Version (Version, versionBranch)
-import Data.Semigroup (Semigroup(..))
 import Control.Arrow (second)
 
 data Pandoc = Pandoc Meta [Block]
@@ -318,7 +317,7 @@
   | (src, Just tit) <- second (T.stripPrefix "fig:") tgt = Just (src, tit)
   | otherwise = Nothing
 
--- | Bidirectional patter synonym
+-- | Bidirectional pattern synonym
 --
 -- It can pass as a Block constructor
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.23.1/src/Text/Pandoc/Walk.hs 
new/pandoc-types-1.23.1.2/src/Text/Pandoc/Walk.hs
--- old/pandoc-types-1.23.1/src/Text/Pandoc/Walk.hs     2001-09-09 
03:46:40.000000000 +0200
+++ new/pandoc-types-1.23.1.2/src/Text/Pandoc/Walk.hs   2001-09-09 
03:46:40.000000000 +0200
@@ -114,16 +114,12 @@
   , walkPandocM
   )
 where
-import Control.Applicative (Applicative ((<*>), pure), (<$>))
 import Control.Monad ((>=>))
 import Data.Functor.Identity (Identity (runIdentity))
 import qualified Data.Map as M
 import Text.Pandoc.Definition
 import qualified Data.Traversable as T
-import Data.Traversable (Traversable)
 import qualified Data.Foldable as F
-import Data.Foldable (Foldable)
-import Data.Monoid ((<>))
 
 class Walkable a b where
   -- | @walk f x@ walks the structure @x@ (bottom up) and replaces every

Reply via email to