forked from pool/librepo
Accepting request 1195289 from system:packagemanager:dnf
OBS-URL: https://build.opensuse.org/request/show/1195289 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librepo?expand=0&rev=20
This commit is contained in:
commit
7f2fc90fcc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae707c2b9d72c2eaeecc9a5370273a99987d9c6979517b4ad433ae920b65d993
|
||||
size 840253
|
3
librepo-1.18.1.tar.gz
Normal file
3
librepo-1.18.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ffd57769a2df1a168cecc5376f64b8cf690a7a6013821f9cd05c4926ee098bf
|
||||
size 841526
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 13:01:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.18.1:
|
||||
* Use rpm-sequoia on RHEL 10+
|
||||
* gpg: Check is_selinux_enabled() before trying to label
|
||||
* spec: Correct setting -DENABLE_SELINUX cmake argument
|
||||
* tests: Adapt to CURL without NTLM support
|
||||
* Fix a memory leak in select_next_target()
|
||||
* Fix memory leaks when using zchunk
|
||||
- update to 1.18.0:
|
||||
* API: Add LRO_USERNAME and LRO_PASSWORD options
|
||||
- update to 1.17.2:
|
||||
* Add a private dependency on zck to librepo.pc if zchunk
|
||||
support is enabled
|
||||
* Hash cache: Improved work with extended file attributes
|
||||
* Improve performance of large number of package downloads
|
||||
* Fix error handling, Fix examples and build them
|
||||
- update to 1.17.1:
|
||||
* gpg_gpgme.c: fix build errors with older gcc
|
||||
* Fix some compiler warnings
|
||||
* Change header files to match a configured ABI regarding a
|
||||
zchunk support
|
||||
* Fix building zchunk code if zchunk is enabled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 27 07:57:28 UTC 2023 - Wang Jun <badboywj@gmail.com>
|
||||
|
||||
@ -29,7 +54,7 @@ Sat Oct 15 19:32:29 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
- update to 1.14.5:
|
||||
* Detailed error message when using non-existing TMPDIR
|
||||
* Make error messages about repodata and rpm mismatch more user
|
||||
friendly
|
||||
friendly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 25 16:46:36 UTC 2021 - Neal Gompa <ngompa13@gmail.com>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package librepo
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2020-2021 Neal Gompa <ngompa13@gmail.com>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -37,7 +37,7 @@
|
||||
%define devname %{name}-devel
|
||||
|
||||
Name: librepo
|
||||
Version: 1.17.0
|
||||
Version: 1.18.1
|
||||
Release: 0
|
||||
Summary: Repodata downloading library
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user