Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cabal-plan for openSUSE:Factory checked in at 2022-02-11 23:08:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cabal-plan (Old) and /work/SRC/openSUSE:Factory/.cabal-plan.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cabal-plan" Fri Feb 11 23:08:27 2022 rev:8 rq:953426 version:0.7.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cabal-plan/cabal-plan.changes 2021-11-11 21:36:03.656872852 +0100 +++ /work/SRC/openSUSE:Factory/.cabal-plan.new.1956/cabal-plan.changes 2022-02-11 23:10:25.723122841 +0100 @@ -1,0 +2,6 @@ +Wed Jan 5 16:52:17 UTC 2022 - Peter Simons <[email protected]> + +- Update cabal-plan to version 0.7.2.1 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- cabal-plan.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cabal-plan.spec ++++++ --- /var/tmp/diff_new_pack.O9Dof0/_old 2022-02-11 23:10:26.107123951 +0100 +++ /var/tmp/diff_new_pack.O9Dof0/_new 2022-02-11 23:10:26.115123975 +0100 @@ -1,7 +1,7 @@ # # spec file for package cabal-plan # -# 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 @@ -24,6 +24,7 @@ License: GPL-2.0-or-later URL: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz +Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel @@ -99,6 +100,8 @@ %prep %autosetup +cp -p %{SOURCE1} %{name}.cabal +cabal-tweak-dep-ver optparse-applicative '^>= 0.16.0.0' '< 1' %build %define cabal_configure_options -fexe ++++++ cabal-plan.cabal ++++++ cabal-version: 2.2 name: cabal-plan version: 0.7.2.1 x-revision: 1 synopsis: Library and utility for processing cabal's plan.json file description: { This package provides a library (see "Cabal.Plan") for decoding @plan.json@ files as well as the simple tool @cabal-plan@ for extracting and pretty printing the information contained in the @plan.json@ file.
