From af0b957ea0dfaf891ea1416b04a24a05e1743cdc16057762c78a840516845a55 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 15 Oct 2022 19:37:32 +0000 Subject: [PATCH] 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 --- librepo-1.14.2.tar.gz | 3 --- librepo-1.14.5.tar.gz | 3 +++ librepo.changes | 8 ++++++++ librepo.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 librepo-1.14.2.tar.gz create mode 100644 librepo-1.14.5.tar.gz diff --git a/librepo-1.14.2.tar.gz b/librepo-1.14.2.tar.gz deleted file mode 100644 index 715dc91..0000000 --- a/librepo-1.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:436ead59dd22f45e87b4c0a408e100e0a159f825128b875ad33ed672204023be -size 824195 diff --git a/librepo-1.14.5.tar.gz b/librepo-1.14.5.tar.gz new file mode 100644 index 0000000..961f5ce --- /dev/null +++ b/librepo-1.14.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb7dbbcfa48e333633beabf830d75f20b347ae5b9734ffde3164fef8d093391 +size 824267 diff --git a/librepo.changes b/librepo.changes index d2ab606..064a08d 100644 --- a/librepo.changes +++ b/librepo.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Oct 15 19:32:29 UTC 2022 - Andreas Stieger + +- 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 diff --git a/librepo.spec b/librepo.spec index 8a5b638..52070c8 100644 --- a/librepo.spec +++ b/librepo.spec @@ -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 . # # 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)