Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-warp-tls for openSUSE:Factory checked in at 2023-08-04 15:03:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-warp-tls (Old) and /work/SRC/openSUSE:Factory/.ghc-warp-tls.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-warp-tls" Fri Aug 4 15:03:13 2023 rev:9 rq:1102199 version:3.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-warp-tls/ghc-warp-tls.changes 2023-04-04 21:25:04.502778471 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-warp-tls.new.22712/ghc-warp-tls.changes 2023-08-04 15:03:21.520256344 +0200 @@ -1,0 +2,6 @@ +Mon Jul 24 18:36:03 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update warp-tls to version 3.3.6 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- warp-tls.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-warp-tls.spec ++++++ --- /var/tmp/diff_new_pack.ygB4Dm/_old 2023-08-04 15:03:22.236260807 +0200 +++ /var/tmp/diff_new_pack.ygB4Dm/_new 2023-08-04 15:03:22.240260832 +0200 @@ -25,6 +25,7 @@ License: MIT 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-base-devel BuildRequires: ghc-base-prof @@ -86,6 +87,7 @@ %prep %autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ warp-tls.cabal ++++++ Name: warp-tls Version: 3.3.6 x-revision: 1 Synopsis: HTTP over TLS support for Warp via the TLS package License: MIT License-file: LICENSE Author: Michael Snoyman Maintainer: mich...@snoyman.com Homepage: http://github.com/yesodweb/wai Category: Web, Yesod Build-Type: Simple Cabal-Version: >= 1.10 Stability: Stable description: SSLv1 and SSLv2 are obsoleted by IETF. We should use TLS 1.2 (or TLS 1.1 or TLS 1.0 if necessary). HTTP/2 can be negotiated by ALPN. API docs and the README are available at <http://www.stackage.org/package/warp-tls>. extra-source-files: ChangeLog.md README.md Library Build-Depends: base >= 4.12 && < 5 , bytestring >= 0.9 , wai >= 3.2 && < 3.3 , warp >= 3.3.23 && < 3.3.26 , data-default-class >= 0.0.1 , tls >= 1.5.3 && < 1.7 , cryptonite >= 0.12 , network >= 2.2.1 , streaming-commons , tls-session-manager >= 0.0.4 , unliftio , recv >= 0.1.0 && < 0.2.0 Exposed-modules: Network.Wai.Handler.WarpTLS Network.Wai.Handler.WarpTLS.Internal ghc-options: -Wall if os(windows) Cpp-Options: -DWINDOWS if impl(ghc >= 8) Default-Extensions: Strict StrictData Default-Language: Haskell2010 source-repository head type: git location: git://github.com/yesodweb/wai.git