Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-turtle for openSUSE:Factory checked in at 2023-01-28 18:44:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-turtle (Old) and /work/SRC/openSUSE:Factory/.ghc-turtle.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-turtle" Sat Jan 28 18:44:37 2023 rev:21 rq:1061638 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-turtle/ghc-turtle.changes 2022-10-13 15:43:41.358918784 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-turtle.new.32243/ghc-turtle.changes 2023-01-28 18:52:19.461003234 +0100 @@ -1,0 +2,6 @@ +Fri Jan 20 16:01:42 UTC 2023 - Peter Simons <[email protected]> + +- Update turtle to version 1.6.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-turtle.spec ++++++ --- /var/tmp/diff_new_pack.DM7GHI/_old 2023-01-28 18:52:19.905005749 +0100 +++ /var/tmp/diff_new_pack.DM7GHI/_new 2023-01-28 18:52:19.909005771 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-turtle # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-ansi-wl-pprint-devel BuildRequires: ghc-async-devel ++++++ turtle.cabal ++++++ --- /var/tmp/diff_new_pack.DM7GHI/_old 2023-01-28 18:52:19.965006088 +0100 +++ /var/tmp/diff_new_pack.DM7GHI/_new 2023-01-28 18:52:19.969006112 +0100 @@ -1,6 +1,6 @@ Name: turtle Version: 1.6.1 -x-revision: 1 +x-revision: 2 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 @@ -83,11 +83,11 @@ transformers >= 0.2.0.0 && < 0.7 , optparse-applicative >= 0.16 && < 0.18, optional-args >= 1.0 && < 2.0 , - unix-compat >= 0.4 && < 0.7 + unix-compat >= 0.4 && < 0.8 if os(windows) Build-Depends: Win32 >= 2.12 else - Build-Depends: unix >= 2.5.1.0 && < 2.8 + Build-Depends: unix >= 2.5.1.0 && < 2.9 Exposed-Modules: Turtle,
