Hello community,

here is the log from the commit of package ghc-wai-app-static for 
openSUSE:Factory checked in at 2020-09-30 19:53:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-wai-app-static (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-wai-app-static.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-wai-app-static"

Wed Sep 30 19:53:37 2020 rev:3 rq:838496 version:3.1.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-wai-app-static/ghc-wai-app-static.changes    
2020-08-28 21:41:05.372880885 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-wai-app-static.new.4249/ghc-wai-app-static.changes
  2020-09-30 19:53:45.340750611 +0200
@@ -1,0 +2,6 @@
+Tue Sep 22 12:28:11 UTC 2020 - [email protected]
+
+- Update wai-app-static to version 3.1.7.2 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  wai-app-static.cabal

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

Other differences:
------------------
++++++ ghc-wai-app-static.spec ++++++
--- /var/tmp/diff_new_pack.1XxfCN/_old  2020-09-30 19:53:48.932753822 +0200
+++ /var/tmp/diff_new_pack.1XxfCN/_new  2020-09-30 19:53:48.932753822 +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:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-blaze-html-devel
@@ -75,6 +76,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ wai-app-static.cabal ++++++
name:            wai-app-static
version:         3.1.7.2
x-revision: 1
license:         MIT
license-file:    LICENSE
author:          Michael Snoyman <[email protected]>
maintainer:      Michael Snoyman <[email protected]>, Greg Weber 
<[email protected]>
synopsis:        WAI application for static serving
description:     API docs and the README are available at 
<http://www.stackage.org/package/wai-app-static>.
category:        Web, Yesod
stability:       Stable
cabal-version:   >= 1.10
build-type:      Simple
homepage:        http://www.yesodweb.com/book/web-application-interface
Extra-source-files:
  images/folder.png
  images/haskell.png
  test/*.hs
  test/a/b
  tests.hs
  README.md
  ChangeLog.md

Flag print
    Description:   print debug info
    Default:       False

library
    default-language: Haskell2010
    build-depends:   base                      >= 4        && < 5
                   , wai                       >= 3.0      && < 3.3
                   , bytestring                >= 0.10.4
                   , http-types                >= 0.7
                   , transformers              >= 0.2.2
                   , unix-compat               >= 0.2
                   , directory                 >= 1.0.1
                   , containers                >= 0.2
                   , time                      >= 1.1.4
                   , old-locale                >= 1.0.0.2
                   , file-embed                >= 0.0.3.1
                   , text                      >= 0.7
                   , cryptonite                >= 0.6
                   , memory                    >= 0.7
                   , http-date
                   , blaze-html                >= 0.5
                   , blaze-markup              >= 0.5.1
                   , mime-types                >= 0.1      && < 0.2
                   , unordered-containers      >= 0.2
                   , template-haskell          >= 2.7
                   , zlib                      >= 0.5
                   , filepath
                   , wai-extra                 >= 3.0      && < 3.2
                   , optparse-applicative      >= 0.7
                   , warp                      >= 3.0.11   && < 3.4

    exposed-modules: Network.Wai.Application.Static
                     WaiAppStatic.Storage.Filesystem
                     WaiAppStatic.Storage.Embedded
                     WaiAppStatic.Listing
                     WaiAppStatic.Types
                     WaiAppStatic.CmdLine
    other-modules:   Util
                     WaiAppStatic.Storage.Embedded.Runtime
                     WaiAppStatic.Storage.Embedded.TH
    ghc-options:     -Wall

    if flag(print)
      cpp-options:  -DPRINT

Executable warp
  default-language: Haskell2010
  Main-is:        warp-static.hs
  hs-source-dirs: app
  Build-depends: base            >= 4                  && < 5
               , wai-app-static
               , directory       >= 1.0
               , containers      >= 0.2
               , bytestring      >= 0.10.4
               , text            >= 0.7
               , mime-types      >= 0.1                && < 0.2

test-suite runtests
    default-language: Haskell2010
    hs-source-dirs: test
    main-is: ../tests.hs
    type: exitcode-stdio-1.0

    build-depends:   base                      >= 4        && < 5
                   , hspec                     >= 1.3
                   , unix-compat
                   , time
                   , old-locale
                   , http-date
                   , wai-app-static
                   , wai-extra
                   , wai
                   , http-types
                   , network
                   , bytestring
                   , text
                   , transformers
                   , mime-types
                   , zlib
                   , filepath
                   , temporary
                   , mockery
                   -- , containers
    ghc-options:   -Wall

source-repository head
  type:     git
  location: git://github.com/yesodweb/wai.git

Reply via email to