From 69ecb5647c70dc642c3a1123e0e4c8eaeca97f52146ae5ef0a284316d3a6450b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 29 Aug 2022 09:59:59 +0000 Subject: [PATCH] - Update to release 1.4.2 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtracefs?expand=0&rev=15 --- libtracefs-1.4.1.tar.gz | 3 --- libtracefs-1.4.2.tar.gz | 3 +++ libtracefs.changes | 6 ++++++ libtracefs.spec | 8 +++----- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 libtracefs-1.4.1.tar.gz create mode 100644 libtracefs-1.4.2.tar.gz diff --git a/libtracefs-1.4.1.tar.gz b/libtracefs-1.4.1.tar.gz deleted file mode 100644 index 23cc152..0000000 --- a/libtracefs-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf2bb679e534180487cb295ec6cfc06f53d87f8118ba0bf8ba874e2f666fffd9 -size 178490 diff --git a/libtracefs-1.4.2.tar.gz b/libtracefs-1.4.2.tar.gz new file mode 100644 index 0000000..8260e67 --- /dev/null +++ b/libtracefs-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad03e6d2a6227f6eb11692d9f04614d3da60ac6c5e4fe436e59b2bed90f031b +size 178382 diff --git a/libtracefs.changes b/libtracefs.changes index 1fd8901..4e593da 100644 --- a/libtracefs.changes +++ b/libtracefs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 29 09:59:28 UTC 2022 - Jan Engelhardt + +- Update to release 1.4.2 + * Build fixes only (parallel build, musl support) + ------------------------------------------------------------------- Tue Jun 21 11:27:48 UTC 2022 - Jan Engelhardt diff --git a/libtracefs.spec b/libtracefs.spec index 3543fe1..8cd8136 100644 --- a/libtracefs.spec +++ b/libtracefs.spec @@ -18,7 +18,7 @@ Name: libtracefs %define lname libtracefs1 -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: Linux kernel trace file system library License: LGPL-2.1-only @@ -53,12 +53,10 @@ This subpackage contains the header files. %autosetup -p1 %build -# Not parallel safe - to the point where there is silent corruption -# (compared to a more common "file not found" in other packages) -%make_build -j1 V=1 prefix="%_prefix" +%make_build V=1 prefix="%_prefix" %install -%make_install -j1 V=1 prefix="%_prefix" \ +%make_install V=1 prefix="%_prefix" \ pkgconfig_dir=%{_libdir}/pkgconfig \ %nil # always the same issues