Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-ghc-paths for openSUSE:Factory checked in at 2021-03-10 08:54:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-ghc-paths (Old) and /work/SRC/openSUSE:Factory/.ghc-ghc-paths.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-ghc-paths" Wed Mar 10 08:54:49 2021 rev:3 rq:877628 version:0.1.0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-ghc-paths/ghc-ghc-paths.changes 2020-12-22 11:39:55.693528623 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-ghc-paths.new.2378/ghc-ghc-paths.changes 2021-03-10 08:56:50.114862968 +0100 @@ -1,0 +2,6 @@ +Tue Feb 23 20:57:04 UTC 2021 - [email protected] + +- Update ghc-paths to version 0.1.0.12 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-ghc-paths.spec ++++++ --- /var/tmp/diff_new_pack.5UwKgr/_old 2021-03-10 08:56:50.682863555 +0100 +++ /var/tmp/diff_new_pack.5UwKgr/_new 2021-03-10 08:56:50.682863555 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-ghc-paths # -# 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 @@ -24,7 +24,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-directory-devel BuildRequires: ghc-rpm-macros ++++++ ghc-paths.cabal ++++++ --- /var/tmp/diff_new_pack.5UwKgr/_old 2021-03-10 08:56:50.718863592 +0100 +++ /var/tmp/diff_new_pack.5UwKgr/_new 2021-03-10 08:56:50.722863596 +0100 @@ -1,25 +1,25 @@ -name: ghc-paths -version: 0.1.0.12 -x-revision: 1 -license: BSD3 -license-file: LICENSE -copyright: (c) Simon Marlow -author: Simon Marlow -maintainer: Simon Marlow <[email protected]> -stability: stable -synopsis: Knowledge of GHC's installation directories -description: Knowledge of GHC's installation directories -category: Development -cabal-version: >= 1.6 -build-type: Custom - -custom-setup - setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.3, directory - -library - build-depends: base >= 3 && < 5 - exposed-modules: GHC.Paths - -source-repository head - type: git - location: https://github.com/simonmar/ghc-paths +name: ghc-paths +version: 0.1.0.12 +x-revision: 2 +license: BSD3 +license-file: LICENSE +copyright: (c) Simon Marlow +author: Simon Marlow +maintainer: Simon Marlow <[email protected]> +stability: stable +synopsis: Knowledge of GHC's installation directories +description: Knowledge of GHC's installation directories +category: Development +cabal-version: >= 1.6 +build-type: Custom + +custom-setup + setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.5, directory + +library + build-depends: base >= 3 && < 5 + exposed-modules: GHC.Paths + +source-repository head + type: git + location: https://github.com/simonmar/ghc-paths
