Accepting request 725853 from home:StefanBruens:branches:Publishing

Split and cleanup
Also see https://build.opensuse.org/request/show/725852

OBS-URL: https://build.opensuse.org/request/show/725853
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=106
This commit is contained in:
2019-08-26 01:27:25 +00:00
committed by Git OBS Bridge
parent d8d3eafac8
commit 4138dfe646
4 changed files with 111 additions and 122 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Aug 5 17:02:18 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Use _multibuild for documentation subpackage. The documentation requires
TeX and emacs, which significantly add to the build dependencies (emacs
depends on webkit2gtk, which depends on rust).
- Split Gnuplot mode files for emacs from the gnuplot package. The
gnuplot mode packages has no build dependency on gnuplot, while
the split removes the emacs build dependency from gnuplot.
- Disable KDE3 era DCOP support
- Move man pages to main package
- Do not package figure_*.pdf build artifacts, created for PDF manual
- Cleanup spec file:
* Fix RPM Group for doc package
* Remove support for openSUSE 13.1 (Qt4)
* Remove support for X11 installed in /usr/X11R6/
* Remove defattr macro use
* Disable (S)VGA terminal (requires unvailable libvga)
-------------------------------------------------------------------
Fri May 31 07:29:54 UTC 2019 - Dr. Werner Fink <werner@suse.de>