Accepting request 988188 from home:gmbr3:Active

- Update to version 0.0.0+git20220520.d04f242:
  * Make config menu entries relative.
  * Made flamegraph test less brittle.
  * all: update dependencies
  * Generalize the unit support in pprof a bit further.
  * Split monolithic webhtml.go into multiple files.
  * Update minimum Go version to 1.17 in go.mod.
  * Fix doc comments format to become compatible with tip gofmt.
  * allow rendering big flame graphs by avoiding stack overflow in JS parser
  * Fix tagroot to properly format unitless numeric tags.
  * Add Go 1.18 to testing, remove Go 1.16.
  * third_party: fix typo
  * internal/graph: Support comments with double quotes
  * Handle either _text or _stext as the kernel relocation symbol.
  * Parse and propagate the name of the kernel relocation symbol
  * doc: clarify graph view docs to note negative values appear in profile comparison
  * internal/elfexec: Fix typos in elfexec.go
  * Log build ID in local symbolization error messages.
  * Update d3-flame-graph from 2.0.0-alpha to 4.1.3
  * Add badge link to Go API docs in pkg.go.dev
  * Update instructions to use "git clone" instead of "go get".
  * proto/profile.proto: fix typo
  * Update mapassign regex to match both call variants

OBS-URL: https://build.opensuse.org/request/show/988188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/pprof?expand=0&rev=4
This commit is contained in:
Jeff Kowalczyk 2022-07-10 15:01:37 +00:00 committed by Git OBS Bridge
parent 3af97d3990
commit 01d95883db
7 changed files with 42 additions and 14 deletions

View File

@ -1,19 +1,19 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/google/pprof.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">0.0.0+git%cd.%h</param>
<param name="filename">pprof</param>
<param name="revision">HEAD</param>
<param name="revision">d04f2422c8a17569c14e84da0fae252d9529826b</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
<service name="set_version" mode="manual">
</service>
<service name="go_modules" mode="disabled">
<service name="go_modules" mode="manual">
</service>
</services>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/google/pprof.git</param>
<param name="changesrevision">cbba55b83ad56c9286566b96b0c82cead332b729</param></service></servicedata>
<param name="changesrevision">d04f2422c8a17569c14e84da0fae252d9529826b</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e614833ac1c33083b68f4bcb657796d89e852d87bc1ddc4477bb10ca4cb12ce2
size 1733949

BIN
pprof-0.0.0+git20220520.d04f242.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun Jul 10 12:00:20 UTC 2022 - gmbr3@opensuse.org
- Update to version 0.0.0+git20220520.d04f242:
* Make config menu entries relative.
* Made flamegraph test less brittle.
* all: update dependencies
* Generalize the unit support in pprof a bit further.
* Split monolithic webhtml.go into multiple files.
* Update minimum Go version to 1.17 in go.mod.
* Fix doc comments format to become compatible with tip gofmt.
* allow rendering big flame graphs by avoiding stack overflow in JS parser
* Fix tagroot to properly format unitless numeric tags.
* Add Go 1.18 to testing, remove Go 1.16.
* third_party: fix typo
* internal/graph: Support comments with double quotes
* Handle either _text or _stext as the kernel relocation symbol.
* Parse and propagate the name of the kernel relocation symbol
* doc: clarify graph view docs to note negative values appear in profile comparison
* internal/elfexec: Fix typos in elfexec.go
* Log build ID in local symbolization error messages.
* Update d3-flame-graph from 2.0.0-alpha to 4.1.3
* Add badge link to Go API docs in pkg.go.dev
* Update instructions to use "git clone" instead of "go get".
* proto/profile.proto: fix typo
* Update mapassign regex to match both call variants
-------------------------------------------------------------------
Tue Mar 23 18:13:51 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package pprof
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,13 +15,14 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: pprof
Version: 0.0.0+git20210226.cbba55b
Version: 0.0.0+git20220520.d04f242
Release: 0
Summary: CLI tool for visualization and analysis of profiling data
License: Apache-2.0
Group: Development/Languages/Other
Url: https://github.com/google/pprof
URL: https://github.com/google/pprof
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang(API) >= 1.14

BIN
vendor.tar.gz (Stored with Git LFS)

Binary file not shown.