Hello community,

here is the log from the commit of package mupdf for openSUSE:Factory checked 
in at 2018-02-16 21:38:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mupdf (Old)
 and      /work/SRC/openSUSE:Factory/.mupdf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mupdf"

Fri Feb 16 21:38:03 2018 rev:35 rq:576860 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mupdf/mupdf.changes      2018-02-14 
09:19:39.033511290 +0100
+++ /work/SRC/openSUSE:Factory/.mupdf.new/mupdf.changes 2018-02-16 
21:38:07.269266221 +0100
@@ -1,0 +2,10 @@
+Wed Feb 14 18:46:28 UTC 2018 - crrodrig...@opensuse.org
+
+-mupdf-no-strip.patch: fix debuginfo generation  
+
+-------------------------------------------------------------------
+Wed Feb 14 18:09:24 UTC 2018 - crrodrig...@opensuse.org
+
+- Remove xorg-x11-devel from buildrequires 
+
+-------------------------------------------------------------------

New:
----
  mupdf-no-strip.patch

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

Other differences:
------------------
++++++ mupdf.spec ++++++
--- /var/tmp/diff_new_pack.iKRhbU/_old  2018-02-16 21:38:08.793211204 +0100
+++ /var/tmp/diff_new_pack.iKRhbU/_new  2018-02-16 21:38:08.793211204 +0100
@@ -34,6 +34,7 @@
 Patch5:         CVE-2018-6192.patch
 Patch6:         CVE-2018-6544.patch
 Patch7:         CVE-2018-1000051.patch
+Patch8:         mupdf-no-strip.patch
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
 BuildRequires:  jbig2dec-devel
@@ -42,9 +43,10 @@
 BuildRequires:  openjpeg2-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(harfbuzz)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
 Requires:       xdg-utils
 
 %description
@@ -76,7 +78,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
-
+%patch8 -p1
 # do not use the inlined copies of build dpendencies except for mujs
 rm -rf $(ls -d thirdparty/*/ | grep -v mujs)
 
@@ -91,7 +93,7 @@
 
 %build
 # do no set CFLAGS which is used by the build system itself!
-export XCFLAGS="%{optflags} -fPIC -lpthread"
+export XCFLAGS="%{optflags} -fPIC -pthread"
 make %{?_smp_mflags} \
     build=release \
     verbose=yes \

++++++ mupdf-no-strip.patch ++++++
Index: mupdf-1.12.0-source/Makerules
===================================================================
--- mupdf-1.12.0-source.orig/Makerules
+++ mupdf-1.12.0-source/Makerules
@@ -25,8 +25,8 @@ ifeq "$(build)" "debug"
 CFLAGS += -pipe -g
 LDFLAGS += -g
 else ifeq "$(build)" "release"
-CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer
-LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s
+CFLAGS += -pipe -O2 -DNDEBUG
+LDFLAGS += $(LDREMOVEUNREACH) 
 else ifeq "$(build)" "small"
 CFLAGS += -pipe -Os -DNDEBUG -fomit-frame-pointer
 LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s


Reply via email to