Hello community,

here is the log from the commit of package ghc-say for openSUSE:Factory checked 
in at 2017-04-14 13:36:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-say (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-say.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-say"

Fri Apr 14 13:36:43 2017 rev:2 rq:484202 version:0.1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-say/ghc-say.changes  2017-03-08 
01:04:48.288536286 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-say.new/ghc-say.changes     2017-04-14 
13:36:44.739662494 +0200
@@ -1,0 +2,5 @@
+Fri Mar 31 14:57:25 UTC 2017 - [email protected]
+
+- Improve package description.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-say.spec ++++++
--- /var/tmp/diff_new_pack.BTbWFf/_old  2017-04-14 13:36:45.275586753 +0200
+++ /var/tmp/diff_new_pack.BTbWFf/_new  2017-04-14 13:36:45.275586753 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-say
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -21,7 +21,7 @@
 Name:           ghc-%{pkg_name}
 Version:        0.1.0.0
 Release:        0
-Summary:        Initial project template from stack
+Summary:        Send textual messages to a Handle in a thread-friendly way
 License:        MIT
 Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{pkg_name}
@@ -38,7 +38,18 @@
 %endif
 
 %description
-Please see README.md.
+Send textual messages to a Handle in a thread-friendly way. The functions
+provided in this library guarantee the following properties:
+
+  - Properly handle character encoding settings on the Handle.
+
+  - For reasonably sized messages, ensure that the entire message is written in
+    one chunk to avoid interleaving data with other threads. (This includes the
+    trailing newline character.)
+
+  - Avoid unnecessary memory allocations and copies
+
+  - Minimize locking.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files


Reply via email to