Hello community,

here is the log from the commit of package ghc-warp for openSUSE:Factory 
checked in at 2020-07-09 13:19:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-warp (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-warp.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-warp"

Thu Jul  9 13:19:44 2020 rev:2 rq:819593 version:3.3.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-warp/ghc-warp.changes        2020-06-19 
17:05:48.944882273 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-warp.new.3060/ghc-warp.changes      
2020-07-09 13:20:14.553435538 +0200
@@ -1,0 +2,8 @@
+Fri Jun 26 02:00:23 UTC 2020 - psim...@suse.com
+
+- Update warp to version 3.3.13.
+  ## 3.3.13
+
+  * pReadMaker is exported from the Internal module.
+
+-------------------------------------------------------------------

Old:
----
  warp-3.3.12.tar.gz

New:
----
  warp-3.3.13.tar.gz

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

Other differences:
------------------
++++++ ghc-warp.spec ++++++
--- /var/tmp/diff_new_pack.HVBQ2G/_old  2020-07-09 13:20:16.757442504 +0200
+++ /var/tmp/diff_new_pack.HVBQ2G/_new  2020-07-09 13:20:16.761442517 +0200
@@ -19,7 +19,7 @@
 %global pkg_name warp
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        3.3.12
+Version:        3.3.13
 Release:        0
 Summary:        A fast, light-weight web server for WAI applications
 License:        MIT

++++++ warp-3.3.12.tar.gz -> warp-3.3.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warp-3.3.12/ChangeLog.md new/warp-3.3.13/ChangeLog.md
--- old/warp-3.3.12/ChangeLog.md        2020-05-28 03:17:21.000000000 +0200
+++ new/warp-3.3.13/ChangeLog.md        2020-06-25 04:08:37.000000000 +0200
@@ -1,3 +1,7 @@
+## 3.3.13
+
+* pReadMaker is exported from the Internal module.
+
 ## 3.3.12
 
 * Fixing HTTP/2 logging relating to status and push.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warp-3.3.12/Network/Wai/Handler/Warp/HTTP2/File.hs 
new/warp-3.3.13/Network/Wai/Handler/Warp/HTTP2/File.hs
--- old/warp-3.3.12/Network/Wai/Handler/Warp/HTTP2/File.hs      2020-05-28 
03:17:21.000000000 +0200
+++ new/warp-3.3.13/Network/Wai/Handler/Warp/HTTP2/File.hs      2020-06-25 
04:08:37.000000000 +0200
@@ -13,6 +13,9 @@
 import Network.Wai.Handler.Warp.FdCache
 import Network.Wai.Handler.Warp.SendFile (positionRead)
 
+-- | 'PositionReadMaker' based on file descriptor cache.
+--
+-- Since 3.3.13
 pReadMaker :: InternalInfo -> PositionReadMaker
 pReadMaker ii path = do
     (mfd, refresh) <- getFd ii path
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warp-3.3.12/Network/Wai/Handler/Warp/Internal.hs 
new/warp-3.3.13/Network/Wai/Handler/Warp/Internal.hs
--- old/warp-3.3.12/Network/Wai/Handler/Warp/Internal.hs        2020-05-28 
03:17:21.000000000 +0200
+++ new/warp-3.3.13/Network/Wai/Handler/Warp/Internal.hs        2020-06-25 
04:08:37.000000000 +0200
@@ -70,6 +70,7 @@
     -- * Misc
   , http2server
   , withII
+  , pReadMaker
   ) where
 
 import System.TimeManager
@@ -79,6 +80,7 @@
 import Network.Wai.Handler.Warp.FdCache
 import Network.Wai.Handler.Warp.FileInfoCache
 import Network.Wai.Handler.Warp.HTTP2
+import Network.Wai.Handler.Warp.HTTP2.File
 import Network.Wai.Handler.Warp.Header
 import Network.Wai.Handler.Warp.Recv
 import Network.Wai.Handler.Warp.Request
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warp-3.3.12/warp.cabal new/warp-3.3.13/warp.cabal
--- old/warp-3.3.12/warp.cabal  2020-05-28 03:17:21.000000000 +0200
+++ new/warp-3.3.13/warp.cabal  2020-06-25 04:08:37.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                warp
-Version:             3.3.12
+Version:             3.3.13
 Synopsis:            A fast, light-weight web server for WAI applications.
 License:             MIT
 License-file:        LICENSE


Reply via email to