forked from pool/libzypp
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
This commit is contained in:
parent
109673b99f
commit
9bd02a1192
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d2c48e1f0db1cc4363538be30053d2b39de4ea73da148881d3744cd2a525ead0
|
|
||||||
size 5672538
|
|
3
libzypp-17.31.19.tar.bz2
Normal file
3
libzypp-17.31.19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77d56484d676987f4d83c4838e7daf0ad8084013ea72273ee4c95913ca798411
|
||||||
|
size 5672451
|
@ -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
|
Fri Aug 4 17:40:19 CEST 2023 - ma@suse.de
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
|
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
|
||||||
|
|
||||||
Name: libzypp
|
Name: libzypp
|
||||||
Version: 17.31.18
|
Version: 17.31.19
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/openSUSE/libzypp
|
URL: https://github.com/openSUSE/libzypp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user