Hello community,

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

Package is "ghc-google-cloud"

Fri Sep 15 21:45:57 2017 rev:2 rq:524688 version:0.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-google-cloud/ghc-google-cloud.changes        
2016-11-01 09:53:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-google-cloud.new/ghc-google-cloud.changes   
2017-09-15 21:45:58.706690194 +0200
@@ -1,0 +2,10 @@
+Thu Aug  3 15:38:38 UTC 2017 - [email protected]
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+-------------------------------------------------------------------
+Thu Aug  3 03:01:17 UTC 2017 - [email protected]
+
+- Update to version 0.0.4 revision 1.
+
+-------------------------------------------------------------------

New:
----
  google-cloud.cabal

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

Other differences:
------------------
++++++ ghc-google-cloud.spec ++++++
--- /var/tmp/diff_new_pack.gnvoiO/_old  2017-09-15 21:45:59.782538632 +0200
+++ /var/tmp/diff_new_pack.gnvoiO/_new  2017-09-15 21:45:59.786538069 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-google-cloud
 #
-# 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:        Client for the Google Cloud APIs
 License:        MIT
-Group:          System/Libraries
-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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-http-client-devel
@@ -40,15 +40,13 @@
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-unordered-containers-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Storage, Compute, ...
 
 %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}
@@ -59,16 +57,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
 
@@ -76,10 +72,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog

++++++ google-cloud.cabal ++++++
name:                google-cloud
version:             0.0.4
x-revision: 1

synopsis:            Client for the Google Cloud APIs
description:         Storage, Compute, ...

license:             MIT
license-file:        LICENSE

author:              Tomas Carnecky
maintainer:          [email protected]

build-type:          Simple
cabal-version:       >=1.10

category:            Google


source-repository head
  type:     git
  location: git://github.com/wereHamster/google-cloud.git


library
  hs-source-dirs:      src
  default-language:    Haskell2010

  exposed-modules:
     Google.Cloud
   , Google.Cloud.Internal.Types
   , Google.Cloud.Internal.HTTP
   , Google.Cloud.Internal.Token
   , Google.Cloud.Storage
   , Google.Cloud.Compute.Metadata

  ghc-options: -Wall

  build-depends:
     base >=4.4 && <4.11
   , time
   , bytestring
   , text
   , mtl >=2.2.1
   , stm
   , random
   , http-types
   , http-client
   , http-client-tls
   , scientific
   , aeson
   , unordered-containers

Reply via email to