Update to 2.2.3 and 1.8.6
Fix header issue with ModulemdRpmMapEntry Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
cf16e8f73e
commit
a0feddd7a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
||||
/modulemd-2.2.0.tar.xz
|
||||
/modulemd-2.2.1.tar.xz
|
||||
/modulemd-2.2.2.tar.xz
|
||||
/modulemd-2.2.3.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global libmodulemd_version 2.2.2
|
||||
%global libmodulemd_v1_version 1.8.5
|
||||
%global libmodulemd_version 2.2.3
|
||||
%global libmodulemd_v1_version 1.8.6
|
||||
|
||||
# Python 2 is dead on F31+
|
||||
%if 0%{fedora} < 31
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
Name: libmodulemd
|
||||
Version: %{libmodulemd_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Module metadata manipulation library
|
||||
|
||||
License: MIT
|
||||
@ -27,8 +27,10 @@ BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(yaml-0.1)
|
||||
BuildRequires: pkgconfig(gtk-doc)
|
||||
%if %{build_python2}
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-gobject-base
|
||||
%endif
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-gobject-base
|
||||
%ifarch %{valgrind_arches}
|
||||
@ -227,6 +229,10 @@ ln -s libmodulemd.so.%{libmodulemd_v1_version} \
|
||||
%{_datadir}/gtk-doc/html/modulemd-1.0/
|
||||
|
||||
%changelog
|
||||
* Mon Apr 01 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.2.3-1
|
||||
- Update to 2.2.3 and 1.8.6
|
||||
- Fix header issue with ModulemdRpmMapEntry
|
||||
|
||||
* Wed Mar 27 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.2.2-2
|
||||
- Don't run tests on armv7hl/aarch64 since they have timeout problems
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-2.2.2.tar.xz) = c3f28327a00196d52fa9df0b7b31367e5136b52281826d28167b618d9e051c135b174a1dc3218c1f19fc464884545d16bc86bfc57a3840a73338c002db9e38f1
|
||||
SHA512 (modulemd-2.2.3.tar.xz) = 5a8313c95279c76c01bd0b07e4fe766eff988e44ca0d4f439f163854ba942c0bf4e881043371eb08da12826f6b54224039cd55a59220c3aefab438deaf457664
|
||||
|
Loading…
Reference in New Issue
Block a user