forked from pool/libxmlb
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
This commit is contained in:
parent
d08d2b4711
commit
2d5d254a9c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8145d791eece6d7c2cc75872ac40a7c775f4c67843dbcec8aa0f2658ce084622
|
|
||||||
size 91597
|
|
3
libxmlb-0.1.15.tar.xz
Normal file
3
libxmlb-0.1.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa29b6bbf7b91107da6f157e8f7903d176b0cf04bcb0ba1ab64cb38b19d09a19
|
||||||
|
size 92923
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 10 19:11:47 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <glin@suse.com>
|
Wed Nov 13 09:50:26 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libxmlb
|
# spec file for package libxmlb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2019 Bjørn Lie, Bryne, Norway.
|
# Copyright (c) 2019 Bjørn Lie, Bryne, Norway.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define sover 1
|
%define sover 1
|
||||||
|
|
||||||
Name: libxmlb
|
Name: libxmlb
|
||||||
Version: 0.1.13
|
Version: 0.1.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for querying compressed XML metadata
|
Summary: Library for querying compressed XML metadata
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -36,7 +36,6 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.45.8
|
BuildRequires: pkgconfig(gio-2.0) >= 2.45.8
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gtk-doc)
|
BuildRequires: pkgconfig(gtk-doc)
|
||||||
BuildRequires: pkgconfig(uuid)
|
|
||||||
# Needed for the self tests
|
# Needed for the self tests
|
||||||
BuildRequires: pkgconfig(shared-mime-info)
|
BuildRequires: pkgconfig(shared-mime-info)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user