Hello community,

here is the log from the commit of package ghc-koofr-client for 
openSUSE:Factory checked in at 2017-09-15 21:53:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-koofr-client (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-koofr-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-koofr-client"

Fri Sep 15 21:53:48 2017 rev:2 rq:524908 version:1.0.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-koofr-client/ghc-koofr-client.changes        
2017-03-08 01:01:26.633072405 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-koofr-client.new/ghc-koofr-client.changes   
2017-09-15 21:53:49.872295771 +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.
+
+-------------------------------------------------------------------

Old:
----
  1.cabal

New:
----
  koofr-client.cabal

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

Other differences:
------------------
++++++ ghc-koofr-client.spec ++++++
--- /var/tmp/diff_new_pack.ue1lht/_old  2017-09-15 21:53:50.672183036 +0200
+++ /var/tmp/diff_new_pack.ue1lht/_new  2017-09-15 21:53:50.676182472 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-koofr-client
 #
-# 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,10 +22,10 @@
 Release:        0
 Summary:        Client to Koofr API
 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
+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-bytestring-devel
@@ -35,7 +35,6 @@
 BuildRequires:  ghc-http-types-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Koofr is a storage as a service provider located in Europe. See
@@ -46,7 +45,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}
@@ -72,10 +71,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog

++++++ koofr-client.cabal ++++++
name:                koofr-client
version:             1.0.0.3
x-revision: 1
synopsis:            Client to Koofr API
homepage:            https://github.com/edofic/koofr-api-hs                     
  
description:         
  Koofr is a storage as a service provider located in Europe. See 
https://koofr.eu for more info. This is an API wrapper that simplifies working 
with files. 
  Filesystem roots are called mounts and cannot be manipulated through api. 
  The API is contained in a type class in order to allow mocking. Mock runner 
and wider API coverage coming soon.

license:             MIT
license-file:        LICENSE
author:              Andraz Bajt
maintainer:          edo...@gmail.com
category:            Network
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Koofr.Client
                       Koofr.Mount
                       Koofr.File
  other-modules:       Koofr.Internal
  build-depends:       base                  >= 4.7  && <5  
                     , mtl                   >= 2.1  && <3
                     , http-client           >= 0.4  && <1
                     , http-types            >= 0.8  && <1
                     , http-client-tls       >= 0.2  && <1
                     , bytestring            >= 0.10 && <1
                     , aeson                 >= 0.8  && <2
                     , filepath              >= 1.3  && <2
  hs-source-dirs:      src
  default-language:    Haskell2010
  default-extensions:  MultiParamTypeClasses
                       FlexibleInstances
                       FlexibleContexts
                       FunctionalDependencies
                       OverloadedStrings
                       TemplateHaskell

source-repository head
  type:     git
  location: https://github.com/edofic/koofr-api-hs.git

Reply via email to