Update to 2.0.0 final
- Assorted fixes for validation - Add modulemd-validator tool based on v2 code - Fix a crash when merging defaults Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
88a95b7d8e
commit
dd26c4a31a
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/modulemd-1.6.4.tar.xz
|
||||
/modulemd-1.7.0.tar.xz
|
||||
/modulemd-2.0.0beta2.tar.xz
|
||||
/modulemd-2.0.0.tar.xz
|
||||
|
@ -3,12 +3,12 @@
|
||||
|
||||
Name: libmodulemd
|
||||
Version: %{libmodulemd_version}
|
||||
Release: 0.beta2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Module metadata manipulation library
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/fedora-modularity/libmodulemd
|
||||
Source0: %{url}/releases/download/%{name}-%{version}/modulemd-%{version}beta2.tar.xz
|
||||
Source0: %{url}/releases/download/%{name}-%{version}/modulemd-%{version}.tar.xz
|
||||
|
||||
BuildRequires: meson >= 0.45.1-3
|
||||
BuildRequires: pkgconfig
|
||||
@ -127,6 +127,7 @@ ln -s libmodulemd.so.%{libmodulemd_v1_version} \
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_bindir}/modulemd-validator
|
||||
%{_libdir}/%{name}.so.2*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/Modulemd-2.0.typelib
|
||||
@ -153,7 +154,7 @@ ln -s libmodulemd.so.%{libmodulemd_v1_version} \
|
||||
%files -n libmodulemd1
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_bindir}/modulemd-validator
|
||||
%{_bindir}/modulemd-validator-v1
|
||||
%{_libdir}/%{name}.so.1*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/Modulemd-1.0.typelib
|
||||
@ -170,6 +171,12 @@ ln -s libmodulemd.so.%{libmodulemd_v1_version} \
|
||||
%{_datadir}/gtk-doc/html/modulemd-1.0/
|
||||
|
||||
%changelog
|
||||
* Thu Dec 13 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.0.0-1
|
||||
- Update to 2.0.0 final
|
||||
- Assorted fixes for validation
|
||||
- Add modulemd-validator tool based on v2 code
|
||||
- Fix a crash when merging defaults
|
||||
|
||||
* Tue Dec 11 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.0.0-0.beta2
|
||||
- Update to 2.0.0beta2
|
||||
- Better validation of stored content during read and write operations
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-2.0.0beta2.tar.xz) = de136912ab2c5a238783265b193c18b6addaaa7f31b402bc19ace16d3551b874e787d1b12cda7563a5a1905875dc57186ee09355c26e4ba35a73af0640e72266
|
||||
SHA512 (modulemd-2.0.0.tar.xz) = 6069d10fdf92e6e906693972bef55d1342e2eb1e092cb651b24d3ca7bb98c802b53dc5aa6a8206ca791697b6eb919f28a5ca36cb864433e3c34b914f9871c05e
|
||||
|
Loading…
Reference in New Issue
Block a user