Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-websockets for openSUSE:Factory checked in at 2021-11-11 21:37:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-websockets (Old) and /work/SRC/openSUSE:Factory/.ghc-websockets.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-websockets" Thu Nov 11 21:37:52 2021 rev:4 rq:930872 version:0.12.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-websockets/ghc-websockets.changes 2021-03-28 11:58:07.136317277 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-websockets.new.1890/ghc-websockets.changes 2021-11-11 21:38:42.832988943 +0100 @@ -1,0 +2,7 @@ +Mon Nov 1 08:41:21 UTC 2021 - [email protected] + +- Update websockets to version 0.12.7.3. + - 0.12.7.3 (2021-10-26) + * Bump `attoparsec` dependency upper bound to 0.15 + +------------------------------------------------------------------- Old: ---- websockets-0.12.7.2.tar.gz New: ---- websockets-0.12.7.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-websockets.spec ++++++ --- /var/tmp/diff_new_pack.jsWN5A/_old 2021-11-11 21:38:43.240989241 +0100 +++ /var/tmp/diff_new_pack.jsWN5A/_new 2021-11-11 21:38:43.240989241 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-websockets # -# 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 websockets %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.12.7.2 +Version: 0.12.7.3 Release: 0 Summary: A sensible and clean way to write WebSocket-capable servers in Haskell License: BSD-3-Clause @@ -80,7 +80,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cabal-tweak-dep-ver 'attoparsec' '< 0.14' '< 0.15' %build %ghc_lib_build ++++++ websockets-0.12.7.2.tar.gz -> websockets-0.12.7.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/websockets-0.12.7.2/CHANGELOG new/websockets-0.12.7.3/CHANGELOG --- old/websockets-0.12.7.2/CHANGELOG 2001-09-09 03:46:40.000000000 +0200 +++ new/websockets-0.12.7.3/CHANGELOG 2021-10-26 10:35:35.000000000 +0200 @@ -1,5 +1,8 @@ # CHANGELOG +- 0.12.7.3 (2021-10-26) + * Bump `attoparsec` dependency upper bound to 0.15 + - 0.12.7.2 (2020-12-07) * Bump `QuickCheck` dependency upper bound to 2.15 * Bump `base64-bytestring` dependency upper bound to 1.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/websockets-0.12.7.2/websockets.cabal new/websockets-0.12.7.3/websockets.cabal --- old/websockets-0.12.7.2/websockets.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/websockets-0.12.7.3/websockets.cabal 2021-10-26 10:36:11.000000000 +0200 @@ -1,5 +1,5 @@ Name: websockets -Version: 0.12.7.2 +Version: 0.12.7.3 Synopsis: A sensible and clean way to write WebSocket-capable servers in Haskell. @@ -81,7 +81,7 @@ Build-depends: async >= 2.2 && < 2.3, - attoparsec >= 0.10 && < 0.14, + attoparsec >= 0.10 && < 0.15, base >= 4.8 && < 5, base64-bytestring >= 0.1 && < 1.3, binary >= 0.8.1 && < 0.11, @@ -141,7 +141,7 @@ test-framework-quickcheck2 >= 0.2 && < 0.4, -- Copied from regular dependencies... async >= 2.2 && < 2.3, - attoparsec >= 0.10 && < 0.14, + attoparsec >= 0.10 && < 0.15, base >= 4 && < 5, base64-bytestring >= 0.1 && < 1.3, binary >= 0.8.1 && < 0.11, @@ -170,7 +170,7 @@ websockets, -- Copied from regular dependencies... async >= 2.2 && < 2.3, - attoparsec >= 0.10 && < 0.14, + attoparsec >= 0.10 && < 0.15, base >= 4 && < 5, base64-bytestring >= 0.1 && < 1.3, binary >= 0.8.1 && < 0.11, @@ -201,7 +201,7 @@ websockets, -- Copied from regular dependencies... async >= 2.2 && < 2.3, - attoparsec >= 0.10 && < 0.14, + attoparsec >= 0.10 && < 0.15, base >= 4 && < 5, base64-bytestring >= 0.1 && < 1.3, binary >= 0.8.1 && < 0.11, @@ -230,7 +230,7 @@ criterion, -- Copied from regular dependencies... async >= 2.2 && < 2.3, - attoparsec >= 0.10 && < 0.14, + attoparsec >= 0.10 && < 0.15, base >= 4 && < 5, base64-bytestring >= 0.1 && < 1.3, binary >= 0.8.1 && < 0.11,
