forked from pool/libzypp
gitrev 3488f111d (changes 17.35.3 (35), 2024-07-15)
OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2742
This commit is contained in:
committed by
Git OBS Bridge
parent
455e2d144b
commit
92366e13d4
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1482610a616c2f86cf3ced8188f35c02dc8a4d50ff244f2440e0e8d17eecbba5
|
|
||||||
size 5614595
|
|
3
libzypp-17.35.3.tar.bz2
Normal file
3
libzypp-17.35.3.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78037ad72ff966686ba29f26909ac1ec6ca2c29a20e6de2afec86a14cf2ddc12
|
||||||
|
size 5620008
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 15 16:13:25 CEST 2024 - ma@suse.de
|
||||||
|
|
||||||
|
- Translation: updated .pot file.
|
||||||
|
- Conflict with python zypp-plugin < 0.6.4 (bsc#1227793)
|
||||||
|
Older zypp-plugins reject stomp headers including a '-'. Like the
|
||||||
|
'content-length' header we may send.
|
||||||
|
- Fix int overflow in Provider (fixes #559)
|
||||||
|
This patch fixes an issue in safe_strtonum which caused
|
||||||
|
timestamps to overflow in the Provider message parser.
|
||||||
|
- Fix error reporting on repoindex.xml parse error (bsc#1227625)
|
||||||
|
- version 17.35.3 (35)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 9 11:28:36 CEST 2024 - ma@suse.de
|
Tue Jul 9 11:28:36 CEST 2024 - 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.2
|
Version: 17.35.3
|
||||||
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
|
||||||
@@ -69,6 +69,10 @@ Source1: %{name}-rpmlintrc
|
|||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
Obsoletes: yast2-packagemanager
|
Obsoletes: yast2-packagemanager
|
||||||
|
|
||||||
|
# bsc#1227793: python zypp-plugin < 0.6.4 rejects stomp headers including a '-'
|
||||||
|
Conflicts: python2-zypp-plugin < 0.6.4
|
||||||
|
Conflicts: python3-zypp-plugin < 0.6.4
|
||||||
|
|
||||||
# Features we provide (update doc/autoinclude/FeatureTest.doc):
|
# Features we provide (update doc/autoinclude/FeatureTest.doc):
|
||||||
Provides: libzypp(plugin) = 0.1
|
Provides: libzypp(plugin) = 0.1
|
||||||
Provides: libzypp(plugin:appdata) = 0
|
Provides: libzypp(plugin:appdata) = 0
|
||||||
|
Reference in New Issue
Block a user