diff --git a/libtraceevent-1.7.1.tar.gz b/libtraceevent-1.7.1.tar.gz deleted file mode 100644 index 23f53d1992f7a3683c3d88f3de56aff7e9b07cd4..0000000000000000000000000000000000000000 Binary files a/libtraceevent-1.7.1.tar.gz and /dev/null differ diff --git a/libtraceevent-1.8.4.tar.gz b/libtraceevent-1.8.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b9cc2372912b1b3aeb54bde1587415fca277e517 Binary files /dev/null and b/libtraceevent-1.8.4.tar.gz differ diff --git a/libtraceevent.spec b/libtraceevent.spec index 1ffd95d553518d0950ca69f56c2db73ae4593742..2ce1b16049430ec275a54e75168e9c4db553805e 100644 --- a/libtraceevent.spec +++ b/libtraceevent.spec @@ -1,9 +1,9 @@ -%global anolis_release 3 +%global anolis_release 1 Name: libtraceevent -Version: 1.7.1 +Version: 1.8.4 Release: %{anolis_release}%{?dist} -License: LGPLv2+ and GPLv2+ +License: LGPLv2+ and LGPL-2.1-or-later and GPLv2+ Summary: Library to parse raw trace event formats URL: https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/ Source0: https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/libtraceevent-%{version}.tar.gz @@ -69,6 +69,10 @@ rm -rf %{buildroot}/%{_libdir}/libtraceevent.a %doc %{_docdir}/%{name}-doc/* %changelog +* Wed Feb 19 2025 mgb01105731 - 1.8.4-1 +- Update to 1.8.4 from 1.7.1 +- Migrated to SPDX license + * Mon Dec 09 2024 mgb01105731 - 1.7.1-3 - Rebuild for remove inappropriate build dependencies.