Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-ghc-lib-parser-ex for
openSUSE:Factory checked in at 2021-02-16 22:38:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ghc-lib-parser-ex (Old)
and /work/SRC/openSUSE:Factory/.ghc-ghc-lib-parser-ex.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-ghc-lib-parser-ex"
Tue Feb 16 22:38:21 2021 rev:6 rq:870863 version:8.10.0.19
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-ghc-lib-parser-ex/ghc-ghc-lib-parser-ex.changes
2021-01-08 17:40:00.148995638 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-ghc-lib-parser-ex.new.28504/ghc-ghc-lib-parser-ex.changes
2021-02-16 22:48:21.734552801 +0100
@@ -1,0 +2,19 @@
+Mon Feb 8 05:05:21 UTC 2021 - [email protected]
+
+- Update ghc-lib-parser-ex to version 8.10.0.19.
+ ## 8.10.0.18 released 2021-02-06
+ - Update to ghc-8.10.4.
+
+ ## 9.0.0.1 released 2021-02-05
+ - Upgrade Cabal defaults flag to 9.0.1
+
+ ## 9.0.0.0 released 2021-02-05
+ - Update to ghc-9.0.1
+
+ ## 0.20210201 released 2021-02-01
+ - Update to `ghc-lib-0.20210201`
+
+ ## 0.20210101 released 2021-01-01
+ - Update to `ghc-lib-0.20210101`
+
+-------------------------------------------------------------------
Old:
----
ghc-lib-parser-ex-8.10.0.17.tar.gz
New:
----
ghc-lib-parser-ex-8.10.0.19.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-ghc-lib-parser-ex.spec ++++++
--- /var/tmp/diff_new_pack.krCMl5/_old 2021-02-16 22:48:22.390553314 +0100
+++ /var/tmp/diff_new_pack.krCMl5/_new 2021-02-16 22:48:22.394553318 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-ghc-lib-parser-ex
#
-# 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
@@ -19,7 +19,7 @@
%global pkg_name ghc-lib-parser-ex
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 8.10.0.17
+Version: 8.10.0.19
Release: 0
Summary: Algorithms on GHC parse trees
License: BSD-3-Clause
++++++ ghc-lib-parser-ex-8.10.0.17.tar.gz -> ghc-lib-parser-ex-8.10.0.19.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ghc-lib-parser-ex-8.10.0.17/ChangeLog.md
new/ghc-lib-parser-ex-8.10.0.19/ChangeLog.md
--- old/ghc-lib-parser-ex-8.10.0.17/ChangeLog.md 2020-12-20
19:42:12.000000000 +0100
+++ new/ghc-lib-parser-ex-8.10.0.19/ChangeLog.md 2021-02-07
17:57:00.000000000 +0100
@@ -1,5 +1,20 @@
# Changelog for ghc-lib-parser-ex
+## 8.10.0.18 released 2021-02-06
+- Update to ghc-8.10.4.
+
+## 9.0.0.1 released 2021-02-05
+- Upgrade Cabal defaults flag to 9.0.1
+
+## 9.0.0.0 released 2021-02-05
+- Update to ghc-9.0.1
+
+## 0.20210201 released 2021-02-01
+- Update to `ghc-lib-0.20210201`
+
+## 0.20210101 released 2021-01-01
+- Update to `ghc-lib-0.20210101`
+
## 8.10.0.17 released 2020-12-20
- Update to ghc-8.10.3.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ghc-lib-parser-ex-8.10.0.17/ghc-lib-parser-ex.cabal
new/ghc-lib-parser-ex-8.10.0.19/ghc-lib-parser-ex.cabal
--- old/ghc-lib-parser-ex-8.10.0.17/ghc-lib-parser-ex.cabal 2020-12-20
19:42:12.000000000 +0100
+++ new/ghc-lib-parser-ex-8.10.0.19/ghc-lib-parser-ex.cabal 2021-02-07
17:57:00.000000000 +0100
@@ -1,6 +1,6 @@
cabal-version: >= 1.18
name: ghc-lib-parser-ex
-version: 8.10.0.17
+version: 8.10.0.19
description: Please see the README on GitHub at
<https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme>
homepage: https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme
bug-reports: https://github.com/shayne-fletcher/ghc-lib-parser-ex/issues
@@ -107,7 +107,7 @@
, extra >=1.6
, uniplate >= 1.6.12
, ghc-lib-parser-ex
- if flag(auto) && impl(ghc >= 8.10.0) && impl(ghc < 8.11.0)
+ if flag(auto) && impl(ghc >= 8.10.0) && impl(ghc < 8.11.1)
build-depends:
ghc == 8.10.*,
ghc-boot-th,
@@ -115,7 +115,7 @@
else
if flag(auto)
build-depends:
- ghc-lib-parser == 8.10.*
+ ghc-lib-parser
else
if flag(no-ghc-lib)
build-depends:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ghc-lib-parser-ex-8.10.0.17/src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs
new/ghc-lib-parser-ex-8.10.0.19/src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs
---
old/ghc-lib-parser-ex-8.10.0.17/src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs
2020-12-20 19:42:12.000000000 +0100
+++
new/ghc-lib-parser-ex-8.10.0.19/src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs
2021-02-07 17:57:00.000000000 +0100
@@ -31,7 +31,12 @@
#endif
patToStr :: LPat GhcPs -> String
-#if defined (GHCLIB_API_HEAD) || defined (GHCLIB_API_900)
+#if defined (GHCLIB_API_HEAD)
+patToStr (L _ (ConPat _ (L _ x) (PrefixCon [] []))) | occNameString
(rdrNameOcc x) == "True" = "True"
+patToStr (L _ (ConPat _ (L _ x) (PrefixCon [] []))) | occNameString
(rdrNameOcc x) == "False" = "False"
+patToStr (L _ (ConPat _ (L _ x) (PrefixCon [] []))) | occNameString
(rdrNameOcc x) == "[]" = "[]"
+patToStr _ = ""
+#elif defined (GHCLIB_API_900)
patToStr (L _ (ConPat _ (L _ x) (PrefixCon []))) | occNameString (rdrNameOcc
x) == "True" = "True"
patToStr (L _ (ConPat _ (L _ x) (PrefixCon []))) | occNameString (rdrNameOcc
x) == "False" = "False"
patToStr (L _ (ConPat _ (L _ x) (PrefixCon []))) | occNameString (rdrNameOcc
x) == "[]" = "[]"
@@ -54,7 +59,9 @@
#if defined (GHCLIB_API_HEAD) || defined (GHCLIB_API_900) || defined
(GHCLIB_API_810)
noLoc $
#endif
-#if defined (GHCLIB_API_HEAD) || defined (GHCLIB_API_900)
+#if defined (GHCLIB_API_HEAD)
+ ConPat noExtField (noLoc true_RDR) (PrefixCon [] [])
+#elif defined (GHCLIB_API_900)
ConPat noExtField (noLoc true_RDR) (PrefixCon [])
#else
ConPatIn (noLoc true_RDR) (PrefixCon [])
@@ -63,7 +70,9 @@
#if defined (GHCLIB_API_HEAD) || defined (GHCLIB_API_900) || defined
(GHCLIB_API_810)
noLoc $
#endif
-#if defined (GHCLIB_API_HEAD) || defined (GHCLIB_API_900)
+#if defined (GHCLIB_API_HEAD)
+ ConPat noExtField (noLoc false_RDR) (PrefixCon [] [])
+#elif defined (GHCLIB_API_900)
ConPat noExtField (noLoc false_RDR) (PrefixCon [])
#else
ConPatIn (noLoc false_RDR) (PrefixCon [])
@@ -72,7 +81,9 @@
#if defined (GHCLIB_API_HEAD) || defined (GHCLIB_API_900) || defined
(GHCLIB_API_810)
noLoc $
#endif
-#if defined (GHCLIB_API_HEAD) || defined (GHCLIB_API_900)
+#if defined (GHCLIB_API_HEAD)
+ ConPat noExtField (noLoc $ nameRdrName nilDataConName) (PrefixCon [] [])
+#elif defined (GHCLIB_API_900)
ConPat noExtField (noLoc $ nameRdrName nilDataConName) (PrefixCon [])
#else
ConPatIn (noLoc $ nameRdrName nilDataConName) (PrefixCon [])