Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dhall-yaml for openSUSE:Factory checked in at 2022-08-01 21:29:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dhall-yaml (Old) and /work/SRC/openSUSE:Factory/.dhall-yaml.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dhall-yaml" Mon Aug 1 21:29:27 2022 rev:13 rq:987011 version:1.2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/dhall-yaml/dhall-yaml.changes 2022-02-11 23:10:27.059126705 +0100 +++ /work/SRC/openSUSE:Factory/.dhall-yaml.new.1533/dhall-yaml.changes 2022-08-01 21:29:28.737498101 +0200 @@ -1,0 +2,16 @@ +Sat Jun 18 00:38:34 UTC 2022 - Peter Simons <[email protected]> + +- Update dhall-yaml to version 1.2.10 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- +Tue Feb 22 02:18:28 UTC 2022 - Peter Simons <[email protected]> + +- Update dhall-yaml to version 1.2.10. + 1.2.10 + + * Build against `dhall-1.41` + * [Build against `optparse-applicative-0.17`](https://github.com/dhall-lang/dhall-haskell/pull/2376) + * [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356) + +------------------------------------------------------------------- Old: ---- dhall-yaml-1.2.9.tar.gz New: ---- dhall-yaml-1.2.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dhall-yaml.spec ++++++ --- /var/tmp/diff_new_pack.6ppCee/_old 2022-08-01 21:29:29.445500132 +0200 +++ /var/tmp/diff_new_pack.6ppCee/_new 2022-08-01 21:29:29.453500155 +0200 @@ -19,13 +19,13 @@ %global pkg_name dhall-yaml %bcond_with tests Name: %{pkg_name} -Version: 1.2.9 +Version: 1.2.10 Release: 0 Summary: Convert between Dhall and YAML License: GPL-3.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/2.cabal#/%{name}.cabal +Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-HsYAML-aeson-devel ++++++ dhall-yaml-1.2.9.tar.gz -> dhall-yaml-1.2.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dhall-yaml-1.2.9/CHANGELOG.md new/dhall-yaml-1.2.10/CHANGELOG.md --- old/dhall-yaml-1.2.9/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/dhall-yaml-1.2.10/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,9 @@ +1.2.10 + +* Build against `dhall-1.41` +* [Build against `optparse-applicative-0.17`](https://github.com/dhall-lang/dhall-haskell/pull/2376) +* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356) + 1.2.9 * [Build against `aeson-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2315) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dhall-yaml-1.2.9/dhall-yaml.cabal new/dhall-yaml-1.2.10/dhall-yaml.cabal --- old/dhall-yaml-1.2.9/dhall-yaml.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/dhall-yaml-1.2.10/dhall-yaml.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ Name: dhall-yaml -Version: 1.2.9 +Version: 1.2.10 Cabal-Version: >=1.10 Build-Type: Simple License: GPL-3 @@ -36,10 +36,10 @@ base >= 4.11.0.0 && < 5 , aeson >= 1.0.0.0 && < 2.1 , bytestring < 0.12, - dhall >= 1.31.0 && < 1.41, + dhall >= 1.31.0 && < 1.42, dhall-json >= 1.6.0 && < 1.8 , - optparse-applicative >= 0.14.0.0 && < 0.17, - text >= 0.11.1.0 && < 1.3 , + optparse-applicative >= 0.14.0.0 && < 0.18, + text >= 0.11.1.0 && < 2.1 , vector Exposed-Modules: Dhall.Yaml @@ -74,7 +74,7 @@ optparse-applicative , prettyprinter >= 1.7.0 , prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 , - text < 1.3 + text Other-Modules: Paths_dhall_yaml GHC-Options: -Wall ++++++ dhall-yaml.cabal ++++++ --- /var/tmp/diff_new_pack.6ppCee/_old 2022-08-01 21:29:29.553500442 +0200 +++ /var/tmp/diff_new_pack.6ppCee/_new 2022-08-01 21:29:29.557500453 +0200 @@ -1,6 +1,6 @@ Name: dhall-yaml -Version: 1.2.9 -x-revision: 2 +Version: 1.2.10 +x-revision: 1 Cabal-Version: >=1.10 Build-Type: Simple License: GPL-3 @@ -35,9 +35,9 @@ HsYAML >= 0.2 && < 0.3 , HsYAML-aeson >= 0.2 && < 0.3 , base >= 4.11.0.0 && < 5 , - aeson >= 1.0.0.0 && < 2.1 , + aeson >= 1.0.0.0 && < 2.2 , bytestring < 0.12, - dhall >= 1.31.0 && < 1.41, + dhall >= 1.31.0 && < 1.42, dhall-json >= 1.6.0 && < 1.8 , optparse-applicative >= 0.14.0.0 && < 0.18, text >= 0.11.1.0 && < 2.1 ,
