commit handwriting for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package handwriting for openSUSE:Factory 
checked in at 2017-09-15 22:29:00

Comparing /work/SRC/openSUSE:Factory/handwriting (Old)
 and  /work/SRC/openSUSE:Factory/.handwriting.new (New)


Package is "handwriting"

Fri Sep 15 22:29:00 2017 rev:3 rq:525768 version:0.1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/handwriting/handwriting.changes  2017-04-12 
18:11:10.328752365 +0200
+++ /work/SRC/openSUSE:Factory/.handwriting.new/handwriting.changes 
2017-09-15 22:29:00.878877051 +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:
--
++ handwriting.spec ++
--- /var/tmp/diff_new_pack.Cbho7G/_old  2017-09-15 22:29:01.822744088 +0200
+++ /var/tmp/diff_new_pack.Cbho7G/_new  2017-09-15 22:29:01.826743524 +0200
@@ -22,8 +22,8 @@
 Release:0
 Summary:API Client for the handwriting.io API
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{name}
+Group:  Development/Libraries/Haskell
+URL:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
@@ -40,7 +40,6 @@
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-wreq-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 API Client for the handwriting.io API.
@@ -54,7 +53,7 @@
 
 %package -n ghc-%{name}-devel
 Summary:Haskell %{name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   ghc-%{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -80,15 +79,12 @@
 %ghc_pkg_recache
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE
 %{_bindir}/%{name}
 
 %files -n ghc-%{name} -f ghc-%{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog




commit handwriting for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package handwriting for openSUSE:Factory 
checked in at 2017-04-12 17:34:13

Comparing /work/SRC/openSUSE:Factory/handwriting (Old)
 and  /work/SRC/openSUSE:Factory/.handwriting.new (New)


Package is "handwriting"

Wed Apr 12 17:34:13 2017 rev:2 rq:484211 version:0.1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/handwriting/handwriting.changes  2017-03-24 
02:05:09.400144216 +0100
+++ /work/SRC/openSUSE:Factory/.handwriting.new/handwriting.changes 
2017-04-12 18:11:10.328752365 +0200
@@ -1,0 +2,5 @@
+Fri Mar 31 14:57:26 UTC 2017 - psim...@suse.com
+
+- Improve package description.
+
+---



Other differences:
--
++ handwriting.spec ++
--- /var/tmp/diff_new_pack.x14Z5o/_old  2017-04-12 18:11:10.780688461 +0200
+++ /var/tmp/diff_new_pack.x14Z5o/_new  2017-04-12 18:11:10.784687896 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package handwriting
 #
-# 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
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Begin cabal-rpm deps:
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
@@ -42,10 +41,9 @@
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-wreq-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
-Please see README.md.
+API Client for the handwriting.io API.
 
 %package -n ghc-%{name}
 Summary:Haskell %{name} library
@@ -68,16 +66,12 @@
 %prep
 %setup -q
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
-
-%ghc_fix_dynamic_rpath %{pkg_name}
-
+%ghc_fix_rpath %{pkg_name}-%{version}
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache