Update to 2.4.0 and 1.8.10
- Add ModuleStreamV2.clear_dependencies() and .remove_dependencies() - Fix bugs and memory issues with the XMD python bindings - Assorted documentation enhancements Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
dc05c6f9b8
commit
7bd30467bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
|||||||
/modulemd-2.2.3.tar.xz
|
/modulemd-2.2.3.tar.xz
|
||||||
/modulemd-2.3.0.tar.xz
|
/modulemd-2.3.0.tar.xz
|
||||||
/modulemd-2.3.1.tar.xz
|
/modulemd-2.3.1.tar.xz
|
||||||
|
/modulemd-2.4.0.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global libmodulemd_version 2.3.1
|
%global libmodulemd_version 2.4.0
|
||||||
%global libmodulemd_v1_version 1.8.8
|
%global libmodulemd_v1_version 1.8.10
|
||||||
|
|
||||||
# Python 2 is dead on F31+
|
# Python 2 is dead on F31+
|
||||||
%if 0%{fedora} < 31
|
%if ( 0%{?fedora} && 0%{?fedora} <= 30 ) || ( 0%{?rhel} && 0%{?rhel} <= 7)
|
||||||
%global meson_override_flags -Dwith_py3_overrides=true -Dwith_py2_overrides=true
|
%global meson_override_flags -Dwith_py3_overrides=true -Dwith_py2_overrides=true
|
||||||
%global build_python2 1
|
%global build_python2 1
|
||||||
%else
|
%else
|
||||||
@ -231,6 +231,12 @@ ln -s libmodulemd.so.%{libmodulemd_v1_version} \
|
|||||||
%{_datadir}/gtk-doc/html/modulemd-1.0/
|
%{_datadir}/gtk-doc/html/modulemd-1.0/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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()
|
||||||
|
- Fix bugs and memory issues with the XMD python bindings
|
||||||
|
- Assorted documentation enhancements
|
||||||
|
|
||||||
* Fri May 03 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.3.1-1
|
* Fri May 03 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.3.1-1
|
||||||
- Update to 2.3.1
|
- Update to 2.3.1
|
||||||
- Make Modulemd.Component.set_*() functions accept NULL
|
- Make Modulemd.Component.set_*() functions accept NULL
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (modulemd-2.3.1.tar.xz) = 84730cf1cf7061e25ed60bf43bc89b5cdf1f53bb58c51187330bd44f2009e63f360e7073d937bb207a3c2dca9880aebd6d9f2de2c5d38a9d223bb395bfd03acd
|
SHA512 (modulemd-2.4.0.tar.xz) = d2c93d274bf3bae291bea8f5ce99138e6a457c2045e14c219c0fa00d0a27e83b0ff60d1e920e561102e60898706eba02c28e86ace40825483476782a620f2daa
|
||||||
|
Loading…
Reference in New Issue
Block a user