From 454305e77c0a61384c0d6f9d05f9511784292bba68f273a2b1bbdd6708816315 Mon Sep 17 00:00:00 2001 From: Philipp Thomas Date: Mon, 23 Jun 2014 09:13:48 +0000 Subject: [PATCH] - Remove graphviz-plugins-tcl_install_dir.patch as it's not needed - Remove graphviz-getaddrinfo.patch as the patch is upstream. OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=90 --- graphviz-gvedit.changes | 2 +- graphviz-plugins.changes | 5 +++-- graphviz-plugins.spec | 3 +++ graphviz-ppc64le_lib64_support.patch | 11 +++++++++++ graphviz-smyrna.changes | 3 ++- 5 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 graphviz-ppc64le_lib64_support.patch diff --git a/graphviz-gvedit.changes b/graphviz-gvedit.changes index 0a52714..e21c82c 100644 --- a/graphviz-gvedit.changes +++ b/graphviz-gvedit.changes @@ -6,7 +6,7 @@ Fri May 23 16:46:05 CEST 2014 - pth@suse.de ------------------------------------------------------------------- Fri May 23 14:23:57 CEST 2014 - pth@suse.de -- Update to 2.30.0. Changes since 1.35.0: +- Update to 2.38.0. Changes since 1.35.0: - Resolve bugs: 2409, 2413, 2417, 2420, 2422, 2423, 2425 - Enable packing for dot - Allow scaling to work for all non-dot layouts diff --git a/graphviz-plugins.changes b/graphviz-plugins.changes index 149fa86..5f42bf1 100644 --- a/graphviz-plugins.changes +++ b/graphviz-plugins.changes @@ -4,8 +4,9 @@ Wed Jun 18 12:32:34 CEST 2014 - pth@suse.de - Apply patch from darix to ask ruby for directories. - Fix install path for tcl plugins. - Fix file list for gnome plugins. -- Remove graphviz-plugins-fix_install_dirs.patch as it's not needed +- Remove graphviz-plugins-tcl_install_dir.patch as it's not needed anymore. +- Remove graphviz-getaddrinfo.patch as the patch is upstream. ------------------------------------------------------------------- Tue Jun 17 12:31:58 UTC 2014 - mrueckert@suse.de @@ -21,7 +22,7 @@ Fri May 23 16:46:05 CEST 2014 - pth@suse.de ------------------------------------------------------------------- Fri May 23 14:23:57 CEST 2014 - pth@suse.de -- Update to 2.30.0. Changes since 1.35.0: +- Update to 2.38.0. Changes since 1.35.0: - Resolve bugs: 2409, 2413, 2417, 2420, 2422, 2423, 2425 - Enable packing for dot - Allow scaling to work for all non-dot layouts diff --git a/graphviz-plugins.spec b/graphviz-plugins.spec index 730ed8b..1b64581 100644 --- a/graphviz-plugins.spec +++ b/graphviz-plugins.spec @@ -102,6 +102,8 @@ 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 @@ -271,6 +273,7 @@ Provides some additional PDF and HTML documentation for graphviz. %patch103 %patch106 %patch108 +%patch109 rm -f contrib/gprof2dot.awk # Fix path in generated man pages diff --git a/graphviz-ppc64le_lib64_support.patch b/graphviz-ppc64le_lib64_support.patch new file mode 100644 index 0000000..93d4dc0 --- /dev/null +++ b/graphviz-ppc64le_lib64_support.patch @@ -0,0 +1,11 @@ +--- 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 diff --git a/graphviz-smyrna.changes b/graphviz-smyrna.changes index 41260a8..aaca768 100644 --- a/graphviz-smyrna.changes +++ b/graphviz-smyrna.changes @@ -6,7 +6,7 @@ Fri May 23 16:46:05 CEST 2014 - pth@suse.de ------------------------------------------------------------------- Fri May 23 14:23:57 CEST 2014 - pth@suse.de -- Update to 2.30.0. Changes since 1.35.0: +- Update to 2.38.0. Changes since 1.35.0: - Resolve bugs: 2409, 2413, 2417, 2420, 2422, 2423, 2425 - Enable packing for dot - Allow scaling to work for all non-dot layouts @@ -30,6 +30,7 @@ Fri May 23 14:23:57 CEST 2014 - pth@suse.de ------------------------------------------------------------------- Tue Feb 4 13:20:33 CET 2014 - pth@suse.de +- Update to 2.36,0. - Change license to EPL-1.0. Remove contrib/gprof2dot.awk as it contains a non-working uri.