Hello community,

here is the log from the commit of package mgp for openSUSE:Factory checked in 
at 2018-02-21 14:13:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mgp (Old)
 and      /work/SRC/openSUSE:Factory/.mgp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mgp"

Wed Feb 21 14:13:35 2018 rev:28 rq:578564 version:1.13a

Changes:
--------
--- /work/SRC/openSUSE:Factory/mgp/mgp.changes  2018-02-09 15:46:35.485447984 
+0100
+++ /work/SRC/openSUSE:Factory/.mgp.new/mgp.changes     2018-02-21 
14:13:36.841559957 +0100
@@ -1,0 +2,10 @@
+Tue Feb 20 17:51:46 UTC 2018 - [email protected]
+
+- Fix BuildRequires:
+  * remove xorg-x11-devel 
+  * remove libpng, libmng, gilib, all unused when imlib2 
+    is enabled
+  * remove freetype2-devel, unused, app only supports 
+    freetype1 which is no longer available, FT2 support
+    is provided via xft library.
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mgp.spec ++++++
--- /var/tmp/diff_new_pack.VIf4xs/_old  2018-02-21 14:13:38.049516455 +0100
+++ /var/tmp/diff_new_pack.VIf4xs/_new  2018-02-21 14:13:38.053516311 +0100
@@ -44,14 +44,14 @@
 BuildRequires:  bison
 BuildRequires:  emacs-nox
 BuildRequires:  flex
-BuildRequires:  freetype2-devel
-BuildRequires:  giflib-devel
+BuildRequires:  imake
 BuildRequires:  imlib2-devel
-BuildRequires:  libmng-devel
-BuildRequires:  libpng-devel
 BuildRequires:  pkgconfig
 BuildRequires:  sharutils
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xft)
+BuildRequires:  pkgconfig(xmu)
 Requires:       perl
 Requires:       sharutils
 Recommends:     imlib2
@@ -90,14 +90,11 @@
 %build
 autoreconf -fiv
 # FIXME: you should use the %%configure macro
-%configure \
-  --enable-gif \
+%configure --disable-gif \
   --enable-imlib \
   --enable-locale \
   --disable-vflib \
-  --enable-freetype-charset16 \
-  --enable-freetype \
-  --with-freetype-lib=%{_libdir}
+  --disable-freetype
 xmkmf -a
 make Makefiles
 make CCOPTIONS="%{optflags}"


Reply via email to