Update to 1.6.2
Make buildorder a signed integer to match modulemd specification Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
371a683fc5
commit
9f23a9bf75
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
|||||||
/modulemd-1.5.2.tar.xz
|
/modulemd-1.5.2.tar.xz
|
||||||
/modulemd-1.6.0.tar.xz
|
/modulemd-1.6.0.tar.xz
|
||||||
/modulemd-1.6.1.tar.xz
|
/modulemd-1.6.1.tar.xz
|
||||||
|
/modulemd-1.6.2.tar.xz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%global majorversion 1
|
%global majorversion 1
|
||||||
%global minorversion 6
|
%global minorversion 6
|
||||||
%global patchversion 1
|
%global patchversion 2
|
||||||
%global majorminorversion %{majorversion}.%{minorversion}
|
%global majorminorversion %{majorversion}.%{minorversion}
|
||||||
%global nsversion %{majorversion}.0
|
%global nsversion %{majorversion}.0
|
||||||
|
|
||||||
Name: libmodulemd
|
Name: libmodulemd
|
||||||
Version: %{majorminorversion}%{?patchversion:.%{patchversion}}
|
Version: %{majorminorversion}%{?patchversion:.%{patchversion}}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Module metadata manipulation library
|
Summary: Module metadata manipulation library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -93,6 +93,10 @@ export MMD_SKIP_VALGRIND=1
|
|||||||
%{_datadir}/gtk-doc/html/modulemd-1.0/
|
%{_datadir}/gtk-doc/html/modulemd-1.0/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 07 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.6.2-1
|
||||||
|
- Update to 1.6.2
|
||||||
|
- Make buildorder a signed integer to match modulemd specification
|
||||||
|
|
||||||
* Mon Jul 23 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.6.1-2
|
* Mon Jul 23 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.6.1-2
|
||||||
- Obsolete unsupported pythonX-modulemd packages
|
- Obsolete unsupported pythonX-modulemd packages
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (modulemd-1.6.1.tar.xz) = d8f1bc4f9c2ebd473147e1b65b79e8966b9cd50e4f11da41960cbed4806ed90570bf4a94039ee47735778156282d88341852833f1dbeba9f96cf6190161eff06
|
SHA512 (modulemd-1.6.2.tar.xz) = 17e70b0812dc657ca138780ae55e9782619314faade606606d86fa5e9acaf13fa699c40fb00b70c444d3e45250aca737b61df359b2dc41da6c5925491f0047e5
|
||||||
|
Loading…
Reference in New Issue
Block a user