Update to libdmodulemd 1.5.2
Don't free uninitialized memory Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
e49fddbf8e
commit
7af792aa4a
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/modulemd-1.4.1.tar.xz
|
||||
/modulemd-1.5.0.tar.xz
|
||||
/modulemd-1.5.1.tar.xz
|
||||
/modulemd-1.5.2.tar.xz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global majorversion 1
|
||||
%global minorversion 5
|
||||
%global patchversion 1
|
||||
%global patchversion 2
|
||||
%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
|
||||
@ -22,8 +22,6 @@ BuildRequires: pkgconfig(gtk-doc)
|
||||
BuildRequires: python3-gobject-base
|
||||
|
||||
# Patches
|
||||
# Address https://pagure.io/fedora-release/pull-request/145
|
||||
Patch0001: 0001-Allocate-Modulemd.props.buildopts-at-object-creation.patch
|
||||
|
||||
%description
|
||||
C Library for manipulating module metadata files.
|
||||
@ -72,6 +70,10 @@ export LC_CTYPE=C.utf8
|
||||
%{_datadir}/gtk-doc/html/modulemd/
|
||||
|
||||
%changelog
|
||||
* Sat Jun 23 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.5.2-1
|
||||
- Update to libdmodulemd 1.5.2
|
||||
- Don't free uninitialized memory
|
||||
|
||||
* Fri Jun 22 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.5.1-2
|
||||
- Fix buildopts property not being initialized
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-1.5.1.tar.xz) = 0e2643513dc74bd6b7549176f2d9e956c1dfcb16ff83017650048e3c097f9dc9d6abcbb0ac15b02bddbeae19e5bbc7afe6453708aed10eb46bbfb434ee55ab96
|
||||
SHA512 (modulemd-1.5.2.tar.xz) = ba368712c37cdf7ff72649efa7ef165d4e38522909471d106a4f39e57f20fc437aaa7d0200516cea373eb83779a6abb53377306ea99d0c901f4f647d47ab8f00
|
||||
|
Loading…
Reference in New Issue
Block a user