New upstream release
This commit is contained in:
parent
d90ed55bcb
commit
ab0361b0db
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/libxmlb-0.1.13.tar.xz
|
||||
/libxmlb-0.1.14.tar.xz
|
||||
/libxmlb-0.1.15.tar.xz
|
||||
/libxmlb-0.2.0.tar.xz
|
||||
|
||||
20
libxmlb.spec
20
libxmlb.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: Library for querying compressed XML metadata
|
||||
Name: libxmlb
|
||||
Version: 0.1.15
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/hughsie/libxmlb
|
||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||
@ -67,7 +67,7 @@ Executable and data files for installed tests.
|
||||
%{_libexecdir}/xb-tool
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
%{_libdir}/libxmlb.so.1*
|
||||
%{_libdir}/libxmlb.so.2*
|
||||
|
||||
%files devel
|
||||
%dir %{_datadir}/gir-1.0
|
||||
@ -86,6 +86,20 @@ Executable and data files for installed tests.
|
||||
%dir %{_datadir}/installed-tests/libxmlb
|
||||
|
||||
%changelog
|
||||
* Tue Aug 18 2020 Richard Hughes <richard@hughsie.com> 0.2.0-1
|
||||
- New upstream release which breaks API and ABI
|
||||
- Add the missing TEXT:INTE XPath support
|
||||
- Add variant of xb_silo_query_with_root() avoiding XbNode creation
|
||||
- Add XB_BUILDER_SOURCE_FLAG_WATCH_DIRECTORY flag
|
||||
- Allow specifying the node cache behaviour for the query
|
||||
- Avoid recursion when setting flags if possible
|
||||
- Avoid using weak pointers when building the silo
|
||||
- Do not allocate opcodes individually
|
||||
- Do not show a critical warning for invalid XML
|
||||
- Do not unconditionally create GTimer objects
|
||||
- Do not use the node cache when building indexes
|
||||
- Lazy load more arrays to reduce RSS usage
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libxmlb-0.1.15.tar.xz) = 9e1473adc2f86018cad1685fc06dcfdd2fc9a54ea95e30aab10ee63baa258524becc7f4f5ee2d165a09bf6188e0a6b330476816acabab45d4e89dafe992bcbd4
|
||||
SHA512 (libxmlb-0.2.0.tar.xz) = a0f944493f5c0da0d54e0a6136c59ac6d1a84fa30f2fdd3d871085ed219fa0cb40d06c821c4a199678ec1bbeb59df0df94f146fa59c9671b3d3e716159edec17
|
||||
|
||||
Loading…
Reference in New Issue
Block a user