Update to 1.6.4.
- Add Buildopts to the documentation. - Deduplicate module streams when merging. - Drop upstreamed patches. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
adb02d1ef8
commit
d4158e4c0b
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/modulemd-1.6.1.tar.xz
|
||||
/modulemd-1.6.2.tar.xz
|
||||
/modulemd-1.6.3.tar.xz
|
||||
/modulemd-1.6.4.tar.xz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global majorversion 1
|
||||
%global minorversion 6
|
||||
%global patchversion 3
|
||||
%global patchversion 4
|
||||
%global majorminorversion %{majorversion}.%{minorversion}
|
||||
%global nsversion %{majorversion}.0
|
||||
|
||||
Name: libmodulemd
|
||||
Version: %{majorminorversion}%{?patchversion:.%{patchversion}}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Module metadata manipulation library
|
||||
|
||||
License: MIT
|
||||
@ -28,11 +28,6 @@ Obsoletes: python3-modulemd < 1.3.4
|
||||
|
||||
# Patches
|
||||
|
||||
# https://github.com/fedora-modularity/libmodulemd/issues/85
|
||||
Patch0001: 0001-Properly-write-out-the-ref-for-module-components.patch
|
||||
|
||||
# https://github.com/fedora-modularity/libmodulemd/issues/82
|
||||
Patch0002: 0002-Use-decimal-version-in-NSVC.patch
|
||||
|
||||
%description
|
||||
C Library for manipulating module metadata files.
|
||||
@ -98,6 +93,12 @@ export MMD_SKIP_VALGRIND=1
|
||||
%{_datadir}/gtk-doc/html/modulemd-1.0/
|
||||
|
||||
%changelog
|
||||
* Tue Sep 18 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.6.4-1
|
||||
- Update to 1.6.4.
|
||||
- Add Buildopts to the documentation.
|
||||
- Deduplicate module streams when merging.
|
||||
- Drop upstreamed patches.
|
||||
|
||||
* Thu Sep 06 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.6.3-2
|
||||
- Fix generation of module component YAML
|
||||
- Output NSVC information using decimal version
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-1.6.3.tar.xz) = b3bd24925e60b6423fa072b73934006c4a1c90a11dc3fc9b38ba790ebafa580f025f40f4cd208929f3da256558728c1b3b6c8d1ae6cd7ef56717649ae71a07b1
|
||||
SHA512 (modulemd-1.6.4.tar.xz) = ca2b81ceb8e60c4d61eaf988b9058f28d2deebeeb3c362712713f9060a315409009791f11bac19b22109b26f02336a1ca18db17b8193694273f77a361cbb538f
|
||||
|
Loading…
Reference in New Issue
Block a user