Accepting request 1089695 from hardware
Upgrade to version 2.4.0 (jsc#PED-3284, jsc#PED-3285) OBS-URL: https://build.opensuse.org/request/show/1089695 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qclib?expand=0&rev=14
This commit is contained in:
commit
48d2632ea1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:438064e66e6a80c97bcac0b948cf496037195495ca827f399d507d3cbb92ec6e
|
||||
size 94044
|
BIN
qclib-2.4.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
qclib-2.4.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 06:23:30 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
- 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"
|
||||
* Removed the line: gzip -9 %{buildroot}/%{_mandir}/man8/*
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 20 18:29:40 UTC 2022 - Mark Post <mpost@suse.com>
|
||||
|
||||
|
@ -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
|
||||
@ -16,8 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
|
||||
|
||||
Name: qclib
|
||||
Version: 2.3.2
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
Summary: Query Capacity library
|
||||
License: BSD-3-Clause
|
||||
@ -28,7 +30,7 @@ Source1: %{name}-rpmlintrc
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
ExclusiveArch: s390 s390x
|
||||
%if 0%{?suse_version} > 1300
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: glibc-devel-static
|
||||
%else
|
||||
BuildRequires: glibc-devel
|
||||
@ -107,7 +109,6 @@ MYCFLAGS=$(grep ^CFLAGS Makefile | cut -f2 -d=)
|
||||
|
||||
%install
|
||||
%make_install V=1
|
||||
gzip -9 %{buildroot}/%{_mandir}/man8/*
|
||||
make installdoc DESTDIR=%{buildroot} V=1
|
||||
|
||||
%post -n libqc2 -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user