diff --git a/qclib-2.3.2.tar.gz b/qclib-2.3.2.tar.gz deleted file mode 100644 index 447d285..0000000 --- a/qclib-2.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:438064e66e6a80c97bcac0b948cf496037195495ca827f399d507d3cbb92ec6e -size 94044 diff --git a/qclib-2.4.0.tar.gz b/qclib-2.4.0.tar.gz new file mode 100644 index 0000000..1910391 --- /dev/null +++ b/qclib-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4f58e6e2f4b7e41312f9e756f70f08952d0418d4c498de23fc731a4d32cb27 +size 94455 diff --git a/qclib.changes b/qclib.changes index 4337c5d..21fbf1f 100644 --- a/qclib.changes +++ b/qclib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon May 29 07:41:35 UTC 2023 - Nikolay Gueorguiev + +- Upgrade to version 2.4.0 (jsc#PED-3284, jsc#PED-3285) + * Changes: + - Recognize single frame models and rackable models + - zname: Add support for option --json + - qc_dump: Add trace and JSON dump to .tgz +- Amended the .spec file for the error "static-library-without-debuginfo" + * Added a line: rm %buildroot/%_libdir/*.a + * Removed the line: %{_libdir}/libqc.a from %files devel-static + * Removed the line: gzip -9 %{buildroot}/%{_mandir}/man8/* + ------------------------------------------------------------------- Tue Sep 20 18:29:40 UTC 2022 - Mark Post diff --git a/qclib.spec b/qclib.spec index fa0fdce..3cbd668 100644 --- a/qclib.spec +++ b/qclib.spec @@ -1,7 +1,7 @@ # # spec file for package qclib # -# Copyright (c) 2017-2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: qclib -Version: 2.3.2 +Version: 2.4.0 Release: 0 Summary: Query Capacity library License: BSD-3-Clause @@ -107,9 +107,10 @@ MYCFLAGS=$(grep ^CFLAGS Makefile | cut -f2 -d=) %install %make_install V=1 -gzip -9 %{buildroot}/%{_mandir}/man8/* make installdoc DESTDIR=%{buildroot} V=1 +rm %buildroot/%_libdir/*.a + %post -n libqc2 -p /sbin/ldconfig %postun -n libqc2 -p /sbin/ldconfig @@ -134,6 +135,5 @@ make installdoc DESTDIR=%{buildroot} V=1 %files devel-static %defattr(-,root,root) -%{_libdir}/libqc.a %changelog