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 2023-10-18 21:25:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-lukko (Old) and /work/SRC/openSUSE:Factory/.ghc-lukko.new.31755 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lukko" Wed Oct 18 21:25:55 2023 rev:11 rq:1118475 version:0.1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-lukko/ghc-lukko.changes 2023-04-04 21:21:26.917546352 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-lukko.new.31755/ghc-lukko.changes 2023-10-18 21:26:08.565641668 +0200 @@ -1,0 +2,6 @@ +Fri Oct 13 10:16:13 UTC 2023 - Peter Simons <[email protected]> + +- Update lukko to version 0.1.1.3 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-lukko.spec ++++++ --- /var/tmp/diff_new_pack.lqvHC9/_old 2023-10-18 21:26:09.685682241 +0200 +++ /var/tmp/diff_new_pack.lqvHC9/_new 2023-10-18 21:26:09.685682241 +0200 @@ -26,7 +26,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/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 ++++++ lukko.cabal ++++++ --- /var/tmp/diff_new_pack.lqvHC9/_old 2023-10-18 21:26:09.725683690 +0200 +++ /var/tmp/diff_new_pack.lqvHC9/_new 2023-10-18 21:26:09.729683835 +0200 @@ -1,7 +1,7 @@ cabal-version: 2.2 name: lukko version: 0.1.1.3 -x-revision: 4 +x-revision: 5 synopsis: File locking category: System, Concurrency description: @@ -60,9 +60,10 @@ || ==8.8.4 || ==8.10.7 || ==9.0.2 - || ==9.2.7 - || ==9.4.4 - || ==9.6.1 + || ==9.2.8 + || ==9.4.7 + || ==9.6.3 + || ==9.8.1 source-repository head type: git @@ -77,7 +78,7 @@ library default-language: Haskell2010 hs-source-dirs: src - build-depends: base >=4.5 && <4.19 + build-depends: base >=4.5 && <4.20 build-tool-depends: hsc2hs:hsc2hs >=0.67 && <0.69 -- Main library module @@ -126,10 +127,10 @@ build-depends: , async ^>=2.2.2 , base - , filepath ^>=1.3.0.0 || ^>=1.4.0.0 + , filepath ^>=1.3.0.0 || ^>=1.4.0.0 , lukko , singleton-bool ^>=0.1.5 - , tasty ^>=1.4.0.1 + , tasty >=1.4.0.1 && <1.5 || ^>=1.5 , tasty-expected-failure ^>=0.11.1.2 || ^>=0.12.2 , tasty-hunit ^>=0.10.0.2 , temporary ^>=1.3 @@ -155,7 +156,7 @@ ghc-options: -threaded build-depends: , base - , bytestring >=0.9.2.1 && <0.12 + , bytestring >=0.9.2.1 && <0.13 , lukko if os(windows)
