Hello community,
here is the log from the commit of package ghc-authenticate-oauth for
openSUSE:Factory checked in at 2016-05-29 03:12:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-authenticate-oauth (Old)
and /work/SRC/openSUSE:Factory/.ghc-authenticate-oauth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-authenticate-oauth"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-authenticate-oauth/ghc-authenticate-oauth.changes
2015-12-29 12:59:09.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-authenticate-oauth.new/ghc-authenticate-oauth.changes
2016-05-29 03:13:53.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 26 05:51:01 UTC 2016 - [email protected]
+
+- update to 1.5.1.2
+* Allow newest transformers
+
+-------------------------------------------------------------------
Old:
----
authenticate-oauth-1.5.1.1.tar.gz
New:
----
authenticate-oauth-1.5.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-authenticate-oauth.spec ++++++
--- /var/tmp/diff_new_pack.lFYPjn/_old 2016-05-29 03:13:54.000000000 +0200
+++ /var/tmp/diff_new_pack.lFYPjn/_new 2016-05-29 03:13:54.000000000 +0200
@@ -19,7 +19,7 @@
%global pkg_name authenticate-oauth
Name: ghc-authenticate-oauth
-Version: 1.5.1.1
+Version: 1.5.1.2
Release: 0
Summary: Library to authenticate with OAuth for Haskell web applications
License: BSD-2-Clause
@@ -66,7 +66,6 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-cabal-tweak-dep-ver RSA '< 2.2' '< 2.3'
%build
%ghc_lib_build
++++++ authenticate-oauth-1.5.1.1.tar.gz -> authenticate-oauth-1.5.1.2.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/authenticate-oauth-1.5.1.1/ChangeLog.md
new/authenticate-oauth-1.5.1.2/ChangeLog.md
--- old/authenticate-oauth-1.5.1.1/ChangeLog.md 2015-03-22 12:19:38.000000000
+0100
+++ new/authenticate-oauth-1.5.1.2/ChangeLog.md 2016-05-24 09:55:05.000000000
+0200
@@ -1,3 +1,7 @@
+## 1.5.1.2
+
+* Allow newest transformers
+
## 1.5.1
* [Add getAccessTokenWith
#42](https://github.com/yesodweb/authenticate/pull/42)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/authenticate-oauth-1.5.1.1/authenticate-oauth.cabal
new/authenticate-oauth-1.5.1.2/authenticate-oauth.cabal
--- old/authenticate-oauth-1.5.1.1/authenticate-oauth.cabal 2015-03-22
12:19:38.000000000 +0100
+++ new/authenticate-oauth-1.5.1.2/authenticate-oauth.cabal 2016-05-24
09:55:05.000000000 +0200
@@ -1,5 +1,5 @@
name: authenticate-oauth
-version: 1.5.1.1
+version: 1.5.1.2
license: BSD3
license-file: LICENSE
author: Hiromi Ishii
@@ -16,10 +16,10 @@
library
build-depends: base >= 4 && < 5
, http-client >= 0.3
- , transformers >= 0.1 && < 0.5
+ , transformers >= 0.1 && < 0.6
, bytestring >= 0.9
, crypto-pubkey-types >= 0.1 && < 0.5
- , RSA >= 2.0 && < 2.2
+ , RSA >= 2.0 && < 2.3
, time
, data-default
, base64-bytestring >= 0.1 && < 1.1