Update to version 1.3.0
New Public Objects: * Modulemd.Prioritizer tool to merge module defaults New Public Functions: * Modulemd.SimpleSet.is_equal() * Modulemd.Defaults.copy() * Modulemd.Defaults.merge() Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
421b45f0a4
commit
c5ab744c8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/modulemd-1.1.2.tar.xz
|
||||
/modulemd-1.1.3.tar.xz
|
||||
/modulemd-1.2.0.tar.xz
|
||||
/modulemd-1.3.0.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global majorversion 1
|
||||
%global minorversion 2
|
||||
%global minorversion 3
|
||||
%global patchversion 0
|
||||
%global majorminorversion %{majorversion}.%{minorversion}
|
||||
%global nsversion %{majorversion}.0
|
||||
@ -71,6 +71,15 @@ export LC_CTYPE=C.utf8
|
||||
%{_datadir}/gtk-doc/html/modulemd/
|
||||
|
||||
%changelog
|
||||
* Fri Apr 13 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.3.0-1
|
||||
- Update to version 1.3.0
|
||||
- New Public Objects:
|
||||
* Modulemd.Prioritizer - tool to merge module defaults
|
||||
- New Public Functions:
|
||||
* Modulemd.SimpleSet.is_equal()
|
||||
* Modulemd.Defaults.copy()
|
||||
* Modulemd.Defaults.merge()
|
||||
|
||||
* Wed Apr 04 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.2.0-1
|
||||
- Update to version 1.2.0
|
||||
- New Functions:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-1.2.0.tar.xz) = b93e8fca1256bf3a9650d7206f7dcf48595a55b349d18f1bfd19d59e6b8cc73e2084a7eabf13f9e442c4a552969cf8f9fda4ef86ec2372de68767a7974c2e576
|
||||
SHA512 (modulemd-1.3.0.tar.xz) = e55a014ba4cde890d63755b1032f62d4667f1467de18ee618fe10fc742ac3e28b17ac9938fe941ce18c819d7a1d904ae2fa9fada55c3f2ad3d5622816ec8b3a0
|
||||
|
Loading…
Reference in New Issue
Block a user