New upstream release
This commit is contained in:
parent
3066493b96
commit
e68a8cd798
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/libxmlb-0.3.5.tar.xz
|
||||
/libxmlb-0.3.6.tar.xz
|
||||
/libxmlb-0.3.7.tar.xz
|
||||
/libxmlb-0.3.9.tar.xz
|
||||
|
||||
11
libxmlb.spec
11
libxmlb.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Library for querying compressed XML metadata
|
||||
Name: libxmlb
|
||||
Version: 0.3.7
|
||||
Version: 0.3.9
|
||||
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,12 @@ Executable and data files for installed tests.
|
||||
%{_datadir}/installed-tests/libxmlb/libxmlb.test
|
||||
|
||||
%changelog
|
||||
* Tue May 24 2022 Richard Hughes <richard@hughsie.com> 0.3.9-1
|
||||
- New upstream release
|
||||
- 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
|
||||
|
||||
* Wed Feb 16 2022 Richard Hughes <richard@hughsie.com> 0.3.7-1
|
||||
- New upstream release
|
||||
- Ensure reproducible results when importing a node
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libxmlb-0.3.7.tar.xz) = 5011b73d22c7580afbf162bdbaff8034daf5571adc0512c20fc673a46c03af456398ea97a4df3378b8ddcebbb218db35b10bc29c805c9000c1bd982576cbb7a9
|
||||
SHA512 (libxmlb-0.3.9.tar.xz) = de78c7d3d7dd782679d4377d7fd486535635d5ab95c52a3b0f35d2e4e039694c728387002c66494d5084cae703034c6b30d528863e8920b6a87f09cc203e771d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user