Hello community,

here is the log from the commit of package ghc-yesod-auth for openSUSE:Factory 
checked in at 2017-05-10 20:50:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-yesod-auth (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-yesod-auth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-yesod-auth"

Wed May 10 20:50:08 2017 rev:7 rq:491528 version:1.4.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-yesod-auth/ghc-yesod-auth.changes    
2017-04-14 13:39:19.545783831 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-yesod-auth.new/ghc-yesod-auth.changes       
2017-05-10 20:50:11.837558636 +0200
@@ -1,0 +2,5 @@
+Wed Apr 19 13:31:57 UTC 2017 - psim...@suse.com
+
+- Update to version 1.4.17 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  yesod-auth.cabal

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

Other differences:
------------------
++++++ ghc-yesod-auth.spec ++++++
--- /var/tmp/diff_new_pack.sXEbmf/_old  2017-05-10 20:50:12.645444636 +0200
+++ /var/tmp/diff_new_pack.sXEbmf/_new  2017-05-10 20:50:12.653443507 +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-aeson-devel
 BuildRequires:  ghc-authenticate-devel
@@ -85,6 +86,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ yesod-auth.cabal ++++++
name:            yesod-auth
version:         1.4.17
x-revision: 1
license:         MIT
license-file:    LICENSE
author:          Michael Snoyman, Patrick Brisbin
maintainer:      Michael Snoyman <mich...@snoyman.com>
synopsis:        Authentication for Yesod.
category:        Web, Yesod
stability:       Stable
cabal-version:   >= 1.6.0
build-type:      Simple
homepage:        http://www.yesodweb.com/
description:     API docs and the README are available at 
<http://www.stackage.org/package/yesod-auth>
extra-source-files: persona_sign_in_blue.png
                    README.md
                    ChangeLog.md

flag network-uri
  description: Get Network.URI from the network-uri package
  default: True

library
    build-depends:   base                    >= 4         && < 5
                   , authenticate            >= 1.3
                   , bytestring              >= 0.9.1.4
                   , yesod-core              >= 1.4.31    && < 1.5
                   , wai                     >= 1.4
                   , template-haskell
                   , base16-bytestring
                   , cryptohash
                   , random                  >= 1.0.0.2
                   , text                    >= 0.7
                   , mime-mail               >= 0.3
                   , yesod-persistent        >= 1.4
                   , shakespeare
                   , containers
                   , unordered-containers
                   , yesod-form              >= 1.4       && < 1.5
                   , transformers            >= 0.2.2
                   , persistent              >= 2.1       && < 2.8
                   , persistent-template     >= 2.1       && < 2.8
                   , http-client
                   , http-conduit            >= 2.1
                   , aeson                   >= 0.7
                   , lifted-base             >= 0.1
                   , blaze-html              >= 0.5
                   , blaze-markup            >= 0.5.1
                   , http-types
                   , file-embed
                   , email-validate          >= 1.0
                   , data-default
                   , resourcet
                   , safe
                   , time
                   , base64-bytestring
                   , byteable
                   , binary
                   , http-client
                   , blaze-builder
                   , conduit
                   , conduit-extra
                   , nonce                   >= 1.0.2     && < 1.1

    if flag(network-uri)
      build-depends: network-uri >= 2.6
    else
      build-depends: network < 2.6

    exposed-modules: Yesod.Auth
                     Yesod.Auth.BrowserId
                     Yesod.Auth.Dummy
                     Yesod.Auth.Email
                     Yesod.Auth.OpenId
                     Yesod.Auth.Rpxnow
                     Yesod.Auth.Message
                     Yesod.Auth.GoogleEmail
                     Yesod.Auth.GoogleEmail2
                     Yesod.Auth.Hardcoded
    other-modules:   Yesod.Auth.Routes
                     Yesod.PasswordStore
    ghc-options:     -Wall

source-repository head
  type:     git
  location: https://github.com/yesodweb/yesod

Reply via email to