Hello community,

here is the log from the commit of package ghc-users for openSUSE:Factory 
checked in at 2017-06-22 10:39:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-users (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-users.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-users"

Thu Jun 22 10:39:27 2017 rev:2 rq:504116 version:0.5.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-users/ghc-users.changes      2016-11-10 
13:17:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-users.new/ghc-users.changes 2017-06-22 
10:39:27.909471562 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:05:46 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.0.0 revision 1.
+
+-------------------------------------------------------------------

New:
----
  users.cabal

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

Other differences:
------------------
++++++ ghc-users.spec ++++++
--- /var/tmp/diff_new_pack.VmE7LB/_old  2017-06-22 10:39:28.465393185 +0200
+++ /var/tmp/diff_new_pack.VmE7LB/_new  2017-06-22 10:39:28.465393185 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-users
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,11 +22,11 @@
 Release:        0
 Summary:        A library simplifying user management for web applications
 License:        MIT
-Group:          System/Libraries
+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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-bcrypt-devel
 BuildRequires:  ghc-path-pieces-devel
@@ -34,7 +34,6 @@
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Scrap the boilerplate for managing user accounts in web applications
@@ -71,16 +70,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ users.cabal ++++++
name:                users
version:             0.5.0.0
x-revision: 1
synopsis:            A library simplifying user management for web applications
description:         Scrap the boilerplate for managing user accounts in web 
applications
                     .
                     Features:
                     .
                     * Easy to understand API
                     .
                     * CRUD for Users
                     .
                     * Session Management
                     .
                     * Password reset functionality
                     .
                     * Activation functionality
                     .
                     Current Backends:
                     .
                     * 
<http://hackage.haskell.org/package/users-postgresql-simple PostgreSQL-Simple 
Backend>
                     .
                     * <http://hackage.haskell.org/package/users-persistent 
Persistent Backend>
                     .
homepage:            https://github.com/agrafix/users
bug-reports:         https://github.com/agrafix/users/issues
license:             MIT
license-file:        LICENSE
author:              Alexander Thiemann <m...@athiemann.net>
maintainer:          Alexander Thiemann <m...@athiemann.net>
copyright:           (c) 2015 - 2016 Alexander Thiemann
category:            Web
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type: git
  location: git://github.com/agrafix/users.git

library
  exposed-modules:     Web.Users.Types
  build-depends:
                       aeson >=0.7,
                       base >=4.8 && <5,
                       bcrypt >=0.0.8,
                       path-pieces >=0.1,
                       text >=1.2,
                       time >=1.4
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -auto-all -Wall -fno-warn-orphans

Reply via email to