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 2023-06-22 23:25:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cabal-plan (Old) and /work/SRC/openSUSE:Factory/.cabal-plan.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cabal-plan" Thu Jun 22 23:25:13 2023 rev:11 rq:1094415 version:0.7.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cabal-plan/cabal-plan.changes 2023-04-04 21:18:16.584370235 +0200 +++ /work/SRC/openSUSE:Factory/.cabal-plan.new.15902/cabal-plan.changes 2023-06-22 23:25:35.785699393 +0200 @@ -1,0 +2,13 @@ +Wed Jun 21 11:40:42 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update cabal-plan to version 0.7.3.0 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- +Wed Apr 26 08:14:08 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update cabal-plan to version 0.7.3.0. + Upstream has not updated the file "ChangeLog.md" since the last + release. + +------------------------------------------------------------------- Old: ---- cabal-plan-0.7.2.3.tar.gz New: ---- cabal-plan-0.7.3.0.tar.gz cabal-plan.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cabal-plan.spec ++++++ --- /var/tmp/diff_new_pack.kD98Q5/_old 2023-06-22 23:25:36.749704310 +0200 +++ /var/tmp/diff_new_pack.kD98Q5/_new 2023-06-22 23:25:36.753704330 +0200 @@ -19,12 +19,13 @@ %global pkg_name cabal-plan %global pkgver %{pkg_name}-%{version} Name: %{pkg_name} -Version: 0.7.2.3 +Version: 0.7.3.0 Release: 0 Summary: Library and utility for processing cabal's plan.json file 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 @@ -139,6 +140,7 @@ %prep %autosetup +cp -p %{SOURCE1} %{name}.cabal %build %define cabal_configure_options -fexe ++++++ cabal-plan-0.7.2.3.tar.gz -> cabal-plan-0.7.3.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cabal-plan-0.7.2.3/cabal-plan.cabal new/cabal-plan-0.7.3.0/cabal-plan.cabal --- old/cabal-plan-0.7.2.3/cabal-plan.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/cabal-plan-0.7.3.0/cabal-plan.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: cabal-plan -version: 0.7.2.3 +version: 0.7.3.0 synopsis: Library and utility for processing cabal's plan.json file description: { @@ -38,8 +38,9 @@ build-type: Simple tested-with: - GHC==9.4.1, - GHC==9.2.4, + GHC==9.6.1, + GHC==9.4.4, + GHC==9.2.7, GHC==9.0.2, GHC==8.10.7, GHC==8.8.4, @@ -76,7 +77,7 @@ RecordWildCards exposed-modules: Cabal.Plan - build-depends: base ^>= 4.10.0.0 || ^>=4.11.0.0 || ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 || ^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0 + build-depends: base ^>= 4.10.0.0 || ^>=4.11.0.0 || ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 || ^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0 , aeson ^>= 2.0.0.0 || ^>=2.1.0.0 , bytestring ^>= 0.10.8.0 || ^>=0.11.1.0 , containers ^>= 0.5.10 || ^>= 0.6.0.1 @@ -111,24 +112,24 @@ , directory -- dependencies which require version bounds - build-depends: mtl ^>= 2.2.2 + build-depends: mtl ^>= 2.2.2 || ^>=2.3.1 , async ^>= 2.2.2 , ansi-terminal ^>= 0.11 - , base-compat ^>= 0.12 + , base-compat ^>= 0.13.0 , optics-core ^>= 0.4 , optparse-applicative ^>=0.17.0.0 , parsec ^>= 3.1.13 , process ^>= 1.6.1.0 - , semialign ^>= 1.2 + , semialign ^>= 1.3 , singleton-bool ^>= 0.1.5 - , these ^>= 1.1 + , these ^>= 1.2 , topograph ^>= 1.0.0.2 - , transformers ^>= 0.5.2.0 + , transformers ^>= 0.5.2.0 || ^>=0.6.1.0 , vector ^>= 0.12.0.1 || ^>=0.13.0.0 if flag(license-report) - build-depends: Cabal-syntax ^>=3.8.1.0 - , cabal-install-parsers ^>=0.5 + build-depends: Cabal-syntax ^>=3.10.1.0 + , cabal-install-parsers ^>=0.6 , tar ^>= 0.5.1.0 , zlib ^>= 0.6.2 , filepath ^>= 1.4.1.1 ++++++ cabal-plan.cabal ++++++ cabal-version: 2.2 name: cabal-plan version: 0.7.3.0 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.