Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-X11 for openSUSE:Factory checked in at 2021-08-25 20:57:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-X11 (Old) and /work/SRC/openSUSE:Factory/.ghc-X11.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-X11" Wed Aug 25 20:57:24 2021 rev:9 rq:912741 version:1.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-X11/ghc-X11.changes 2021-06-04 00:34:02.520953981 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-X11.new.1899/ghc-X11.changes 2021-08-25 20:58:37.509128349 +0200 @@ -1,0 +2,8 @@ +Mon Aug 16 07:21:44 UTC 2021 - [email protected] + +- Update X11 to version 1.10.1. + ## 1.10.1 (2021-08-15) + + * Fixed possible high CPU usage of some blocking calls with the threaded RTS (#78) + +------------------------------------------------------------------- Old: ---- X11-1.10.tar.gz New: ---- X11-1.10.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-X11.spec ++++++ --- /var/tmp/diff_new_pack.wbwT8U/_old 2021-08-25 20:58:40.089124962 +0200 +++ /var/tmp/diff_new_pack.wbwT8U/_new 2021-08-25 20:58:40.093124957 +0200 @@ -18,7 +18,7 @@ %global pkg_name X11 Name: ghc-%{pkg_name} -Version: 1.10 +Version: 1.10.1 Release: 0 Summary: A binding to the X11 graphics library License: BSD-3-Clause ++++++ X11-1.10.tar.gz -> X11-1.10.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/X11-1.10/CHANGES.md new/X11-1.10.1/CHANGES.md --- old/X11-1.10/CHANGES.md 2001-09-09 03:46:40.000000000 +0200 +++ new/X11-1.10.1/CHANGES.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,9 @@ # Change Log / Release Notes +## 1.10.1 (2021-08-15) + + * Fixed possible high CPU usage of some blocking calls with the threaded RTS (#78) + ## 1.10 (2021-05-31) * Added `setClientMessageEvent'` (#71) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/X11-1.10/Graphics/X11/Xlib/Event.hsc new/X11-1.10.1/Graphics/X11/Xlib/Event.hsc --- old/X11-1.10/Graphics/X11/Xlib/Event.hsc 2001-09-09 03:46:40.000000000 +0200 +++ new/X11-1.10.1/Graphics/X11/Xlib/Event.hsc 2001-09-09 03:46:40.000000000 +0200 @@ -494,7 +494,7 @@ XEventPtr -> IO Status -- | interface to the X11 library function @XWindowEvent()@. -foreign import ccall unsafe "HsXlib.h XWindowEvent" +foreign import ccall safe "HsXlib.h XWindowEvent" windowEvent :: Display -> Window -> EventMask -> XEventPtr -> IO () -- | interface to the X11 library function @XCheckWindowEvent()@. @@ -503,7 +503,7 @@ XEventPtr -> IO Bool -- | interface to the X11 library function @XMaskEvent()@. -foreign import ccall unsafe "HsXlib.h XMaskEvent" +foreign import ccall safe "HsXlib.h XMaskEvent" maskEvent :: Display -> EventMask -> XEventPtr -> IO () -- | interface to the X11 library function @XCheckMaskEvent()@. @@ -524,7 +524,7 @@ putBackEvent :: Display -> XEventPtr -> IO () -- | interface to the X11 library function @XPeekEvent()@. -foreign import ccall unsafe "HsXlib.h XPeekEvent" +foreign import ccall safe "HsXlib.h XPeekEvent" peekEvent :: Display -> XEventPtr -> IO () -- XFilterEvent omitted (can't find documentation) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/X11-1.10/X11.cabal new/X11-1.10.1/X11.cabal --- old/X11-1.10/X11.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/X11-1.10.1/X11.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: X11 -version: 1.10 +version: 1.10.1 synopsis: A binding to the X11 graphics library description: A Haskell binding to the X11 graphics library. The binding is a direct translation of the C binding; for documentation of these calls, refer
