Merge branch 'master' into epel-libmodulemd2
This commit is contained in:
commit
8a4bab66ea
3 changed files with 10 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -33,3 +33,4 @@
|
|||
/modulemd-2.2.3.tar.xz
|
||||
/modulemd-2.3.0.tar.xz
|
||||
/modulemd-2.3.1.tar.xz
|
||||
/modulemd-2.4.0.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
%global libmodulemd_version 2.3.1
|
||||
%global libmodulemd_v1_version 1.8.8
|
||||
%global libmodulemd_version 2.4.0
|
||||
%global libmodulemd_v1_version 1.8.10
|
||||
|
||||
Name: libmodulemd
|
||||
Version: %{libmodulemd_version}
|
||||
|
|
@ -132,6 +132,12 @@ export MMD_SKIP_VALGRIND=1
|
|||
|
||||
|
||||
%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
|
||||
- Update to 2.3.1
|
||||
- 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…
Add table
Add a link
Reference in a new issue