Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-lens-aeson for openSUSE:Factory checked in at 2021-02-16 22:38:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-lens-aeson (Old) and /work/SRC/openSUSE:Factory/.ghc-lens-aeson.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lens-aeson" Tue Feb 16 22:38:41 2021 rev:2 rq:870871 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-lens-aeson/ghc-lens-aeson.changes 2020-12-22 11:50:53.826067772 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-lens-aeson.new.28504/ghc-lens-aeson.changes 2021-02-16 22:48:35.322563418 +0100 @@ -1,0 +2,6 @@ +Mon Feb 8 19:13:41 UTC 2021 - psim...@suse.com + +- Update lens-aeson to version 1.1 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-lens-aeson.spec ++++++ --- /var/tmp/diff_new_pack.tMdkJR/_old 2021-02-16 22:48:35.950563908 +0100 +++ /var/tmp/diff_new_pack.tMdkJR/_new 2021-02-16 22:48:35.950563908 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-lens-aeson # -# 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 @@ -25,7 +25,7 @@ License: MIT 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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel BuildRequires: ghc-attoparsec-devel ++++++ lens-aeson.cabal ++++++ --- /var/tmp/diff_new_pack.tMdkJR/_old 2021-02-16 22:48:35.994563943 +0100 +++ /var/tmp/diff_new_pack.tMdkJR/_new 2021-02-16 22:48:35.998563945 +0100 @@ -1,7 +1,7 @@ name: lens-aeson category: Numeric version: 1.1 -x-revision: 3 +x-revision: 4 license: MIT cabal-version: >= 1.8 license-file: LICENSE @@ -82,7 +82,7 @@ else build-depends: base, - doctest >= 0.11.1 && < 0.18, + doctest >= 0.11.1 && < 0.19, generic-deriving, lens-aeson, semigroups >= 0.9,