Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-th-compat for openSUSE:Factory checked in at 2024-01-30 18:25:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-th-compat (Old) and /work/SRC/openSUSE:Factory/.ghc-th-compat.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-th-compat" Tue Jan 30 18:25:52 2024 rev:10 rq:1142688 version:0.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-th-compat/ghc-th-compat.changes 2023-08-18 19:28:26.395324593 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-th-compat.new.1815/ghc-th-compat.changes 2024-01-30 18:26:03.815345828 +0100 @@ -1,0 +2,6 @@ +Mon Jan 22 12:28:40 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update th-compat to version 0.1.4 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-th-compat.spec ++++++ --- /var/tmp/diff_new_pack.g3SPvK/_old 2024-01-30 18:26:04.279362567 +0100 +++ /var/tmp/diff_new_pack.g3SPvK/_new 2024-01-30 18:26:04.287362857 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-th-compat # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ License: BSD-3-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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ th-compat.cabal ++++++ --- /var/tmp/diff_new_pack.g3SPvK/_old 2024-01-30 18:26:04.323364155 +0100 +++ /var/tmp/diff_new_pack.g3SPvK/_new 2024-01-30 18:26:04.327364299 +0100 @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: th-compat version: 0.1.4 -x-revision: 3 +x-revision: 4 synopsis: Backward- (and forward-)compatible Quote and Code types description: This package defines a "Language.Haskell.TH.Syntax.Compat" module, which backports the @Quote@ and @Code@ types to @@ -50,7 +50,7 @@ build-depends: fail == 4.9.* , transformers >= 0.2 && < 0.7 if !impl(ghc >= 9.4) - build-depends: filepath >= 1.2.0.0 && < 1.5 + build-depends: filepath >= 1.2.0.0 && < 1.6 , directory >= 1.1.0.0 && < 1.4 hs-source-dirs: src default-language: Haskell2010