Accepting request 241164 from home:TheBlackCat:branches:graphics

This should fix the build errors when building in the openSUSE:Factory repository.

The openSUSE_Factory_standard_direct build target builds against the openSUSE:Factory repository directly, not graphics, so if it builds there it will build in openSUSE:Factory.

OBS-URL: https://build.opensuse.org/request/show/241164
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=91
This commit is contained in:
Philipp Thomas 2014-07-16 10:27:06 +00:00 committed by Git OBS Bridge
parent 454305e77c
commit 597e3941e4
4 changed files with 14 additions and 15 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 15 11:17:42 UTC 2014 - toddrme2178@gmail.com
- Require gd-devel instead of libgd-devel. That is the current
name for the package.
- Remove upstream-included patch graphviz-ppc64le_lib64_support.patch
-------------------------------------------------------------------
Wed Jun 18 12:32:34 CEST 2014 - pth@suse.de

View File

@ -39,7 +39,7 @@ BuildRequires: gmp-devel
BuildRequires: graphviz
BuildRequires: guile-devel
BuildRequires: libexpat-devel
BuildRequires: libgd-devel
BuildRequires: gd-devel
BuildRequires: libgnomeui-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
@ -102,8 +102,6 @@ Patch103: graphviz-2.20.2-interpreter_names.patch
Patch106: graphviz-fix-pkgIndex.patch
#PATCH-FIX-UPSTREAM Don't warn about harmless issues with swig generated code
Patch108: graphviz-useless_warnings.patch
#PATCH-FIX-UPSTREAM Add ppc64le as using lib64
Patch109: graphviz-ppc64le_lib64_support.patch
Requires(pre): coreutils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -273,7 +271,6 @@ Provides some additional PDF and HTML documentation for graphviz.
%patch103
%patch106
%patch108
%patch109
rm -f contrib/gprof2dot.awk
# Fix path in generated man pages

View File

@ -1,11 +0,0 @@
--- configure.ac
+++ configure.ac
@@ -102,7 +102,7 @@ if test -z "$LIBPOSTFIX"; then
case "${host_os}" in
*linux* )
case "${host_cpu}" in
- aarch64 | powerpc64 | s390x | x86_64 | sparc64 )
+ aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 )
LIBPOSTFIX="64"
;;
esac

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 15 11:33:27 UTC 2014 - toddrme2178@gmail.com
- Remove upstream-included patch graphviz-ppc64le_lib64_support.patch
from graphviz-plugins.spec
-------------------------------------------------------------------
Fri May 23 16:46:05 CEST 2014 - pth@suse.de