Accepting request 1120749 from home:jgwang:branches:system:packagemanager:dnf

- Update to 1.17.0
  * lr_gpg_check_signature: Forward PGP error messages from RPM
  * PGP: fix: Support importing binary public keys in librpm backend
  * PGP: Enable creating a UID directory for GnuGP agent socket
    in /run/gnupg/user
  * PGP: Set a default creation SELinux labels on GnuPG directories
  * Update PGP test vectors
  * Implement OpenPGP using librpm API
  * Fixes and optimizations in header files
  * Fix lr_gpg_list_keys function when keys are empty
  * Fix CMake warnings
  * Bump glib version

OBS-URL: https://build.opensuse.org/request/show/1120749
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/librepo?expand=0&rev=44
This commit is contained in:
Neal Gompa 2023-11-04 18:10:59 +00:00 committed by Git OBS Bridge
parent bb78d454d8
commit 1890cf0a8e
4 changed files with 21 additions and 5 deletions

BIN
librepo-1.15.1.tar.gz (Stored with Git LFS)

Binary file not shown.

3
librepo-1.17.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae707c2b9d72c2eaeecc9a5370273a99987d9c6979517b4ad433ae920b65d993
size 840253

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Oct 27 07:57:28 UTC 2023 - Wang Jun <badboywj@gmail.com>
- Update to 1.17.0
* lr_gpg_check_signature: Forward PGP error messages from RPM
* PGP: fix: Support importing binary public keys in librpm backend
* PGP: Enable creating a UID directory for GnuGP agent socket
in /run/gnupg/user
* PGP: Set a default creation SELinux labels on GnuPG directories
* Update PGP test vectors
* Implement OpenPGP using librpm API
* Fixes and optimizations in header files
* Fix lr_gpg_list_keys function when keys are empty
* Fix CMake warnings
* Bump glib version
-------------------------------------------------------------------
Wed Dec 28 16:50:53 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package librepo
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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.15.1
Version: 1.17.0
Release: 0
Summary: Repodata downloading library
License: LGPL-2.1-or-later