Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-websockets-snap for 
openSUSE:Factory checked in at 2023-01-18 13:10:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-websockets-snap (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-websockets-snap.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-websockets-snap"

Wed Jan 18 13:10:58 2023 rev:3 rq:1059127 version:0.10.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-websockets-snap/ghc-websockets-snap.changes  
2020-12-22 11:49:05.897990226 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-websockets-snap.new.32243/ghc-websockets-snap.changes
       2023-01-18 13:11:24.268986838 +0100
@@ -1,0 +2,6 @@
+Tue Nov 29 20:22:57 UTC 2022 - Peter Simons <[email protected]>
+
+- Update websockets-snap to version 0.10.3.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  websockets-snap.cabal

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

Other differences:
------------------
++++++ ghc-websockets-snap.spec ++++++
--- /var/tmp/diff_new_pack.8hmgZU/_old  2023-01-18 13:11:24.716988574 +0100
+++ /var/tmp/diff_new_pack.8hmgZU/_new  2023-01-18 13:11:24.720988589 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-websockets-snap
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 License:        BSD-3-Clause
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-builder-devel
 BuildRequires:  ghc-bytestring-devel
@@ -51,6 +52,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ websockets-snap.cabal ++++++
Name:          websockets-snap
Version:       0.10.3.1
x-revision: 1
Synopsis:      Snap integration for the websockets library
Description:   Snap integration for the websockets library
License:       BSD3
License-file:  LICENSE
Author:        Jasper Van der Jeugt <[email protected]>
Maintainer:    Jasper Van der Jeugt <[email protected]>
Category:      Network
Build-type:    Simple
Cabal-version: >= 1.6

Extra-source-files:
  CHANGELOG.md
  README.md

Library
  Hs-source-dirs: src
  Ghc-options:    -Wall

  Exposed-modules:
    Network.WebSockets.Snap

  Build-depends:
    base               >= 4     && < 5,
    bytestring         >= 0.9   && < 0.12,
    bytestring-builder >= 0.10  && < 0.11,
    io-streams         >= 1.3   && < 1.6,
    mtl                >= 2.1   && < 2.4,
    snap-core          >= 1.0   && < 1.1,
    snap-server        >= 1.0   && < 1.2,
    websockets         >= 0.9.5 && < 0.13

Source-repository head
  Type:     git
  Location: https://github.com/jaspervdj/websockets-snap

Reply via email to