Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gtk2hs-buildtools for openSUSE:Factory checked in at 2023-06-22 23:25:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtk2hs-buildtools (Old) and /work/SRC/openSUSE:Factory/.gtk2hs-buildtools.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk2hs-buildtools" Thu Jun 22 23:25:42 2023 rev:3 rq:1094459 version:0.13.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gtk2hs-buildtools/gtk2hs-buildtools.changes 2023-04-04 21:25:26.426902896 +0200 +++ /work/SRC/openSUSE:Factory/.gtk2hs-buildtools.new.15902/gtk2hs-buildtools.changes 2023-06-22 23:26:17.617912736 +0200 @@ -1,0 +2,9 @@ +Fri May 12 13:57:42 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update gtk2hs-buildtools to version 0.13.10.0. + Upstream does not provide a change log file. + +- Drop obsolete "fix-ghc-9.4.x-build.patch" patch. The upstream + version compiles fine with ghc 9.4.x now. + +------------------------------------------------------------------- @@ -16 +24,0 @@ - Old: ---- fix-ghc-9.4.x-build.patch gtk2hs-buildtools-0.13.8.3.tar.gz New: ---- gtk2hs-buildtools-0.13.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk2hs-buildtools.spec ++++++ --- /var/tmp/diff_new_pack.UUKcRr/_old 2023-06-22 23:26:18.833918938 +0200 +++ /var/tmp/diff_new_pack.UUKcRr/_new 2023-06-22 23:26:18.837918958 +0200 @@ -19,13 +19,12 @@ %global pkg_name gtk2hs-buildtools %global pkgver %{pkg_name}-%{version} Name: %{pkg_name} -Version: 0.13.8.3 +Version: 0.13.10.0 Release: 0 Summary: Tools to build the Gtk2Hs suite of User Interface libraries License: GPL-2.0-only URL: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz -Patch1: fix-ghc-9.4.x-build.patch BuildRequires: alex BuildRequires: chrpath BuildRequires: ghc-Cabal-devel @@ -94,7 +93,7 @@ This package provides the Haskell %{pkg_name} profiling library. %prep -%autosetup -p1 +%autosetup %build %ghc_lib_build ++++++ gtk2hs-buildtools-0.13.8.3.tar.gz -> gtk2hs-buildtools-0.13.10.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtk2hs-buildtools-0.13.8.3/gtk2hs-buildtools.cabal new/gtk2hs-buildtools-0.13.10.0/gtk2hs-buildtools.cabal --- old/gtk2hs-buildtools-0.13.8.3/gtk2hs-buildtools.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/gtk2hs-buildtools-0.13.10.0/gtk2hs-buildtools.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 3.0 Name: gtk2hs-buildtools -Version: 0.13.8.3 +Version: 0.13.10.0 License: GPL-2.0-only License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtk2hs-buildtools-0.13.8.3/src/Gtk2HsSetup.hs new/gtk2hs-buildtools-0.13.10.0/src/Gtk2HsSetup.hs --- old/gtk2hs-buildtools-0.13.8.3/src/Gtk2HsSetup.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/gtk2hs-buildtools-0.13.10.0/src/Gtk2HsSetup.hs 2001-09-09 03:46:40.000000000 +0200 @@ -299,6 +299,9 @@ ourC2hs :: BuildInfo -> LocalBuildInfo -> PreProcessor ourC2hs bi lbi = PreProcessor { #endif +#if MIN_VERSION_Cabal(3,8,1) + ppOrdering = \_ _ ms -> return ms, +#endif platformIndependent = False, runPreProcessor = runC2HS bi lbi }