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 2021-04-06 17:31:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-setlocale (Old) and /work/SRC/openSUSE:Factory/.ghc-setlocale.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-setlocale" Tue Apr 6 17:31:18 2021 rev:11 rq:883272 version:1.0.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-setlocale/ghc-setlocale.changes 2020-12-22 11:45:58.781839402 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-setlocale.new.2401/ghc-setlocale.changes 2021-04-06 17:32:54.351335782 +0200 @@ -1,0 +2,12 @@ +Tue Mar 30 08:42:31 UTC 2021 - psim...@suse.com + +- Update setlocale to version 1.0.0.10. + Upstream does not provide a change log file. + +------------------------------------------------------------------- +Mon Mar 29 12:08:56 UTC 2021 - psim...@suse.com + +- Update setlocale to version 1.0.0.9 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- Old: ---- setlocale-1.0.0.9.tar.gz setlocale.cabal New: ---- setlocale-1.0.0.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-setlocale.spec ++++++ --- /var/tmp/diff_new_pack.FT2Vfc/_old 2021-04-06 17:32:55.003336520 +0200 +++ /var/tmp/diff_new_pack.FT2Vfc/_new 2021-04-06 17:32:55.007336524 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-setlocale # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,12 @@ %global pkg_name setlocale Name: ghc-%{pkg_name} -Version: 1.0.0.9 +Version: 1.0.0.10 Release: 0 Summary: Haskell bindings to setlocale 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/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros ExcludeArch: %{ix86} @@ -44,7 +43,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ setlocale-1.0.0.9.tar.gz -> setlocale-1.0.0.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/setlocale-1.0.0.9/setlocale.cabal new/setlocale-1.0.0.10/setlocale.cabal --- old/setlocale-1.0.0.9/setlocale.cabal 2019-09-21 22:35:54.000000000 +0200 +++ new/setlocale-1.0.0.10/setlocale.cabal 2021-03-29 20:44:29.000000000 +0200 @@ -1,16 +1,16 @@ name: setlocale -version: 1.0.0.9 +version: 1.0.0.10 synopsis: Haskell bindings to setlocale -- description: license: BSD3 license-file: LICENSE author: Sven Bartscher maintainer: sven.bartsc...@weltraumschlangen.de -copyright: 2014-2019, Sven Bartscher +copyright: 2014-2021, Sven Bartscher category: System build-type: Simple -homepage: https://bitbucket.org/IchUndNichtDu/haskell-setlocale -bug-reports: https://bitbucket.org/IchUndNichtDu/haskell-setlocale/issues +homepage: https://gitlab.com/Kritzefitz/haskell-setlocale/ +bug-reports: https://gitlab.com/Kritzefitz/haskell-setlocale/issues -- extra-source-files: cabal-version: >=1.10 @@ -18,7 +18,7 @@ exposed-modules: System.Locale.SetLocale -- other-modules: other-extensions: DeriveDataTypeable, ForeignFunctionInterface - build-depends: base >=4.6 && <4.14 + build-depends: base >=4.6 && <4.16 -- hs-source-dirs: build-tools: hsc2hs default-language: Haskell2010