osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-authenticate-oauth revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-authenticate-oauth?expand=0&rev=6
This commit is contained in:
parent
55366b047c
commit
1ceeef3fc0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e0520fb4255ac8d6ff30f06a2b91a9fdc478aa799e254e52747ebd13d70f3ec3
|
|
||||||
size 9470
|
|
3
authenticate-oauth-1.7.tar.gz
Normal file
3
authenticate-oauth-1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:746ff695fec1bd7c7b90f1952847ce3453fadf0f18a31db206753360b3219b78
|
||||||
|
size 9632
|
@ -1,37 +0,0 @@
|
|||||||
name: authenticate-oauth
|
|
||||||
version: 1.6.0.1
|
|
||||||
x-revision: 2
|
|
||||||
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.5
|
|
||||||
, time
|
|
||||||
, data-default
|
|
||||||
, base64-bytestring >= 0.1 && < 1.3
|
|
||||||
, 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
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 21 05:22:45 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update authenticate-oauth to version 1.7.
|
||||||
|
## 1.7
|
||||||
|
|
||||||
|
* Add support for following new SignMethod `HMACSHA256`, `HMACSHA512`, `RSASHA256`, `RSASHA512`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-authenticate-oauth
|
# spec file for package ghc-authenticate-oauth
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,13 +18,12 @@
|
|||||||
|
|
||||||
%global pkg_name authenticate-oauth
|
%global pkg_name authenticate-oauth
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.6.0.1
|
Version: 1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to authenticate with OAuth for Haskell web applications
|
Summary: Library to authenticate with OAuth for Haskell web applications
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-RSA-devel
|
BuildRequires: ghc-RSA-devel
|
||||||
BuildRequires: ghc-SHA-devel
|
BuildRequires: ghc-SHA-devel
|
||||||
@ -59,7 +58,6 @@ files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user