From 9bd02a1192f70c4f31bce78817251e77fc570fc4b289537435931a6a5f2f042f Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Wed, 16 Aug 2023 15:10:01 +0000 Subject: [PATCH] gitrev e7ad2fd2d (changes 17.31.19 (22), 2023-08-16) OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2584 --- libzypp-17.31.18.tar.bz2 | 3 --- libzypp-17.31.19.tar.bz2 | 3 +++ libzypp.changes | 13 +++++++++++++ libzypp.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 libzypp-17.31.18.tar.bz2 create mode 100644 libzypp-17.31.19.tar.bz2 diff --git a/libzypp-17.31.18.tar.bz2 b/libzypp-17.31.18.tar.bz2 deleted file mode 100644 index 580fe80..0000000 --- a/libzypp-17.31.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2c48e1f0db1cc4363538be30053d2b39de4ea73da148881d3744cd2a525ead0 -size 5672538 diff --git a/libzypp-17.31.19.tar.bz2 b/libzypp-17.31.19.tar.bz2 new file mode 100644 index 0000000..d209c34 --- /dev/null +++ b/libzypp-17.31.19.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d56484d676987f4d83c4838e7daf0ad8084013ea72273ee4c95913ca798411 +size 5672451 diff --git a/libzypp.changes b/libzypp.changes index 4d7bf39..ae613ee 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 16 16:54:34 CEST 2023 - ma@suse.de + +- Fix zypp-tui/output/Out.h to build with clang. +- Fix zypp/Arch.h for clang (fixes #478) + Clang seems to have issues with picking the overload in + std::men_fn if there is a static overload of a member function. + We need to explicitely specify the correct type of the function + pointer. To make sure this would not break compiling a + application with clang that builds against libzypp this patch + works around the problem. +- version 17.31.19 (22) + ------------------------------------------------------------------- Fri Aug 4 17:40:19 CEST 2023 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 36611fd..a0f145e 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -42,7 +42,7 @@ %bcond_with enable_preview_single_rpmtrans_as_default_for_zypper Name: libzypp -Version: 17.31.18 +Version: 17.31.19 Release: 0 License: GPL-2.0-or-later URL: https://github.com/openSUSE/libzypp