Hello community,

here is the log from the commit of package ghc-wai-middleware-static for 
openSUSE:Factory checked in at 2017-03-20 17:08:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-wai-middleware-static (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-wai-middleware-static.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-wai-middleware-static"

Mon Mar 20 17:08:04 2017 rev:3 rq:477469 version:0.8.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-wai-middleware-static/ghc-wai-middleware-static.changes
      2016-11-11 14:35:15.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-wai-middleware-static.new/ghc-wai-middleware-static.changes
 2017-03-20 17:08:05.574323101 +0100
@@ -1,0 +2,5 @@
+Wed Jan  4 21:24:47 UTC 2017 - psim...@suse.com
+
+- Update to version 0.8.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  wai-middleware-static.cabal

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

Other differences:
------------------
++++++ ghc-wai-middleware-static.spec ++++++
--- /var/tmp/diff_new_pack.wX8HDs/_old  2017-03-20 17:08:06.238229358 +0100
+++ /var/tmp/diff_new_pack.wX8HDs/_new  2017-03-20 17:08:06.242228793 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-wai-middleware-static
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Group:          Development/Languages/Other
 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-devel
 BuildRequires:  ghc-containers-devel
@@ -68,6 +69,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ wai-middleware-static.cabal ++++++
Name:                wai-middleware-static
Version:             0.8.1
x-revision: 1
Synopsis:            WAI middleware that serves requests to static files.
Homepage:            https://github.com/scotty-web/wai-middleware-static
Bug-reports:         https://github.com/scotty-web/wai-middleware-static/issues
License:             BSD3
License-file:        LICENSE
Author:              Andrew Farmer <afar...@ittc.ku.edu>
Maintainer:          Andrew Farmer <afar...@ittc.ku.edu>
Copyright:           (c) 2012-2014 Andrew Farmer
Category:            Web
Stability:           experimental
Build-type:          Simple
Cabal-version:       >= 1.10
Description:
  WAI middleware that intercepts requests to static files and serves them
  if they exist.
  .
  [WAI] <http://hackage.haskell.org/package/wai>

Extra-source-files:    changelog.md, README.md

Library
  Exposed-modules:     Network.Wai.Middleware.Static
  default-language:    Haskell2010
  Build-depends:
                       base               >= 4.6.0.1  && < 5,
                       bytestring         >= 0.10.0.2 && < 0.11,
                       containers         >= 0.5.0.0  && < 0.6,
                       cryptonite         >= 0.10     && < 1.0,
                       memory             >= 0.10     && < 1.0,
                       directory          >= 1.2.0.1  && < 1.4,
                       expiring-cache-map >= 0.0.5    && < 0.1,
                       filepath           >= 1.3.0.1  && < 1.5,
                       http-types         >= 0.8.2    && < 0.10,
                       mime-types         >= 0.1.0.3  && < 0.2,
                       mtl                >= 2.1.2    && < 2.3,
                       old-locale         >= 1.0      && < 1.1,
                       semigroups         >= 0.18     && < 1,
                       text               >= 0.11.3.1 && < 1.3,
                       time               >= 1.4      && < 1.7,
                       wai                >= 3.0.0    && < 3.3

  GHC-options: -Wall -fno-warn-orphans

test-suite hpc-coveralls-stub
  main-is:             Main.hs
  type:                exitcode-stdio-1.0
  default-language:    Haskell2010
  hs-source-dirs:      test
  build-depends:       base,
                       hpc-coveralls,
                       wai-middleware-static
  ghc-options:         -Wall

source-repository head
  type:     git
  location: git://github.com/scotty-web/wai-middleware-static.git

Reply via email to