forked from pool/graphviz
- 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
This commit is contained in:
parent
1a81234a62
commit
454305e77c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
11
graphviz-ppc64le_lib64_support.patch
Normal file
11
graphviz-ppc64le_lib64_support.patch
Normal file
@ -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
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user