From 1f307b7efe2b189109a25351472ba9a7ce0d9297 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 16 Apr 2019 11:40:51 -0700 Subject: [PATCH] Rebuild with Meson fix for #1699099 --- libmodulemd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libmodulemd.spec b/libmodulemd.spec index 06b368b..5e49a68 100644 --- a/libmodulemd.spec +++ b/libmodulemd.spec @@ -12,7 +12,7 @@ Name: libmodulemd Version: %{libmodulemd_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Module metadata manipulation library License: MIT @@ -230,6 +230,9 @@ ln -s libmodulemd.so.%{libmodulemd_v1_version} \ %{_datadir}/gtk-doc/html/modulemd-1.0/ %changelog +* Tue Apr 16 2019 Adam Williamson - 2.2.3-3 +- Rebuild with Meson fix for #1699099 + * Wed Apr 03 2019 Stephen Gallagher - 2.2.3-2 - Fix accidental ABI break