Hello community, here is the log from the commit of package ghc-wai-middleware-static for openSUSE:Factory checked in at 2016-11-10 13:17:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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" Changes: -------- New Changes file: --- /dev/null 2016-10-27 01:54:32.792041256 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-wai-middleware-static.new/ghc-wai-middleware-static.changes 2016-11-10 13:17:20.000000000 +0100 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sun Jul 10 17:16:15 UTC 2016 - [email protected] + +- Update to version 0.8.0 revision 3 with cabal2obs. + New: ---- 3.cabal ghc-wai-middleware-static.changes ghc-wai-middleware-static.spec wai-middleware-static-0.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-wai-middleware-static.spec ++++++ # # spec file for package ghc-wai-middleware-static # # Copyright (c) 2016 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %global pkg_name wai-middleware-static Name: ghc-%{pkg_name} Version: 0.8.0 Release: 0 Summary: WAI middleware that serves requests to static files License: BSD-3-Clause Group: System/Libraries 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/3.cabal BuildRequires: ghc-Cabal-devel # Begin cabal-rpm deps: BuildRequires: ghc-base16-bytestring-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-cryptohash-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-expiring-cache-map-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-http-types-devel BuildRequires: ghc-mime-types-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-old-locale-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel BuildRequires: ghc-wai-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build # End cabal-rpm deps %description WAI middleware that intercepts requests to static files and serves them if they exist. [WAI] <http://hackage.haskell.org/package/wai>. %package devel Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} %description devel This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build %install %ghc_lib_install %post devel %ghc_pkg_recache %postun devel %ghc_pkg_recache %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE %files devel -f %{name}-devel.files %defattr(-,root,root,-) %doc changelog.md %changelog ++++++ 3.cabal ++++++ Name: wai-middleware-static Version: 0.8.0 x-revision: 3 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 <[email protected]> Maintainer: Andrew Farmer <[email protected]> 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 Library Exposed-modules: Network.Wai.Middleware.Static default-language: Haskell2010 Build-depends: base >= 4.6.0.1 && < 5, base16-bytestring >= 0.1 && < 0.2, bytestring >= 0.10.0.2 && < 0.11, containers >= 0.5.0.0 && < 0.6, cryptohash >= 0.11 && < 0.12, directory >= 1.2.0.1 && < 1.3, 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, text >= 0.11.3.1 && < 1.3, time >= 1.4 && < 1.7, wai >= 3.0.0 && < 3.3 GHC-options: -Wall -fno-warn-orphans source-repository head type: git location: git://github.com/scotty-web/wai-middleware-static.git
