diff --git a/mupdf.changes b/mupdf.changes index 420d5a9..4c379c5 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 21 18:57:22 UTC 2016 - idonmez@suse.com + +- Set to best anti-alias mode (8) by default. + ------------------------------------------------------------------- Thu Nov 19 10:06:56 UTC 2015 - idonmez@suse.com diff --git a/mupdf.spec b/mupdf.spec index 83abc43..b98594b 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -1,7 +1,7 @@ # # spec file for package mupdf # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -78,7 +78,7 @@ done %build # do no set CFLAGS which is used by the build system itself! -export XCFLAGS="%{optflags} -fPIC -pthread" +export XCFLAGS="%{optflags} -DAA_BITS=8 -fPIC -pthread" make %{?_smp_mflags} \ build=release \ verbose=yes \