Update to version 1.1.1
- Make default stream and profiles optional - Fixes: https://github.com/fedora-modularity/libmodulemd/issues/25 - Fixes: https://github.com/fedora-modularity/libmodulemd/issues/26 - Fixes: https://github.com/fedora-modularity/libmodulemd/issues/27 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
5c87b190bc
commit
679d3b66dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/modulemd-1.0.3.tar.xz
|
/modulemd-1.0.3.tar.xz
|
||||||
/modulemd-1.0.4.tar.xz
|
/modulemd-1.0.4.tar.xz
|
||||||
/modulemd-1.1.0.tar.xz
|
/modulemd-1.1.0.tar.xz
|
||||||
|
/modulemd-1.1.1.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%global majorversion 1
|
%global majorversion 1
|
||||||
%global minorversion 1
|
%global minorversion 1
|
||||||
%global patchversion 0
|
%global patchversion 1
|
||||||
%global majorminorversion %{majorversion}.%{minorversion}
|
%global majorminorversion %{majorversion}.%{minorversion}
|
||||||
|
|
||||||
Name: libmodulemd
|
Name: libmodulemd
|
||||||
@ -69,6 +69,13 @@ export LC_CTYPE=C.utf8
|
|||||||
%{_datadir}/gtk-doc/html/modulemd/
|
%{_datadir}/gtk-doc/html/modulemd/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 15 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.1.1-1
|
||||||
|
- Update to version 1.1.1
|
||||||
|
- Make default stream and profiles optional
|
||||||
|
- Fixes: https://github.com/fedora-modularity/libmodulemd/issues/25
|
||||||
|
- Fixes: https://github.com/fedora-modularity/libmodulemd/issues/26
|
||||||
|
- Fixes: https://github.com/fedora-modularity/libmodulemd/issues/27
|
||||||
|
|
||||||
* Wed Mar 14 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-1
|
* Wed Mar 14 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-1
|
||||||
- Update to version 1.1.0
|
- Update to version 1.1.0
|
||||||
- Adds support for handling modulemd-defaults YAML documents
|
- Adds support for handling modulemd-defaults YAML documents
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (modulemd-1.1.0.tar.xz) = ff13cceee124f85596ed1641f5543b9e461b3b10a2703185f263c293838e6dd830b1ad1aaaabc634c930d1aabb56ef022bcb1254bf80a7b9413664b7806bd813
|
SHA512 (modulemd-1.1.1.tar.xz) = e7233c459e3ea18282291f095bc2e4978893125267312742db285c731936f658c00bd7c45f1d63a929e34b6090b57465a6434b84f496cf662b912187056ff51d
|
||||||
|
Loading…
Reference in New Issue
Block a user