Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qclib for openSUSE:Factory checked in at 2021-09-25 00:35:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qclib (Old) and /work/SRC/openSUSE:Factory/.qclib.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qclib" Sat Sep 25 00:35:12 2021 rev:12 rq:920679 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qclib/qclib.changes 2020-10-23 12:22:17.904680679 +0200 +++ /work/SRC/openSUSE:Factory/.qclib.new.1899/qclib.changes 2021-09-25 00:35:50.475157368 +0200 @@ -1,0 +2,13 @@ +Tue Sep 21 15:44:51 UTC 2021 - Mark Post <[email protected]> + +- Upgraded to version 2.3.0 (jsc#SLE-18327) + * Changes: + - Only export symbols exposed in public header + - `config.doxygen`: Remove obsolete variables + - `zname`, `zhypinfo`: Add version switch +- Updated the URL in the spec file to point to the github repository +- Added the following patches from IBM's git repository + * qclib-sles15sp4-doc-fix-installing-README.patch + * qclib-sles15sp4-Fix-version-info.patch + +------------------------------------------------------------------- Old: ---- qclib-2.2.1.tgz New: ---- qclib-2.3.0.tar.gz qclib-sles15sp4-Fix-version-info.patch qclib-sles15sp4-doc-fix-installing-README.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qclib.spec ++++++ --- /var/tmp/diff_new_pack.O5xhtn/_old 2021-09-25 00:35:50.871157781 +0200 +++ /var/tmp/diff_new_pack.O5xhtn/_new 2021-09-25 00:35:50.875157785 +0200 @@ -1,7 +1,7 @@ # # spec file for package qclib # -# Copyright (c) 2017-2020 SUSE LLC +# Copyright (c) 2017-2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,16 @@ Name: qclib -Version: 2.2.1 +Version: 2.3.0 Release: 0 Summary: Query Capacity library License: BSD-3-Clause Group: Development/Libraries/C and C++ -URL: https://public.dhe.ibm.com/software/dw/linux390/ht_src/%{name}-%{version}.tgz -Source: %{name}-%{version}.tgz +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 ++++++ qclib-sles15sp4-Fix-version-info.patch ++++++ >From 9cbcf8a85b93f6b18ef42c2ae0ffef4c3da6244f Mon Sep 17 00:00:00 2001 From: Stefan Raspl <[email protected]> Date: Mon, 28 Jun 2021 14:28:04 +0200 Subject: [PATCH] Fix version info Signed-off-by: Stefan Raspl <[email protected]> --- query_capacity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/query_capacity.h b/query_capacity.h index e8a69ed..f3bfc49 100644 --- a/query_capacity.h +++ b/query_capacity.h @@ -5,7 +5,7 @@ #ifndef QUERY_CAPACITY #define QUERY_CAPACITY -#define QC_VERSION "2.2.99" +#define QC_VERSION "2.3.0" /* Build Customization */ -- 2.26.2 ++++++ qclib-sles15sp4-doc-fix-installing-README.patch ++++++ >From 9519834a61906dafa55a332c537d68af6a9e4bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <[email protected]> Date: Fri, 30 Apr 2021 09:39:39 +0200 Subject: [PATCH] doc: fix installing README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dan Hor??k <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec5d6df..25a83d4 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ install: libqc.a libqc.so.$(VERSION) zhypinfo zname 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 -- 2.26.2
