- Update to release 1.4.2

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtracefs?expand=0&rev=15
This commit is contained in:
Jan Engelhardt 2022-08-29 09:59:59 +00:00 committed by Git OBS Bridge
parent 742af61670
commit 69ecb5647c
4 changed files with 12 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 29 09:59:28 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.4.2
* Build fixes only (parallel build, musl support)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 21 11:27:48 UTC 2022 - Jan Engelhardt <jengelh@inai.de> Tue Jun 21 11:27:48 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,7 +18,7 @@
Name: libtracefs Name: libtracefs
%define lname libtracefs1 %define lname libtracefs1
Version: 1.4.1 Version: 1.4.2
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
@ -53,12 +53,10 @@ This subpackage contains the header files.
%autosetup -p1 %autosetup -p1
%build %build
# Not parallel safe - to the point where there is silent corruption %make_build V=1 prefix="%_prefix"
# (compared to a more common "file not found" in other packages)
%make_build -j1 V=1 prefix="%_prefix"
%install %install
%make_install -j1 V=1 prefix="%_prefix" \ %make_install V=1 prefix="%_prefix" \
pkgconfig_dir=%{_libdir}/pkgconfig \ pkgconfig_dir=%{_libdir}/pkgconfig \
%nil %nil
# always the same issues # always the same issues