Update to 2.5.0 and 1.8.11
Ensure that XMD is always emitted in the same order Add .clear_*() functions for all .add_*() functions Add ModuleStream.equals() Add ModuleIndex.get_default_streams() Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
7bd30467bd
commit
fef22fef99
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
||||
/modulemd-2.3.0.tar.xz
|
||||
/modulemd-2.3.1.tar.xz
|
||||
/modulemd-2.4.0.tar.xz
|
||||
/modulemd-2.5.0.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global libmodulemd_version 2.4.0
|
||||
%global libmodulemd_v1_version 1.8.10
|
||||
%global libmodulemd_version 2.5.0
|
||||
%global libmodulemd_v1_version 1.8.11
|
||||
|
||||
# Python 2 is dead on F31+
|
||||
%if ( 0%{?fedora} && 0%{?fedora} <= 30 ) || ( 0%{?rhel} && 0%{?rhel} <= 7)
|
||||
@ -231,6 +231,13 @@ ln -s libmodulemd.so.%{libmodulemd_v1_version} \
|
||||
%{_datadir}/gtk-doc/html/modulemd-1.0/
|
||||
|
||||
%changelog
|
||||
* Wed May 22 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-1
|
||||
- Update to 2.5.0 and 1.8.11
|
||||
- Ensure that XMD is always emitted in the same order
|
||||
- Add .clear_*() functions for all .add_*() functions
|
||||
- Add ModuleStream.equals()
|
||||
- Add ModuleIndex.get_default_streams()
|
||||
|
||||
* Mon May 13 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.4.0-1
|
||||
- Update to 2.4.0 and 1.8.10
|
||||
- Add ModuleStreamV2.clear_dependencies() and .remove_dependencies()
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-2.4.0.tar.xz) = d2c93d274bf3bae291bea8f5ce99138e6a457c2045e14c219c0fa00d0a27e83b0ff60d1e920e561102e60898706eba02c28e86ace40825483476782a620f2daa
|
||||
SHA512 (modulemd-2.5.0.tar.xz) = 78e9a523cbe0fccf4a39c3824397a4383eec58d688558f44dc05d4c34cce3b08b307b489ea8d68403607fb9f11efad76dd2bbbecfae6a102c0929acb95d05c65
|
||||
|
Loading…
Reference in New Issue
Block a user