Accepting request 377157 from Publishing

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

OBS-URL: https://build.opensuse.org/request/show/377157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2016-03-26 14:21:00 +00:00 committed by Git OBS Bridge
commit 938f800bdb
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 Thu Nov 19 10:06:56 UTC 2015 - idonmez@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package mupdf # 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. # Copyright (c) 2011 Guido Berhoerster.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -78,7 +78,7 @@ done
%build %build
# do no set CFLAGS which is used by the build system itself! # 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} \ make %{?_smp_mflags} \
build=release \ build=release \
verbose=yes \ verbose=yes \