Accepting request 1116625 from X11:common:Factory

OBS-URL: https://build.opensuse.org/request/show/1116625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxmlb?expand=0&rev=13
This commit is contained in:
Ana Guerrero 2023-10-11 21:53:56 +00:00 committed by Git OBS Bridge
commit a51de46a8e
5 changed files with 24 additions and 9 deletions

View File

@ -1 +1,2 @@
libxmlb2
targettype 32bit block!

BIN
libxmlb-0.3.13.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
libxmlb-0.3.14.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Oct 10 08:03:30 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- baselibs.conf: don't build libxmlb2-32bit; baselibs.conf was
added for the x86-64-v3 flavor; the -32bit was an unintended side
effect.
-------------------------------------------------------------------
Tue Oct 3 22:31:17 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 0.3.14
* Fix comparing indexed text with integer values
- Enable libstemmer-devel BuildRequires and pass stemmer=true to
meson setup, libstemmer now available in Tumbleweed.
- Use ldconfig_scriptlets macro for post(un) handling.
-------------------------------------------------------------------
Fri Aug 18 17:20:43 UTC 2023 - Enrico Belleri <kilgore.trout@idesmi.eu>

View File

@ -19,7 +19,7 @@
%define sover 2
Name: libxmlb
Version: 0.3.13
Version: 0.3.14
Release: 0
Summary: Library for querying compressed XML metadata
License: LGPL-2.1-or-later
@ -27,9 +27,8 @@ Group: Development/Libraries/Other
URL: https://github.com/hughsie/libxmlb
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Source9: baselibs.conf
# Enable when/if libstemmer becomes available in openSUSE (+ in meson call)
#BuildRequires: libstemmer-devel
BuildRequires: %{python_module setuptools}
BuildRequires: libstemmer-devel
BuildRequires: meson >= 0.47.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gio-2.0) >= 2.45.8
@ -93,7 +92,7 @@ Files for development with %{name}.
-Dgtkdoc=true \
-Dintrospection=true \
-Dtests=true \
# -Dstemmer=true \
-Dstemmer=true \
%{nil}
%meson_build
@ -103,8 +102,7 @@ Files for development with %{name}.
%install
%meson_install
%post -n %{name}%{sover} -p /sbin/ldconfig
%postun -n %{name}%{sover} -p /sbin/ldconfig
%ldconfig_scriptlets -n %{name}%{sover}
%files -n %{name}%{sover}
%license LICENSE