From 425272978eab83c8982c523c1f7a077c159a074e Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Jun 23 2019 12:48:08 +0000 Subject: Renamed to golang-github-armon-metrics --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a45c8bb..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/go-metrics-6c5fa0d8f48f4661c9ba8709799c88d425ad20f0.tar.gz -/go-metrics-f0300d1749da6fa982027e449ec0c7a145510c3c.tar.gz diff --git a/0001-Fix-TFatalf-has-arg-got-of-wrong-type.patch b/0001-Fix-TFatalf-has-arg-got-of-wrong-type.patch deleted file mode 100644 index 85ceebb..0000000 --- a/0001-Fix-TFatalf-has-arg-got-of-wrong-type.patch +++ /dev/null @@ -1,41 +0,0 @@ -From cc7560c89d0901592855bf8feb443a711cc99b3f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= - <30413512+eclipseo@users.noreply.github.com> -Date: Tue, 13 Nov 2018 17:34:23 +0100 -Subject: [PATCH] Fix T.Fatalf has arg got of wrong type - ---- - start_test.go | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/start_test.go b/start_test.go -index 872d358..8ff5ca0 100644 ---- a/start_test.go -+++ b/start_test.go -@@ -53,7 +53,7 @@ func Test_GlobalMetrics(t *testing.T) { - t.Fatalf("got key %s want %s", got, want) - } - if got, want := s.vals[0], tt.val; !reflect.DeepEqual(got, want) { -- t.Fatalf("got val %s want %s", got, want) -+ t.Fatalf("got val %v want %v", got, want) - } - }) - } -@@ -82,7 +82,7 @@ func Test_GlobalMetrics_Labels(t *testing.T) { - t.Fatalf("got key %s want %s", got, want) - } - if got, want := s.vals[0], tt.val; !reflect.DeepEqual(got, want) { -- t.Fatalf("got val %s want %s", got, want) -+ t.Fatalf("got val %v want %v", got, want) - } - if got, want := s.labels[0], tt.labels; !reflect.DeepEqual(got, want) { - t.Fatalf("got val %s want %s", got, want) -@@ -124,7 +124,7 @@ func Test_GlobalMetrics_DefaultLabels(t *testing.T) { - t.Fatalf("got key %s want %s", got, want) - } - if got, want := s.vals[0], tt.val; !reflect.DeepEqual(got, want) { -- t.Fatalf("got val %s want %s", got, want) -+ t.Fatalf("got val %v want %v", got, want) - } - if got, want := s.labels[0], tt.labels; !reflect.DeepEqual(got, want) { - t.Fatalf("got val %s want %s", got, want) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..7fe7751 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Renamed to golang-github-armon-metrics diff --git a/glide.lock b/glide.lock deleted file mode 100644 index dd99841..0000000 --- a/glide.lock +++ /dev/null @@ -1,33 +0,0 @@ -hash: 1a7b1aaf9e64877da9e112bf0b353326b1f11e9c04db147ed0c3c20ae1a284ab -imports: -- name: github.com/golang/protobuf - subpackages: - - proto - version: 73aaaa9eb61d74fbf7e256ca586a3a565b308eea -- name: bitbucket.org/ww/goautoneg - version: 75cd24fc2f2c2a2088577d12123ddee5f54e0675 -- name: github.com/prometheus/client_golang - subpackages: - - text - - prometheus - - model - version: 223315ae31c83f5b3446320627dadfa60614a3e3 -- name: github.com/matttproud/golang_protobuf_extensions - subpackages: - - pbutil - version: fc2b8d3a73c4867e51861bbdd5ae3c1f0869dd6a -- name: github.com/beorn7/perks - subpackages: - - quantile - version: b965b613227fddccbfffe13eae360ed3fa822f8d -- name: github.com/prometheus/client_model - subpackages: - - go - version: fa8ad6fec33561be4280a8f0514318c79d7f6cb6 -- name: github.com/DataDog/datadog-go - subpackages: - - statsd - version: a27810dd518c69be741a7fd5d0e39f674f615be8 -- name: github.com/prometheus/procfs - version: c91d8eefde16bd047416409eb56353ea84a186e4 -updated: '2018-06-08T15:32:30.409033+00:00' diff --git a/glide.yaml b/glide.yaml deleted file mode 100644 index 0eff11b..0000000 --- a/glide.yaml +++ /dev/null @@ -1,33 +0,0 @@ -import: -- package: github.com/golang/protobuf - subpackages: - - proto - version: 73aaaa9eb61d74fbf7e256ca586a3a565b308eea -- package: bitbucket.org/ww/goautoneg - version: 75cd24fc2f2c2a2088577d12123ddee5f54e0675 -- package: github.com/prometheus/client_golang - subpackages: - - text - - prometheus - - model - version: 223315ae31c83f5b3446320627dadfa60614a3e3 -- package: github.com/matttproud/golang_protobuf_extensions - subpackages: - - pbutil - version: fc2b8d3a73c4867e51861bbdd5ae3c1f0869dd6a -- package: github.com/beorn7/perks - subpackages: - - quantile - version: b965b613227fddccbfffe13eae360ed3fa822f8d -- package: github.com/prometheus/client_model - subpackages: - - go - version: fa8ad6fec33561be4280a8f0514318c79d7f6cb6 -- package: github.com/DataDog/datadog-go - subpackages: - - statsd - version: a27810dd518c69be741a7fd5d0e39f674f615be8 -- package: github.com/prometheus/procfs - version: c91d8eefde16bd047416409eb56353ea84a186e4 -package: github.com/armon/go-metrics - diff --git a/golang-github-armon-metrics.spec b/golang-github-armon-metrics.spec deleted file mode 100644 index 00f850e..0000000 --- a/golang-github-armon-metrics.spec +++ /dev/null @@ -1,125 +0,0 @@ -# Generated by go2rpm -# Needs network -%bcond_with check - -# https://github.com/armon/go-metrics -%global goipath github.com/armon/go-metrics -%global commit f0300d1749da6fa982027e449ec0c7a145510c3c - -%gometa - -%global common_description %{expand: -A golang library for exporting performance and runtime metrics to external\ -metrics systems (i.e. statsite, statsd).} - -%global golicenses LICENSE -%global godocs README.md - -%global gosupfiles glide.lock glide.yaml - -Name: %{goname} -Version: 0 -Release: 0.19%{?dist} -Summary: A golang library for exporting performance and runtime metrics - -License: MIT -URL: %{gourl} -Source0: %{gosource} -Source1: glide.lock -Source2: glide.yaml -Patch0: 0001-Fix-TFatalf-has-arg-got-of-wrong-type.patch - -BuildRequires: golang(github.com/circonus-labs/circonus-gometrics) -BuildRequires: golang(github.com/DataDog/datadog-go/statsd) -BuildRequires: golang(github.com/hashicorp/go-immutable-radix) -BuildRequires: golang(github.com/prometheus/client_golang/prometheus) - -%if %{with check} -# Tests -BuildRequires: golang(github.com/pascaldekloe/goe/verify) -%endif - -%description -%{common_description} - -%gopkg - -%prep -%goprep -%patch0 -p1 -cp %{S:1} %{S:2} . - -%install -%gopkginstall - -%if %{with check} -%check -%gocheck -%endif - -%gopkgfiles - -%changelog -* Wed Apr 17 15:44:59 CEST 2019 Robert-André Mauchin - 0-0.19.20181112gitf0300d1 -- Update to new macros - -* Thu Jan 31 2019 Fedora Release Engineering - 0-0.18.gitf0300d1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Nov 12 2018 Robert-André Mauchin - 0-0.17.20181112gitf0300d1 -- Bump to commit f0300d1749da6fa982027e449ec0c7a145510c3c - -* Tue Oct 23 2018 Nicolas Mailhot - 0-0.16.20150820git6c5fa0d -- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias -- https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ - -* Fri Jul 13 2018 Fedora Release Engineering - 0-0.15.git6c5fa0d -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Jun 08 2018 Jan Chaloupka - 0-0.14.20150820git6c5fa0d -- Update to spec 3.0 - Upload glide.lock and glide.yaml - -* Wed Feb 28 2018 Jan Chaloupka - 0-0.13.20150820git6c5fa0d -- Autogenerate some parts using the new macros - -* Wed Feb 07 2018 Fedora Release Engineering - 0-0.12.git6c5fa0d -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Aug 02 2017 Fedora Release Engineering - 0-0.11.git6c5fa0d -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0-0.10.git6c5fa0d -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0-0.9.git6c5fa0d -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Jul 21 2016 Fedora Release Engineering - 0-0.8.git6c5fa0d -- https://fedoraproject.org/wiki/Changes/golang1.7 - -* Mon Feb 22 2016 Fedora Release Engineering - 0-0.7.git6c5fa0d -- https://fedoraproject.org/wiki/Changes/golang1.6 - -* Tue Feb 09 2016 jchaloup - 0-0.6.git6c5fa0d -- Add missing Provides and [B]Rs - related: #1248645 - -* Wed Feb 03 2016 Fedora Release Engineering - 0-0.5.git6c5fa0d -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jan 06 2016 Fridolin Pokorny - 0-0.4.git6c5fa0d -- Bump to upstream 6c5fa0d8f48f4661c9ba8709799c88d425ad20f0 - related: #1248645 - -* Sat Sep 12 2015 jchaloup - 0-0.3.gita54701e -- Update spec to 2.1 - related: #1248645 - -* Thu Jul 30 2015 Fridolin Pokorny - 0-0.2.gita54701e -- Update of spec file to spec-2.0 - resolves: #1248645 - -* Wed Apr 15 2015 jchaloup - 0-0.1.gita54701e -- First package for Fedora - resolves: #1211990 diff --git a/sources b/sources deleted file mode 100644 index a72381b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (go-metrics-f0300d1749da6fa982027e449ec0c7a145510c3c.tar.gz) = 6388b3b4e20cf0511bbe3c8d8e58493aa8d80d64f6fa74db26e06df89ebea25cdafb476b65d46a12fc920ecf6ffaa1ecf991adec1033572c5015e4e64ef8be61