From 663c08d421f9c38b79a86e257a1438c0901bbd74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 1 Feb 2019 18:02:06 +0000 Subject: [PATCH] Related: rhbz#1671392/rhbz#1671621 unwanted soname bump --- libwmf.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libwmf.spec b/libwmf.spec index d9a2b07..da7c3ec 100644 --- a/libwmf.spec +++ b/libwmf.spec @@ -1,7 +1,7 @@ Summary: Windows MetaFile Library Name: libwmf -Version: 0.2.11 -Release: 2%{?dist} +Version: 0.2.12 +Release: 1%{?dist} #libwmf is under the LGPLv2+, however... #1. The tarball contains an old version of the urw-fonts under GPL+. # Those fonts are not installed @@ -63,7 +63,7 @@ sed -i $RPM_BUILD_ROOT%{_datadir}/libwmf/fonts/fontmap -e 's#libwmf/fonts#fonts/ %ldconfig_scriptlets lite %files -%{_libdir}/libwmf-0.2.so.8* +%{_libdir}/libwmf-0.2.so.7* %{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so %{_bindir}/wmf2svg %{_bindir}/wmf2gd @@ -76,7 +76,7 @@ sed -i $RPM_BUILD_ROOT%{_datadir}/libwmf/fonts/fontmap -e 's#libwmf/fonts#fonts/ %files lite %doc AUTHORS README %license COPYING -%{_libdir}/libwmflite-0.2.so.8* +%{_libdir}/libwmflite-0.2.so.7* %files devel %doc doc/*.html @@ -91,6 +91,9 @@ sed -i $RPM_BUILD_ROOT%{_datadir}/libwmf/fonts/fontmap -e 's#libwmf/fonts#fonts/ %changelog +* Fri Feb 01 2019 Caolán McNamara - 0.2.12-1 +- Related: rhbz#1671392/rhbz#1671621 unwanted soname bump + * Fri Feb 01 2019 Rex Dieter - 0.2.11-2 - track library sonames so bumps aren't a surprise - use %%make_build %%make_install macros