Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-resolv for openSUSE:Factory checked in at 2025-03-20 19:25:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-resolv (Old) and /work/SRC/openSUSE:Factory/.ghc-resolv.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-resolv" Thu Mar 20 19:25:47 2025 rev:19 rq:1254636 version:0.2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-resolv/ghc-resolv.changes 2024-11-02 16:12:50.401900297 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-resolv.new.2696/ghc-resolv.changes 2025-03-20 19:26:15.916795495 +0100 @@ -1,0 +2,6 @@ +Tue Mar 11 09:18:55 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update resolv to version 0.2.0.2 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-resolv.spec ++++++ --- /var/tmp/diff_new_pack.bcdiNJ/_old 2025-03-20 19:26:16.384814868 +0100 +++ /var/tmp/diff_new_pack.bcdiNJ/_new 2025-03-20 19:26:16.388815033 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-resolv # -# 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: GPL-2.0-or-later 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-devel BuildRequires: ghc-base-prof ++++++ resolv.cabal ++++++ --- /var/tmp/diff_new_pack.bcdiNJ/_old 2025-03-20 19:26:16.436817020 +0100 +++ /var/tmp/diff_new_pack.bcdiNJ/_new 2025-03-20 19:26:16.440817186 +0100 @@ -2,7 +2,7 @@ name: resolv version: 0.2.0.2 -x-revision: 4 +x-revision: 5 synopsis: Domain Name Service (DNS) lookup via the libresolv standard library routines description: { @@ -56,9 +56,9 @@ cbits/hs_resolv_config.h tested-with: - GHC == 9.12.0 + GHC == 9.12.1 GHC == 9.10.1 - GHC == 9.8.2 + GHC == 9.8.4 GHC == 9.6.6 GHC == 9.4.8 GHC == 9.2.8 @@ -102,7 +102,7 @@ , bytestring >= 0.10.0.0 && < 0.13 -- instance IsString ByteString exists in its form since bytestring-0.10.0.0 -- see https://github.com/haskell-hvr/resolv/pull/13#issuecomment-1213876161 - , containers >= 0.4.2.1 && < 0.8 + , containers >= 0.4.2.1 && < 0.9 ghc-options: -Wall include-dirs: cbits