Hello community,
here is the log from the commit of package ghc-authenticate-oauth for
openSUSE:Factory checked in at 2017-06-21 13:54:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-authenticate-oauth (Old)
and /work/SRC/openSUSE:Factory/.ghc-authenticate-oauth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-authenticate-oauth"
Wed Jun 21 13:54:52 2017 rev:5 rq:504658 version:1.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-authenticate-oauth/ghc-authenticate-oauth.changes
2017-03-03 17:48:09.818366684 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-authenticate-oauth.new/ghc-authenticate-oauth.changes
2017-06-21 13:54:53.774797303 +0200
@@ -1,0 +2,5 @@
+Mon Jun 12 09:41:37 UTC 2017 - [email protected]
+
+- Update to version 1.6 revision 1.
+
+-------------------------------------------------------------------
New:
----
authenticate-oauth.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-authenticate-oauth.spec ++++++
--- /var/tmp/diff_new_pack.Zc8nwM/_old 2017-06-21 13:54:54.514692933 +0200
+++ /var/tmp/diff_new_pack.Zc8nwM/_new 2017-06-21 13:54:54.514692933 +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: ghc-Cabal-devel
BuildRequires: ghc-RSA-devel
BuildRequires: ghc-SHA-devel
@@ -60,6 +61,7 @@
%prep
%setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ authenticate-oauth.cabal ++++++
name: authenticate-oauth
version: 1.6
x-revision: 1
license: BSD3
license-file: LICENSE
author: Hiromi Ishii
maintainer: Hiromi Ishii, Artem Chirkin
synopsis: Library to authenticate with OAuth for Haskell web
applications.
description: API docs and the README are available at
<http://www.stackage.org/package/authenticate-oauth>.
category: Web
stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://github.com/yesodweb/authenticate
extra-source-files: README.md ChangeLog.md
library
build-depends: base >= 4 && < 5
, http-client >= 0.3
, transformers >= 0.1 && < 0.6
, bytestring >= 0.9
, crypto-pubkey-types >= 0.1 && < 0.5
, RSA >= 2.0 && < 2.4
, time
, data-default
, base64-bytestring >= 0.1 && < 1.1
, SHA >= 1.4 && < 1.7
, random
, http-types >= 0.6
, blaze-builder
, transformers-compat >= 0.3
exposed-modules: Web.Authenticate.OAuth, Web.Authenticate.OAuth.IO
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/yesodweb/authenticate.git