Accepting request 1104215 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/1104215 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=478
This commit is contained in:
commit
c6a264696e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f4e528ecec59aa56cc5c4f6c9e76a28cb214ae252a2732349e37c8813c07720
|
||||
size 5672781
|
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user