Hello community,
here is the log from the commit of package ghc-haskell-src-exts for
openSUSE:Factory checked in at 2018-05-30 12:21:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-haskell-src-exts (Old)
and /work/SRC/openSUSE:Factory/.ghc-haskell-src-exts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-haskell-src-exts"
Wed May 30 12:21:46 2018 rev:6 rq:609840 version:1.20.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-haskell-src-exts/ghc-haskell-src-exts.changes
2017-09-15 21:47:25.174509092 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-haskell-src-exts.new/ghc-haskell-src-exts.changes
2018-05-30 12:25:51.493234749 +0200
@@ -1,0 +2,32 @@
+Mon May 14 17:02:11 UTC 2018 - [email protected]
+
+- Update haskell-src-exts to version 1.20.2.
+ * Add fixity of (&)
+ * GHC 8.4.1 compatability
+ * Fix two test failures
+ * GHC 8.2 updates
+ * Add some missing Generics instances (#380)
+ * Support Template Haskell pattern splices (#352)
+ * Fix overloaded labels starting with _ (#362)
+ * Relax MultiParamTypeClass check (#333)
+ * DeriveAnyClass (#337)
+ * Deriving Strategies (#387)
+ * OVERLAPS/OVERLAPPING/OVERLAPPABLE pragmas
+ * Unboxed Sums
+ * Expression holes in infix expressions
+ * Support multiple pattern synonyms per pattern synonym signature
+ * COMPLETE pragmas
+ * Fix #309, remove unnecessary semi-colon from pretty printer
+ * Refine ExplicitNamespaces to properly export type operators
+ * Revert making fields of `SrcLoc` strict. (#340)
+ * Add JavaScriptFFI to known extensions (#335)
+ * Remove space when pretty printing `SrcLoc`. (#307)
+ * Don't reverse arguments in a context. (#328)
+ * Add support for EmptyCase extension (#255)
+
+-------------------------------------------------------------------
+Fri Apr 27 09:19:04 UTC 2018 - [email protected]
+
+- Add _constraints to avoid OOM errors on AArch64
+
+-------------------------------------------------------------------
Old:
----
haskell-src-exts-1.18.2.tar.gz
New:
----
_constraints
haskell-src-exts-1.20.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-haskell-src-exts.spec ++++++
--- /var/tmp/diff_new_pack.ffiM3n/_old 2018-05-30 12:25:52.525200369 +0200
+++ /var/tmp/diff_new_pack.ffiM3n/_new 2018-05-30 12:25:52.529200235 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-haskell-src-exts
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -19,7 +19,7 @@
%global pkg_name haskell-src-exts
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.18.2
+Version: 1.20.2
Release: 0
Summary: Manipulating Haskell source: abstract syntax, lexer, parser,
and pretty-printer
License: BSD-3-Clause
@@ -83,7 +83,7 @@
%ghc_pkg_recache
%files -f %{name}.files
-%doc LICENSE
+%license LICENSE
%files devel -f %{name}-devel.files
%doc CHANGELOG README.md
++++++ _constraints ++++++
<constraints>
<overwrite>
<conditions>
<arch>aarch64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">7</size>
</memory>
<disk>
<size unit="G">2</size>
</disk>
</hardware>
</overwrite>
</constraints>
++++++ haskell-src-exts-1.18.2.tar.gz -> haskell-src-exts-1.20.2.tar.gz ++++++
++++ 90235 lines of diff (skipped)