Accepting request 820048 from X11:common:Factory

New stable release

OBS-URL: https://build.opensuse.org/request/show/820048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxmlb?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-07-14 05:43:53 +00:00 committed by Git OBS Bridge
commit b086b95b72
4 changed files with 24 additions and 8 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa29b6bbf7b91107da6f157e8f7903d176b0cf04bcb0ba1ab64cb38b19d09a19
size 92923

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
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.
- Move installed-tests to devel subpackage.
-------------------------------------------------------------------
Wed Nov 13 09:50:26 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>

View File

@ -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)
@ -115,8 +114,6 @@ Files for development with %{name}.
%files -n xmlb-tool
%doc README.md NEWS
%{_libexecdir}/xb-tool
%{_libexecdir}/installed-tests/
%{_datadir}/installed-tests/
%files devel
%doc %{_datadir}/gtk-doc/html/%{name}
@ -124,5 +121,7 @@ Files for development with %{name}.
%{_includedir}/%{name}-%{sover}/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/xmlb.pc
%{_libexecdir}/installed-tests/
%{_datadir}/installed-tests/
%changelog