# Generated by go2rpm # FIXME: test fail # https://github.com/wavefrontHQ/wavefront-sdk-go/issues/45 # Needs tdigest 2.3.0, current is 3.1.0 ## github.com/wavefronthq/wavefront-sdk-go/histogram [github.com/wavefronthq/wavefront-sdk-go/histogram.test] #./histogram.go:103:31: cannot use func literal (type func(float64, uint32) bool) as type func(float64, uint64) bool in argument to bin.tdigest.ForEachCentroid #./histogram.go:120:31: cannot use func literal (type func(float64, uint32) bool) as type func(float64, uint64) bool in argument to bin.tdigest.ForEachCentroid #./histogram.go:141:31: cannot use func literal (type func(float64, uint32) bool) as type func(float64, uint64) bool in argument to bin.tdigest.ForEachCentroid #./histogram.go:161:31: cannot use func literal (type func(float64, uint32) bool) as type func(float64, uint64) bool in argument to bin.tdigest.ForEachCentroid #./histogram.go:178:31: cannot use func literal (type func(float64, uint32) bool) as type func(float64, uint64) bool in argument to bin.tdigest.ForEachCentroid #./histogram.go:199:31: cannot use func literal (type func(float64, uint32) bool) as type func(float64, uint64) bool in argument to bin.tdigest.ForEachCentroid #./histogram.go:232:31: cannot use func literal (type func(float64, uint32) bool) as type func(float64, uint64) bool in argument to bin.tdigest.ForEachCentroid #./histogram.go:264:44: cannot use h.compression (type uint32) as type float64 in argument to tdigest.Compression #FAIL github.com/wavefronthq/wavefront-sdk-go/histogram [build failed] %bcond_without check # https://github.com/wavefronthq/wavefront-sdk-go %global goipath github.com/wavefronthq/wavefront-sdk-go Version: 0.9.7 %gometa %global common_description %{expand: Wavefront Core Go SDK.} %global golicenses LICENSE %global godocs docs open_source_licenses.txt README.md Name: %{goname} Release: 1%{?dist} Summary: Wavefront Core Go SDK # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/caio/go-tdigest) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jun 15 2020 Xavier Bachelot - 0.9.7-1 - Update to 0.9.7 * Wed Feb 05 2020 Xavier Bachelot - 0.9.5-1 - Initial package