gnuplot package is retired on branch c10s for BAKERY-412
This commit is contained in:
parent
18df07487a
commit
78b7effefe
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,18 +0,0 @@
|
|||||||
/gnuplot-4.6.1.tar.gz
|
|
||||||
/gnuplot-4.6.2.tar.gz
|
|
||||||
/gnuplot-4.6.3.tar.gz
|
|
||||||
/gnuplot-4.6.4.tar.gz
|
|
||||||
/gnuplot-4.6.5.tar.gz
|
|
||||||
/gnuplot-5.0.1.tar.gz
|
|
||||||
/gnuplot-5.0.2.tar.gz
|
|
||||||
/gnuplot-5.0.3.tar.gz
|
|
||||||
/gnuplot-5.0.5.tar.gz
|
|
||||||
/gnuplot-5.0.6.tar.gz
|
|
||||||
/gnuplot-5.0.6-clean.tar.gz
|
|
||||||
/gnuplot-5.2.4-clean.tar.gz
|
|
||||||
/gnuplot-5.2.8-clean.tar.gz
|
|
||||||
/gnuplot-5.4.2-clean.tar.gz
|
|
||||||
/gnuplot-5.4.3-clean.tar.gz
|
|
||||||
/gnuplot-5.4.5-clean.tar.xz
|
|
||||||
/gnuplot-5.4.8-clean.tar.xz
|
|
||||||
/gnuplot-5.4.9-clean.tar.xz
|
|
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
|||||||
|
gnuplot package is retired on branch c10s for BAKERY-412
|
@ -1,12 +0,0 @@
|
|||||||
diff -up gnuplot-4.4.0/term/gd.trm.pom gnuplot-4.4.0/term/gd.trm
|
|
||||||
--- gnuplot-4.4.0/term/gd.trm.pom 2010-02-25 03:29:20.000000000 +0100
|
|
||||||
+++ gnuplot-4.4.0/term/gd.trm 2010-08-17 09:51:22.000000000 +0200
|
|
||||||
@@ -978,7 +978,7 @@ PNG_options()
|
|
||||||
if (external_default)
|
|
||||||
png_state.ttffont = gp_strdup(external_default);
|
|
||||||
else /* Might as well try some plausible font; it's no worse than failing immediately */
|
|
||||||
- png_state.ttffont = gp_strdup("arial");
|
|
||||||
+ png_state.ttffont = gp_strdup("/usr/share/fonts/dejavu/DejaVuSans.ttf");
|
|
||||||
|
|
||||||
free(png_state.default_ttffont);
|
|
||||||
png_state.default_ttffont = gp_strdup(png_state.ttffont);
|
|
@ -1,21 +0,0 @@
|
|||||||
diff -upr gnuplot-4.6.0.orig/src/gplt_x11.c gnuplot-4.6.0/src/gplt_x11.c
|
|
||||||
--- gnuplot-4.6.0.orig/src/gplt_x11.c 2012-07-18 18:55:31.000000000 +0200
|
|
||||||
+++ gnuplot-4.6.0/src/gplt_x11.c 2012-07-19 12:08:21.177967583 +0200
|
|
||||||
@@ -4338,7 +4338,7 @@ process_event(XEvent *event)
|
|
||||||
#endif /* DISABLE_SPACE_RAISES_CONSOLE */
|
|
||||||
|
|
||||||
case 'm': /* Toggle mouse display, but only if we control the window here */
|
|
||||||
- if (((plot != current_plot) && (!modifier_mask))
|
|
||||||
+ if ((plot && (plot != current_plot) && (!modifier_mask))
|
|
||||||
#ifdef PIPE_IPC
|
|
||||||
|| pipe_died
|
|
||||||
#endif
|
|
||||||
@@ -4374,7 +4374,7 @@ process_event(XEvent *event)
|
|
||||||
gp_exec_event(GE_keypress, \
|
|
||||||
(int)RevX(event->xkey.x), (int)RevY(event->xkey.y), \
|
|
||||||
gp_keysym, 0, plot->plot_number); \
|
|
||||||
- } else { \
|
|
||||||
+ } else if (plot) { \
|
|
||||||
gp_exec_event(GE_keypress_old, \
|
|
||||||
(int)RevX(event->xkey.x), (int)RevY(event->xkey.y), \
|
|
||||||
gp_keysym, 0, plot->plot_number); \
|
|
@ -1,15 +0,0 @@
|
|||||||
diff -up wrk/src/wxterminal/wxt_gui.h.wrk wrk/src/wxterminal/wxt_gui.h
|
|
||||||
--- wrk/src/wxterminal/wxt_gui.h.wrk 2014-04-15 17:45:55.184153975 +0200
|
|
||||||
+++ wrk/src/wxterminal/wxt_gui.h 2014-04-15 17:48:08.151643628 +0200
|
|
||||||
@@ -155,8 +155,9 @@ extern "C" {
|
|
||||||
* already has its event loop, we may or may not be multithreaded */
|
|
||||||
#ifndef WXT_MONOTHREADED
|
|
||||||
#if defined(__WXGTK__)
|
|
||||||
-# define WXT_MULTITHREADED
|
|
||||||
-#elif defined(__WXMSW__) || defined(__WXMAC__)
|
|
||||||
+//avoid a crash when unlocking a not-locked mutex, do not use threads
|
|
||||||
+//# define WXT_MULTITHREADED
|
|
||||||
+//#elif defined(__WXMSW__) || defined(__WXMAC__)
|
|
||||||
# define WXT_MONOTHREADED
|
|
||||||
#else
|
|
||||||
# error "wxt does not know if this platform has to be single- or multi-threaded"
|
|
@ -1,13 +0,0 @@
|
|||||||
diff -up wrk/term/lua.trm.wrk wrk/term/lua.trm
|
|
||||||
--- wrk/term/lua.trm.wrk 2015-01-26 18:36:53.242174908 +0100
|
|
||||||
+++ wrk/term/lua.trm 2015-01-26 18:38:44.674258427 +0100
|
|
||||||
@@ -114,6 +114,9 @@ TERM_PUBLIC void LUA_boxed_text __PROTO(
|
|
||||||
#include <lualib.h>
|
|
||||||
#include <lauxlib.h>
|
|
||||||
|
|
||||||
+//luaL_checkint macro disappeared
|
|
||||||
+#define luaL_checkint(L,n) ((int)luaL_checkinteger(L, (n)))
|
|
||||||
+
|
|
||||||
static lua_State *L = NULL;
|
|
||||||
|
|
||||||
static char *LUA_script = NULL;
|
|
@ -1,27 +0,0 @@
|
|||||||
diff -up gnuplot-5.2.4/docs/gnuplot.doc gnuplot-5.2.4/docs/gnuplot
|
|
||||||
diff -up gnuplot-5.2.4/docs/gnuplot-ja.doc gnuplot-5.2.4/docs/gnuplot-ja
|
|
||||||
diff -up gnuplot-5.2.4/docs/Makefile.am.doc gnuplot-5.2.4/docs/Makefile.am
|
|
||||||
--- gnuplot-5.2.4/docs/Makefile.am.doc 2017-12-22 18:32:48.000000000 +0100
|
|
||||||
+++ gnuplot-5.2.4/docs/Makefile.am 2018-08-08 14:00:40.014932164 +0200
|
|
||||||
@@ -322,7 +322,7 @@ ${ELCS}: gnuplot-eldoc.el
|
|
||||||
# that only appears to work with a non-generated texi file for input.
|
|
||||||
|
|
||||||
gnuplot.info: gnuplot.texi
|
|
||||||
- $(AM_V_GEN) $(MAKEINFO) -I$(srcdir) $< --no-split --output=$@
|
|
||||||
+ $(AM_V_GEN) $(MAKEINFO) -I$(srcdir) $< --no-split --force --output=$@
|
|
||||||
|
|
||||||
install-info: gnuplot.info
|
|
||||||
$(AM_V_at) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(infodir)
|
|
||||||
diff -up gnuplot-5.2.4/docs/Makefile.in.doc gnuplot-5.2.4/docs/Makefile.in
|
|
||||||
--- gnuplot-5.2.4/docs/Makefile.in.doc 2018-06-01 03:51:14.000000000 +0200
|
|
||||||
+++ gnuplot-5.2.4/docs/Makefile.in 2018-08-08 14:03:26.797479806 +0200
|
|
||||||
@@ -1090,7 +1090,7 @@ ${ELCS}: gnuplot-eldoc.el
|
|
||||||
# that only appears to work with a non-generated texi file for input.
|
|
||||||
|
|
||||||
gnuplot.info: gnuplot.texi
|
|
||||||
- $(AM_V_GEN) $(MAKEINFO) -I$(srcdir) $< --no-split --output=$@
|
|
||||||
+ $(AM_V_GEN) $(MAKEINFO) -I$(srcdir) $< --no-split --force --output=$@
|
|
||||||
|
|
||||||
install-info: gnuplot.info
|
|
||||||
$(AM_V_at) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(infodir)
|
|
||||||
diff -up gnuplot-5.2.4/docs/psdoc/ps_file.doc gnuplot-5.2.4/docs/psdoc/ps_file
|
|
@ -1,93 +0,0 @@
|
|||||||
diff -up gnuplot-5.4.3/demo/circles.dem.nolena gnuplot-5.4.3/demo/circles.dem
|
|
||||||
--- gnuplot-5.4.3/demo/circles.dem.nolena 2020-10-13 15:14:48.000000000 -0600
|
|
||||||
+++ gnuplot-5.4.3/demo/circles.dem 2022-01-07 20:46:33.978684483 -0700
|
|
||||||
@@ -66,22 +66,6 @@ pause -1 "Hit return to continue"
|
|
||||||
|
|
||||||
reset
|
|
||||||
set size ratio -1
|
|
||||||
-set title "Lena's key points"
|
|
||||||
-unset xlabel
|
|
||||||
-unset xtics
|
|
||||||
-unset ytics
|
|
||||||
-unset key
|
|
||||||
-unset border
|
|
||||||
-set yrange [] reverse
|
|
||||||
-
|
|
||||||
-plot 'lena.rgb' binary array=(128,128) dx=4 dy=4 format='%uchar' with rgbimage, \
|
|
||||||
- 'lena-keypoints.bin' binary format='%double' with circles lc rgb "yellow"
|
|
||||||
-
|
|
||||||
-pause -1 "Hit return to continue"
|
|
||||||
-
|
|
||||||
-
|
|
||||||
-reset
|
|
||||||
-set size ratio -1
|
|
||||||
set title "Delaunay triangulation of Hemisphere points, some empty circles in red"
|
|
||||||
unset key
|
|
||||||
|
|
||||||
diff -up gnuplot-5.4.3/demo/Makefile.am.nolena gnuplot-5.4.3/demo/Makefile.am
|
|
||||||
--- gnuplot-5.4.3/demo/Makefile.am.nolena 2022-01-02 19:19:33.000000000 -0700
|
|
||||||
+++ gnuplot-5.4.3/demo/Makefile.am 2022-01-07 20:47:13.536024223 -0700
|
|
||||||
@@ -68,7 +68,7 @@ epslatex:
|
|
||||||
dvips epslatex
|
|
||||||
|
|
||||||
##m4-files-begin
|
|
||||||
-EXTRA_DIST = Makefile.am.in lena-keypoints.bin scatter2.bin sine.bin \
|
|
||||||
+EXTRA_DIST = Makefile.am.in scatter2.bin sine.bin \
|
|
||||||
using.bin gnuplot.cfg world.cor 1.dat 2.dat 3.dat arrowstyle.dat \
|
|
||||||
asciimat.dat battery.dat big_peak.dat candlesticks.dat cities.dat \
|
|
||||||
clip14in.dat ctg-y2.dat delaunay-edges.dat dodecahedron.dat ellipses.dat \
|
|
||||||
@@ -116,7 +116,7 @@ utf8.dem varcolor.dem vector.dem violinp
|
|
||||||
vplot.dem walls.dem week_date.dem world2.dem world.dem zerror.dem \
|
|
||||||
demo.edf density.fnc hexa.fnc line.fnc reflect.fnc gen-random.inc stat.inc \
|
|
||||||
GM1_sugar.pdb aries.png bldg.png gradient.png icon64x64.png GM1_bonds.r3d \
|
|
||||||
-blutux.rgb lena.rgb sound.par sound2.par start.par gnuplot.rot gnu-valley \
|
|
||||||
+blutux.rgb sound.par sound2.par start.par gnuplot.rot gnu-valley \
|
|
||||||
random-points gpdemos.tcl html
|
|
||||||
##m4-files-end
|
|
||||||
|
|
||||||
diff -up gnuplot-5.4.3/demo/Makefile.in.nolena gnuplot-5.4.3/demo/Makefile.in
|
|
||||||
--- gnuplot-5.4.3/demo/Makefile.in.nolena 2022-01-02 19:19:34.000000000 -0700
|
|
||||||
+++ gnuplot-5.4.3/demo/Makefile.in 2022-01-07 20:47:34.991208498 -0700
|
|
||||||
@@ -340,7 +340,7 @@ SUBDIRS = $(PLUGIN_DIR)
|
|
||||||
DIST_SUBDIRS = plugin
|
|
||||||
DEMO = all.dem
|
|
||||||
GNUPLOT = gnuplot
|
|
||||||
-EXTRA_DIST = Makefile.am.in lena-keypoints.bin scatter2.bin sine.bin \
|
|
||||||
+EXTRA_DIST = Makefile.am.in scatter2.bin sine.bin \
|
|
||||||
using.bin gnuplot.cfg world.cor 1.dat 2.dat 3.dat arrowstyle.dat \
|
|
||||||
asciimat.dat battery.dat big_peak.dat candlesticks.dat cities.dat \
|
|
||||||
clip14in.dat ctg-y2.dat delaunay-edges.dat dodecahedron.dat ellipses.dat \
|
|
||||||
@@ -388,7 +388,7 @@ utf8.dem varcolor.dem vector.dem violinp
|
|
||||||
vplot.dem walls.dem week_date.dem world2.dem world.dem zerror.dem \
|
|
||||||
demo.edf density.fnc hexa.fnc line.fnc reflect.fnc gen-random.inc stat.inc \
|
|
||||||
GM1_sugar.pdb aries.png bldg.png gradient.png icon64x64.png GM1_bonds.r3d \
|
|
||||||
-blutux.rgb lena.rgb sound.par sound2.par start.par gnuplot.rot gnu-valley \
|
|
||||||
+blutux.rgb sound.par sound2.par start.par gnuplot.rot gnu-valley \
|
|
||||||
random-points gpdemos.tcl html
|
|
||||||
|
|
||||||
@BUILD_PLUGIN_TRUE@PLUGIN_DIR = plugin
|
|
||||||
diff -up gnuplot-5.4.3/demo/rgbalpha.dem.nolena gnuplot-5.4.3/demo/rgbalpha.dem
|
|
||||||
--- gnuplot-5.4.3/demo/rgbalpha.dem.nolena 2017-12-22 10:32:30.000000000 -0700
|
|
||||||
+++ gnuplot-5.4.3/demo/rgbalpha.dem 2022-01-07 20:46:33.979684492 -0700
|
|
||||||
@@ -18,8 +18,8 @@ set yrange [ 0. : 128. ]
|
|
||||||
# Alpha = linear gradient on x
|
|
||||||
|
|
||||||
plot 100.*(.4+sin(x/5.)/(x/5.)) lw 5 title 'solid line', \
|
|
||||||
- 'lena.rgb' binary array=(128,128) format="%uchar" flipy using 1:2:3:(2.*column(0)) \
|
|
||||||
- with rgbalpha title "Lena with linear\nalpha gradient"
|
|
||||||
+ 'blutux.rgb' binary array=(128,128) format="%uchar" flipy using 1:2:3:(2.*column(0)) \
|
|
||||||
+ with rgbalpha title "Tux with linear\nalpha gradient"
|
|
||||||
|
|
||||||
pause -1 "Hit return to continue"
|
|
||||||
|
|
||||||
@@ -28,8 +28,8 @@ pause -1 "Hit return to continue"
|
|
||||||
focus(x,y) = ((column(0)-x)**2 + (column(-1)-(127-y))**2) > 400 ? 0 : 255
|
|
||||||
|
|
||||||
plot 100.*(.4+sin(x/5.)/(x/5.)) lw 5 title 'solid line', \
|
|
||||||
- 'lena.rgb' binary array=(128,128) format="%uchar" flipy using 1:2:3:(focus(70,50)) \
|
|
||||||
- with rgbalpha title "Lena with circular mask"
|
|
||||||
+ 'blutux.rgb' binary array=(128,128) format="%uchar" flipy using 1:2:3:(focus(70,50)) \
|
|
||||||
+ with rgbalpha title "Tux with circular mask"
|
|
||||||
|
|
||||||
pause -1 "Hit return to continue"
|
|
||||||
reset
|
|
@ -1,21 +0,0 @@
|
|||||||
diff -up gnuplot-5.4.8/man/gnuplot.1.cmd-opts gnuplot-5.4.8/man/gnuplot.1
|
|
||||||
--- gnuplot-5.4.8/man/gnuplot.1.cmd-opts 2023-04-20 21:50:18.000000000 -0600
|
|
||||||
+++ gnuplot-5.4.8/man/gnuplot.1 2023-06-07 18:56:00.158338378 -0600
|
|
||||||
@@ -48,7 +48,7 @@ Support for a huge variety of output dev
|
|
||||||
.PP
|
|
||||||
\fB\-c scriptname ARG1 ARG2 ..., load script using gnuplot's "call" mechanism and pass it the remainder of the command line as arguments
|
|
||||||
.PP
|
|
||||||
-\fB\-d, \-\-default\fP settings. Do not read from gnuplotrc, ~/.gnuplot, and $XDG_CONFIG_HOME/gnuplot/gnuplotrc on entry.
|
|
||||||
+\fB\-d, \-\-default-settings\fP do not read from gnuplotrc, ~/.gnuplot, and $XDG_CONFIG_HOME/gnuplot/gnuplotrc on entry.
|
|
||||||
.PP
|
|
||||||
\fB\-e "command list"\fP executes the requested commands before loading the next input file.
|
|
||||||
.PP
|
|
||||||
@@ -56,7 +56,7 @@ Support for a huge variety of output dev
|
|
||||||
.PP
|
|
||||||
\fB\-h, \-\-help\fP print summary of usage
|
|
||||||
.PP
|
|
||||||
-\fB\-V\fP show current version
|
|
||||||
+\fB\-V, \-\-version\fP show current version
|
|
||||||
.SH X11 OPTIONS
|
|
||||||
For terminal type x11, \fIgnuplot\fP
|
|
||||||
accepts the standard X Toolkit options and resources such as geometry, font,
|
|
@ -1,13 +0,0 @@
|
|||||||
diff --git a/configure b/configure
|
|
||||||
index f1046e4..e0c4f76 100755
|
|
||||||
--- a/configure
|
|
||||||
+++ b/configure
|
|
||||||
@@ -2092,7 +2092,7 @@ else
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C"
|
|
||||||
#endif
|
|
||||||
-char $2 ();
|
|
||||||
+__attribute__ ((used)) char $2 ();
|
|
||||||
/* The GNU C library defines this for functions which it implements
|
|
||||||
to always fail with ENOSYS. Some functions are actually named
|
|
||||||
something starting with __ and the normal name is an alias. */
|
|
943
gnuplot.spec
943
gnuplot.spec
@ -1,943 +0,0 @@
|
|||||||
%global major 5
|
|
||||||
%global minor 4
|
|
||||||
%global patchlevel 9
|
|
||||||
|
|
||||||
%global x11_app_defaults_dir %{_datadir}/X11/app-defaults
|
|
||||||
|
|
||||||
%if 0%{?fedora}
|
|
||||||
%bcond_without wx
|
|
||||||
%else
|
|
||||||
%bcond_with wx
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 9
|
|
||||||
%bcond_without libcerf
|
|
||||||
%else
|
|
||||||
%bcond_with libcerf
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Summary: A program for plotting mathematical expressions and data
|
|
||||||
Name: gnuplot
|
|
||||||
Version: %{major}.%{minor}.%{patchlevel}
|
|
||||||
Release: 1%{?dist}
|
|
||||||
# MIT .. term/PostScript/aglfn.txt
|
|
||||||
License: gnuplot and MIT
|
|
||||||
URL: http://www.gnuplot.info/
|
|
||||||
# Need to remove non-free lena files
|
|
||||||
# rm -rf demo/lena*
|
|
||||||
#Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
||||||
Source0: %{name}-%{version}-clean.tar.xz
|
|
||||||
|
|
||||||
Patch1: gnuplot-4.2.0-fonts.patch
|
|
||||||
# resolves: #812225
|
|
||||||
# submitted upstream: https://sourceforge.net/p/gnuplot/gnuplot-main/merge-requests/26/
|
|
||||||
Patch3: gnuplot-4.6.1-plot-sigsegv.patch
|
|
||||||
Patch4: gnuplot-4.6.4-singlethread.patch
|
|
||||||
Patch5: gnuplot-5.0.0-lua_checkint.patch
|
|
||||||
Patch6: gnuplot-5.4.3-no-lena.patch
|
|
||||||
Patch7: gnuplot-5.2.2-doc.patch
|
|
||||||
# submitted upstream: https://sourceforge.net/p/gnuplot/gnuplot-main/merge-requests/25/
|
|
||||||
Patch8: gnuplot-cmd-opts.patch
|
|
||||||
Patch9: gnuplot-config.patch
|
|
||||||
|
|
||||||
Requires: %{name}-common = %{version}-%{release}
|
|
||||||
Requires: dejavu-sans-fonts
|
|
||||||
Requires(post): /usr/sbin/alternatives
|
|
||||||
Requires(preun): /usr/sbin/alternatives
|
|
||||||
|
|
||||||
#libedit-devel can not handle utf8, readline-devel is not legal with gnuplot, stick to builtin
|
|
||||||
BuildRequires: cairo-devel, gd-devel, giflib-devel, libotf, libpng-devel
|
|
||||||
# To produce gnuplot.info
|
|
||||||
BuildRequires: emacs
|
|
||||||
BuildRequires: librsvg2, libX11-devel, libXt-devel, lua-devel, m17n-lib
|
|
||||||
BuildRequires: pango-devel, tex(latex), tex(subfigure.sty)
|
|
||||||
BuildRequires: tex(cm-super-t1.enc), tex-tex4ht, texinfo
|
|
||||||
BuildRequires: /usr/bin/texi2dvi
|
|
||||||
BuildRequires: zlib-devel, libjpeg-turbo-devel, tex(ecrm1000.tfm), latex2html
|
|
||||||
#qt-terminal requires libqt >= 4.5
|
|
||||||
BuildRequires: qt5-qtbase-devel
|
|
||||||
BuildRequires: qt5-qtsvg-devel
|
|
||||||
BuildRequires: qt5-linguist
|
|
||||||
%if %{with libcerf}
|
|
||||||
BuildRequires: libcerf-devel >= 1.11
|
|
||||||
%endif
|
|
||||||
%if %{with wx}
|
|
||||||
BuildRequires: wxGTK-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: make
|
|
||||||
|
|
||||||
Obsoletes: gnuplot-qt < 5.0.0-4
|
|
||||||
|
|
||||||
%description
|
|
||||||
Gnuplot is a command-line driven, interactive function plotting
|
|
||||||
program especially suited for scientific data representation. Gnuplot
|
|
||||||
can be used to plot functions and data points in both two and three
|
|
||||||
dimensions and in many different formats.
|
|
||||||
|
|
||||||
Install gnuplot if you need a graphics package for scientific data
|
|
||||||
representation.
|
|
||||||
|
|
||||||
This package provides a Qt based terminal version of gnuplot.
|
|
||||||
|
|
||||||
%package common
|
|
||||||
Summary: The common gnuplot parts
|
|
||||||
#lets obsolete emacs-gnuplot until new upstream is found and package reintroduced
|
|
||||||
Obsoletes: emacs-gnuplot <= 5.0.0-3
|
|
||||||
Obsoletes: emacs-gnuplot-el <= 5.0.0-3
|
|
||||||
|
|
||||||
%description common
|
|
||||||
Gnuplot is a command-line driven, interactive function plotting
|
|
||||||
program especially suited for scientific data representation. Gnuplot
|
|
||||||
can be used to plot functions and data points in both two and three
|
|
||||||
dimensions and in many different formats.
|
|
||||||
|
|
||||||
This subpackage contains common parts needed for all versions of gnuplot.
|
|
||||||
|
|
||||||
%package minimal
|
|
||||||
Summary: Minimal version of program for plotting mathematical expressions and data
|
|
||||||
Requires: %{name}-common = %{version}-%{release}
|
|
||||||
Requires(post): /usr/sbin/alternatives
|
|
||||||
Requires(preun): /usr/sbin/alternatives
|
|
||||||
|
|
||||||
%description minimal
|
|
||||||
Gnuplot is a command-line driven, interactive function plotting
|
|
||||||
program especially suited for scientific data representation. Gnuplot
|
|
||||||
can be used to plot functions and data points in both two and three
|
|
||||||
dimensions and in many different formats.
|
|
||||||
|
|
||||||
Install gnuplot-minimal if you need a minimal version of graphics package
|
|
||||||
for scientific data representation.
|
|
||||||
|
|
||||||
%if %{with wx}
|
|
||||||
%package wx
|
|
||||||
Summary: wxGTK interface for gnuplot
|
|
||||||
Requires: %{name}-common = %{version}-%{release}
|
|
||||||
Requires(post): /usr/sbin/alternatives
|
|
||||||
Requires(preun): /usr/sbin/alternatives
|
|
||||||
Provides: gnuplot
|
|
||||||
Obsoletes: gnuplot < 5.0.0-4
|
|
||||||
|
|
||||||
%description wx
|
|
||||||
Gnuplot is a command-line driven, interactive function plotting
|
|
||||||
program especially suited for scientific data representation. Gnuplot
|
|
||||||
can be used to plot functions and data points in both two and three
|
|
||||||
dimensions and in many different formats.
|
|
||||||
|
|
||||||
This package provides a wxGTK based terminal version of gnuplot.
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%package doc
|
|
||||||
Summary: Documentation fo bindings for the gnuplot main application
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description doc
|
|
||||||
The gnuplot-doc package contains the documentation related to gnuplot
|
|
||||||
plotting tool
|
|
||||||
|
|
||||||
%package latex
|
|
||||||
Summary: Configuration for LaTeX typesetting using gnuplot
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires: tex(latex), tex(cm-super-t1.enc), tex(ecrm1000.tfm), tex(utf8x.def), tex-preview
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description latex
|
|
||||||
The gnuplot-latex package contains LaTeX configuration file related to gnuplot
|
|
||||||
plotting tool.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q
|
|
||||||
%patch -P1 -p1 -b .font
|
|
||||||
%patch -P3 -p1 -b .plot-sigsegv
|
|
||||||
%patch -P4 -p1 -b .isinglethread
|
|
||||||
%patch -P5 -p1 -b .checkint
|
|
||||||
%patch -P6 -p1 -b .nolena
|
|
||||||
%patch -P7 -p1 -b .doc
|
|
||||||
%patch -P8 -p1 -b .cmd-opts
|
|
||||||
%patch -P9 -p1 -b .config
|
|
||||||
sed -i -e 's:"/usr/lib/X11/app-defaults":"%{x11_app_defaults_dir}":' src/gplt_x11.c
|
|
||||||
chmod 644 src/getcolor.h
|
|
||||||
chmod 644 demo/html/webify.pl
|
|
||||||
chmod 644 demo/html/webify_svg.pl
|
|
||||||
chmod 644 demo/html/webify_canvas.pl
|
|
||||||
|
|
||||||
%build
|
|
||||||
#remove binaries from source tarball
|
|
||||||
rm -rf demo/plugin/*.so demo/plugin/*.o
|
|
||||||
|
|
||||||
%global configure_opts --with-readline=builtin \\\
|
|
||||||
--enable-history-file --with-texdir=/usr/share/texlive/texmf-dist/tex/latex/gnuplot
|
|
||||||
|
|
||||||
# at first create minimal version of gnuplot for server SIG purposes
|
|
||||||
mkdir minimal
|
|
||||||
cd minimal
|
|
||||||
ln -s ../configure .
|
|
||||||
%configure %{configure_opts} --disable-wxwidgets --without-qt %{?with_libcerf:--with-libcerf} %{!?with_libcerf:--without-libcerf}
|
|
||||||
make %{?_smp_mflags}
|
|
||||||
cd -
|
|
||||||
|
|
||||||
# create full version of gnuplot
|
|
||||||
%if %{with wx}
|
|
||||||
# With wxGTK support (Fedora only)
|
|
||||||
mkdir wx
|
|
||||||
cd wx
|
|
||||||
ln -s ../configure .
|
|
||||||
%configure %{configure_opts} --without-qt %{?with_libcerf:--with-libcerf} %{!?with_libcerf:--without-libcerf}
|
|
||||||
make %{?_smp_mflags}
|
|
||||||
cd -
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# With Qt support
|
|
||||||
mkdir qt
|
|
||||||
cd qt
|
|
||||||
ln -s ../configure .
|
|
||||||
%configure %{configure_opts} --disable-wxwidgets --enable-qt %{?with_libcerf:--with-libcerf} %{!?with_libcerf:--without-libcerf}
|
|
||||||
make %{?_smp_mflags}
|
|
||||||
cd -
|
|
||||||
|
|
||||||
|
|
||||||
# Docs don't build properly out of tree
|
|
||||||
%configure %{configure_opts}
|
|
||||||
ln -s ../minimal/src/gnuplot src/
|
|
||||||
make -C docs html info
|
|
||||||
export GNUPLOT_PS_DIR=../../term/PostScript
|
|
||||||
make -C docs/psdoc ps_symbols.ps ps_fontfile_doc.pdf
|
|
||||||
rm -rf docs/htmldocs/images.idx
|
|
||||||
|
|
||||||
%install
|
|
||||||
%if %{with wx}
|
|
||||||
# install wx
|
|
||||||
make -C wx install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
|
||||||
# rename binary
|
|
||||||
mv $RPM_BUILD_ROOT%{_bindir}/gnuplot $RPM_BUILD_ROOT%{_bindir}/gnuplot-wx
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# install qt
|
|
||||||
make -C qt install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
|
||||||
# rename binary
|
|
||||||
mv $RPM_BUILD_ROOT%{_bindir}/gnuplot $RPM_BUILD_ROOT%{_bindir}/gnuplot-qt
|
|
||||||
|
|
||||||
# install minimal binary
|
|
||||||
install -p -m 755 minimal/src/gnuplot $RPM_BUILD_ROOT%{_bindir}/gnuplot-minimal
|
|
||||||
|
|
||||||
# install info
|
|
||||||
make -C docs install-info DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
|
||||||
|
|
||||||
#packaged by info package, updated by post-installation script, do not package here
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{x11_app_defaults_dir}
|
|
||||||
mv $RPM_BUILD_ROOT%{_datadir}/gnuplot/%{major}.%{minor}/app-defaults/Gnuplot $RPM_BUILD_ROOT%{x11_app_defaults_dir}/Gnuplot
|
|
||||||
rm -rf $RPM_BUILD_ROOT%{_libdir}/
|
|
||||||
|
|
||||||
ln -s gnuplot.1 $RPM_BUILD_ROOT/%{_mandir}/man1/gnuplot-qt.1
|
|
||||||
%if %{with wx}
|
|
||||||
ln -s gnuplot.1 $RPM_BUILD_ROOT/%{_mandir}/man1/gnuplot-wx.1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
#ghost provide /usr/bin/gnuplot
|
|
||||||
touch $RPM_BUILD_ROOT%{_bindir}/gnuplot
|
|
||||||
|
|
||||||
%posttrans
|
|
||||||
/usr/sbin/alternatives --install %{_bindir}/gnuplot gnuplot %{_bindir}/gnuplot-qt 61
|
|
||||||
|
|
||||||
%posttrans minimal
|
|
||||||
/usr/sbin/alternatives --install %{_bindir}/gnuplot gnuplot %{_bindir}/gnuplot-minimal 40
|
|
||||||
|
|
||||||
%if %{with wx}
|
|
||||||
%posttrans wx
|
|
||||||
/usr/sbin/alternatives --install %{_bindir}/gnuplot gnuplot %{_bindir}/gnuplot-wx 50
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%preun
|
|
||||||
if [ $1 = 0 ]; then
|
|
||||||
/usr/sbin/alternatives --remove gnuplot %{_bindir}/gnuplot-qt || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%preun minimal
|
|
||||||
if [ $1 = 0 ]; then
|
|
||||||
/usr/sbin/alternatives --remove gnuplot %{_bindir}/gnuplot-minimal || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%if %{with wx}
|
|
||||||
%preun wx
|
|
||||||
if [ $1 = 0 ]; then
|
|
||||||
/usr/sbin/alternatives --remove gnuplot %{_bindir}/gnuplot-wx || :
|
|
||||||
fi
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%post latex
|
|
||||||
[ -e %{_bindir}/texhash ] && %{_bindir}/texhash 2> /dev/null;
|
|
||||||
|
|
||||||
%files
|
|
||||||
%ghost %attr(0755,-,-) %{_bindir}/gnuplot
|
|
||||||
%doc Copyright
|
|
||||||
%{_bindir}/gnuplot-qt
|
|
||||||
%{_libexecdir}/gnuplot/%{major}.%{minor}/gnuplot_qt
|
|
||||||
%{_datadir}/gnuplot/%{major}.%{minor}/qt/
|
|
||||||
|
|
||||||
%files doc
|
|
||||||
%doc Copyright
|
|
||||||
%doc docs/psdoc/ps_guide.ps docs/psdoc/ps_symbols.ps docs/psdoc/ps_file.doc demo
|
|
||||||
%doc docs/psdoc/ps_fontfile_doc.pdf docs/htmldocs
|
|
||||||
|
|
||||||
%files common
|
|
||||||
%doc BUGS Copyright FAQ.pdf NEWS README RELEASE_NOTES
|
|
||||||
%{_mandir}/man1/gnuplot.1*
|
|
||||||
%{_mandir}/man1/gnuplot-qt.1*
|
|
||||||
%dir %{_datadir}/gnuplot
|
|
||||||
%dir %{_datadir}/gnuplot/%{major}.%{minor}
|
|
||||||
%dir %{_datadir}/gnuplot/%{major}.%{minor}/PostScript
|
|
||||||
%{_datadir}/gnuplot/%{major}.%{minor}/PostScript/*.ps
|
|
||||||
%{_datadir}/gnuplot/%{major}.%{minor}/PostScript/aglfn.txt
|
|
||||||
%dir %{_datadir}/gnuplot/%{major}.%{minor}/js
|
|
||||||
%{_datadir}/gnuplot/%{major}.%{minor}/js/*
|
|
||||||
%dir %{_datadir}/gnuplot/%{major}.%{minor}/lua/
|
|
||||||
%{_datadir}/gnuplot/%{major}.%{minor}/lua/gnuplot-tikz.lua
|
|
||||||
%{_datadir}/gnuplot/%{major}.%{minor}/colors_*
|
|
||||||
%{_datadir}/gnuplot/%{major}.%{minor}/gnuplot.gih
|
|
||||||
%{_datadir}/gnuplot/%{major}.%{minor}/gnuplotrc
|
|
||||||
%dir %{_libexecdir}/gnuplot
|
|
||||||
%dir %{_libexecdir}/gnuplot/%{major}.%{minor}
|
|
||||||
%{_libexecdir}/gnuplot/%{major}.%{minor}/gnuplot_x11
|
|
||||||
%{x11_app_defaults_dir}/Gnuplot
|
|
||||||
%{_infodir}/gnuplot.info*
|
|
||||||
|
|
||||||
%files minimal
|
|
||||||
%ghost %attr(0755,-,-) %{_bindir}/gnuplot
|
|
||||||
%doc Copyright
|
|
||||||
%{_bindir}/gnuplot-minimal
|
|
||||||
|
|
||||||
%if %{with wx}
|
|
||||||
%files wx
|
|
||||||
%ghost %attr(0755,-,-) %{_bindir}/gnuplot
|
|
||||||
%{_mandir}/man1/gnuplot-wx.1*
|
|
||||||
%doc Copyright
|
|
||||||
%{_bindir}/gnuplot-wx
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files latex
|
|
||||||
%doc Copyright
|
|
||||||
%{_texmf_vendor}/tex/latex/gnuplot/
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Tue Sep 05 2023 Orion Poplawski <orion@nwra.com> - 5.4.9-1
|
|
||||||
- Update to 5.4.9
|
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.8-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 08 2023 Orion Poplawski <orion@nwra.com> - 5.4.8-1
|
|
||||||
- Update to 5.4.8
|
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.5-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Oct 27 2022 Orion Poplawski <orion@nwra.com> - 5.4.5-1
|
|
||||||
- Update to 5.4.5
|
|
||||||
|
|
||||||
* Thu Aug 04 2022 Scott Talbert <swt@techie.net> - 5.4.3-5
|
|
||||||
- Rebuild with wxWidgets 3.2
|
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.3-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Apr 13 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.4.3-3
|
|
||||||
- Rebuild for libcerf.so.2
|
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 08 2022 Orion Poplawski <orion@nwra.com> - 5.4.3-1
|
|
||||||
- Update to 5.4.3
|
|
||||||
|
|
||||||
* Wed Oct 27 2021 Orion Poplawski <orion@nwra.com> - 5.4.2-1
|
|
||||||
- Update to 5.4.2
|
|
||||||
|
|
||||||
* Thu Aug 05 2021 Vasiliy N. Glazov <vascom2@gmail.com> - 5.2.8-11
|
|
||||||
- Fix Qlist error message #1970658
|
|
||||||
|
|
||||||
* Thu Jul 22 2021 Scott Talbert <swt@techie.net> - 5.2.8-10
|
|
||||||
- Fix FTBFS due to dropped texlive package
|
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.8-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Tomas Popela <tpopela@redhat.com> - 5.2.8-8
|
|
||||||
- Don't enable wxGTK support on RHEL
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.8-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Aug 05 2020 Merlin Mathesius <mmathesi@redhat.com> - 5.2.8-6
|
|
||||||
- Minor conditional fixes for ELN
|
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.8-5
|
|
||||||
- Second attempt - Rebuilt for
|
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.8-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 23 2020 Jeff Law <law@redhat.com> - 5.2.8-3
|
|
||||||
- Fix broken configure test compromised by LTO
|
|
||||||
|
|
||||||
* Tue Feb 25 2020 Pavel Cahyna <pcahyna@redhat.com> - 5.2.8-2
|
|
||||||
- Enable libcerf (bz#1476616)
|
|
||||||
|
|
||||||
* Thu Feb 6 2020 Orion Poplawski <orion@nwra.com> - 5.2.8-1
|
|
||||||
- Update to 5.2.8 (bz#1457252)
|
|
||||||
|
|
||||||
* Thu Feb 6 2020 Pavel Cahyna <pcahyna@redhat.com> - 5.2.4-1
|
|
||||||
- Rebase to upstream release 5.2.4
|
|
||||||
- Add workaround for broken info generation (upstream bug
|
|
||||||
https://sourceforge.net/p/gnuplot/bugs/1963/) from Debian
|
|
||||||
- Use explicit path for texdir
|
|
||||||
- Correct the description of command line options in manpage, bz#1611336
|
|
||||||
- Install gnuplot-qt and gnuplot-wx manpage links, bz#1611336
|
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-14
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-13
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Apr 24 2019 Björn Esser <besser82@fedoraproject.org> - 5.0.6-12
|
|
||||||
- Remove hardcoded gzip suffix from GNU info pages
|
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Aug 06 2018 Scott Talbert <swt@techie.net> - 5.0.6-10
|
|
||||||
- Build against wxGTK3 (wx 3.0 GTK+ 2) instead of wxGTK (wx 2.8)
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 24 2018 Tomas Hoger <thoger@redhat.com> - 5.0.6-7
|
|
||||||
- Fix conditionals for building with(out) wxGTK support
|
|
||||||
|
|
||||||
* Tue Sep 19 2017 Troy Dawson <tdawson@redhat.com> - 5.0.6-6
|
|
||||||
- Cleanup spec file conditionals
|
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jun 26 2017 Tom Callaway <spot@fedoraproject.org> - 5.0.6-3
|
|
||||||
- remove non-free lena images (and adjust demos) (bz1295324)
|
|
||||||
|
|
||||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.6-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Mar 22 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.6-1
|
|
||||||
- rebase
|
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.5-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 5.0.5-2
|
|
||||||
- Rebuild (libwebp)
|
|
||||||
|
|
||||||
* Mon Oct 10 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.5-1
|
|
||||||
- rebase
|
|
||||||
|
|
||||||
* Fri Jul 22 2016 Tom Callaway <spot@fedoraproject.org> - 5.0.3-3
|
|
||||||
- rebuild to drop libvpx dep
|
|
||||||
|
|
||||||
* Tue May 24 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.3-2
|
|
||||||
- use qt5 instead of qt4
|
|
||||||
|
|
||||||
* Thu Feb 25 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.3-1
|
|
||||||
- Rebase to 5.0.3
|
|
||||||
|
|
||||||
* Tue Feb 23 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.2-1
|
|
||||||
- Rebase to 5.0.2
|
|
||||||
- Compile gnuplot-minimal with cairo support. It is needed to build docs.
|
|
||||||
It is pulled in anyway by gnuplot-common (gnuplot_x11 binary is taken from a fat build)
|
|
||||||
- configure --with-png is unknown - flag removed
|
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Dec 1 2015 Tom Callaway <spot@fedoraproject.org> - 5.0.1-3
|
|
||||||
- rebuild for libvpx 1.5.0
|
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 11 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.1-1
|
|
||||||
- rebase to 5.0.1
|
|
||||||
|
|
||||||
* Mon Apr 13 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-8
|
|
||||||
- ghost /usr/bin/gnuplot, bz#1210437
|
|
||||||
|
|
||||||
* Mon Apr 6 2015 Tom Callaway <spot@fedoraproject.org> - 5.0.0-7
|
|
||||||
- rebuild for libvpx 1.4.0
|
|
||||||
|
|
||||||
* Wed Feb 11 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-6
|
|
||||||
- gnuplot-wx now Provides:gnuplot
|
|
||||||
- gnuplot now obsoletes old gnuplot-qt and gnuplot-wx obsoletes old gnuplot
|
|
||||||
|
|
||||||
* Mon Feb 02 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-5
|
|
||||||
- work around broken alternatives until better solution is found
|
|
||||||
|
|
||||||
* Fri Jan 23 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-4
|
|
||||||
- make qt terminal default instead of outdated wx
|
|
||||||
- luaL_checkint macro disappeared from lua headers
|
|
||||||
|
|
||||||
* Tue Jan 13 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-3
|
|
||||||
- qt should not be enabled automatically
|
|
||||||
- remove BuildRequires: ImageMagick
|
|
||||||
- gnuplot-init.el not needed now without emacs subpackage
|
|
||||||
|
|
||||||
* Tue Jan 13 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-2
|
|
||||||
- do not package /usr/share/info/dir, bug#1181271
|
|
||||||
|
|
||||||
* Thu Jan 08 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-1
|
|
||||||
- rebase
|
|
||||||
- rhbz#759964 submitted upstream: http://sourceforge.net/tracker/?func=detail&aid=3558970&group_id=2055&atid=302055
|
|
||||||
patch gnuplot-4.6.1-xcopygc-sigsegv.patch dropped, hopefully resolved by now
|
|
||||||
- added buildrequires: latex2html
|
|
||||||
- emacs bindings are separate project now - https://github.com/rudi/gnuplot-el
|
|
||||||
|
|
||||||
* Wed Nov 19 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.5-4
|
|
||||||
- libedit-devel can not handle utf8, readline-devel is not legal with gnuplot, stick to builtin
|
|
||||||
https://bugzilla.redhat.com/show_bug.cgi?id=1039102
|
|
||||||
|
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.5-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.5-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Apr 15 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.5-1
|
|
||||||
- rebase
|
|
||||||
|
|
||||||
* Tue Feb 04 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.4-3
|
|
||||||
- changed wxt terminal to monothreaded - avoid crash when unlocking a free mutex
|
|
||||||
|
|
||||||
* Wed Nov 13 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.4-2
|
|
||||||
- dropped ancient "Obsoletes:"
|
|
||||||
|
|
||||||
* Wed Oct 9 2013 Orion Poplawski <orion@cora.nwra.com> - 4.6.4-1
|
|
||||||
- Update to 4.6.4
|
|
||||||
- Drop texi patch applied upstream
|
|
||||||
|
|
||||||
* Wed Oct 9 2013 Orion Poplawski <orion@cora.nwra.com> - 4.6.3-5
|
|
||||||
- Split qt interface into separate alternative sub-package
|
|
||||||
|
|
||||||
* Tue Aug 20 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.3-4
|
|
||||||
- enabled qt-terminal
|
|
||||||
- removed autoconf build dependency
|
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jun 28 2013 Orion Poplawski <orion@cora.nwra.com> - 4.6.3-1
|
|
||||||
- Update to 4.6.3
|
|
||||||
|
|
||||||
* Tue Jun 11 2013 Remi Collet <rcollet@redhat.com> - 4.6.2-3
|
|
||||||
- rebuild for new GD 2.1.0
|
|
||||||
|
|
||||||
* Wed May 15 2013 Tom Callaway <spot@fedoraproject.org> - 4.6.2-2
|
|
||||||
- rebuild for lua 5.2
|
|
||||||
|
|
||||||
* Thu Apr 04 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.2-1
|
|
||||||
- Rebase to 4.6.2
|
|
||||||
- Added explicit build dependency on ImageMagick. It somehow disappeared from emacs dependencies.
|
|
||||||
- Patched gnuplot.texi, new latex refused to compile it.
|
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.1-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 4.6.1-5
|
|
||||||
- rebuild due to "jpeg8-ABI" feature drop
|
|
||||||
|
|
||||||
* Fri Jan 4 2013 Tom Callaway <spot@fedoraproject.org> - 4.6.1-4
|
|
||||||
- link to libedit, not readline, due to license incompatibility.
|
|
||||||
|
|
||||||
* Fri Dec 07 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.1-3
|
|
||||||
- added build dependency - latex font
|
|
||||||
|
|
||||||
* Mon Nov 26 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.1-2
|
|
||||||
- dependency m17n-lib-flt renamed to m17n-lib
|
|
||||||
- fixed bogus dates n changelog (used my best guess)
|
|
||||||
|
|
||||||
* Tue Nov 6 2012 Peter Schiffer <pschiffe@redhat.com> 4.6.1-1
|
|
||||||
- resolves: #861849
|
|
||||||
updated to 4.6.1
|
|
||||||
- cleaned .spec file
|
|
||||||
- resolves: #759964
|
|
||||||
fixed sigsegv
|
|
||||||
- resolves: #812225
|
|
||||||
fixed sigsegv
|
|
||||||
- fixed requires/buildrequires
|
|
||||||
- added tex(pdftex.map) and libjpeg-turbo-devel buildrequires
|
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 12 2012 Peter Schiffer <pschiffe@redhat.com> 4.6.0-1
|
|
||||||
- resolves: #783421
|
|
||||||
update to 4.6.0
|
|
||||||
|
|
||||||
* Wed Jan 18 2012 Peter Schiffer <pschiffe@redhat.com> 4.4.4-3
|
|
||||||
- resolves: #761260
|
|
||||||
disabled wxWidgets support for RHEL
|
|
||||||
|
|
||||||
* Fri Jan 06 2012 Peter Schiffer <pschiffe@redhat.com> 4.4.4-2
|
|
||||||
- resolves: #769369
|
|
||||||
added dependency on texlive-texmf-xetex package for latex subpackage
|
|
||||||
run texhash after installing latex subpackage
|
|
||||||
- resolves: #769357
|
|
||||||
added upstream tikz-444.patch solving issue with tikz terminal
|
|
||||||
- resolves: #769355
|
|
||||||
added build dependency on texlive-texmf-latex because of subfigure.sty file
|
|
||||||
- rebuilt for gcc 4.7
|
|
||||||
|
|
||||||
* Wed Nov 16 2011 Peter Schiffer <pschiffe@redhat.com> 4.4.4-1
|
|
||||||
- resolves: #753745
|
|
||||||
update to 4.4.4
|
|
||||||
|
|
||||||
* Fri Nov 04 2011 Peter Schiffer <pschiffe@redhat.com> 4.4.3-3
|
|
||||||
- resolves: #728813
|
|
||||||
added missing lua terminal
|
|
||||||
|
|
||||||
* Fri Mar 11 2011 Ivana Hutarova Varekova <varekova@redhat.com> 4.4.3-2
|
|
||||||
- update to 4.4.3
|
|
||||||
|
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4.2-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Oct 1 2010 Ivana Hutarova Varekova <varekova@redhat.com> 4.4.2-1
|
|
||||||
- update to 4.4.2
|
|
||||||
|
|
||||||
* Wed Sep 29 2010 jkeating - 4.4.1-2
|
|
||||||
- Rebuilt for gcc bug 634757
|
|
||||||
|
|
||||||
* Tue Aug 17 2010 Ivana Hutarova Varekova <varekova@redhat.com> 4.4.1-1
|
|
||||||
- Resolves: #633283
|
|
||||||
update to 4.4.1
|
|
||||||
fix man-page bug
|
|
||||||
|
|
||||||
* Tue Aug 17 2010 Ivana Hutarova Varekova <varekova@redhat.com> 4.4.0-5
|
|
||||||
- Resolves: #537960
|
|
||||||
Could not find/open font when opening font "arial"
|
|
||||||
|
|
||||||
* Wed Jul 14 2010 Dan Horák <dan@danny.cz> - 4.4.0-4
|
|
||||||
- rebuilt against wxGTK-2.8.11-2
|
|
||||||
|
|
||||||
* Fri Mar 19 2010 Ivana Hutarova Varekova <varekova@redhat.com> 4.4.0-3
|
|
||||||
- Resolves #573873
|
|
||||||
fix the emacs variables (thanks Jonathan G. Underwood)
|
|
||||||
|
|
||||||
* Fri Mar 19 2010 Ivana Hutarova Varekova <varekova@redhat.com> 4.4.0-2
|
|
||||||
- Resolves #573873
|
|
||||||
mark emacs* and doc subpackages as noarch
|
|
||||||
|
|
||||||
* Thu Mar 18 2010 Ivana Hutarova Varekova <varekova@redhat.com> 4.4.0-1
|
|
||||||
- update to 4.4.0
|
|
||||||
spec file changes
|
|
||||||
|
|
||||||
* Tue Mar 2 2010 Ivana Hutarova Varekova <varekova@redhat.com> 4.2.6-2
|
|
||||||
- fix license tag
|
|
||||||
|
|
||||||
* Tue Sep 15 2009 Ivana Varekova <varekova@redhat.com> 4.2.6-1
|
|
||||||
- update to 4.2.6
|
|
||||||
|
|
||||||
* Mon Aug 10 2009 Ivana Varekova <varekova@redhat.com> 4.2.5-6
|
|
||||||
- fix installation with --excludedocs option (#515963)
|
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.5-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jun 15 2009 Ivana Varekova <varekova@redhat.com> - 4.2.5-4
|
|
||||||
- add gnuplot-latex subpackage
|
|
||||||
patch by jnovy
|
|
||||||
|
|
||||||
* Fri May 29 2009 Ivana Varekova <varekova@redhat.com> - 4.2.5-2
|
|
||||||
- fix preun scripts
|
|
||||||
|
|
||||||
* Thu May 28 2009 Ivana Varekova <varekova@redhat.com> - 4.2.5-1
|
|
||||||
- update to 4.2.5
|
|
||||||
|
|
||||||
* Fri Mar 27 2009 Ivana Varekova <varekova@redhat.com> - 4.2.4-6
|
|
||||||
- split documentation
|
|
||||||
|
|
||||||
* Tue Mar 10 2009 Ivana Varekova <varekova@redhat.com> - 4.2.4-5
|
|
||||||
- fix #489069 (update of the package from nonsplit version
|
|
||||||
causes the absence of gnuplot binary -
|
|
||||||
fixed using posttrans instead of post)
|
|
||||||
|
|
||||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.4-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 14 2009 Ivana Varekova <varekova@redhat.com> - 4.2.4-3
|
|
||||||
- fix sbin path
|
|
||||||
|
|
||||||
* Tue Jan 13 2009 Ivana Varekova <varekova@redhat.com> - 4.2.4-2
|
|
||||||
- add minimal package for server SIG purposes
|
|
||||||
|
|
||||||
* Fri Nov 7 2008 Ivana Varekova <varekova@redhat.com> - 4.2.4-1
|
|
||||||
- update to 4.2.4
|
|
||||||
|
|
||||||
* Fri May 9 2008 Ivana Varekova <varekova@redhat.com> - 4.2.3-1
|
|
||||||
- update to 4.2.3
|
|
||||||
|
|
||||||
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.2.2-10
|
|
||||||
- Autorebuild for GCC 4.3
|
|
||||||
|
|
||||||
* Tue Jan 29 2008 Ivana Varekova <varekova@redhat.com> - 4.2.2-9
|
|
||||||
- spec file cleanup
|
|
||||||
|
|
||||||
* Mon Jan 28 2008 Ivana Varekova <varekova@redhat.com> - 4.2.2-8
|
|
||||||
- fix 430335 - add wxGTK requires
|
|
||||||
|
|
||||||
* Mon Dec 10 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-7
|
|
||||||
- add wxGTK-devel dependency (#405411)
|
|
||||||
|
|
||||||
* Thu Nov 15 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-6
|
|
||||||
- add obsoletes tag
|
|
||||||
|
|
||||||
* Mon Nov 12 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-5
|
|
||||||
- fix 373941 - add provides tag
|
|
||||||
|
|
||||||
* Tue Nov 6 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-4
|
|
||||||
- fix webify.pl permissions
|
|
||||||
- add eg7.eps to documentation
|
|
||||||
|
|
||||||
* Thu Nov 1 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-3
|
|
||||||
- add emacs buildrequires
|
|
||||||
- add emacs-* macros
|
|
||||||
- remove useless iconv
|
|
||||||
|
|
||||||
* Thu Oct 25 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-2
|
|
||||||
- rename emacs subpackage, split intwo two parts
|
|
||||||
- add font directories
|
|
||||||
- clean spec file
|
|
||||||
|
|
||||||
* Thu Oct 25 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-1
|
|
||||||
- update to 4.2.2
|
|
||||||
|
|
||||||
* Wed Oct 17 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-7
|
|
||||||
- add URL tag
|
|
||||||
|
|
||||||
* Mon Sep 24 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-6
|
|
||||||
- spec file cleanup
|
|
||||||
|
|
||||||
* Fri Sep 7 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-5
|
|
||||||
- move emacs files to */site-lisp/gnuplot subdirectory
|
|
||||||
|
|
||||||
* Thu Sep 6 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-4
|
|
||||||
- change font paths, change documenatation
|
|
||||||
|
|
||||||
* Tue Aug 28 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-3
|
|
||||||
- Rebuild for selinux ppc32 issue.
|
|
||||||
- Remove obsolete file
|
|
||||||
|
|
||||||
* Tue Jul 3 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-2
|
|
||||||
- Resolves: #246316
|
|
||||||
remove info-look.20.{2,3}.el
|
|
||||||
|
|
||||||
* Mon May 21 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-1
|
|
||||||
- Resolves: #231205
|
|
||||||
update to 4.2.0
|
|
||||||
spec changes from Tim Orling
|
|
||||||
|
|
||||||
* Mon Mar 26 2007 Ivana Varekova <varekova@redhat.com> - 4.0.0-18
|
|
||||||
- add missing directories (#233838)
|
|
||||||
|
|
||||||
* Thu Mar 15 2007 Ivana Varekova <varekova@redhat.com> - 4.0.0-17
|
|
||||||
- incorporate the package review feedback
|
|
||||||
|
|
||||||
* Mon Jan 22 2007 Ivana Varekova <varekova@redhat.com> - 4.0.0-16
|
|
||||||
- Resolves: 223693
|
|
||||||
fix non-failsafe install-info problem
|
|
||||||
|
|
||||||
* Fri Dec 22 2006 Ivana Varekova <varekova@redhat.com> - 4.0.0-15
|
|
||||||
- Resolves: 173752
|
|
||||||
gnuplot refers to /usr/X11R6/lib/fonts/Type1
|
|
||||||
|
|
||||||
* Thu Dec 21 2006 Ivana Varekova <varekova@redhat.com> - 4.0.0-14
|
|
||||||
- remove --without-gd options (#173922, #172565)
|
|
||||||
- spec file cleanup
|
|
||||||
|
|
||||||
* Fri Dec 1 2006 Ivana Varekova <varekova@redhat.com> - 4.0.0-13
|
|
||||||
- rebuild against libncurses
|
|
||||||
|
|
||||||
* Wed Jul 26 2006 Jesse Keating <jkeating@redhat.com> - 4.0.0-12
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 4.0.0-11
|
|
||||||
- BuildRequires: libXt-devel
|
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.0.0-10.2.1
|
|
||||||
- bump again for double-long bug on ppc(64)
|
|
||||||
|
|
||||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.0.0-10.2
|
|
||||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
||||||
|
|
||||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
||||||
- rebuilt
|
|
||||||
|
|
||||||
* Wed Nov 02 2005 Phil Knirsch <pknirsch@redhat.com> 4.0.0-10
|
|
||||||
- Switched BuildPreReqs and Requires to modular xorg-x11 style
|
|
||||||
|
|
||||||
* Fri Oct 21 2005 Phil Knirsch <pknirsch@redhat.com> 4.0.0-9
|
|
||||||
- Fixed 64bit problem with x11 display (#167508)
|
|
||||||
- Added missing file ownage of /usr/share/gnuplot (#169333)
|
|
||||||
|
|
||||||
* Fri Sep 02 2005 Phil Knirsch <pknirsch@redhat.com> 4.0.0-8
|
|
||||||
- Fixed missing Requires: emacs for the gnuplot-emacs package
|
|
||||||
- Added a gnuplot-init.el file for startup (#151122)
|
|
||||||
|
|
||||||
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 4.0.0-7
|
|
||||||
- bump release and rebuild with gcc 4
|
|
||||||
|
|
||||||
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 4.0.0-6
|
|
||||||
- Rebuilt for new readline.
|
|
||||||
|
|
||||||
* Thu Dec 23 2004 Phil Knirsch <pknirsch@redhat.com> 4.0.0-5
|
|
||||||
- Added BUGS ChangeLog Copyright FAQ NEWS README TODO to docs (#139070)
|
|
||||||
|
|
||||||
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 4.0.0-4
|
|
||||||
- Build requires texinfo and readline-devel (bug #134922)
|
|
||||||
|
|
||||||
* Tue Sep 07 2004 Karsten Hopp <karsten@redhat.de> 4.0.0-3
|
|
||||||
- fix typo in preun script
|
|
||||||
|
|
||||||
* Thu Sep 2 2004 Bill Nottingham <notting@redhat.com> 4.0.0-2
|
|
||||||
- %%defattr fixes (#131640)
|
|
||||||
|
|
||||||
* Thu Aug 12 2004 Phil Knirsch <pknirsch@redhat.com> 4.0.0-1
|
|
||||||
- Update to gnuplot-4.0.0
|
|
||||||
- Split off emacs files into new subpackage
|
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
||||||
- rebuilt
|
|
||||||
|
|
||||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
||||||
- rebuilt
|
|
||||||
|
|
||||||
* Wed Jul 02 2003 Bill Nottingham <notting@redhat.com> 3.7.3-4
|
|
||||||
- fix license (#98449)
|
|
||||||
|
|
||||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
||||||
- rebuilt
|
|
||||||
|
|
||||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
||||||
- rebuilt
|
|
||||||
|
|
||||||
* Tue Jan 21 2003 Bill Nottingham <notting@redhat.com> 3.7.3-1
|
|
||||||
- update to 3.7.3
|
|
||||||
- don't bother patching it to do jpegs with gd instead of gifs,
|
|
||||||
as we haven't been building it with gd support anyway
|
|
||||||
|
|
||||||
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 3.7.2-2
|
|
||||||
- remove unpackaged files from the buildroot
|
|
||||||
|
|
||||||
* Thu Jul 18 2002 Bill Nottingham <notting@redhat.com> 3.7.2-1
|
|
||||||
- update to 3.7.2
|
|
||||||
|
|
||||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
||||||
- automated rebuild
|
|
||||||
|
|
||||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
||||||
- automated rebuild
|
|
||||||
|
|
||||||
* Thu Feb 21 2002 Bill Nottingham <notting@redhat.com>
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Wed Jan 23 2002 Bill Nottingham <notting@redhat.com> 3.7.1-16
|
|
||||||
- fix bug #43620 (<broeker@physik.rwth-aachen.de>)
|
|
||||||
|
|
||||||
* Tue Jan 22 2002 Bill Nottingham <notting@redhat.com> 3.7.1-15
|
|
||||||
- fix bug #21341 (<wtcorrea@cs.princeton.edu>)
|
|
||||||
|
|
||||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
||||||
- automated rebuild
|
|
||||||
|
|
||||||
* Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.7.1-13
|
|
||||||
- rebuild with new readline
|
|
||||||
- Fix up License: and URL: tags in specfile
|
|
||||||
|
|
||||||
* Tue Aug 22 2000 Bill Nottingham <notting@redhat.com>
|
|
||||||
- remove zlib-devel requirement (#16718)
|
|
||||||
|
|
||||||
* Wed Aug 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
|
||||||
- rebuild with libpng 1.0.8
|
|
||||||
|
|
||||||
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
||||||
- automatic rebuild
|
|
||||||
|
|
||||||
* Mon Jun 19 2000 Bill Nottingham <notting@redhat.com>
|
|
||||||
- fix manpage paths
|
|
||||||
|
|
||||||
* Fri Jun 9 2000 Bill Nottingham <notting@redhat.com>
|
|
||||||
- rebuild in new environment
|
|
||||||
|
|
||||||
* Fri May 19 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
||||||
- rebuild with new gd, changing gif terminal to jpeg terminal (release 7)
|
|
||||||
|
|
||||||
* Mon May 08 2000 Preston Brown <pbrown@redhat.com>
|
|
||||||
- build for 7.0
|
|
||||||
|
|
||||||
* Thu Apr 6 2000 Bill Nottingham <notting@redhat.com>
|
|
||||||
- use gnu readline, not built-in version
|
|
||||||
|
|
||||||
* Mon Apr 3 2000 Bill Nottingham <notting@redhat.com>
|
|
||||||
- add latex tutorial, demo files, other docs (#10508)
|
|
||||||
|
|
||||||
* Wed Mar 1 2000 Bill Nottingham <notting@redhat.com>
|
|
||||||
- update to 3.7.1. Oops.
|
|
||||||
|
|
||||||
* Thu Feb 3 2000 Bill Nottingham <notting@redhat.com>
|
|
||||||
- handle compressed man pages
|
|
||||||
|
|
||||||
* Thu Nov 4 1999 Bill Nottingham <notting@redhat.com>
|
|
||||||
- update to 3.7.1
|
|
||||||
|
|
||||||
* Mon Oct 11 1999 Bill Nottingham <notting@redhat.com>
|
|
||||||
- ship some docs.
|
|
||||||
|
|
||||||
* Wed Aug 18 1999 Bill Nottingham <notting@redhat.com>
|
|
||||||
- add a patch to fix postscript output from Bernd Kischnick
|
|
||||||
(kisch@die-herrmanns.de)
|
|
||||||
|
|
||||||
* Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
|
|
||||||
- fix license
|
|
||||||
|
|
||||||
* Thu Jul 15 1999 Bill Nottingham <notting@redhat.com>
|
|
||||||
- rebuild without svgalib
|
|
||||||
|
|
||||||
* Tue Jun 15 1999 Bill Nottingham <notting@redhat.com>
|
|
||||||
- update to 3.7.0.1
|
|
||||||
|
|
||||||
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
||||||
- auto rebuild in the new build environment (release 2)
|
|
||||||
|
|
||||||
* Tue Feb 2 1999 Jeff Johnson <jbj@redhat.com>
|
|
||||||
- update to 3.7.
|
|
||||||
|
|
||||||
* Thu Dec 17 1998 Michael Maher <mike@redhat.com>
|
|
||||||
- built package for 6.0
|
|
||||||
|
|
||||||
* Fri Sep 11 1998 Jeff Johnson <jbj@redhat.com>
|
|
||||||
- update to 2.6beta347
|
|
||||||
|
|
||||||
* Sat Aug 15 1998 Jeff Johnson <jbj@redhat.com>
|
|
||||||
- build root
|
|
||||||
|
|
||||||
* Thu May 07 1998 Prospector System <bugs@redhat.com>
|
|
||||||
- translations modified for de, fr, tr
|
|
||||||
|
|
||||||
* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
|
|
||||||
- spec file cleanups
|
|
||||||
|
|
||||||
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
|
|
||||||
- built against glibc
|
|
Loading…
Reference in New Issue
Block a user