SHA256
1
0
forked from pool/graphviz
Commit Graph

245 Commits

Author SHA256 Message Date
Christian Vögl
b25d15eb01 Accepting request 874532 from home:cvoegl:branches:graphics
- Update to new release 2.46.1 (changes since 2.44.1)
  * Support for building against Guile 2.2
  * Portable source is now also offered as a .tar.xz
  * CentOS/RHEL 6 is no longer supported
  * Vestiges of Qt4 support have been removed
  * C++11 support is now required of the C++ compiler used to build Graphviz
  * C99 support is now required of the C compiler used to build Graphviz
  * Question about userout() function in agerror.c #1924
  * The minimum version of Python required to run the test suite is 3.6
  * memory leak in label construction
  * gvedit compilation errors out, but works if manually compiled with qt5 #1862
  * incorrect HTML BR attribute parsing code #1913
  * broken overflow checks in RectArea #1906
  * various memory leaks !1699
  * Fix bad free in lefty !1709
  * typo in pathcross #1926
  * Out-of-bounds write caused by incorrect error handling of malloc in genUserdata #1928
  * Offer .tar.xz files too #454
  * Header file graphviz_version.h has no include guards #1929
  * regression: newlines embedded in quoted labels / node names are not preserved in 2.46.0 #1931
  * Properly fill graphviz_version.h !1706
  * Cgraph's agxbuf API gained a new function agxbdisown(), for dissociating
  * backing memory from the managed buffer
  * Build system support for the Elbrus 2000 CPU, thanks to Michael Shigorin
  * Cgraph's agheap() API has been removed
  * Autotools build system support for eFence has been removed
  * Building Graphviz with ICC defaults to -O2 instead of -O0
  * Build system work arounds for GCC 3 have been removed
  * Incomplete support for running the test suite under CMake has been removed
  * Portable source tarballs now use the “ustar” POSIX format
  * Minimum version of Flex required to build Graphviz is now 2.5.2
  * Minimum version of Bison required to build Graphviz is now 3.0
  * Minimum version of CMake required to build Graphviz using CMake is now 3.1
  * gvpr: line numbers in gvpr errors/warnings are incorrect #1594
  * URL typo in patchwork man page
  * Escaped backslashes are not correctly handled when producing xdot with dot #165
  * heap-over-flow(off-by-null) in lib/common/shapes.c #1700
  * Windows MSBuild executables have the wrong version #1745
  * Cast Overflow at pango_textlayout #1314
  * x11 back end segfaults if display is unavailable #1776
  * typo in cmd/gvpr/lib/clustg #1781
  * Segfault in dot #1783
  * Incorrect 'Arrow type "s" unknown' error #1444
  * segfault on reading 0x10 #1724
  * Null-dereference READ (144736912) #1676
  * "Warning! PATH too long installer unable to modify PATH!" using CMake Windows installer and PATH length > 1024 #1770
  * gvedit -? gives "option - unrecognized - ignored" instead of showing usage #1813
  * lefty is not built for Windows (fixed for MSBuild builds only) #1818
  * a failure to detect OpenGL glGenTextures() errors has been corrected
  * sfio does compile time benchmarknig #1422
  * iffe "lib" check always succeeds when compiler optimises #1521
  * syntax error near text who is not present #1411
  * Explicitly links with libstdc++; should allow libc++ if appropriate #163
  * A macOS file that was erroneously excluded from portable source tarballs has
  * been restored
  * Add option -? for usage to diffimg
  * Add option -? for usage to dotty
  * Add option -? for usage to lneato
  * Add option -? for usage to vimdot
  * Fix smyrna -? to actually print usage instead of error
  * Fix edgepaint -? to actually print usage instead of error
  * Remove '"' from usage text in non-Windows version of dotty
  * Correct misspelled 'smyrna' in usage
  * Fix edgepaint -o option
  * Correct shebang of gvmap.sh to use ksh
  * Fix gvmap.sh -? option to exit with zero exit status
  * Graphviz doesn't build on MacOS with the latest libc++ #1785
  * make fails if ps2pdf is not installed (using autotools) #1763
  * multiple graphs to file output causes a segfault #1845
  * lefty PTY functionality relies on file descriptor implementation details #1823
  * buffer overflow in fdpgen
  * Crashes by VRML output when current directory is not writable #793
  * Segmentation fault when newrank=true #1221
  * sfdp craches #236
  * fdp segmentation fault with GK=0 #1290
  * fdp crash #1865
  * Graphviz always crash with this simple dot file #167
  * Seg fault in dot #1771
  * gml2gv doesn't handle some attributes correctly #1869
  * Add missing circo, fdp, neato, osage, patchwork, sfdp & twopi tools to Windows builds (copies of dot)
  * Add gv2gml tool to CMake (copy of gml2gv on Windows, symlink to gml2gv otherwise)
  * Regression: fdp generates internal names in the output #1876
  * Regression: fdp assertion error on cluster in edge #1877
  * Regression in id / <title> in svg for twopi #1907
- graphviz-2.46-fix-shebang.patch added to make rpmlint happy
- graphviz-no_strict_aliasing.patch changed to be applicable to current files
- configure without ghostscript to break new build cycle

OBS-URL: https://build.opensuse.org/request/show/874532
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=153
2021-02-23 10:23:49 +00:00
Christian Vögl
805cfda7da Accepting request 859637 from home:adkorte:branches:graphics
- Use _multibuild to build graphviz and graphviz-addons in a single
  development project
  - graphviz-addons.changes
  - graphviz-addons.spec
- Update to new release 2.44.1 (changes since 2.42.3)
  * applied RH patches (from graphviz-2.42.2-8.fc32.src.rpm)
  * some allocation failures that could previously allow memory
    corruption now exit
  * lab_gamut.3.pdf is no longer included in release archives
  * Fixed Neato's hier mode is broken since v2.44.0  
  * Fixed segmentation fault (core dumped)
  * New SGD mode in neato
  * Add pkg-config files
  * tred: add feature to output removed edges to stderr upon request
  * Workaround: avoid creating a virtual edge loop.
  * Add riscv64 to host_cpu configure.ac
  * lib/cgraph: include empty malloc.h from subdir include
  * lib/gvpr: compile mkdefs with $(HOSTCC) rather than $(CC) 
  * lib/vpsc: rename bcopy->b_copy
  * Fixed the NativeCodeAnalysis task failed unexpectedly.
  * Include all test files in distro
  * host_cpu add mips64 platform
  * Correct description of 'port' syntax in manual
  * svg output displays TITLE of %3 if graph had no name
  * XML errors in generated SVG when URL attribute contains 
    ampersand (&)
  * Test files missing from source distributions
  * SVG error for "g.transform.scale " in graphviz version 2.43
- BuildRequires for ghostscript and groff (generate cdt documentation)
- Extension graphviz-php changes:
  * Require php(api) and php(zend-abi) to guarantee ABI compatibility
  * Don't pull in extra libraries from PHP
    + graphviz-no_php_extra_libs.patch
  * Remove argon2-devel from list of dependencies
  * Automatically enable extension when installed by providing
    /etc/php{5,7}/conf.d/gv.ini
- Rename python*-graphviz to python*-gv, there is also normal
  pypi graphviz package and we clash otherwise and override
  each other

OBS-URL: https://build.opensuse.org/request/show/859637
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=152
2021-01-13 16:23:52 +00:00
Dominique Leuenberger
8ec0531750 Accepting request 790487 from graphics
OBS-URL: https://build.opensuse.org/request/show/790487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=81
2020-04-05 18:51:14 +00:00
Dirk Stoecker
75252b4493 Accepting request 790158 from home:scarabeus_iv:branches:graphics
- Rename python*-graphviz to python*-gv, there is also normal
  pypi graphviz package and we clash otherwise and override
  each other

OBS-URL: https://build.opensuse.org/request/show/790158
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=150
2020-04-01 08:28:38 +00:00
Dirk Stoecker
a8735bcf38 Accepting request 789151 from home:scarabeus_iv:branches:graphics
- Add also configure option to not build py2 if the python2
  build is disabled

- Auto-identify the correct ruby-version using pkg-config.

- Add also configure option to not build py2 if the python2
  build is disabled

- Add python2/python3 split subpkgs in order to allow building
  without python2 available

OBS-URL: https://build.opensuse.org/request/show/789151
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=149
2020-03-30 15:31:14 +00:00
Christian Vögl
df3d780804 Accepting request 784223 from home:scarabeus_iv:branches:graphics
- Add python2/python3 split subpkgs in order to allow building
  without python2 available

OBS-URL: https://build.opensuse.org/request/show/784223
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=148
2020-03-16 09:54:57 +00:00
Dominique Leuenberger
eb5e01fcdd Accepting request 782883 from graphics
OBS-URL: https://build.opensuse.org/request/show/782883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=80
2020-03-11 17:43:21 +00:00
Christian Vögl
b9458a5274 Accepting request 782020 from home:dimstar:Factory
OBS-URL: https://build.opensuse.org/request/show/782020
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=146
2020-03-09 10:40:44 +00:00
Thomas Renninger
5db5386e96 Accepting request 764071 from home:cvoegl:branches:graphics
- Update to new release 2.42.3
  - tidy gvedit about dialog strings
  - check for mmap failure in plugin code
  - fix broken symlinks to _gv.so with Python
  - fix out of source build with LIBGD
  - some minor bugfixes

OBS-URL: https://build.opensuse.org/request/show/764071
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=145
2020-01-20 07:14:57 +00:00
Dominique Leuenberger
7fe9d29146 Accepting request 734086 from graphics
OBS-URL: https://build.opensuse.org/request/show/734086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=79
2019-10-07 11:40:14 +00:00
Christian Vögl
34c178ff3f Accepting request 734074 from home:cvoegl:branches:graphics
- Switch from github master to new release 2.42.1
  - Fixes CVE-2018-10196 (bsc#1132091)
  - Fixes quite a few bugs
- Removed graphviz-fix-ruby-version.patch (fixed in upstream)

OBS-URL: https://build.opensuse.org/request/show/734074
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=143
2019-09-30 13:52:30 +00:00
Dominique Leuenberger
765dfea24c Accepting request 701982 from graphics
OBS-URL: https://build.opensuse.org/request/show/701982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=78
2019-05-14 11:12:49 +00:00
Christian Vögl
2471f8c7f3 Accepting request 701843 from home:iznogood:branches:graphics
- Tweak runtime Requires(post): graphviz to same or newer version.
  Needed after change to git checkout instead of released tarballs.
- Tweak runtime Requires(post): graphviz to same or newer version.
  Needed after change to git checkout instead of released tarballs.

OBS-URL: https://build.opensuse.org/request/show/701843
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=141
2019-05-10 11:09:17 +00:00
Dominique Leuenberger
22809f48ff Accepting request 694811 from graphics
OBS-URL: https://build.opensuse.org/request/show/694811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=77
2019-04-18 07:55:40 +00:00
Thomas Renninger
6b47ea01a2 Accepting request 694796 from home:cvoegl:branches:graphics
- Disabled Visio plugin

- Disabled Visio plugin

OBS-URL: https://build.opensuse.org/request/show/694796
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=139
2019-04-16 14:09:20 +00:00
Christian Vögl
cc971f006c Accepting request 694626 from home:badshah400:branches:graphics
- Use %%python3_sitearch macro to package python3 modules.
- use correct ruby version (2.5) for openSUSE 15.1 and earlier.

OBS-URL: https://build.opensuse.org/request/show/694626
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=138
2019-04-16 10:03:32 +00:00
Thomas Renninger
96143b7b0b Accepting request 693329 from home:cvoegl:branches:graphics
- Now using master branch of upstream, as there have been no releases for 
  over two years
  * this should fix CVE-2019-11023 (boo#1132091)
  
- Removed  graphviz-qt5.patch (now in upstream)
- Removed reproducible.patch (now in upstream)
- graphviz-smyrna-link_against_glu.patch changed to be applicable to current files
- graphviz-no_strict_aliasing.patch changed to be applicable to current files
- Added graphviz-fix-ruby-version.patch to remove hardcoded dependency on ruby 1.9
- graphviz.spec updated for new version
- created _service file

OBS-URL: https://build.opensuse.org/request/show/693329
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=137
2019-04-12 10:52:56 +00:00
Dominique Leuenberger
bf539d7705 Accepting request 652834 from graphics
OBS-URL: https://build.opensuse.org/request/show/652834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=76
2018-12-05 08:37:52 +00:00
Thomas Renninger
81810552a7 Accepting request 652812 from home:jbrielmaier:branches:graphics
- use pkg-config with correct parameter, reported by Werner Fink
Part of boo#1117121

OBS-URL: https://build.opensuse.org/request/show/652812
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=135
2018-11-30 10:23:39 +00:00
Dirk Stoecker
8c7e27288e Accepting request 652600 from home:jbrielmaier:branches:graphics
- Support dynamic move to Guile 2.2, part of boo#1117121:
  - Replace conditional pkgconfig(guile-2.[02]) BuildRequires with
    guile-devel: The package name is unchanged, which allows the
    distro projects to move wihout step-locking changes.
  - Patch configure.ac to look for guile-2.2 if guile 2.2 is being
    used.
- order inputs alphabetically

replaces https://build.opensuse.org/request/show/652442

OBS-URL: https://build.opensuse.org/request/show/652600
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=134
2018-11-29 12:23:29 +00:00
Dominique Leuenberger
91f941b0c4 Accepting request 649625 from graphics
- Fixed double file declaration in graphviz and graphviz-addons (x11)
- Mark license files with %license instead of %doc

- Build with gts support (bsc#1108978, bsc#1108976)
  SLE12 flavors do not provide gts, so explicitly exclude
  gts support there.

- Extend reproducible.patch to make build reproducible (boo#1041534)

- Build with PHP5 for Leap 42.x and earlier, PHP7 requires swig 3.0.11
  Drop graphviz-plugins-fix_install_dirs.patch, use sed script to
  fix directories, same as for Lua

- Do not delete dotty/lefty/lneato man pages which are part of
  the x11 subpackage, built from the addons package/spec.
  (No changelog entry).

- Drop harmful modification of tclpkg/gv/gv_doc_langs.tcl, which
  changes the timestamp, although the file does not contain LIB_DIR.
  Graphviz ships prebuilt manpages in man and PDF format. Modifying
  the tcl script rebuilt the documentation, and replaced the PDFs
  with empty documents (due to missing groff). This also made the
  doc subpackage nonreproducible, causing rebuilds in all dependent
  packages.

- Disable guile 2.2 modifications temporarily
- Move lefty/dotty/lneato graph editor tools to x11 subpackage and
  build as part of addons package. Removes any X11 dependency from
  core package, both build and runtime.
- Drop unused libXaw6 build dependency

OBS-URL: https://build.opensuse.org/request/show/649625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=75
2018-11-20 21:25:28 +00:00
Thomas Renninger
06c0f40e8e Accepting request 649623 from home:trenn:branches:graphics
- Fixed double file declaration in graphviz and graphviz-addons (x11)
- Mark license files with %license instead of %doc

- Fixed double file declaration in graphviz and graphviz-addons (x11)
- Mark license files with %license instead of %doc

OBS-URL: https://build.opensuse.org/request/show/649623
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=132
2018-11-16 16:16:27 +00:00
Thomas Renninger
103f8d9230 Accepting request 644836 from home:trenn:branches:graphics
- Build with gts support (bsc#1108978, bsc#1108976)
  SLE12 flavors do not provide gts, so explicitly exclude
  gts support there.

- Build with gts support (bsc#1108978, bsc#1108976)
  SLE12 flavors do not provide gts, so explicitly exclude
  gts support there.

OBS-URL: https://build.opensuse.org/request/show/644836
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=131
2018-11-02 11:47:29 +00:00
0d7be93ce7 Accepting request 626475 from home:bmwiedemann:branches:graphics
Extend reproducible.patch to make build reproducible (boo#1041534)

also: did the previous patch really go upstream?
=> marking as OPENSUSE for now

OBS-URL: https://build.opensuse.org/request/show/626475
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=130
2018-08-02 09:58:48 +00:00
a6af48d842 Accepting request 591758 from home:StefanBruens:branches:graphics
- Build with PHP5 for Leap 42.x and earlier, PHP7 requires swig 3.0.11
  Drop graphviz-plugins-fix_install_dirs.patch, use sed script to
  fix directories, same as for Lua
- Do not delete dotty/lefty/lneato man pages which are part of
  the x11 subpackage, built from the addons package/spec.
  (No changelog entry).
- Build with PHP5 for Leap 42.x and earlier, PHP7 requires swig 3.0.11
  Drop graphviz-plugins-fix_install_dirs.patch, use sed script to
  fix directories, same as for Lua
- Do not delete dotty/lefty/lneato man pages which are part of
  the x11 subpackage, built from the addons package/spec.
  (No changelog entry).

OBS-URL: https://build.opensuse.org/request/show/591758
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=129
2018-04-02 14:52:00 +00:00
4c10068232 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=128 2018-02-20 15:39:34 +00:00
8d59e14d73 Accepting request 575264 from home:StefanBruens:branches:graphics
Make build reproducible

- Drop harmful modification of tclpkg/gv/gv_doc_langs.tcl, which
  changes the timestamp, although the file does not contain LIB_DIR.
  Graphviz ships prebuilt manpages in man and PDF format. Modifying
  the tcl script rebuilt the documentation, and replaced the PDFs
  with empty documents (due to missing groff). This also made the
  doc subpackage nonreproducible, causing rebuilds in all dependent
  packages.
- Disable guile 2.2 modifications temporarily
- Move lefty/dotty/lneato graph editor tools to x11 subpackage and
  build as part of addons package. Removes any X11 dependency from
  core package, both build and runtime.
- Drop unused libXaw6 build dependency
- move libpng, libjpeg, freetype and fontconfig build dependencies
  to addons, unused for core

OBS-URL: https://build.opensuse.org/request/show/575264
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=127
2018-02-19 07:17:20 +00:00
OBS User mrdocs
13667de048 Accepting request 569723 from home:dimstar:Factory
Move to guile-2.2 on CODE15

OBS-URL: https://build.opensuse.org/request/show/569723
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=126
2018-01-26 00:10:15 +00:00
Dominique Leuenberger
6cdcedf1e8 Accepting request 567836 from graphics
OBS-URL: https://build.opensuse.org/request/show/567836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=74
2018-01-25 11:34:35 +00:00
OBS User mrdocs
468b7e4001 Accepting request 566425 from home:dimstar:Factory
- Disable building the graphviz-ocaml package: we have no consumer
  of it, but not building it allows us to elminiate a build cycle.

It helps us break up this cycle:

 SDL2 , chromaprint , emacs , fcitx , ffmpeg , graphviz-addons , gstreamer-plugins-bad , ocaml , presage , taglib 

If there is a strong feeling for the ocaml plugin, we could potentially
build it from a 3rd spec file

OBS-URL: https://build.opensuse.org/request/show/566425
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=124
2018-01-20 05:36:03 +00:00
Dominique Leuenberger
5c625123b0 Accepting request 536721 from graphics
Reinstate files removed

OBS-URL: https://build.opensuse.org/request/show/536721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=73
2017-10-28 12:20:23 +00:00
Philipp Thomas
d8435f4abe - Reverse last change.
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=122
2017-10-26 08:03:17 +00:00
Philipp Thomas
c2541609f9 - Remove pre_checkin.sh and graphviz-addon.* as they aren't needed
anymore.

OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=121
2017-10-25 08:59:52 +00:00
Philipp Thomas
fc67035bf1 - Redo fix
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=120
2017-10-24 07:52:41 +00:00
Philipp Thomas
7dc40ab988 - Replace the recommends for graphviz-gnome by a 'supplements packageand'
so that graphviz doesn't pull in all the X11 related stuff on a
  machine without graphical desktop (bsc#930442).

OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=119
2017-10-23 14:21:25 +00:00
Dominique Leuenberger
4710cc7577 Accepting request 532410 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/532410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=72
2017-10-09 17:36:02 +00:00
8271379574 Accepting request 531387 from home:dimstar:Factory
- Exclude %{_mandir}/man1/smyrna.1%{ext_man} from graphiz' main
  package, since the man page is packaged in the -smyrna sub
  package already.

- Drop smyrna and gvedit separate spec, now handled by
- Exclude %{_mandir}/man1/smyrna.1%{ext_man} from graphiz' main
  package, since the man page is packaged in the -smyrna sub
  package already.

- Drop smyrna and gvedit separate spec, now handled by

OBS-URL: https://build.opensuse.org/request/show/531387
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=117
2017-10-07 10:32:16 +00:00
Dominique Leuenberger
da0fe860cc Accepting request 516820 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/516820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=71
2017-09-13 20:17:15 +00:00
Dirk Stoecker
e999350bf4 Accepting request 514955 from home:scarabeus_iv:branches:graphics
- Add bcond for java and ocaml that can be overriden in staging prj

- Add bcond for java and ocaml that can be overriden in staging prj

OBS-URL: https://build.opensuse.org/request/show/514955
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=115
2017-08-14 13:05:00 +00:00
OBS User mrdocs
48044543ea Accepting request 514602 from home:scarabeus_iv:branches:graphics
OBS-URL: https://build.opensuse.org/request/show/514602
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=114
2017-08-05 16:37:37 +00:00
Dominique Leuenberger
21dd7ef1b8 Accepting request 498873 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/498873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=70
2017-05-31 10:11:27 +00:00
OBS User mrdocs
d073b954ed Accepting request 498837 from home:bmwiedemann:branches:graphics
Add reproducible.patch to not have binaries depend on build system timings

OBS-URL: https://build.opensuse.org/request/show/498837
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=112
2017-05-29 03:57:06 +00:00
Dominique Leuenberger
ff2fac7f2e Accepting request 420594 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/420594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=69
2016-08-26 21:12:52 +00:00
OBS User mrdocs
29ed06b079 Accepting request 420464 from home:Zaitor:branches:GNOME:Next
I see no reason for having this Requires, but instead of outright dropping it, I set it to Recommends. 
- Maintainers who unlike me have proper knowledge of this package is asked to look into possibly removing the dep all the way.

OBS-URL: https://build.opensuse.org/request/show/420464
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=110
2016-08-19 19:37:44 +00:00
Dominique Leuenberger
ab5ae82e34 Accepting request 397960 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/397960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=68
2016-06-03 14:26:39 +00:00
Ismail Dönmez
fc2693a3aa Accepting request 397654 from home:olh:branches:graphics
- Disable ocaml plugins, not ready for upstream ocaml (fate#320836)

OBS-URL: https://build.opensuse.org/request/show/397654
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=108
2016-05-25 13:32:01 +00:00
Dominique Leuenberger
64f0bc18b0 Accepting request 312810 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/312810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=67
2015-06-24 18:42:51 +00:00
Ismail Dönmez
16c4f910a4 Accepting request 312743 from home:Andreas_Schwab:Factory
- Fix build on aarch64

OBS-URL: https://build.opensuse.org/request/show/312743
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=106
2015-06-20 07:50:42 +00:00
OBS User mrdocs
d73cdb6f73 Accepting request 312128 from home:Andreas_Schwab:Factory
- Enable ocaml and java plugins on aarch64

OBS-URL: https://build.opensuse.org/request/show/312128
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=105
2015-06-15 21:50:08 +00:00
Dominique Leuenberger
cb9aea89a4 Accepting request 311501 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/311501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=66
2015-06-12 18:28:50 +00:00