Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-concurrency for openSUSE:Factory
checked in at 2021-08-25 20:57:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-concurrency (Old)
and /work/SRC/openSUSE:Factory/.ghc-concurrency.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-concurrency"
Wed Aug 25 20:57:25 2021 rev:4 rq:912743 version:1.11.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-concurrency/ghc-concurrency.changes
2021-03-24 16:11:57.539876476 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-concurrency.new.1899/ghc-concurrency.changes
2021-08-25 20:58:41.709122835 +0200
@@ -1,0 +2,15 @@
+Mon Aug 16 07:24:07 UTC 2021 - [email protected]
+
+- Update concurrency to version 1.11.0.2.
+ 1.11.0.2 (2021-08-15)
+ ---------------------
+
+ * Git: :tag:`concurrency-1.11.0.2`
+ * Hackage: :hackage:`concurrency-1.11.0.2`
+
+ Miscellaneous
+ ~~~~~~~~~~~~~
+
+ * Remove reference to freenode in README.
+
+-------------------------------------------------------------------
Old:
----
concurrency-1.11.0.1.tar.gz
New:
----
concurrency-1.11.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-concurrency.spec ++++++
--- /var/tmp/diff_new_pack.4tsrKU/_old 2021-08-25 20:58:42.605121659 +0200
+++ /var/tmp/diff_new_pack.4tsrKU/_new 2021-08-25 20:58:42.609121654 +0200
@@ -18,7 +18,7 @@
%global pkg_name concurrency
Name: ghc-%{pkg_name}
-Version: 1.11.0.1
+Version: 1.11.0.2
Release: 0
Summary: Typeclasses, functions, and data types for concurrency and STM
License: MIT
++++++ concurrency-1.11.0.1.tar.gz -> concurrency-1.11.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/concurrency-1.11.0.1/CHANGELOG.rst
new/concurrency-1.11.0.2/CHANGELOG.rst
--- old/concurrency-1.11.0.1/CHANGELOG.rst 2021-03-14 12:39:15.000000000
+0100
+++ new/concurrency-1.11.0.2/CHANGELOG.rst 2021-08-15 14:37:09.000000000
+0200
@@ -6,6 +6,19 @@
.. _PVP: https://pvp.haskell.org/
+
+1.11.0.2 (2021-08-15)
+---------------------
+
+* Git: :tag:`concurrency-1.11.0.2`
+* Hackage: :hackage:`concurrency-1.11.0.2`
+
+Miscellaneous
+~~~~~~~~~~~~~
+
+* Remove reference to freenode in README.
+
+
1.11.0.1 (2021-03-14)
---------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/concurrency-1.11.0.1/README.markdown
new/concurrency-1.11.0.2/README.markdown
--- old/concurrency-1.11.0.1/README.markdown 2021-03-14 12:39:15.000000000
+0100
+++ new/concurrency-1.11.0.2/README.markdown 2021-08-15 14:37:09.000000000
+0200
@@ -55,8 +55,8 @@
Bug reports, pull requests, and comments are very welcome!
-Feel free to contact me on GitHub, through IRC (#haskell on freenode),
-or email ([email protected]).
+Feel free to contact me on GitHub, through IRC (#haskell on
+libera.chat), or email ([email protected]).
[async]: https://hackage.haskell.org/package/async
[parconc]: http://chimera.labs.oreilly.com/books/1230000000929
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/concurrency-1.11.0.1/concurrency.cabal
new/concurrency-1.11.0.2/concurrency.cabal
--- old/concurrency-1.11.0.1/concurrency.cabal 2021-03-14 12:39:15.000000000
+0100
+++ new/concurrency-1.11.0.2/concurrency.cabal 2021-08-15 14:37:09.000000000
+0200
@@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: concurrency
-version: 1.11.0.1
+version: 1.11.0.2
synopsis: Typeclasses, functions, and data types for concurrency
and STM.
description:
@@ -32,7 +32,7 @@
source-repository this
type: git
location: https://github.com/barrucadu/dejafu.git
- tag: concurrency-1.11.0.1
+ tag: concurrency-1.11.0.2
library
exposed-modules: Control.Monad.Conc.Class