Accepting request 1011159 from home:AndreasStieger:branches:system:packagemanager:dnf

librepo 1.14.5

OBS-URL: https://build.opensuse.org/request/show/1011159
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/librepo?expand=0&rev=40
This commit is contained in:
Neal Gompa 2022-10-15 19:37:32 +00:00 committed by Git OBS Bridge
parent de1325e54c
commit af0b957ea0
4 changed files with 14 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Aug 25 16:46:36 UTC 2021 - Neal Gompa <ngompa13@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package librepo
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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.14.2
Version: 1.14.5
Release: 0
Summary: Repodata downloading library
License: LGPL-2.0-or-later
@ -50,7 +50,7 @@ BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: gpgme-devel
BuildRequires: pkgconfig(check)
BuildRequires: pkgconfig(glib-2.0) >= 2.26.0
BuildRequires: pkgconfig(glib-2.0) >= 2.28.0
BuildRequires: pkgconfig(libcrypto)
BuildRequires: pkgconfig(libcurl) >= 7.52.0
BuildRequires: pkgconfig(libxml-2.0)