Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-resourcet for openSUSE:Factory checked in at 2022-02-11 23:09:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-resourcet (Old) and /work/SRC/openSUSE:Factory/.ghc-resourcet.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-resourcet" Fri Feb 11 23:09:33 2022 rev:28 rq:953520 version:1.2.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-resourcet/ghc-resourcet.changes 2021-08-25 20:58:07.161168191 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-resourcet.new.1956/ghc-resourcet.changes 2022-02-11 23:11:29.891308433 +0100 @@ -1,0 +2,6 @@ +Fri Feb 4 12:15:08 UTC 2022 - psim...@suse.com + +- Update resourcet to version 1.2.4.3 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- resourcet.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-resourcet.spec ++++++ --- /var/tmp/diff_new_pack.cRbMgC/_old 2022-02-11 23:11:30.323309683 +0100 +++ /var/tmp/diff_new_pack.cRbMgC/_new 2022-02-11 23:11:30.327309694 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-resourcet # -# 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,6 +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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-exceptions-devel @@ -54,6 +55,7 @@ %prep %autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ resourcet.cabal ++++++ Name: resourcet Version: 1.2.4.3 x-revision: 1 Synopsis: Deterministic allocation and freeing of scarce resources. description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/resourcet>. License: BSD3 License-file: LICENSE Author: Michael Snoyman Maintainer: mich...@snoyman.com Category: Data, Conduit Build-type: Simple Cabal-version: >=1.10 Homepage: http://github.com/snoyberg/conduit extra-source-files: ChangeLog.md, README.md Library default-language: Haskell2010 Exposed-modules: Control.Monad.Trans.Resource Control.Monad.Trans.Resource.Internal Data.Acquire Data.Acquire.Internal UnliftIO.Resource Build-depends: base >= 4.9 && < 5 , containers , transformers >= 0.4 , mtl >= 2.0 && < 2.3 , exceptions (== 0.8.* || == 0.10.*) , unliftio-core >=0.1.1.0 , primitive ghc-options: -Wall test-suite test default-language: Haskell2010 hs-source-dirs: test main-is: main.hs type: exitcode-stdio-1.0 cpp-options: -DTEST build-depends: resourcet , base , exceptions , hspec >= 1.3 , transformers ghc-options: -Wall source-repository head type: git location: git://github.com/snoyberg/conduit.git