Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qclib for openSUSE:Factory checked in at 2022-09-22 14:49:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qclib (Old) and /work/SRC/openSUSE:Factory/.qclib.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qclib" Thu Sep 22 14:49:12 2022 rev:13 rq:1005099 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/qclib/qclib.changes 2021-09-25 00:35:50.475157368 +0200 +++ /work/SRC/openSUSE:Factory/.qclib.new.2275/qclib.changes 2022-09-22 14:49:15.570348740 +0200 @@ -1,0 +2,18 @@ +Tue Sep 20 18:29:40 UTC 2022 - Mark Post <[email protected]> + +- Upgraded to version 2.3.2 (jsc#PED-585, jsc#PED-626) + * __v2.3.2 (2022-09-19)__ + _Changes_: + - Recognize IBM LinuxONE Emperor 4 + * __v2.3.1 (2022-04-05)__ + _Changes_: + - Recognize IBM z16 +- Removed the following obsolete patches: + * qclib-sles15sp4-doc-fix-installing-README.patch. + * qclib-sles15sp4-Fix-version-info.patch +- Updated spec file to eliminate rpmlint warnings about + self-obsoleting. +- Updated rpmlintrc file to suppress an inaccurate warning about + qclib-devel not depending on the correct package(s). + +------------------------------------------------------------------- Old: ---- qclib-2.3.0.tar.gz qclib-sles15sp4-Fix-version-info.patch qclib-sles15sp4-doc-fix-installing-README.patch New: ---- qclib-2.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qclib.spec ++++++ --- /var/tmp/diff_new_pack.J1Vm65/_old 2022-09-22 14:49:16.254350132 +0200 +++ /var/tmp/diff_new_pack.J1Vm65/_new 2022-09-22 14:49:16.258350140 +0200 @@ -1,7 +1,7 @@ # # spec file for package qclib # -# Copyright (c) 2017-2021 SUSE LLC +# Copyright (c) 2017-2022 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.0 +Version: 2.3.2 Release: 0 Summary: Query Capacity library License: BSD-3-Clause @@ -25,8 +25,6 @@ URL: https://github.com/ibm-s390-linux/%{name}/archive/refs/tags/%{version}.tar.gz Source: %{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc -Patch1: qclib-sles15sp4-doc-fix-installing-README.patch -Patch2: qclib-sles15sp4-Fix-version-info.patch BuildRequires: doxygen BuildRequires: gcc-c++ ExclusiveArch: s390 s390x @@ -69,8 +67,8 @@ %package -n libqc2 Summary: Query Capacity Library shared library Group: System/Libraries -Obsoletes: libqc1 -Provides: libqc1 +Obsoletes: libqc1 <= 1.0.0 +Provides: libqc1 >= 2.0.0 %description -n libqc2 qclib provides a C API for extraction of system information for Linux on z ++++++ qclib-2.3.0.tar.gz -> qclib-2.3.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qclib-2.3.0/Makefile new/qclib-2.3.2/Makefile --- old/qclib-2.3.0/Makefile 2021-04-29 11:24:47.000000000 +0200 +++ new/qclib-2.3.2/Makefile 2022-09-19 12:07:33.000000000 +0200 @@ -4,7 +4,7 @@ # major : Backwards compatible changes to the API # minor : Additions leaving the API unmodified # bugfix: Bugfixes only -VERSION = 2.3.0 +VERSION = 2.3.2 VERM = $(shell echo $(VERSION) | cut -d '.' -f 1) CFLAGS ?= -g -Wall -O2 LDFLAGS ?= @@ -88,7 +88,7 @@ install $(INSTFLAGS) -Dm 644 zname.8 $(DESTDIR)$(MANDIR)/man8/zname.8 install $(INSTFLAGS) -Dm 644 zhypinfo.8 $(DESTDIR)$(MANDIR)/man8/zhypinfo.8 install $(INSTFLAGS) -Dm 644 query_capacity.h $(DESTDIR)$(INCDIR)/query_capacity.h - install $(INSTFLAGS) -Dm 644 README $(DESTDIR)$(DOCDIR)/qclib/README + install $(INSTFLAGS) -Dm 644 README.md $(DESTDIR)$(DOCDIR)/qclib/README.md install $(INSTFLAGS) -Dm 644 LICENSE $(DESTDIR)$(DOCDIR)/qclib/LICENSE installdoc: doc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qclib-2.3.0/README.md new/qclib-2.3.2/README.md --- old/qclib-2.3.0/README.md 2021-04-29 11:24:47.000000000 +0200 +++ new/qclib-2.3.2/README.md 2022-09-19 12:07:33.000000000 +0200 @@ -86,6 +86,17 @@ Release History --------------- + +* __v2.3.2 (2022-09-19)__ + + _Changes_: + - Recognize IBM LinuxONE Emperor 4 + +* __v2.3.1 (2022-04-05)__ + + _Changes_: + - Recognize IBM z16 + * __v2.3.0 (2021-04-28)__ _Changes_: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qclib-2.3.0/config.doxygen new/qclib-2.3.2/config.doxygen --- old/qclib-2.3.0/config.doxygen 2021-04-29 11:24:47.000000000 +0200 +++ new/qclib-2.3.2/config.doxygen 2022-09-19 12:07:33.000000000 +0200 @@ -981,13 +981,6 @@ ALPHABETICAL_INDEX = YES -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in -# which the alphabetical index list will be split. -# Minimum value: 1, maximum value: 20, default value: 5. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -COLS_IN_ALPHA_INDEX = 5 - # In case all classes in a project start with a common prefix, all classes will # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag # can be used to specify a prefix (or a list of prefixes) that should be ignored diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qclib-2.3.0/query_capacity.c new/qclib-2.3.2/query_capacity.c --- old/qclib-2.3.0/query_capacity.c 2021-04-29 11:24:47.000000000 +0200 +++ new/qclib-2.3.2/query_capacity.c 2022-09-19 12:07:33.000000000 +0200 @@ -354,6 +354,10 @@ if (!val_a && !val_b && !val_c) return 0; + // Attributes should all be set now + if (!val_a || !val_b || !val_c) + return 1; + if ((*val_a && !*val_b && !*val_c) || (!*val_a && (*val_b || *val_c))) { qc_debug(hdl, "Warning: Consistency check (\"capped capacity\") for '%s && (%s || %s)' failed at layer %d (%s/%s): %d && (%d || %d)\n", qc_attr_id_to_char(hdl, a), qc_attr_id_to_char(hdl, b), qc_attr_id_to_char(hdl, c), @@ -550,6 +554,7 @@ {3906, "IBM z14", "IBM LinuxONE Emperor II"}, {8561, "IBM z15", "IBM LinuxONE III"}, {8562, "IBM z15 Model T02", "IBM LinuxONE III Model LT2"}, + {3931, "IBM z16", "IBM LinuxONE Emperor 4"}, {0, NULL, NULL} }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qclib-2.3.0/query_capacity.h new/qclib-2.3.2/query_capacity.h --- old/qclib-2.3.0/query_capacity.h 2021-04-29 11:24:47.000000000 +0200 +++ new/qclib-2.3.2/query_capacity.h 2022-09-19 12:07:33.000000000 +0200 @@ -5,7 +5,7 @@ #ifndef QUERY_CAPACITY #define QUERY_CAPACITY -#define QC_VERSION "2.2.99" +#define QC_VERSION "2.3.2" /* Build Customization */ ++++++ qclib-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.J1Vm65/_old 2022-09-22 14:49:16.378350384 +0200 +++ /var/tmp/diff_new_pack.J1Vm65/_new 2022-09-22 14:49:16.382350393 +0200 @@ -4,4 +4,5 @@ addFilter("files-duplicate /usr/share/doc/packages/qclib/html/ftv2*") addFilter("files-duplicate /usr/share/doc/packages/qclib/html/search/all_[0-4].js") addFilter("files-duplicate /usr/share/doc/packages/qclib/html/search/classes_[0-4].js") +addFilter("qclib-devel.* no-dependency-on qclib")
