commit ghc-users for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-users for openSUSE:Factory 
checked in at 2017-09-15 22:22:20

Comparing /work/SRC/openSUSE:Factory/ghc-users (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-users.new (New)


Package is "ghc-users"

Fri Sep 15 22:22:20 2017 rev:3 rq:525618 version:0.5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-users/ghc-users.changes  2017-06-22 
10:39:27.909471562 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-users.new/ghc-users.changes 2017-09-15 
22:22:22.103056272 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-users.spec ++
--- /var/tmp/diff_new_pack.V41fkh/_old  2017-09-15 22:22:22.718969498 +0200
+++ /var/tmp/diff_new_pack.V41fkh/_new  2017-09-15 22:22:22.718969498 +0200
@@ -22,8 +22,8 @@
 Release:0
 Summary:A library simplifying user management for web applications
 License:MIT
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+Group:  Development/Libraries/Haskell
+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
@@ -33,7 +33,6 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Scrap the boilerplate for managing user accounts in web applications
@@ -59,7 +58,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -85,10 +84,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog




commit ghc-users for openSUSE:Factory

2017-06-22 Thread root
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.0 +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:
 .
 * 

 .
 * 
 .
homepage:https://github.com/agrafix/users
bug-reports: https://github.com/agrafix/users/issues
license: MIT
license-file:LICENSE
author:  Alexander Thiemann 
maintainer:  Alexander Thiemann 
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