Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-deriving-aeson for openSUSE:Factory checked in at 2023-08-18 19:28:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-deriving-aeson (Old) and /work/SRC/openSUSE:Factory/.ghc-deriving-aeson.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-deriving-aeson" Fri Aug 18 19:28:01 2023 rev:4 rq:1104407 version:0.2.9 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-deriving-aeson/ghc-deriving-aeson.changes 2023-04-04 21:19:51.792977254 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-deriving-aeson.new.1766/ghc-deriving-aeson.changes 2023-08-18 19:28:14.971304106 +0200 @@ -1,0 +2,6 @@ +Mon Aug 7 07:25:55 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update deriving-aeson to version 0.2.9 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- deriving-aeson.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-deriving-aeson.spec ++++++ --- /var/tmp/diff_new_pack.9CuyVz/_old 2023-08-18 19:28:16.219306344 +0200 +++ /var/tmp/diff_new_pack.9CuyVz/_new 2023-08-18 19:28:16.227306358 +0200 @@ -26,6 +26,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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel BuildRequires: ghc-aeson-prof @@ -71,6 +72,7 @@ %prep %autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ deriving-aeson.cabal ++++++ cabal-version: 2.4 name: deriving-aeson version: 0.2.9 x-revision: 1 synopsis: Type driven generic aeson instance customisation description: This package provides a newtype wrapper with FromJSON/ToJSON instances customisable via a phantom type parameter. The instances can be rendered to the original type using DerivingVia. bug-reports: https://github.com/fumieval/deriving-aeson license: BSD-3-Clause license-file: LICENSE author: Fumiaki Kinoshita maintainer: fumiex...@gmail.com copyright: Copyright (c) 2020 Fumiaki Kinoshita category: JSON, Generics extra-source-files: CHANGELOG.md, README.md tested-with: GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.7, GHC == 9.2.5, GHC == 9.4.4 source-repository head type: git location: https://github.com/fumieval/deriving-aeson.git library exposed-modules: Deriving.Aeson Deriving.Aeson.Stock build-depends: base >= 4.12 && <5, aeson >= 1.4.7.0 && <2.3 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -Wcompat test-suite test type: exitcode-stdio-1.0 main-is: test.hs build-depends: base, aeson, deriving-aeson, bytestring hs-source-dirs: tests default-language: Haskell2010