Sync from SUSE:SLFO:Main libzypp revision 19db260274c21983e13e898227c954e9
This commit is contained in:
parent
62d3dfaee6
commit
68045cbf2b
BIN
libzypp-17.35.19.tar.bz2
(Stored with Git LFS)
BIN
libzypp-17.35.19.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
libzypp-17.36.1.tar.bz2
(Stored with Git LFS)
Normal file
BIN
libzypp-17.36.1.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 12 15:58:56 CET 2025 - ma@suse.de
|
||||||
|
|
||||||
|
- Don't issue deprecated warnings if -DNDEBUG is set (bsc#1236983)
|
||||||
|
Released libyui packages compile with -Werror=deprecated-declarations
|
||||||
|
so we can't add deprecated warnings without breaking them.
|
||||||
|
- make gcc15 happy (fixes #613)
|
||||||
|
- version 17.36.1 (35)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 16:18:10 CET 2025 - ma@suse.de
|
||||||
|
|
||||||
|
- Drop zypp-CheckAccessDeleted in favor of 'zypper ps'.
|
||||||
|
- Fix Repoverification plugin not being executed (fixes #614)
|
||||||
|
- Refresh: Fetch the master index file before key and signature
|
||||||
|
(bsc#1236820)
|
||||||
|
- Allow libzypp to compile with C++20.
|
||||||
|
- Deprecate RepoReports we do not trigger.
|
||||||
|
- version 17.36.0 (35)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 22 16:09:09 CET 2025 - ma@suse.de
|
Wed Jan 22 16:09:09 CET 2025 - ma@suse.de
|
||||||
|
|
||||||
|
@ -57,7 +57,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.35.19
|
Version: 17.36.1
|
||||||
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
|
||||||
@ -436,6 +436,7 @@ done
|
|||||||
%{_includedir}/zypp-media
|
%{_includedir}/zypp-media
|
||||||
%{_includedir}/zypp-curl
|
%{_includedir}/zypp-curl
|
||||||
%{_includedir}/zypp-tui
|
%{_includedir}/zypp-tui
|
||||||
|
%{_includedir}/zypp-common
|
||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%files devel-doc
|
%files devel-doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user