New upstream release
This commit is contained in:
parent
58d1b8e0a2
commit
ca89e47ded
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/libxmlb-0.1.9.tar.xz
|
||||
/libxmlb-0.1.10.tar.xz
|
||||
/libxmlb-0.1.11.tar.xz
|
||||
/libxmlb-0.1.12.tar.xz
|
||||
|
||||
14
libxmlb.spec
14
libxmlb.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: Library for querying compressed XML metadata
|
||||
Name: libxmlb
|
||||
Version: 0.1.11
|
||||
Release: 2%{?dist}
|
||||
Version: 0.1.12
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/hughsie/libxmlb
|
||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||
@ -14,6 +14,7 @@ BuildRequires: libstemmer-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: python-setuptools
|
||||
|
||||
# needed for the self tests
|
||||
BuildRequires: shared-mime-info
|
||||
@ -80,12 +81,19 @@ Executable and data files for installed tests.
|
||||
%{_libdir}/pkgconfig/xmlb.pc
|
||||
|
||||
%files tests
|
||||
%{_libexecdir}/xb-self-test
|
||||
%{_libexecdir}/installed-tests/libxmlb/xb-self-test
|
||||
%{_datadir}/installed-tests/libxmlb/libxmlb.test
|
||||
%{_datadir}/installed-tests/libxmlb/test.xml.gz.gz.gz
|
||||
%dir %{_datadir}/installed-tests/libxmlb
|
||||
|
||||
%changelog
|
||||
* Fri Sep 27 2019 Richard Hughes <richard@hughsie.com> 0.1.12-1
|
||||
- New upstream release
|
||||
- Add xb_node_transmogrify to allow changing XML format
|
||||
- Do not escape a single quote with '
|
||||
- Don't invalidate the silo for a GIO temp file
|
||||
- Fix up two memory leaks if using libxmlb from an introspected binding
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libxmlb-0.1.11.tar.xz) = 84f9b5da5ecaf6cb1033cfaae5c7b8d26469a542c8b26aec1dd534beb91f5d8b1788b4b56d9265efe6112d33a8d939b7e03a072847e614c9595647d62eb8786f
|
||||
SHA512 (libxmlb-0.1.12.tar.xz) = 4d814b9998f2c9b0131006fe97aac4fbce29fcad12b9714a9a17c297d631be8d98bf9a56d02f076faae37713b78737e73ee14a20cc0b17bff25b80e8b422913a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user