forked from pool/libzypp
Accepting request 950548 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/950548 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=454
This commit is contained in:
commit
bc2bcca346
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8a233aeb53e82f5635265434a00b0d5324f56538d6a9ae90a823fbe2b6685533
|
|
||||||
size 5359404
|
|
3
libzypp-17.29.3.tar.bz2
Normal file
3
libzypp-17.29.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:205751ff471cccf76c70ea1880c1645b97e5ab4c7d39a6f91b19415300d06a48
|
||||||
|
size 5517083
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 1 18:49:00 CET 2022 - ma@suse.de
|
||||||
|
|
||||||
|
- Public header files on older distros must use c++11
|
||||||
|
(bsc#1194597)
|
||||||
|
- Fix exception handling when reading or writing credentials
|
||||||
|
(bsc#1194898)
|
||||||
|
- version 17.29.3 (22)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 20 17:29:52 CET 2022 - ma@suse.de
|
||||||
|
|
||||||
|
- Fix Legacy include (bsc#1194597)
|
||||||
|
- version 17.29.2 (22)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 10 13:02:11 CET 2022 - ma@suse.de
|
||||||
|
|
||||||
|
- Fix broken install path for parser compat headers (fixes #372,
|
||||||
|
bsc#1194597)
|
||||||
|
- RepoManager: remember exec errors in exception history
|
||||||
|
(bsc#1193007)
|
||||||
|
- version 17.29.1 (22)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 23 16:01:31 CET 2021 - ma@suse.de
|
||||||
|
|
||||||
|
- Use the default zypp.conf settings if no zypp.conf exists
|
||||||
|
(bsc#1193488)
|
||||||
|
- Fix wrong encoding of iso: URL components (bsc#954813)
|
||||||
|
- Handle armv8l as armv7hl compatible userland.
|
||||||
|
- Introduce zypp-curl a sublibrary for CURL related code.
|
||||||
|
- zypp-rpm: Increase rpm loglevel if ZYPP_RPM_DEBUG is set.
|
||||||
|
- Save all signatures associated with a public key in its
|
||||||
|
PublicKeyData.
|
||||||
|
- version 17.29.0 (22)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 11 15:12:44 CET 2021 - ma@suse.de
|
Thu Nov 11 15:12:44 CET 2021 - ma@suse.de
|
||||||
|
|
||||||
@ -4885,7 +4922,7 @@ Tue Mar 31 15:51:32 CEST 2009 - ma@suse.de
|
|||||||
Thu Mar 12 18:38:30 CET 2009 - ma@suse.de
|
Thu Mar 12 18:38:30 CET 2009 - ma@suse.de
|
||||||
|
|
||||||
- Add Resolver::setSolveSrcPackages. Per default disable solving
|
- Add Resolver::setSolveSrcPackages. Per default disable solving
|
||||||
of source package dependencies. We will later allow to enable
|
of source package dependencies. We will later allow enabling
|
||||||
it per package.
|
it per package.
|
||||||
- version 6.3.0 (2)
|
- version 6.3.0 (2)
|
||||||
|
|
||||||
@ -5041,7 +5078,7 @@ Thu Jan 22 10:41:27 CET 2009 - ma@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 9 17:01:10 CET 2009 - jkupec@suse.cz
|
Fri Jan 9 17:01:10 CET 2009 - jkupec@suse.cz
|
||||||
|
|
||||||
- handle HTTP 503 reponses as temporary errors (bnc #462545)
|
- handle HTTP 503 responses as temporary errors (bnc #462545)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
|
Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
|
||||||
@ -6972,7 +7009,7 @@ Wed Apr 2 10:24:17 CEST 2008 - ma@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 1 21:54:10 CEST 2008 - ma@suse.de
|
Tue Apr 1 21:54:10 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
- Extend sat::WhatProvides to allow to query for possible providers
|
- Extend sat::WhatProvides allows one to query for possible providers
|
||||||
of a collection of capabilies. E.g. all providers of a packages
|
of a collection of capabilies. E.g. all providers of a packages
|
||||||
requirements.
|
requirements.
|
||||||
- Fixed retrieval of translated texts from .solv files, provided the
|
- Fixed retrieval of translated texts from .solv files, provided the
|
||||||
@ -7065,7 +7102,7 @@ Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
|
|||||||
Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
|
Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
|
||||||
|
|
||||||
- look for openssl in cmake, actually we build require it
|
- look for openssl in cmake, actually we build require it
|
||||||
- explicitely link against openssl and crypto, required to
|
- explicitly link against openssl and crypto, required to
|
||||||
compile in all platforms/distros.
|
compile in all platforms/distros.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -11400,7 +11437,7 @@ Tue Apr 4 19:19:39 CEST 2006 - mt@suse.de
|
|||||||
|
|
||||||
- Added flag to MediaManager::isUseableAttachPoint, whether
|
- Added flag to MediaManager::isUseableAttachPoint, whether
|
||||||
to check against system mount entries or not.
|
to check against system mount entries or not.
|
||||||
- Disallow to use the attachpoints of another media handlers
|
- Disallows one to use the attachpoints of another media handlers
|
||||||
as source path in MediaDIR.
|
as source path in MediaDIR.
|
||||||
- rev 2917
|
- rev 2917
|
||||||
|
|
||||||
@ -11523,7 +11560,7 @@ Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
|
|||||||
Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
|
Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
|
||||||
|
|
||||||
- Implemented several hal get/set/removeDeviceProperty wrappers
|
- Implemented several hal get/set/removeDeviceProperty wrappers
|
||||||
- Improved HalException to allow to fetch HAL/DBUS error componets
|
- Improved HalException allows one to fetch HAL/DBUS error componets
|
||||||
- rev 2830
|
- rev 2830
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp
|
# spec file for package libzypp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -43,7 +43,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.28.8
|
Version: 17.29.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
|
||||||
@ -426,6 +426,10 @@ fi
|
|||||||
%{_datadir}/cmake/Modules/*
|
%{_datadir}/cmake/Modules/*
|
||||||
%{_includedir}/zypp
|
%{_includedir}/zypp
|
||||||
%{_includedir}/zypp-core
|
%{_includedir}/zypp-core
|
||||||
|
%{_includedir}/zypp-media
|
||||||
|
%{_includedir}/zypp-curl
|
||||||
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%files devel-doc
|
%files devel-doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user