Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-setlocale for openSUSE:Factory checked in at 2025-01-18 13:18:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-setlocale (Old) and /work/SRC/openSUSE:Factory/.ghc-setlocale.new.5589 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-setlocale" Sat Jan 18 13:18:33 2025 rev:17 rq:1238585 version:1.0.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-setlocale/ghc-setlocale.changes 2024-05-21 18:36:33.926655774 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-setlocale.new.5589/ghc-setlocale.changes 2025-01-18 13:18:52.075390184 +0100 @@ -1,0 +2,6 @@ +Fri Jan 3 16:40:09 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update setlocale to version 1.0.0.10 revision 6. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-setlocale.spec ++++++ --- /var/tmp/diff_new_pack.dD4xPC/_old 2025-01-18 13:18:52.647413771 +0100 +++ /var/tmp/diff_new_pack.dD4xPC/_new 2025-01-18 13:18:52.651413936 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-setlocale # -# 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 @@ -25,7 +25,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/5.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ setlocale.cabal ++++++ --- /var/tmp/diff_new_pack.dD4xPC/_old 2025-01-18 13:18:52.695415750 +0100 +++ /var/tmp/diff_new_pack.dD4xPC/_new 2025-01-18 13:18:52.699415915 +0100 @@ -1,6 +1,6 @@ name: setlocale version: 1.0.0.10 -x-revision: 5 +x-revision: 6 synopsis: Haskell bindings to setlocale -- description: license: BSD3 @@ -19,7 +19,7 @@ exposed-modules: System.Locale.SetLocale -- other-modules: other-extensions: DeriveDataTypeable, ForeignFunctionInterface - build-depends: base >=4.6 && <4.21 + build-depends: base >=4.6 && <4.22 -- hs-source-dirs: build-tools: hsc2hs default-language: Haskell2010