[marble] fix the hardcoded libmarblewidget version to actually match what is shipped

Kevin Kofler kkofler at fedoraproject.org
Thu Feb 27 01:07:42 UTC 2014


commit 3dfebcb61b466083f5f812ef3defbbd6f9fccd17
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Thu Feb 27 02:08:23 2014 +0100

    fix the hardcoded libmarblewidget version to actually match what is shipped

 marble.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/marble.spec b/marble.spec
index 0ce67fd..539db91 100644
--- a/marble.spec
+++ b/marble.spec
@@ -243,7 +243,8 @@ fi
 %postun libs -p /sbin/ldconfig
 
 %files libs
-%{_kde4_libdir}/libmarblewidget.so.17*
+%{_kde4_libdir}/libmarblewidget.so.17
+%{_kde4_libdir}/libmarblewidget.so.0.17.*
 %{_kde4_libdir}/kde4/plugins/marble/
 %if 0%{?designer}
 %{_kde4_libdir}/kde4/plugins/designer/*.so
@@ -264,6 +265,7 @@ fi
 %changelog
 * Thu Feb 27 2014 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:4.12.2-3
 - apply upstream fix for geonames.org API change (kde#331004)
+- fix the hardcoded libmarblewidget version to actually match what is shipped
 
 * Thu Feb 06 2014 Rex Dieter <rdieter at fedoraproject.org> - 1:4.12.2-2
 - -libs: track libmarblewidget soname


More information about the scm-commits mailing list