Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-feed for openSUSE:Factory checked in at 2025-05-22 16:57:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-feed (Old) and /work/SRC/openSUSE:Factory/.ghc-feed.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-feed" Thu May 22 16:57:08 2025 rev:16 rq:1279241 version:1.3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-feed/ghc-feed.changes 2024-12-20 23:10:54.817197837 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-feed.new.2732/ghc-feed.changes 2025-05-22 16:57:46.648226471 +0200 @@ -1,0 +2,6 @@ +Sun May 18 10:04:28 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update feed to version 1.3.2.1 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-feed.spec ++++++ --- /var/tmp/diff_new_pack.7GcBVd/_old 2025-05-22 16:57:47.064244002 +0200 +++ /var/tmp/diff_new_pack.7GcBVd/_new 2025-05-22 16:57:47.064244002 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-feed # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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/4.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-compat-devel BuildRequires: ghc-base-compat-prof @@ -111,8 +111,6 @@ %prep %autosetup -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal -cabal-tweak-dep-ver base '< 4.20' '< 5' -cabal-tweak-dep-ver base-compat '< 0.14' '< 1' %build %ghc_lib_build ++++++ feed.cabal ++++++ --- /var/tmp/diff_new_pack.7GcBVd/_old 2025-05-22 16:57:47.104245688 +0200 +++ /var/tmp/diff_new_pack.7GcBVd/_new 2025-05-22 16:57:47.108245857 +0200 @@ -1,6 +1,6 @@ name: feed version: 1.3.2.1 -x-revision: 4 +x-revision: 5 license: BSD3 license-file: LICENSE category: Text @@ -83,18 +83,18 @@ Data.Text.Util Data.XML.Compat build-depends: - base >= 4 && < 4.20 - , base-compat >= 0.9 && < 0.14 + base >= 4 && < 4.22 + , base-compat >= 0.9 && < 0.15 , bytestring >= 0.9 && < 0.13 , old-locale == 1.0.* , old-time >= 1 && < 1.2 , safe == 0.3.* , text < 1.3 || >= 2.0 && < 2.2 - , time < 1.13 + , time < 1.15 , time-locale-compat == 0.1.* , utf8-string < 1.1 , xml-types >= 0.3.6 && < 0.4 - , xml-conduit >= 1.3 && < 1.10 + , xml-conduit >= 1.3 && < 1.11 test-suite tests ghc-options: -Wall @@ -121,8 +121,8 @@ Text.RSS.Tests Text.RSS.Utils build-depends: - base >= 4.6 && < 4.20 - , base-compat >= 0.9 && < 0.14 + base >= 4.6 && < 4.22 + , base-compat >= 0.9 && < 0.15 , HUnit >= 1.2 && < 1.7 , feed , old-time >= 1 && < 1.2 @@ -130,9 +130,9 @@ , test-framework == 0.8.* , test-framework-hunit == 0.3.* , text < 1.3 || >= 2.0 && < 2.2 - , time < 1.13 + , time < 1.15 , xml-types >= 0.3.6 && < 0.4 - , xml-conduit >= 1.3 && < 1.10 + , xml-conduit >= 1.3 && < 1.11 test-suite readme ghc-options: -Wall -pgmL markdown-unlit @@ -144,10 +144,10 @@ type: exitcode-stdio-1.0 build-depends: base >= 4.6 - , base-compat >= 0.9 && < 0.13 + , base-compat >= 0.9 && < 0.15 , text , feed - , xml-conduit + , xml-conduit < 1.10 , xml-types build-tool-depends: markdown-unlit:markdown-unlit >= 0.4 && < 0.6