Hello community,
here is the log from the commit of package ghc-time-compat for openSUSE:Factory
checked in at 2020-01-03 17:35:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-time-compat (Old)
and /work/SRC/openSUSE:Factory/.ghc-time-compat.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-time-compat"
Fri Jan 3 17:35:45 2020 rev:3 rq:760298 version:1.9.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-time-compat/ghc-time-compat.changes
2019-12-27 13:58:30.076807113 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-time-compat.new.6675/ghc-time-compat.changes
2020-01-03 17:36:08.987269960 +0100
@@ -1,0 +2,6 @@
+Wed Jan 1 18:02:54 UTC 2020 - [email protected]
+
+- Drop obsolete code to create a Setup.hs file. The RPM macros do
+ this automatically now.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-time-compat.spec ++++++
--- /var/tmp/diff_new_pack.qM7eX9/_old 2020-01-03 17:36:09.675270313 +0100
+++ /var/tmp/diff_new_pack.qM7eX9/_new 2020-01-03 17:36:09.679270315 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-time-compat
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -65,8 +65,6 @@
%prep
%setup -q -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
-echo > Setup.hs 'import Distribution.Simple'
-echo >>Setup.hs 'main = defaultMain'
%build
%ghc_lib_build