Hello community,
here is the log from the commit of package ghc-aeson-pretty for
openSUSE:Factory checked in at 2020-05-11 13:33:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-aeson-pretty (Old)
and /work/SRC/openSUSE:Factory/.ghc-aeson-pretty.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-aeson-pretty"
Mon May 11 13:33:09 2020 rev:12 rq:800999 version:0.8.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-aeson-pretty/ghc-aeson-pretty.changes
2019-12-27 13:51:20.948572616 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-aeson-pretty.new.2738/ghc-aeson-pretty.changes
2020-05-11 13:35:02.552323781 +0200
@@ -1,0 +2,5 @@
+Thu May 7 07:44:47 UTC 2020 - Peter Simons <[email protected]>
+
+- Enable 'lib-only' flag to reduce the required dependencies.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-aeson-pretty.spec ++++++
--- /var/tmp/diff_new_pack.fUTp0z/_old 2020-05-11 13:35:03.660326104 +0200
+++ /var/tmp/diff_new_pack.fUTp0z/_new 2020-05-11 13:35:03.660326104 +0200
@@ -24,13 +24,10 @@
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
-BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
-BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-base-compat-devel
BuildRequires: ghc-bytestring-devel
-BuildRequires: ghc-cmdargs-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-scientific-devel
BuildRequires: ghc-text-devel
@@ -66,11 +63,11 @@
%setup -q -n %{pkg_name}-%{version}
%build
+%define cabal_configure_options -flib-only
%ghc_lib_build
%install
%ghc_lib_install
-%ghc_fix_rpath %{pkg_name}-%{version}
%post devel
%ghc_pkg_recache
@@ -80,7 +77,6 @@
%files -f %{name}.files
%license LICENSE
-%{_bindir}/%{pkg_name}
%files devel -f %{name}-devel.files
%doc README.markdown