Hello community, here is the log from the commit of package ghc-libinfluxdb for openSUSE:Factory checked in at 2017-09-20 17:10:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-libinfluxdb (Old) and /work/SRC/openSUSE:Factory/.ghc-libinfluxdb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-libinfluxdb" Wed Sep 20 17:10:34 2017 rev:2 rq:527238 version:0.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-libinfluxdb/ghc-libinfluxdb.changes 2016-11-02 12:33:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-libinfluxdb.new/ghc-libinfluxdb.changes 2017-09-20 17:10:35.375303726 +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:20 UTC 2017 - [email protected] + +- Update to version 0.0.4 revision 1. + +------------------------------------------------------------------- New: ---- libinfluxdb.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-libinfluxdb.spec ++++++ --- /var/tmp/diff_new_pack.NBmFOI/_old 2017-09-20 17:10:36.871093165 +0200 +++ /var/tmp/diff_new_pack.NBmFOI/_new 2017-09-20 17:10:36.875092601 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-libinfluxdb # -# 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 @@ -20,13 +20,13 @@ Name: ghc-%{pkg_name} Version: 0.0.4 Release: 0 -Summary: Libinfluxdb +Summary: send metrics data to InfluxDB 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-bytestring-devel BuildRequires: ghc-clock-devel BuildRequires: ghc-containers-devel @@ -37,15 +37,13 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-stm-devel BuildRequires: ghc-text-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description -Libinfluxdb. +Small library for sending metrics data to InfluxDB. %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} @@ -56,16 +54,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 @@ -73,10 +69,8 @@ %ghc_pkg_recache %files -f %{name}.files -%defattr(-,root,root,-) %doc LICENSE %files devel -f %{name}-devel.files -%defattr(-,root,root,-) %changelog ++++++ libinfluxdb.cabal ++++++ name: libinfluxdb version: 0.0.4 x-revision: 1 synopsis: libinfluxdb description: libinfluxdb license: MIT license-file: LICENSE author: Tomas Carnecky maintainer: [email protected] category: Database build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/wereHamster/libinfluxdb.git library hs-source-dirs: src default-language: Haskell2010 exposed-modules: Database.InfluxDB.Writer build-depends: base >=4.8 && <4.11 , bytestring , text , clock , containers , resource-pool , stm , http-types , http-client , http-client-tls ghc-options: -Wall
