Hello community,
here is the log from the commit of package ghc-wai-middleware-crowd for
openSUSE:Factory checked in at 2017-06-21 13:56:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-wai-middleware-crowd (Old)
and /work/SRC/openSUSE:Factory/.ghc-wai-middleware-crowd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-wai-middleware-crowd"
Wed Jun 21 13:56:32 2017 rev:3 rq:504682 version:0.1.4.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-wai-middleware-crowd/ghc-wai-middleware-crowd.changes
2017-04-11 09:48:37.367758078 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-wai-middleware-crowd.new/ghc-wai-middleware-crowd.changes
2017-06-21 13:56:38.132076780 +0200
@@ -1,0 +2,5 @@
+Mon Jun 12 09:41:38 UTC 2017 - [email protected]
+
+- Update to version 0.1.4.2 revision 1.
+
+-------------------------------------------------------------------
New:
----
wai-middleware-crowd.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-wai-middleware-crowd.spec ++++++
--- /var/tmp/diff_new_pack.1qcntB/_old 2017-06-21 13:56:38.819979746 +0200
+++ /var/tmp/diff_new_pack.1qcntB/_new 2017-06-21 13:56:38.823979182 +0200
@@ -25,6 +25,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: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-authenticate-devel
@@ -73,6 +74,7 @@
%prep
%setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ wai-middleware-crowd.cabal ++++++
name: wai-middleware-crowd
version: 0.1.4.2
x-revision: 1
synopsis: Middleware and utilities for using Atlassian Crowd
authentication
description: See README
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: [email protected]
category: Web
build-type: Simple
extra-source-files: README.md ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Network.Wai.Middleware.Crowd
other-modules: Paths_wai_middleware_crowd
Network.Wai.OpenId
Network.Wai.Approot
Network.Wai.ClientSession
build-depends: base >= 4.7 && < 5
, resourcet >= 1.1
, text >= 1.1
, http-client >= 0.4
, wai >= 3.0 && < 4
, authenticate >= 1.3
, bytestring >= 0.10
, case-insensitive >= 1.2
, containers >= 0.5
, http-types >= 0.8
, blaze-builder >= 0.3
, binary >= 0.7
, base64-bytestring >= 1.0
, time >= 1.4
, clientsession >= 0.9
, cookie >= 0.4
, http-client-tls >= 0.2
, unix-compat >= 0.4
, vault
hs-source-dirs: src
default-language: Haskell2010
executable wai-crowd
default-language: Haskell2010
hs-source-dirs: app
main-is: wai-crowd.hs
other-modules: SimpleOptions
Rdr2tls
build-depends: base
, bytestring
, clientsession
, gitrev >= 1.0
, http-client
, http-client-tls
, http-reverse-proxy >= 0.4
, http-types
, optparse-applicative >= 0.11 && < 0.15
, template-haskell
, text
, transformers
, wai
, wai-app-static
, wai-extra
, wai-middleware-crowd
, warp
ghc-options: -threaded -rtsopts -with-rtsopts=-N
source-repository head
type: git
location: https://github.com/fpco/wai-middleware-crowd