commit ghc-wai for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-wai for openSUSE:Factory checked in at 2016-05-31 12:24:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-wai (Old) and /work/SRC/openSUSE:Factory/.ghc-wai.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-wai" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-wai/ghc-wai.changes 2016-04-22 16:25:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-wai.new/ghc-wai.changes 2016-05-31 12:24:40.000000000 +0200 @@ -1,0 +2,7 @@ +Thu May 26 06:30:44 UTC 2016 - mimi.vx@gmail.com + +- update to 3.2.1.1 +- refreshed remove-dep.patch +* Relax upper bound on bytestring-builder + +------------------------------------------------------------------- Old: ---- wai-3.2.1.tar.gz New: ---- wai-3.2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-wai.spec ++++++ --- /var/tmp/diff_new_pack.b2J9w6/_old 2016-05-31 12:24:41.000000000 +0200 +++ /var/tmp/diff_new_pack.b2J9w6/_new 2016-05-31 12:24:41.000000000 +0200 @@ -21,7 +21,7 @@ %bcond_with tests Name: ghc-wai -Version: 3.2.1 +Version: 3.2.1.1 Release: 0 Summary: Web Application Interface License: MIT ++++++ remove-dep.patch ++++++ --- /var/tmp/diff_new_pack.b2J9w6/_old 2016-05-31 12:24:41.000000000 +0200 +++ /var/tmp/diff_new_pack.b2J9w6/_new 2016-05-31 12:24:41.000000000 +0200 @@ -1,12 +1,12 @@ -Index: wai-3.0.5.0/wai.cabal +Index: wai-3.2.1.1/wai.cabal =================================================================== ---- wai-3.0.5.0.orig/wai.cabal -+++ wai-3.0.5.0/wai.cabal +--- wai-3.2.1.1.orig/wai.cabal ++++ wai-3.2.1.1/wai.cabal @@ -21,7 +21,6 @@ Source-repository head Library Build-Depends: base >= 4 && < 5 , bytestring >= 0.10 -- , bytestring-builder >= 0.10.4.0 && < 0.10.7 +- , bytestring-builder >= 0.10.4.0 && < 0.11 , blaze-builder >= 0.2.1.4 && < 0.5 , network >= 2.2.1.5 , http-types >= 0.7 ++++++ wai-3.2.1.tar.gz -> wai-3.2.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wai-3.2.1/ChangeLog.md new/wai-3.2.1.1/ChangeLog.md --- old/wai-3.2.1/ChangeLog.md 2016-04-15 10:55:29.000000000 +0200 +++ new/wai-3.2.1.1/ChangeLog.md 2016-05-24 04:52:48.000000000 +0200 @@ -1,3 +1,7 @@ +## 3.2.1.1 + +* Relax upper bound on bytestring-builder + ## 3.2.1 * add mapResponseStatus [#532](https://github.com/yesodweb/wai/pull/532) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wai-3.2.1/wai.cabal new/wai-3.2.1.1/wai.cabal --- old/wai-3.2.1/wai.cabal 2016-04-15 10:55:29.000000000 +0200 +++ new/wai-3.2.1.1/wai.cabal 2016-05-24 04:52:48.000000000 +0200 @@ -1,5 +1,5 @@ Name: wai -Version: 3.2.1 +Version: 3.2.1.1 Synopsis: Web Application Interface. Description: Provides a common protocol for communication between web applications and web servers. description: API docs and the README are available at <http://www.stackage.org/package/wai>. @@ -21,7 +21,7 @@ Library Build-Depends: base >= 4 && < 5 , bytestring >= 0.10 - , bytestring-builder >= 0.10.4.0 && < 0.10.7 + , bytestring-builder >= 0.10.4.0 && < 0.11 , blaze-builder >= 0.2.1.4 && < 0.5 , network >= 2.2.1.5 , http-types >= 0.7
participants (1)
-
root@hilbert.suse.de