Update to version 1.5.0
Adds support for "intents" in Modulemd.Defaults Adds `Modulemd.get_version()` Adds support for RPM whitelists in the buildopts Adds a new object: Modulemd.Buildopts Deprecates Modulemd.Module.get_rpm_buildopts() Deprecates Modulemd.Module.set_rpm_buildopts() Fixes some missing license blurbs Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
5d8fffea47
commit
ad3e170c80
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/modulemd-1.3.0.tar.xz
|
||||
/modulemd-1.4.0.tar.xz
|
||||
/modulemd-1.4.1.tar.xz
|
||||
/modulemd-1.5.0.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
%global majorversion 1
|
||||
%global minorversion 4
|
||||
%global patchversion 1
|
||||
%global minorversion 5
|
||||
%global patchversion 0
|
||||
%global majorminorversion %{majorversion}.%{minorversion}
|
||||
%global nsversion %{majorversion}.0
|
||||
|
||||
@ -71,6 +71,16 @@ export LC_CTYPE=C.utf8
|
||||
%{_datadir}/gtk-doc/html/modulemd/
|
||||
|
||||
%changelog
|
||||
* Mon Jun 18 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.5.0-1
|
||||
- Update to version 1.5.0
|
||||
- Adds support for "intents" in Modulemd.Defaults
|
||||
- Adds `Modulemd.get_version()`
|
||||
- Adds support for RPM whitelists in the buildopts
|
||||
- Adds a new object: Modulemd.Buildopts
|
||||
- Deprecates Modulemd.Module.get_rpm_buildopts()
|
||||
- Deprecates Modulemd.Module.set_rpm_buildopts()
|
||||
- Fixes some missing license blurbs
|
||||
|
||||
* Tue May 08 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.4.1-1
|
||||
- Update to version 1.4.1
|
||||
- Improve output from modulemd-validator
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-1.4.1.tar.xz) = 56e3f5923f527b59dc18f02b2deb7a08251adcee88aefac912dde8c9f47a56ee4d4bfc3e2a16e59c895e49c9c69117bc36d5bddd4845adc2ee6296c9b8505b8a
|
||||
SHA512 (modulemd-1.5.0.tar.xz) = 595f229e9d6060fdc864a713316cd2358d2c99704bfc7a26506222ed405807836d9631e5cf202d87527439be0ccb636de10daea931cb4ef61dad4dfb430ba25e
|
||||
|
Loading…
Reference in New Issue
Block a user