From 5d1b193adf95e43546c78994d7b80196245d776c80f57231248dfac9abbc75b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 24 Sep 2019 10:22:23 +0000 Subject: [PATCH 1/2] Accepting request 732887 from home:ecsos Update changes again. but i think it is clearly what BuildRequires mean. OBS-URL: https://build.opensuse.org/request/show/732887 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=7 --- libxmlb-0.1.11.tar.xz | 3 +++ libxmlb-0.1.8.tar.xz | 3 --- libxmlb.changes | 27 ++++++++++++++++++++++++++- libxmlb.spec | 3 ++- 4 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 libxmlb-0.1.11.tar.xz delete mode 100644 libxmlb-0.1.8.tar.xz diff --git a/libxmlb-0.1.11.tar.xz b/libxmlb-0.1.11.tar.xz new file mode 100644 index 0000000..538402d --- /dev/null +++ b/libxmlb-0.1.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811ea89b578dcfcf31b4150d366fc4418ed1d70aae9970d1e7526b448ea40a7e +size 88848 diff --git a/libxmlb-0.1.8.tar.xz b/libxmlb-0.1.8.tar.xz deleted file mode 100644 index 711f553..0000000 --- a/libxmlb-0.1.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed0ccede0cda9bcf76598f945d34be218840f60520e3e4fe508fca2b5e8e1d3f -size 85945 diff --git a/libxmlb.changes b/libxmlb.changes index c595db2..6fdcfaa 100644 --- a/libxmlb.changes +++ b/libxmlb.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Sep 20 12:07:24 UTC 2019 - ecsos@opensuse.org + +- Update to version 0.1.11: + + New Features: + - Add xb_node_query_first_full() convenience helper + - Rebuild the XbMachine parser to support 'and' and 'or' + predicates + - Verify we never break the ABI + + Bugfixes: + - Conditionalize installation of test data + - Generate a GUID of zero for no silo data + - Run CI jobs in parallel + +- Changes from version 0.1.10: + + Bugfixes: + - Do not mistake gzipped files as being application/x-zerosize + content type + - Fix running the installed tests with no checkout directory + +- Changes from version 0.1.9: + + Bugfixes: + - Correctly implement building a silo with _SINGLE_LANG set +- Add python-setuptools as BuildRequires because without package + does not build. + ------------------------------------------------------------------- Tue Apr 16 17:03:51 UTC 2019 - Bjørn Lie @@ -18,4 +44,3 @@ Tue Apr 16 17:03:51 UTC 2019 - Bjørn Lie Thu Jan 10 09:32:08 UTC 2019 - bjorn.lie@gmail.com - Initial packaging for openSUSE, version 0.1.6. - diff --git a/libxmlb.spec b/libxmlb.spec index fcbbc62..9fab5be 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -20,7 +20,7 @@ %define sover 1 Name: libxmlb -Version: 0.1.8 +Version: 0.1.11 Release: 0 Summary: Library for querying compressed XML metadata License: LGPL-2.1-or-later @@ -31,6 +31,7 @@ Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.xz BuildRequires: meson >= 0.47.0 # Enable when/if libstemmer becomes available in openSUSE (+ in meson call) #BuildRequires: libstemmer-devel +BuildRequires: %{python_module setuptools} BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) >= 2.45.8 BuildRequires: pkgconfig(gobject-introspection-1.0) From 02f3300f5b3de3c7d4733563e821a7cfed1e6adb923c9013f397e755714d8bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 24 Sep 2019 10:28:32 +0000 Subject: [PATCH 2/2] Accepting request 732907 from home:iznogood:branches:X11:common:Factory Tweaks OBS-URL: https://build.opensuse.org/request/show/732907 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=8 --- libxmlb.changes | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/libxmlb.changes b/libxmlb.changes index 6fdcfaa..266cd36 100644 --- a/libxmlb.changes +++ b/libxmlb.changes @@ -5,24 +5,21 @@ Fri Sep 20 12:07:24 UTC 2019 - ecsos@opensuse.org + New Features: - Add xb_node_query_first_full() convenience helper - Rebuild the XbMachine parser to support 'and' and 'or' - predicates - - Verify we never break the ABI + predicates. + - Verify we never break the ABI. + Bugfixes: - - Conditionalize installation of test data - - Generate a GUID of zero for no silo data - - Run CI jobs in parallel - + - Conditionalize installation of test data. + - Generate a GUID of zero for no silo data. + - Run CI jobs in parallel. - Changes from version 0.1.10: + Bugfixes: - Do not mistake gzipped files as being application/x-zerosize - content type - - Fix running the installed tests with no checkout directory - + content type. + - Fix running the installed tests with no checkout directory. - Changes from version 0.1.9: - + Bugfixes: - - Correctly implement building a silo with _SINGLE_LANG set -- Add python-setuptools as BuildRequires because without package - does not build. + + Bugfixes: Correctly implement building a silo with _SINGLE_LANG + set. +- Add python-setuptools BuildRequires: New dependency. ------------------------------------------------------------------- Tue Apr 16 17:03:51 UTC 2019 - Bjørn Lie