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