1
0
forked from pool/libtracefs

Accepting request 947461 from home:dfaggioli:perf

- Update to latest upstream version (1.2.5)

OBS-URL: https://build.opensuse.org/request/show/947461
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtracefs?expand=0&rev=5
This commit is contained in:
Jan Engelhardt 2022-01-23 14:46:55 +00:00 committed by Git OBS Bridge
parent 4dbd7ca6be
commit 16dcd9dd93
4 changed files with 11 additions and 6 deletions

View File

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

3
libtracefs-1.2.5.tar.gz Normal file
View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 19 13:13:55 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
- Update to latest upstream version (1.2.5)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 14 15:06:28 UTC 2021 - Dario Faggioli <dfaggioli@suse.com> Fri May 14 15:06:28 UTC 2021 - Dario Faggioli <dfaggioli@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libtracefs # spec file for package libtracefs
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,16 +18,16 @@
Name: libtracefs Name: libtracefs
%define lname libtracefs1 %define lname libtracefs1
Version: 1.2.0 Version: 1.2.5
Release: 0 Release: 0
Summary: Linux kernel trace file system library Summary: Linux kernel trace file system library
License: LGPL-2.1-only License: LGPL-2.1-only
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/ URL: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/
Source: https://git.kernel.org/pub/scm/libs/libtrace/%name.git/snapshot/%name-%version.tar.gz Source: https://git.kernel.org/pub/scm/libs/libtrace/%name.git/snapshot/%name-%version.tar.gz
BuildRequires: pkgconfig(libtraceevent) >= 1.3
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: xz BuildRequires: xz
BuildRequires: pkgconfig(libtraceevent) >= 1.3
%description %description
This library provides C APIs to access the kernel trace file system. This library provides C APIs to access the kernel trace file system.