From bfcbcd85dedd01591b9e280a3029558bf353505c6e09e42ef6bea2beb6d87690 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 3 Jan 2022 10:34:43 +0000 Subject: [PATCH] Accepting request 941710 from home:dirkmueller:Factory - update to 0.1.9: * Set which backends are supported in the pkgconfig file * Use -Dcli=false to reduce the install size * Return an error if we try to self-sign no bytes of data * Show a more accurate output when not all engines are enabled OBS-URL: https://build.opensuse.org/request/show/941710 OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=12 --- libjcat-0.1.8.tar.gz | 3 --- libjcat-0.1.9.tar.gz | 3 +++ libjcat.changes | 9 +++++++++ libjcat.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 libjcat-0.1.8.tar.gz create mode 100644 libjcat-0.1.9.tar.gz diff --git a/libjcat-0.1.8.tar.gz b/libjcat-0.1.8.tar.gz deleted file mode 100644 index c226b77..0000000 --- a/libjcat-0.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aedb6e508120ace7cfc2c03f2972e8a422f0e0b01ee00654a093ea3b7e2e35d1 -size 64828 diff --git a/libjcat-0.1.9.tar.gz b/libjcat-0.1.9.tar.gz new file mode 100644 index 0000000..176b5e0 --- /dev/null +++ b/libjcat-0.1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f7a43a975aece77d5e79fa7724892b7f0a9929939fb4d8fba74b93e169ec5d +size 64884 diff --git a/libjcat.changes b/libjcat.changes index 2b52fe0..2373883 100644 --- a/libjcat.changes +++ b/libjcat.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 20 22:03:58 UTC 2021 - Dirk Müller + +- update to 0.1.9: + * Set which backends are supported in the pkgconfig file + * Use -Dcli=false to reduce the install size + * Return an error if we try to self-sign no bytes of data + * Show a more accurate output when not all engines are enabled + ------------------------------------------------------------------- Sat Nov 13 11:57:00 UTC 2021 - Dirk Müller diff --git a/libjcat.spec b/libjcat.spec index 2e4aefb..b40e47a 100644 --- a/libjcat.spec +++ b/libjcat.spec @@ -19,7 +19,7 @@ %define sover 1 Name: libjcat -Version: 0.1.8 +Version: 0.1.9 Release: 0 Summary: Library for reading and writing gzip-compressed JSON catalog files License: LGPL-2.1-or-later