diff --git a/.gitignore b/.gitignore index 25f1693..7df753d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libxmlb-0.3.3.tar.xz +SOURCES/libxmlb-0.3.10.tar.xz diff --git a/.libxmlb.metadata b/.libxmlb.metadata index 46ce702..cc39815 100644 --- a/.libxmlb.metadata +++ b/.libxmlb.metadata @@ -1 +1 @@ -bc343bf457db5c4bca9161fc48ef9fb59b4748f0 SOURCES/libxmlb-0.3.3.tar.xz +2d4376c810a58e6989cc32e24b9e2f403c5b539a SOURCES/libxmlb-0.3.10.tar.xz diff --git a/SPECS/libxmlb.spec b/SPECS/libxmlb.spec index 8f0ae92..1a98684 100644 --- a/SPECS/libxmlb.spec +++ b/SPECS/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 - 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 0.3.3-1 - New upstream release - Add locking for file monitors