New upstream release
This commit is contained in:
parent
712fffed34
commit
5be74830e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/libxmlb-0.1.5.tar.xz
|
||||
/libxmlb-0.1.6.tar.xz
|
||||
/libxmlb-0.1.7.tar.xz
|
||||
/libxmlb-0.1.8.tar.xz
|
||||
|
||||
18
libxmlb.spec
18
libxmlb.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Library for querying compressed XML metadata
|
||||
Name: libxmlb
|
||||
Version: 0.1.7
|
||||
Version: 0.1.8
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/hughsie/libxmlb
|
||||
@ -38,6 +38,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%description devel
|
||||
Files for development with %{name}.
|
||||
|
||||
%package tests
|
||||
Summary: Files for installed tests
|
||||
|
||||
%description tests
|
||||
Executable and data files for installed tests.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -73,7 +79,17 @@ Files for development with %{name}.
|
||||
%{_libdir}/libxmlb.so
|
||||
%{_libdir}/pkgconfig/xmlb.pc
|
||||
|
||||
%files tests
|
||||
%{_libexecdir}/xb-self-test
|
||||
%{_datadir}/installed-tests/libxmlb/libxmlb.test
|
||||
%dir %{_datadir}/installed-tests/libxmlb
|
||||
|
||||
%changelog
|
||||
* Tue Mar 26 2019 Richard Hughes <richard@hughsie.com> 0.1.8-1
|
||||
- New upstream release
|
||||
- Add some installed tests
|
||||
- Always add all children when importing parent-less XML data
|
||||
|
||||
* Fri Mar 08 2019 Richard Hughes <richard@hughsie.com> 0.1.7-1
|
||||
- New upstream release
|
||||
- Add XB_BUILDER_COMPILE_FLAG_IGNORE_GUID
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libxmlb-0.1.7.tar.xz) = 5cd8238e510b4ca478ff4eb5ab7b58614b9307f9daad3fd66c44d9dc3f3b45f32bb941225413ca62ff281b784967e69e1f76b130eb5d35c0317667159cd3ecab
|
||||
SHA512 (libxmlb-0.1.8.tar.xz) = 934ba0611c43b9b99a62a9dec5eb33b2d401dc677963ecbf8f3e02e39a3d7b5fcbd536d1f3eaf330e9fb6bba04da72fe1a689c98e1a8c446ad91afd5a17aedf1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user