Update to 2.8.2
Use safer version of dup() Fix loading of YAML module stream with no module or stream name Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
8122fb9a17
commit
abb5f5424a
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
||||
/modulemd-2.7.0.tar.xz
|
||||
/modulemd-2.8.0.tar.xz
|
||||
/modulemd-2.8.1.tar.xz
|
||||
/modulemd-2.8.2.tar.xz
|
||||
|
@ -8,7 +8,7 @@
|
||||
%endif
|
||||
|
||||
Name: libmodulemd
|
||||
Version: 2.8.1
|
||||
Version: 2.8.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Module metadata manipulation library
|
||||
|
||||
@ -143,6 +143,11 @@ export MMD_SKIP_VALGRIND=1
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 24 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.2-1
|
||||
- Update to 2.8.2
|
||||
- Use safer version of dup()
|
||||
- Fix loading of YAML module stream with no module or stream name
|
||||
|
||||
* Tue Oct 15 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.1-1
|
||||
- Improve the merge logic to handle third-party repos more sanely
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-2.8.1.tar.xz) = 61bea7e28dba8dbe5881a9d8ad164ab9afe8cd37c4f62ae880535a5e58ab6ab212882623dc4b3d6350d6516a86f2c8a139ddbd655babd60bcd1b02e5d8eebf73
|
||||
SHA512 (modulemd-2.8.2.tar.xz) = 281d7550aa1d2d1978454ff8d79d4e94e0f809086e41e8a0bb493a4b488801b5b7cf249fcd648526d7d22bf5deb970a6e93a5095f3318d70f67b968ac9187171
|
||||
|
Loading…
Reference in New Issue
Block a user