New upstream release
Resolves: rhbz#2134794 Signed-off-by: Neal Gompa <ngompa@centosproject.org>
This commit is contained in:
parent
1906b7b9fd
commit
5b1c0e7892
26
libxmlb.spec
26
libxmlb.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Library for querying compressed XML metadata
|
||||
Name: libxmlb
|
||||
Version: 0.3.3
|
||||
Version: 0.3.10
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/hughsie/libxmlb
|
||||
@ -65,7 +65,8 @@ Executable and data files for installed tests.
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_libexecdir}/xb-tool
|
||||
%{_bindir}/xb-tool
|
||||
%{_mandir}/man1/xb-tool.1*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/Xmlb-2.0.typelib
|
||||
%{_libdir}/libxmlb.so.2*
|
||||
@ -88,6 +89,27 @@ Executable and data files for installed tests.
|
||||
%{_datadir}/installed-tests/libxmlb/libxmlb.test
|
||||
|
||||
%changelog
|
||||
* Fri Oct 14 2022 Neal Gompa <ngompa@centosproject.org> - 0.3.10-1
|
||||
- New upstream release
|
||||
- Fix dumping and exporting multiple files from the CLI
|
||||
- Watch files before loading them into the builder
|
||||
- Fix potential double free when filtering by language
|
||||
- Fix the crash for when the root tree has no children
|
||||
- Fix the crash when getting the element for the [empty] root
|
||||
- Install xb-tool into bindir
|
||||
- Ensure reproducible results when importing a node
|
||||
- Ignore all hidden files when using _WATCH_DIRECTORY
|
||||
- Show the value bindings when using XB_SILO_PROFILE_FLAG_XPATH
|
||||
- Ensure _IS_TOKENIZED is set if tokens are added manually
|
||||
- Ensure we never add too many tokens to the silo
|
||||
- Put tail after the node when exporting XbBuilderNode
|
||||
- Remove the G_ALIGNOF checks to fix compile with old GLib versions
|
||||
- Add a flag to require the XbBuilderSource to have no siblings
|
||||
- Add iterator for XbNode attributes and children
|
||||
- Allow removing XbBuilderNode text
|
||||
- Allow stripping builder node inner text
|
||||
- Resolves: rhbz#2134794
|
||||
|
||||
* Wed Oct 06 2021 Richard Hughes <richard@hughsie.com> 0.3.3-1
|
||||
- New upstream release
|
||||
- Add locking for file monitors
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libxmlb-0.3.3.tar.xz) = 4b68d0d33302049a4d3619c8aa4fa98b00e60129bb9ecac54f66790d8f49f679f95bb1a04bf3e049f7661ec687bab9bea9ab05c6f355712ddf2b65c5e3877077
|
||||
SHA512 (libxmlb-0.3.10.tar.xz) = e6f8bb086f07e601566082901003d28fae1bc145f7fa13b20e1dd9edeeb6b58fa6ca0698c0fc2dce70fc06e2ef6aae760dc967f85de46b1a7be6d94d83dc1ef9
|
||||
|
Loading…
Reference in New Issue
Block a user