Hello community,

here is the log from the commit of package libwmf for openSUSE:Factory checked 
in at 2018-03-20 21:51:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwmf (Old)
 and      /work/SRC/openSUSE:Factory/.libwmf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwmf"

Tue Mar 20 21:51:36 2018 rev:35 rq:586439 version:0.2.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwmf/libwmf.changes    2018-03-12 
12:10:19.474463142 +0100
+++ /work/SRC/openSUSE:Factory/.libwmf.new/libwmf.changes       2018-03-20 
21:51:40.460446744 +0100
@@ -1,0 +2,7 @@
+Tue Mar 13 12:34:22 UTC 2018 - crrodrig...@opensuse.org
+
+- libwmf-0.2.8.4-config.patch: update so -config --libs 
+  do not inject bogus dependencies to other packages.
+- build with disable-static too.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libwmf.spec ++++++
--- /var/tmp/diff_new_pack.9Y3iLU/_old  2018-03-20 21:51:41.452411024 +0100
+++ /var/tmp/diff_new_pack.9Y3iLU/_new  2018-03-20 21:51:41.452411024 +0100
@@ -116,7 +116,7 @@
 %patch10 -p1
 
 %build
-%configure --prefix=%{_prefix} $RPM_ARCH-suse-linux --enable-magick 
--libdir=%{_libdir}
+%configure --disable-static --prefix=%{_prefix} $RPM_ARCH-suse-linux 
--enable-magick --libdir=%{_libdir}
 make %{?_smp_mflags}
 
 %install
@@ -168,9 +168,7 @@
 %{_bindir}/libwmf-config
 %{_includedir}/libwmf
 %{_libdir}/libwmf*.so
-%{_libdir}/libwmf*.a
 %dir %{_libdir}/gtk-*/*/loaders
-%{_libdir}/gtk-*/*/loaders/*.*a
 #
 %doc %{_defaultdocdir}/libwmf/*.html
 %doc %{_defaultdocdir}/libwmf/*.png

++++++ libwmf-0.2.8.4-config.patch ++++++
--- /var/tmp/diff_new_pack.9Y3iLU/_old  2018-03-20 21:51:41.516408719 +0100
+++ /var/tmp/diff_new_pack.9Y3iLU/_new  2018-03-20 21:51:41.516408719 +0100
@@ -1,6 +1,17 @@
---- libwmf-config.in
+Index: libwmf-config.in
+===================================================================
+--- libwmf-config.in.orig
 +++ libwmf-config.in
-@@ -95,14 +95,14 @@
+@@ -105,7 +105,7 @@ esac
+ 
+ libwmf_buildstyle=@LIBWMF_BUILDSTYLE@
+ if test $libwmf_buildstyle = heavy; then
+-      wmf_libs="-lwmf -lwmflite $wmf_liblflags"
++      wmf_libs="-lwmf -lwmflite -lX11 -lfreetype -lz"
+ else
+       wmf_libs="-lwmflite"
+ fi
+@@ -115,14 +115,14 @@ if test "$echo_cflags" = "yes"; then
        if test "$lib_gd" = "yes"; then
                includes="$includes -I@includedir@/libwmf/gd"
        fi
@@ -17,4 +28,3 @@
        my_wmf_libs=
        for i in $wmf_libs ; do
                if test "x$i" != "x-L@libdir@" ; then
-


Reply via email to