Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-authenticate-oauth for 
openSUSE:Factory checked in at 2022-10-13 15:41:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-authenticate-oauth (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-authenticate-oauth.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-authenticate-oauth"

Thu Oct 13 15:41:00 2022 rev:3 rq:1008433 version:1.7

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-authenticate-oauth/ghc-authenticate-oauth.changes
    2021-06-23 17:38:22.520483314 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-authenticate-oauth.new.2275/ghc-authenticate-oauth.changes
  2022-10-13 15:41:02.966609579 +0200
@@ -1,0 +2,6 @@
+Wed Aug 17 05:12:32 UTC 2022 - Peter Simons <[email protected]>
+
+- Update authenticate-oauth to version 1.7 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  authenticate-oauth.cabal

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

Other differences:
------------------
++++++ ghc-authenticate-oauth.spec ++++++
--- /var/tmp/diff_new_pack.iECIUW/_old  2022-10-13 15:41:03.478610579 +0200
+++ /var/tmp/diff_new_pack.iECIUW/_new  2022-10-13 15:41:03.486610594 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-authenticate-oauth
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 License:        BSD-2-Clause
 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
@@ -58,6 +59,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ authenticate-oauth.cabal ++++++
cabal-version:   >= 1.10
name:            authenticate-oauth
version:         1.7
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
build-type:      Simple
homepage:        http://github.com/yesodweb/authenticate
extra-source-files: README.md ChangeLog.md

library
    default-language: Haskell2010
    build-depends:   base                          >= 4.10     && < 5
                   , http-client                   >= 0.3
                   , transformers                  >= 0.1      && < 0.7
                   , 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

Reply via email to