From 2d5d254a9c6d98fdb2775e2faac6bbe1c5351d08a07f3c529c82fe786fcc926f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 10 Jul 2020 19:32:14 +0000 Subject: [PATCH] Accepting request 820043 from home:iznogood:branches:X11:common:Factory New stable release OBS-URL: https://build.opensuse.org/request/show/820043 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=13 --- libxmlb-0.1.13.tar.xz | 3 --- libxmlb-0.1.15.tar.xz | 3 +++ libxmlb.changes | 16 ++++++++++++++++ libxmlb.spec | 5 ++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 libxmlb-0.1.13.tar.xz create mode 100644 libxmlb-0.1.15.tar.xz diff --git a/libxmlb-0.1.13.tar.xz b/libxmlb-0.1.13.tar.xz deleted file mode 100644 index 42150fa..0000000 --- a/libxmlb-0.1.13.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8145d791eece6d7c2cc75872ac40a7c775f4c67843dbcec8aa0f2658ce084622 -size 91597 diff --git a/libxmlb-0.1.15.tar.xz b/libxmlb-0.1.15.tar.xz new file mode 100644 index 0000000..917a745 --- /dev/null +++ b/libxmlb-0.1.15.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa29b6bbf7b91107da6f157e8f7903d176b0cf04bcb0ba1ab64cb38b19d09a19 +size 92923 diff --git a/libxmlb.changes b/libxmlb.changes index 4283db4..cbc3b43 100644 --- a/libxmlb.changes +++ b/libxmlb.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Jul 10 19:11:47 UTC 2020 - Bjørn Lie + +- Update to version 0.1.15: + + New Features: + - Add xb_builder_source_add_simple_adapter. + - Allow reversing the query results. +- Changes from version 0.1.14: + + New Features: Add MinGW Windows 64 builds to CI. + + Bugfixes: + - Allow compiling without gio-unix. + - Do not use libuuid. + - Do not unconditionally use -fstack-protector-strong. + - Ignore adaptors added with xb_builder_source_add_converter(). +- Drop pkgconfig(uuid) BuildRequires: No longer needed. + ------------------------------------------------------------------- Wed Nov 13 09:50:26 UTC 2019 - Gary Ching-Pang Lin diff --git a/libxmlb.spec b/libxmlb.spec index e3df088..68d67c0 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -1,7 +1,7 @@ # # spec file for package libxmlb # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2019 Bjørn Lie, Bryne, Norway. # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %define sover 1 Name: libxmlb -Version: 0.1.13 +Version: 0.1.15 Release: 0 Summary: Library for querying compressed XML metadata License: LGPL-2.1-or-later @@ -36,7 +36,6 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) >= 2.45.8 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk-doc) -BuildRequires: pkgconfig(uuid) # Needed for the self tests BuildRequires: pkgconfig(shared-mime-info)