Accepting request 902709 from home:StevenK:branches:graphics

- Update graphviz-2.20.2-interpreter_names.patch so the Python demo
  uses Python 3.

OBS-URL: https://build.opensuse.org/request/show/902709
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=167
This commit is contained in:
Marcus Meissner 2021-06-29 12:06:01 +00:00 committed by Git OBS Bridge
parent 3d5d391138
commit 0d2866e827
3 changed files with 21 additions and 2 deletions

View File

@ -1,4 +1,6 @@
--- tclpkg/gv/demo/modgraph.lua
Index: tclpkg/gv/demo/modgraph.lua
===================================================================
--- tclpkg/gv/demo/modgraph.lua.orig
+++ tclpkg/gv/demo/modgraph.lua
@@ -1,4 +1,4 @@
-#!/usr/bin/lua
@ -6,3 +8,13 @@
-- display the kernel module dependencies
Index: tclpkg/gv/demo/modgraph.py
===================================================================
--- tclpkg/gv/demo/modgraph.py.orig
+++ tclpkg/gv/demo/modgraph.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# display the kernel module dependencies

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 28 06:30:57 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update graphviz-2.20.2-interpreter_names.patch so the Python demo
uses Python 3.
-------------------------------------------------------------------
Wed Jun 2 08:03:32 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,5 +1,5 @@
#
# spec file for package graphviz
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@ -344,6 +344,7 @@ The graphviz-devel package contains all that's necessary for developing
programs that use the graphviz libraries including man3 pages.
#autosetup breaks graphviz-addons
%prep