SHA256
1
0
forked from pool/mupdf

- Set to best anti-alias mode (8) by default.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=32
This commit is contained in:
Ismail Dönmez 2016-03-21 19:08:06 +00:00 committed by Git OBS Bridge
parent f03801b5f4
commit 5d6289bdae
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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 \