Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-lukko for openSUSE:Factory checked in at 2022-02-11 23:09:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-lukko (Old) and /work/SRC/openSUSE:Factory/.ghc-lukko.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lukko" Fri Feb 11 23:09:18 2022 rev:8 rq:953496 version:0.1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-lukko/ghc-lukko.changes 2021-03-10 08:57:17.962891713 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-lukko.new.1956/ghc-lukko.changes 2022-02-11 23:11:13.499261023 +0100 @@ -1,0 +2,6 @@ +Sun Jan 2 18:07:24 UTC 2022 - Peter Simons <[email protected]> + +- Update lukko to version 0.1.1.3 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-lukko.spec ++++++ --- /var/tmp/diff_new_pack.TEIKno/_old 2022-02-11 23:11:13.903262191 +0100 +++ /var/tmp/diff_new_pack.TEIKno/_new 2022-02-11 23:11:13.907262203 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-lukko # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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: GPL-2.0-or-later AND 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-rpm-macros ExcludeArch: %{ix86} ++++++ lukko.cabal ++++++ --- /var/tmp/diff_new_pack.TEIKno/_old 2022-02-11 23:11:13.951262330 +0100 +++ /var/tmp/diff_new_pack.TEIKno/_new 2022-02-11 23:11:13.955262341 +0100 @@ -1,7 +1,7 @@ cabal-version: 2.2 name: lukko version: 0.1.1.3 -x-revision: 1 +x-revision: 2 synopsis: File locking category: System, Concurrency description: @@ -58,8 +58,9 @@ || ==8.4.4 || ==8.6.5 || ==8.8.4 - || ==8.10.4 + || ==8.10.7 || ==9.0.1 + || ==9.2.1 source-repository head type: git @@ -74,7 +75,7 @@ library default-language: Haskell2010 hs-source-dirs: src - build-depends: base >=4.5 && <4.16 + build-depends: base >=4.5 && <4.17 build-tool-depends: hsc2hs:hsc2hs >=0.67 && <0.69 -- Main library module @@ -152,7 +153,7 @@ ghc-options: -threaded build-depends: , base - , bytestring >=0.9.2.1 && <0.11 + , bytestring >=0.9.2.1 && <0.12 , lukko if os(windows)
