2015-01-09 18:08:19 +00:00
|
|
|
%global major 5
|
2021-08-04 04:07:27 +00:00
|
|
|
%global minor 4
|
2022-10-28 01:38:16 +00:00
|
|
|
%global patchlevel 5
|
2007-05-21 10:52:05 +00:00
|
|
|
|
2012-10-10 11:29:37 +00:00
|
|
|
%global x11_app_defaults_dir %{_datadir}/X11/app-defaults
|
2007-09-24 12:04:20 +00:00
|
|
|
|
2021-01-25 12:05:20 +00:00
|
|
|
%if 0%{?fedora}
|
2018-01-24 13:25:28 +00:00
|
|
|
%bcond_without wx
|
|
|
|
%else
|
|
|
|
%bcond_with wx
|
|
|
|
%endif
|
|
|
|
|
2022-01-08 04:22:05 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 9
|
2019-08-19 09:38:10 +00:00
|
|
|
%bcond_without libcerf
|
|
|
|
%else
|
|
|
|
%bcond_with libcerf
|
|
|
|
%endif
|
|
|
|
|
2006-12-21 11:23:29 +00:00
|
|
|
Summary: A program for plotting mathematical expressions and data
|
2004-09-09 05:44:45 +00:00
|
|
|
Name: gnuplot
|
2007-05-21 10:52:05 +00:00
|
|
|
Version: %{major}.%{minor}.%{patchlevel}
|
2022-10-28 01:38:16 +00:00
|
|
|
Release: 1%{?dist}
|
2012-10-10 11:29:37 +00:00
|
|
|
# MIT .. term/PostScript/aglfn.txt
|
2010-03-18 13:42:10 +00:00
|
|
|
License: gnuplot and MIT
|
2007-10-17 12:34:02 +00:00
|
|
|
URL: http://www.gnuplot.info/
|
2017-06-26 17:41:23 +00:00
|
|
|
# Need to remove non-free lena files
|
|
|
|
# rm -rf demo/lena*
|
2020-02-07 03:17:16 +00:00
|
|
|
# Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
2022-10-28 01:38:16 +00:00
|
|
|
Source0: %{name}-%{version}-clean.tar.xz
|
2012-10-10 11:29:37 +00:00
|
|
|
Source1: gnuplot-init.el
|
|
|
|
|
|
|
|
Patch1: gnuplot-4.2.0-fonts.patch
|
2012-10-10 12:04:01 +00:00
|
|
|
# resolves: #812225
|
|
|
|
# submitted upstream: http://sourceforge.net/tracker/?func=detail&aid=3558973&group_id=2055&atid=302055
|
|
|
|
Patch3: gnuplot-4.6.1-plot-sigsegv.patch
|
2014-02-04 09:56:39 +00:00
|
|
|
Patch4: gnuplot-4.6.4-singlethread.patch
|
2015-01-26 19:17:33 +00:00
|
|
|
Patch5: gnuplot-5.0.0-lua_checkint.patch
|
2022-01-08 04:22:05 +00:00
|
|
|
Patch6: gnuplot-5.4.3-no-lena.patch
|
2018-08-08 14:50:15 +00:00
|
|
|
Patch7: gnuplot-5.2.2-doc.patch
|
2019-08-19 09:27:48 +00:00
|
|
|
Patch8: gnuplot-5.2.8-cmd-opts.patch
|
2020-07-23 19:19:54 +00:00
|
|
|
Patch9: gnuplot-config.patch
|
2012-10-10 11:29:37 +00:00
|
|
|
|
2009-01-13 11:51:08 +00:00
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2010-08-17 08:02:52 +00:00
|
|
|
Requires: dejavu-sans-fonts
|
2009-01-13 11:51:08 +00:00
|
|
|
Requires(post): %{_sbindir}/alternatives
|
|
|
|
Requires(preun): %{_sbindir}/alternatives
|
2012-10-10 11:29:37 +00:00
|
|
|
|
2014-11-19 21:03:48 +00:00
|
|
|
#libedit-devel can not handle utf8, readline-devel is not legal with gnuplot, stick to builtin
|
2012-10-10 11:29:37 +00:00
|
|
|
BuildRequires: cairo-devel, emacs, gd-devel, giflib-devel, libotf, libpng-devel
|
2012-11-26 16:32:38 +00:00
|
|
|
BuildRequires: librsvg2, libX11-devel, libXt-devel, lua-devel, m17n-lib
|
2014-11-19 21:03:48 +00:00
|
|
|
BuildRequires: pango-devel, tex(latex), tex(subfigure.sty)
|
2021-07-22 15:34:19 +00:00
|
|
|
BuildRequires: tex(cm-super-t1.enc), tex-tex4ht, texinfo
|
2013-10-09 21:21:06 +00:00
|
|
|
BuildRequires: /usr/bin/texi2dvi
|
2015-01-09 18:08:19 +00:00
|
|
|
BuildRequires: zlib-devel, libjpeg-turbo-devel, tex(ecrm1000.tfm), latex2html
|
2013-08-20 12:16:04 +00:00
|
|
|
#qt-terminal requires libqt >= 4.5
|
2016-05-24 15:50:10 +00:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtsvg-devel
|
|
|
|
BuildRequires: qt5-linguist
|
2019-08-19 09:38:10 +00:00
|
|
|
%if %{with libcerf}
|
|
|
|
BuildRequires: libcerf-devel >= 1.11
|
|
|
|
%endif
|
2018-01-24 13:25:28 +00:00
|
|
|
%if %{with wx}
|
2022-08-04 18:43:22 +00:00
|
|
|
BuildRequires: wxGTK-devel
|
2012-10-10 11:29:37 +00:00
|
|
|
%endif
|
2021-01-05 05:13:13 +00:00
|
|
|
BuildRequires: make
|
2004-09-09 05:44:45 +00:00
|
|
|
|
2015-02-11 15:13:06 +00:00
|
|
|
Obsoletes: gnuplot-qt < 5.0.0-4
|
|
|
|
|
2004-09-09 05:44:45 +00:00
|
|
|
%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.
|
|
|
|
|
2018-01-24 13:25:28 +00:00
|
|
|
This package provides a Qt based terminal version of gnuplot.
|
|
|
|
|
2009-01-13 11:51:08 +00:00
|
|
|
%package common
|
2010-03-02 15:05:11 +00:00
|
|
|
Summary: The common gnuplot parts
|
2015-01-26 19:17:33 +00:00
|
|
|
#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
|
2009-01-13 11:51:08 +00:00
|
|
|
|
|
|
|
%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.
|
|
|
|
|
2018-01-24 13:25:28 +00:00
|
|
|
This subpackage contains common parts needed for all versions of gnuplot.
|
2009-01-13 11:51:08 +00:00
|
|
|
|
|
|
|
%package minimal
|
|
|
|
Summary: Minimal version of program for plotting mathematical expressions and data
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
Requires(post): %{_sbindir}/alternatives
|
|
|
|
Requires(preun): %{_sbindir}/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.
|
|
|
|
|
2012-10-09 14:33:35 +00:00
|
|
|
Install gnuplot-minimal if you need a minimal version of graphics package
|
2009-01-13 11:51:08 +00:00
|
|
|
for scientific data representation.
|
|
|
|
|
2018-01-24 13:25:28 +00:00
|
|
|
%if %{with wx}
|
2015-01-23 23:13:43 +00:00
|
|
|
%package wx
|
2018-01-24 13:25:28 +00:00
|
|
|
Summary: wxGTK interface for gnuplot
|
2013-10-09 21:21:06 +00:00
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
Requires(post): %{_sbindir}/alternatives
|
|
|
|
Requires(preun): %{_sbindir}/alternatives
|
2015-02-11 15:13:06 +00:00
|
|
|
Provides: gnuplot
|
|
|
|
Obsoletes: gnuplot < 5.0.0-4
|
2013-10-09 21:21:06 +00:00
|
|
|
|
2015-01-23 23:13:43 +00:00
|
|
|
%description wx
|
2013-10-09 21:21:06 +00:00
|
|
|
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.
|
|
|
|
|
2018-01-24 13:25:28 +00:00
|
|
|
This package provides a wxGTK based terminal version of gnuplot.
|
|
|
|
%endif
|
2013-10-09 21:21:06 +00:00
|
|
|
|
2015-01-09 18:08:19 +00:00
|
|
|
#%package -n emacs-%{name}
|
|
|
|
#Group: Applications/Engineering
|
|
|
|
#Summary: Emacs bindings for the gnuplot main application
|
|
|
|
#Requires: %{name} = %{version}-%{release}
|
|
|
|
#Requires: emacs >= %{_emacs_version}
|
|
|
|
#BuildRequires: emacs-el pkgconfig
|
|
|
|
#BuildArch: noarch
|
|
|
|
#Provides: gnuplot-emacs = %{version}-%{release}
|
|
|
|
|
|
|
|
#%description -n emacs-%{name}
|
|
|
|
#The gnuplot-emacs package contains the emacs related .elc files so that gnuplot
|
|
|
|
#nicely interacts and integrates into emacs.
|
|
|
|
|
|
|
|
#%package -n emacs-%{name}-el
|
|
|
|
#Group: Applications/Engineering
|
|
|
|
#Summary: Emacs bindings for the gnuplot main application
|
|
|
|
#Requires: emacs-%{name} = %{version}-%{release}
|
|
|
|
#BuildArch: noarch
|
|
|
|
|
|
|
|
#%description -n emacs-%{name}-el
|
|
|
|
#The gnuplot-emacs package contains the emacs related .el files so that gnuplot
|
|
|
|
#nicely interacts and integrates into emacs.
|
2004-09-09 05:46:41 +00:00
|
|
|
|
2012-01-06 13:59:37 +00:00
|
|
|
%package doc
|
2009-03-27 14:22:17 +00:00
|
|
|
Summary: Documentation fo bindings for the gnuplot main application
|
2015-01-26 19:17:33 +00:00
|
|
|
BuildArch: noarch
|
2009-03-27 14:22:17 +00:00
|
|
|
|
|
|
|
%description doc
|
2012-10-09 14:33:35 +00:00
|
|
|
The gnuplot-doc package contains the documentation related to gnuplot
|
2009-03-27 14:22:17 +00:00
|
|
|
plotting tool
|
|
|
|
|
2012-01-06 13:59:37 +00:00
|
|
|
%package latex
|
2009-06-15 08:46:05 +00:00
|
|
|
Summary: Configuration for LaTeX typesetting using gnuplot
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2012-11-26 16:32:38 +00:00
|
|
|
Requires: tex(latex), tex(cm-super-t1.enc), tex(ecrm1000.tfm), tex(utf8x.def), tex-preview
|
2009-06-15 08:46:05 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description latex
|
2012-10-09 14:33:35 +00:00
|
|
|
The gnuplot-latex package contains LaTeX configuration file related to gnuplot
|
2009-06-15 08:46:05 +00:00
|
|
|
plotting tool.
|
|
|
|
|
2004-09-09 05:44:45 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2012-10-10 11:29:37 +00:00
|
|
|
%patch1 -p1 -b .font
|
2012-10-10 12:04:01 +00:00
|
|
|
%patch3 -p1 -b .plot-sigsegv
|
2014-02-04 09:56:39 +00:00
|
|
|
%patch4 -p1 -b .isinglethread
|
2015-01-26 19:17:33 +00:00
|
|
|
%patch5 -p1 -b .checkint
|
2017-06-26 17:41:23 +00:00
|
|
|
%patch6 -p1 -b .nolena
|
2018-08-08 14:50:15 +00:00
|
|
|
%patch7 -p1 -b .doc
|
2018-08-13 16:44:32 +00:00
|
|
|
%patch8 -p1 -b .cmd-opts
|
2020-07-23 19:19:54 +00:00
|
|
|
%patch9 -p1 -b .config
|
2007-09-24 12:04:20 +00:00
|
|
|
sed -i -e 's:"/usr/lib/X11/app-defaults":"%{x11_app_defaults_dir}":' src/gplt_x11.c
|
2007-10-26 10:42:22 +00:00
|
|
|
chmod 644 src/getcolor.h
|
2007-11-06 13:48:24 +00:00
|
|
|
chmod 644 demo/html/webify.pl
|
2010-03-18 13:42:10 +00:00
|
|
|
chmod 644 demo/html/webify_svg.pl
|
|
|
|
chmod 644 demo/html/webify_canvas.pl
|
2004-09-09 05:44:45 +00:00
|
|
|
|
|
|
|
%build
|
2015-01-26 19:17:33 +00:00
|
|
|
#remove binaries from source tarball
|
|
|
|
rm -rf demo/plugin/*.so demo/plugin/*.o
|
|
|
|
|
2021-08-04 04:07:27 +00:00
|
|
|
%global configure_opts --with-readline=builtin \\\
|
2018-08-08 14:50:15 +00:00
|
|
|
--enable-history-file --with-texdir=/usr/share/texlive/texmf-dist/tex/latex/gnuplot
|
2018-01-24 13:25:28 +00:00
|
|
|
|
2009-01-13 11:51:08 +00:00
|
|
|
# at first create minimal version of gnuplot for server SIG purposes
|
2013-10-09 21:21:06 +00:00
|
|
|
mkdir minimal
|
|
|
|
cd minimal
|
|
|
|
ln -s ../configure .
|
2019-08-19 09:38:10 +00:00
|
|
|
%configure %{configure_opts} --disable-wxwidgets --without-qt %{?with_libcerf:--with-libcerf} %{!?with_libcerf:--without-libcerf}
|
2009-01-13 11:51:08 +00:00
|
|
|
make %{?_smp_mflags}
|
2013-10-09 21:21:06 +00:00
|
|
|
cd -
|
2004-09-09 05:44:45 +00:00
|
|
|
|
2009-01-13 11:51:08 +00:00
|
|
|
# create full version of gnuplot
|
2018-01-24 13:25:28 +00:00
|
|
|
%if %{with wx}
|
|
|
|
# With wxGTK support (Fedora only)
|
2013-10-09 21:21:06 +00:00
|
|
|
mkdir wx
|
|
|
|
cd wx
|
|
|
|
ln -s ../configure .
|
2019-08-19 09:38:10 +00:00
|
|
|
%configure %{configure_opts} --without-qt %{?with_libcerf:--with-libcerf} %{!?with_libcerf:--without-libcerf}
|
2013-10-09 21:21:06 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
cd -
|
2018-01-24 13:25:28 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
# With Qt support
|
2013-10-09 21:21:06 +00:00
|
|
|
mkdir qt
|
|
|
|
cd qt
|
|
|
|
ln -s ../configure .
|
2019-08-19 09:38:10 +00:00
|
|
|
%configure %{configure_opts} --disable-wxwidgets --enable-qt %{?with_libcerf:--with-libcerf} %{!?with_libcerf:--without-libcerf}
|
2007-10-26 10:42:22 +00:00
|
|
|
make %{?_smp_mflags}
|
2013-10-09 21:21:06 +00:00
|
|
|
cd -
|
2015-01-09 18:08:19 +00:00
|
|
|
|
2004-09-09 05:44:45 +00:00
|
|
|
|
2013-10-09 21:21:06 +00:00
|
|
|
# Docs don't build properly out of tree
|
2021-08-04 04:07:27 +00:00
|
|
|
%configure %{configure_opts}
|
2013-10-09 21:21:06 +00:00
|
|
|
ln -s ../minimal/src/gnuplot src/
|
2013-10-10 15:56:57 +00:00
|
|
|
make -C docs html info
|
2007-09-24 12:04:20 +00:00
|
|
|
export GNUPLOT_PS_DIR=../../term/PostScript
|
2013-10-09 21:21:06 +00:00
|
|
|
make -C docs/psdoc ps_symbols.ps ps_fontfile_doc.pdf
|
2007-10-26 10:42:22 +00:00
|
|
|
rm -rf docs/htmldocs/images.idx
|
2004-09-09 05:44:45 +00:00
|
|
|
|
|
|
|
%install
|
2018-01-24 13:25:28 +00:00
|
|
|
%if %{with wx}
|
2013-10-09 21:21:06 +00:00
|
|
|
# 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
|
2018-01-24 13:25:28 +00:00
|
|
|
%endif
|
|
|
|
|
2013-10-09 21:21:06 +00:00
|
|
|
# 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
|
2018-01-24 13:25:28 +00:00
|
|
|
|
2013-10-09 21:21:06 +00:00
|
|
|
# install minimal binary
|
|
|
|
install -p -m 755 minimal/src/gnuplot $RPM_BUILD_ROOT%{_bindir}/gnuplot-minimal
|
|
|
|
|
2013-10-10 15:56:57 +00:00
|
|
|
# install info
|
|
|
|
make -C docs install-info DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
|
|
|
|
2013-10-09 21:21:06 +00:00
|
|
|
# install emacs files
|
2015-01-09 18:08:19 +00:00
|
|
|
#install -d ${RPM_BUILD_ROOT}/%{_emacs_sitestartdir}/
|
|
|
|
#install -p -m 644 %SOURCE1 ${RPM_BUILD_ROOT}/%{_emacs_sitestartdir}/gnuplot-init.el
|
|
|
|
#rm -f $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/info-look*.el*
|
|
|
|
#install -d ${RPM_BUILD_ROOT}/%{_emacs_sitelispdir}/%{name}
|
|
|
|
#mv $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/gnuplot.el{,c} $RPM_BUILD_ROOT/%{_emacs_sitelispdir}/%{name}
|
|
|
|
#mv $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/gnuplot-gui.el{,c} $RPM_BUILD_ROOT/%{_emacs_sitelispdir}/%{name}
|
2007-09-07 08:46:37 +00:00
|
|
|
|
2015-01-13 14:00:12 +00:00
|
|
|
#packaged by info package, updated by post-installation script, do not package here
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
|
|
2007-09-24 12:04:20 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{x11_app_defaults_dir}
|
2010-03-18 13:42:10 +00:00
|
|
|
mv $RPM_BUILD_ROOT%{_datadir}/gnuplot/%{major}.%{minor}/app-defaults/Gnuplot $RPM_BUILD_ROOT%{x11_app_defaults_dir}/Gnuplot
|
2007-09-24 12:04:20 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/
|
|
|
|
|
2018-08-13 16:44:32 +00:00
|
|
|
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
|
2015-01-09 18:08:19 +00:00
|
|
|
|
2015-04-13 14:47:03 +00:00
|
|
|
#ghost provide /usr/bin/gnuplot
|
|
|
|
touch $RPM_BUILD_ROOT%{_bindir}/gnuplot
|
|
|
|
|
2009-03-10 12:59:07 +00:00
|
|
|
%posttrans
|
2015-02-02 14:33:03 +00:00
|
|
|
%{_sbindir}/alternatives --install %{_bindir}/gnuplot gnuplot %{_bindir}/gnuplot-qt 61
|
2009-01-13 11:51:08 +00:00
|
|
|
|
2009-03-10 12:59:07 +00:00
|
|
|
%posttrans minimal
|
2009-01-13 11:51:08 +00:00
|
|
|
%{_sbindir}/alternatives --install %{_bindir}/gnuplot gnuplot %{_bindir}/gnuplot-minimal 40
|
|
|
|
|
2018-01-24 13:25:28 +00:00
|
|
|
%if %{with wx}
|
2015-01-23 23:13:43 +00:00
|
|
|
%posttrans wx
|
|
|
|
%{_sbindir}/alternatives --install %{_bindir}/gnuplot gnuplot %{_bindir}/gnuplot-wx 50
|
2018-01-24 13:25:28 +00:00
|
|
|
%endif
|
2013-10-09 21:21:06 +00:00
|
|
|
|
2004-09-09 05:46:41 +00:00
|
|
|
%preun
|
2009-01-13 11:51:08 +00:00
|
|
|
if [ $1 = 0 ]; then
|
2015-01-23 23:13:43 +00:00
|
|
|
%{_sbindir}/alternatives --remove gnuplot %{_bindir}/gnuplot-qt || :
|
2009-01-13 11:51:08 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%preun minimal
|
|
|
|
if [ $1 = 0 ]; then
|
2009-05-29 07:04:06 +00:00
|
|
|
%{_sbindir}/alternatives --remove gnuplot %{_bindir}/gnuplot-minimal || :
|
2009-01-13 11:51:08 +00:00
|
|
|
fi
|
|
|
|
|
2018-01-24 13:25:28 +00:00
|
|
|
%if %{with wx}
|
2015-01-23 23:13:43 +00:00
|
|
|
%preun wx
|
2013-10-09 21:21:06 +00:00
|
|
|
if [ $1 = 0 ]; then
|
2015-01-23 23:13:43 +00:00
|
|
|
%{_sbindir}/alternatives --remove gnuplot %{_bindir}/gnuplot-wx || :
|
2013-10-09 21:21:06 +00:00
|
|
|
fi
|
2018-01-24 13:25:28 +00:00
|
|
|
%endif
|
2013-10-09 21:21:06 +00:00
|
|
|
|
2012-10-23 15:22:30 +00:00
|
|
|
%post latex
|
|
|
|
[ -e %{_bindir}/texhash ] && %{_bindir}/texhash 2> /dev/null;
|
2004-09-09 05:44:45 +00:00
|
|
|
|
|
|
|
%files
|
2015-04-13 14:47:03 +00:00
|
|
|
%ghost %attr(0755,-,-) %{_bindir}/gnuplot
|
2021-08-04 04:07:27 +00:00
|
|
|
%doc Copyright
|
2015-01-23 23:13:43 +00:00
|
|
|
%{_bindir}/gnuplot-qt
|
|
|
|
%{_libexecdir}/gnuplot/%{major}.%{minor}/gnuplot_qt
|
|
|
|
%{_datadir}/gnuplot/%{major}.%{minor}/qt/
|
2009-01-13 11:51:08 +00:00
|
|
|
|
2009-03-27 14:22:17 +00:00
|
|
|
%files doc
|
2021-08-04 04:07:27 +00:00
|
|
|
%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
|
2009-03-27 14:22:17 +00:00
|
|
|
|
|
|
|
%files common
|
2021-08-04 04:07:27 +00:00
|
|
|
%doc BUGS Copyright FAQ.pdf NEWS README RELEASE_NOTES
|
2004-09-09 05:46:41 +00:00
|
|
|
%{_mandir}/man1/gnuplot.1.gz
|
2018-08-13 16:44:32 +00:00
|
|
|
%{_mandir}/man1/gnuplot-qt.1.gz
|
2007-03-26 08:28:04 +00:00
|
|
|
%dir %{_datadir}/gnuplot
|
2007-05-21 10:52:05 +00:00
|
|
|
%dir %{_datadir}/gnuplot/%{major}.%{minor}
|
|
|
|
%dir %{_datadir}/gnuplot/%{major}.%{minor}/PostScript
|
|
|
|
%{_datadir}/gnuplot/%{major}.%{minor}/PostScript/*.ps
|
2010-03-18 13:42:10 +00:00
|
|
|
%{_datadir}/gnuplot/%{major}.%{minor}/PostScript/aglfn.txt
|
|
|
|
%dir %{_datadir}/gnuplot/%{major}.%{minor}/js
|
|
|
|
%{_datadir}/gnuplot/%{major}.%{minor}/js/*
|
2012-07-12 13:01:39 +00:00
|
|
|
%dir %{_datadir}/gnuplot/%{major}.%{minor}/lua/
|
|
|
|
%{_datadir}/gnuplot/%{major}.%{minor}/lua/gnuplot-tikz.lua
|
|
|
|
%{_datadir}/gnuplot/%{major}.%{minor}/colors_*
|
2007-05-21 10:52:05 +00:00
|
|
|
%{_datadir}/gnuplot/%{major}.%{minor}/gnuplot.gih
|
2012-07-12 13:01:39 +00:00
|
|
|
%{_datadir}/gnuplot/%{major}.%{minor}/gnuplotrc
|
2009-01-13 11:51:08 +00:00
|
|
|
%dir %{_libexecdir}/gnuplot
|
|
|
|
%dir %{_libexecdir}/gnuplot/%{major}.%{minor}
|
|
|
|
%{_libexecdir}/gnuplot/%{major}.%{minor}/gnuplot_x11
|
2007-09-24 12:04:20 +00:00
|
|
|
%{x11_app_defaults_dir}/Gnuplot
|
2019-04-24 12:56:33 +00:00
|
|
|
%{_infodir}/gnuplot.info.*
|
2004-09-09 05:46:41 +00:00
|
|
|
|
2009-01-13 11:51:08 +00:00
|
|
|
%files minimal
|
2015-04-13 14:47:03 +00:00
|
|
|
%ghost %attr(0755,-,-) %{_bindir}/gnuplot
|
2021-08-04 04:07:27 +00:00
|
|
|
%doc Copyright
|
2009-01-13 11:51:08 +00:00
|
|
|
%{_bindir}/gnuplot-minimal
|
|
|
|
|
2018-01-24 13:25:28 +00:00
|
|
|
%if %{with wx}
|
2015-01-23 23:13:43 +00:00
|
|
|
%files wx
|
2015-04-13 14:47:03 +00:00
|
|
|
%ghost %attr(0755,-,-) %{_bindir}/gnuplot
|
2018-08-13 16:44:32 +00:00
|
|
|
%{_mandir}/man1/gnuplot-wx.1.gz
|
2021-08-04 04:07:27 +00:00
|
|
|
%doc Copyright
|
2015-01-23 23:13:43 +00:00
|
|
|
%{_bindir}/gnuplot-wx
|
2018-01-24 13:25:28 +00:00
|
|
|
%endif
|
2013-10-09 21:21:06 +00:00
|
|
|
|
2015-01-09 18:08:19 +00:00
|
|
|
#%files -n emacs-%{name}
|
2021-08-04 04:07:27 +00:00
|
|
|
#%doc Copyright
|
2015-01-09 18:08:19 +00:00
|
|
|
#%dir %{_emacs_sitelispdir}/%{name}
|
|
|
|
#%{_emacs_sitelispdir}/*.elc
|
|
|
|
#%{_emacs_sitelispdir}/%{name}/*.elc
|
|
|
|
#%{_emacs_sitestartdir}/*.el
|
2004-09-09 05:46:41 +00:00
|
|
|
|
2015-01-09 18:08:19 +00:00
|
|
|
#%files -n emacs-%{name}-el
|
2021-08-04 04:07:27 +00:00
|
|
|
#%doc Copyright
|
2015-01-09 18:08:19 +00:00
|
|
|
#%{_emacs_sitelispdir}/%{name}/*.el
|
|
|
|
#%{_emacs_sitelispdir}/*.el
|
2007-10-26 10:42:22 +00:00
|
|
|
|
2009-06-15 08:46:05 +00:00
|
|
|
%files latex
|
2021-08-04 04:07:27 +00:00
|
|
|
%doc Copyright
|
2018-08-08 14:50:15 +00:00
|
|
|
%{_datadir}/texlive/texmf-dist/tex/latex/gnuplot/
|
2009-06-15 08:46:05 +00:00
|
|
|
|
2004-09-09 05:44:45 +00:00
|
|
|
%changelog
|
2022-10-28 01:38:16 +00:00
|
|
|
* Thu Oct 27 2022 Orion Poplawski <orion@nwra.com> - 5.4.5-1
|
|
|
|
- Update to 5.4.5
|
|
|
|
|
2022-08-04 18:43:22 +00:00
|
|
|
* Thu Aug 04 2022 Scott Talbert <swt@techie.net> - 5.4.3-5
|
|
|
|
- Rebuild with wxWidgets 3.2
|
|
|
|
|
2022-07-21 07:11:21 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-04-13 10:17:22 +00:00
|
|
|
* Wed Apr 13 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.4.3-3
|
|
|
|
- Rebuild for libcerf.so.2
|
|
|
|
|
2022-01-20 06:52:39 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-08 04:22:05 +00:00
|
|
|
* 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
|
2021-08-04 04:07:27 +00:00
|
|
|
- Update to 5.4.2
|
|
|
|
|
2021-08-05 17:37:09 +00:00
|
|
|
* Thu Aug 05 2021 Vasiliy N. Glazov <vascom2@gmail.com> - 5.2.8-11
|
|
|
|
- Fix Qlist error message #1970658
|
|
|
|
|
2021-07-22 15:34:19 +00:00
|
|
|
* Thu Jul 22 2021 Scott Talbert <swt@techie.net> - 5.2.8-10
|
|
|
|
- Fix FTBFS due to dropped texlive package
|
|
|
|
|
2021-07-22 02:29:36 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.8-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 10:07:04 +00:00
|
|
|
* Tue Jan 26 2021 Tomas Popela <tpopela@redhat.com> - 5.2.8-8
|
2021-01-25 12:05:20 +00:00
|
|
|
- Don't enable wxGTK support on RHEL
|
|
|
|
|
2021-01-26 08:53:32 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.8-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-23 20:57:29 +00:00
|
|
|
* Wed Aug 05 2020 Merlin Mathesius <mmathesi@redhat.com> - 5.2.8-6
|
|
|
|
- Minor conditional fixes for ELN
|
|
|
|
|
2020-08-01 02:25:28 +00:00
|
|
|
* 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
|
|
|
|
|
2020-07-27 20:53:18 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-23 19:19:54 +00:00
|
|
|
* Thu Jul 23 2020 Jeff Law <law@redhat.com> - 5.2.8-3
|
|
|
|
- Fix broken configure test compromised by LTO
|
|
|
|
|
2019-08-19 09:38:10 +00:00
|
|
|
* Tue Feb 25 2020 Pavel Cahyna <pcahyna@redhat.com> - 5.2.8-2
|
|
|
|
- Enable libcerf (bz#1476616)
|
|
|
|
|
2020-02-07 03:40:18 +00:00
|
|
|
* Thu Feb 6 2020 Orion Poplawski <orion@nwra.com> - 5.2.8-1
|
|
|
|
- Update to 5.2.8 (bz#1457252)
|
|
|
|
|
2018-08-08 14:50:15 +00:00
|
|
|
* 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
|
2018-08-13 16:44:32 +00:00
|
|
|
- Correct the description of command line options in manpage, bz#1611336
|
|
|
|
- Install gnuplot-qt and gnuplot-wx manpage links, bz#1611336
|
2018-08-08 14:50:15 +00:00
|
|
|
|
2020-01-28 23:06:35 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 04:29:58 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-04-24 12:56:33 +00:00
|
|
|
* Wed Apr 24 2019 Björn Esser <besser82@fedoraproject.org> - 5.0.6-12
|
|
|
|
- Remove hardcoded gzip suffix from GNU info pages
|
|
|
|
|
2019-01-31 23:28:58 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-06-01 12:10:56 +00:00
|
|
|
* 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)
|
|
|
|
|
2018-07-13 03:08:20 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 13:43:25 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-24 13:25:28 +00:00
|
|
|
* Wed Jan 24 2018 Tomas Hoger <thoger@redhat.com> - 5.0.6-7
|
|
|
|
- Fix conditionals for building with(out) wxGTK support
|
|
|
|
|
2017-09-19 21:08:58 +00:00
|
|
|
* Tue Sep 19 2017 Troy Dawson <tdawson@redhat.com> - 5.0.6-6
|
|
|
|
- Cleanup spec file conditionals
|
|
|
|
|
2017-08-02 22:11:31 +00:00
|
|
|
* 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
|
|
|
|
|
2017-07-26 11:00:12 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-26 17:41:23 +00:00
|
|
|
* Mon Jun 26 2017 Tom Callaway <spot@fedoraproject.org> - 5.0.6-3
|
|
|
|
- remove non-free lena images (and adjust demos) (bz1295324)
|
|
|
|
|
2017-05-15 20:24:46 +00:00
|
|
|
* 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
|
|
|
|
|
2017-03-22 14:57:39 +00:00
|
|
|
* Wed Mar 22 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.6-1
|
|
|
|
- rebase
|
|
|
|
|
2017-02-10 11:34:53 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-02-01 18:22:28 +00:00
|
|
|
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 5.0.5-2
|
|
|
|
- Rebuild (libwebp)
|
|
|
|
|
2016-10-10 15:10:10 +00:00
|
|
|
* Mon Oct 10 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.5-1
|
|
|
|
- rebase
|
|
|
|
|
2016-07-22 14:50:26 +00:00
|
|
|
* Fri Jul 22 2016 Tom Callaway <spot@fedoraproject.org> - 5.0.3-3
|
|
|
|
- rebuild to drop libvpx dep
|
|
|
|
|
2016-05-24 15:50:10 +00:00
|
|
|
* Tue May 24 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.3-2
|
|
|
|
- use qt5 instead of qt4
|
|
|
|
|
2016-02-25 15:26:40 +00:00
|
|
|
* Thu Feb 25 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.3-1
|
|
|
|
- Rebase to 5.0.3
|
|
|
|
|
2016-02-23 15:23:28 +00:00
|
|
|
* 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
|
|
|
|
|
2016-02-03 22:39:59 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-01 21:21:21 +00:00
|
|
|
* Tue Dec 1 2015 Tom Callaway <spot@fedoraproject.org> - 5.0.1-3
|
|
|
|
- rebuild for libvpx 1.5.0
|
|
|
|
|
2015-06-17 09:11:49 +00:00
|
|
|
* 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
|
|
|
|
|
2015-06-11 10:14:58 +00:00
|
|
|
* Thu Jun 11 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.1-1
|
|
|
|
- rebase to 5.0.1
|
|
|
|
|
2015-04-13 14:47:03 +00:00
|
|
|
* Mon Apr 13 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-8
|
|
|
|
- ghost /usr/bin/gnuplot, bz#1210437
|
|
|
|
|
2015-04-06 20:14:38 +00:00
|
|
|
* Mon Apr 6 2015 Tom Callaway <spot@fedoraproject.org> - 5.0.0-7
|
|
|
|
- rebuild for libvpx 1.4.0
|
|
|
|
|
2015-02-11 15:13:06 +00:00
|
|
|
* 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
|
|
|
|
|
2015-02-02 14:33:03 +00:00
|
|
|
* Mon Feb 02 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-5
|
|
|
|
- work around broken alternatives until better solution is found
|
|
|
|
|
2015-01-23 23:13:43 +00:00
|
|
|
* Fri Jan 23 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-4
|
|
|
|
- make qt terminal default instead of outdated wx
|
2015-01-26 19:17:33 +00:00
|
|
|
- luaL_checkint macro disappeared from lua headers
|
2015-01-23 23:13:43 +00:00
|
|
|
|
2015-01-13 17:28:07 +00:00
|
|
|
* 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
|
|
|
|
|
2015-01-13 14:00:12 +00:00
|
|
|
* Tue Jan 13 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-2
|
|
|
|
- do not package /usr/share/info/dir, bug#1181271
|
|
|
|
|
2015-01-09 18:08:19 +00:00
|
|
|
* 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
|
|
|
|
|
2014-11-19 21:03:48 +00:00
|
|
|
* 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
|
|
|
|
|
2014-08-16 18:22:48 +00:00
|
|
|
* 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
|
|
|
|
|
2014-06-07 17:51:01 +00:00
|
|
|
* 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
|
|
|
|
|
2014-04-15 15:57:19 +00:00
|
|
|
* Tue Apr 15 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.5-1
|
|
|
|
- rebase
|
|
|
|
|
2014-02-04 09:56:39 +00:00
|
|
|
* 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
|
|
|
|
|
2013-11-13 12:17:51 +00:00
|
|
|
* Wed Nov 13 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.4-2
|
|
|
|
- dropped ancient "Obsoletes:"
|
|
|
|
|
2013-10-10 03:29:19 +00:00
|
|
|
* Wed Oct 9 2013 Orion Poplawski <orion@cora.nwra.com> - 4.6.4-1
|
|
|
|
- Update to 4.6.4
|
|
|
|
- Drop texi patch applied upstream
|
|
|
|
|
2013-10-09 21:21:06 +00:00
|
|
|
* Wed Oct 9 2013 Orion Poplawski <orion@cora.nwra.com> - 4.6.3-5
|
|
|
|
- Split qt interface into separate alternative sub-package
|
|
|
|
|
2013-08-20 15:06:26 +00:00
|
|
|
* Tue Aug 20 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.3-4
|
2013-08-20 12:16:04 +00:00
|
|
|
- enabled qt-terminal
|
|
|
|
- removed autoconf build dependency
|
|
|
|
|
2013-08-03 16:03:13 +00:00
|
|
|
* 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
|
|
|
|
|
2013-07-01 22:45:19 +00:00
|
|
|
* Fri Jun 28 2013 Orion Poplawski <orion@cora.nwra.com> - 4.6.3-1
|
|
|
|
- Update to 4.6.3
|
|
|
|
|
2013-06-11 07:09:43 +00:00
|
|
|
* Tue Jun 11 2013 Remi Collet <rcollet@redhat.com> - 4.6.2-3
|
|
|
|
- rebuild for new GD 2.1.0
|
|
|
|
|
2013-05-15 16:36:33 +00:00
|
|
|
* Wed May 15 2013 Tom Callaway <spot@fedoraproject.org> - 4.6.2-2
|
|
|
|
- rebuild for lua 5.2
|
|
|
|
|
2013-04-04 13:34:26 +00:00
|
|
|
* 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.
|
|
|
|
|
2013-02-14 00:16:30 +00:00
|
|
|
* 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
|
|
|
|
|
2013-01-18 17:09:43 +00:00
|
|
|
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 4.6.1-5
|
|
|
|
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
|
|
2013-01-04 19:26:49 +00:00
|
|
|
* Fri Jan 4 2013 Tom Callaway <spot@fedoraproject.org> - 4.6.1-4
|
|
|
|
- link to libedit, not readline, due to license incompatibility.
|
|
|
|
|
2012-12-07 12:05:26 +00:00
|
|
|
* Fri Dec 07 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.1-3
|
|
|
|
- added build dependency - latex font
|
|
|
|
|
2012-11-26 16:32:38 +00:00
|
|
|
* 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)
|
|
|
|
|
2012-11-06 14:26:50 +00:00
|
|
|
* Tue Nov 6 2012 Peter Schiffer <pschiffe@redhat.com> 4.6.1-1
|
2012-10-09 14:33:35 +00:00
|
|
|
- resolves: #861849
|
2012-10-10 11:29:37 +00:00
|
|
|
updated to 4.6.1
|
|
|
|
- cleaned .spec file
|
2012-10-10 11:50:01 +00:00
|
|
|
- resolves: #759964
|
|
|
|
fixed sigsegv
|
2012-10-10 12:04:01 +00:00
|
|
|
- resolves: #812225
|
|
|
|
fixed sigsegv
|
2012-10-23 15:22:30 +00:00
|
|
|
- fixed requires/buildrequires
|
2012-11-06 14:26:50 +00:00
|
|
|
- added tex(pdftex.map) and libjpeg-turbo-devel buildrequires
|
2012-10-09 14:33:35 +00:00
|
|
|
|
2012-07-19 08:38:35 +00:00
|
|
|
* 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
|
|
|
|
|
2012-07-12 13:01:39 +00:00
|
|
|
* Thu Jul 12 2012 Peter Schiffer <pschiffe@redhat.com> 4.6.0-1
|
|
|
|
- resolves: #783421
|
|
|
|
update to 4.6.0
|
|
|
|
|
2012-01-18 15:17:25 +00:00
|
|
|
* Wed Jan 18 2012 Peter Schiffer <pschiffe@redhat.com> 4.4.4-3
|
|
|
|
- resolves: #761260
|
|
|
|
disabled wxWidgets support for RHEL
|
|
|
|
|
2012-01-06 13:59:37 +00:00
|
|
|
* 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
|
|
|
|
|
2011-11-16 17:16:43 +00:00
|
|
|
* Wed Nov 16 2011 Peter Schiffer <pschiffe@redhat.com> 4.4.4-1
|
|
|
|
- resolves: #753745
|
|
|
|
update to 4.4.4
|
|
|
|
|
2011-11-04 17:27:45 +00:00
|
|
|
* Fri Nov 04 2011 Peter Schiffer <pschiffe@redhat.com> 4.4.3-3
|
|
|
|
- resolves: #728813
|
|
|
|
added missing lua terminal
|
|
|
|
|
2011-03-17 12:41:32 +00:00
|
|
|
* Fri Mar 11 2011 Ivana Hutarova Varekova <varekova@redhat.com> 4.4.3-2
|
2011-03-11 14:44:05 +00:00
|
|
|
- update to 4.4.3
|
|
|
|
|
2011-02-09 05:16:47 +00:00
|
|
|
* 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
|
|
|
|
|
2010-10-01 14:01:17 +00:00
|
|
|
* Fri Oct 1 2010 Ivana Hutarova Varekova <varekova@redhat.com> 4.4.2-1
|
|
|
|
- update to 4.4.2
|
|
|
|
|
2010-09-29 21:21:25 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 4.4.1-2
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-24 13:05:10 +00:00
|
|
|
* 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
|
2010-08-17 08:02:52 +00:00
|
|
|
- Resolves: #537960
|
|
|
|
Could not find/open font when opening font "arial"
|
|
|
|
|
2010-07-14 12:28:59 +00:00
|
|
|
* Wed Jul 14 2010 Dan Horák <dan@danny.cz> - 4.4.0-4
|
|
|
|
- rebuilt against wxGTK-2.8.11-2
|
|
|
|
|
2010-03-19 14:54:41 +00:00
|
|
|
* Fri Mar 19 2010 Ivana Hutarova Varekova <varekova@redhat.com> 4.4.0-3
|
|
|
|
- Resolves #573873
|
|
|
|
fix the emacs variables (thanks Jonathan G. Underwood)
|
|
|
|
|
2010-03-19 12:50:04 +00:00
|
|
|
* 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
|
2010-03-18 13:42:10 +00:00
|
|
|
- update to 4.4.0
|
|
|
|
spec file changes
|
|
|
|
|
2010-03-02 15:05:11 +00:00
|
|
|
* Tue Mar 2 2010 Ivana Hutarova Varekova <varekova@redhat.com> 4.2.6-2
|
|
|
|
- fix license tag
|
|
|
|
|
2009-09-15 07:13:46 +00:00
|
|
|
* 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
|
2009-08-10 13:54:41 +00:00
|
|
|
- fix installation with --excludedocs option (#515963)
|
|
|
|
|
2009-07-25 00:58:50 +00:00
|
|
|
* 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
|
|
|
|
|
2009-06-15 08:49:24 +00:00
|
|
|
* Mon Jun 15 2009 Ivana Varekova <varekova@redhat.com> - 4.2.5-4
|
2009-06-15 08:46:05 +00:00
|
|
|
- add gnuplot-latex subpackage
|
|
|
|
patch by jnovy
|
|
|
|
|
2009-05-29 07:04:06 +00:00
|
|
|
* Fri May 29 2009 Ivana Varekova <varekova@redhat.com> - 4.2.5-2
|
|
|
|
- fix preun scripts
|
|
|
|
|
2009-05-28 12:07:46 +00:00
|
|
|
* Thu May 28 2009 Ivana Varekova <varekova@redhat.com> - 4.2.5-1
|
|
|
|
- update to 4.2.5
|
|
|
|
|
2009-03-27 14:22:17 +00:00
|
|
|
* Fri Mar 27 2009 Ivana Varekova <varekova@redhat.com> - 4.2.4-6
|
|
|
|
- split documentation
|
|
|
|
|
2009-03-10 12:59:07 +00:00
|
|
|
* 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)
|
|
|
|
|
2009-02-25 00:07:22 +00:00
|
|
|
* 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
|
|
|
|
|
2009-01-14 07:46:30 +00:00
|
|
|
* Wed Jan 14 2009 Ivana Varekova <varekova@redhat.com> - 4.2.4-3
|
|
|
|
- fix sbin path
|
|
|
|
|
2009-01-13 12:34:48 +00:00
|
|
|
* Tue Jan 13 2009 Ivana Varekova <varekova@redhat.com> - 4.2.4-2
|
2009-01-13 11:51:08 +00:00
|
|
|
- add minimal package for server SIG purposes
|
|
|
|
|
|
|
|
* Fri Nov 7 2008 Ivana Varekova <varekova@redhat.com> - 4.2.4-1
|
2008-11-07 13:57:15 +00:00
|
|
|
- update to 4.2.4
|
|
|
|
|
2008-05-09 14:07:47 +00:00
|
|
|
* Fri May 9 2008 Ivana Varekova <varekova@redhat.com> - 4.2.3-1
|
|
|
|
- update to 4.2.3
|
|
|
|
|
2008-02-20 06:33:46 +00:00
|
|
|
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.2.2-10
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-01-29 10:28:23 +00:00
|
|
|
* Tue Jan 29 2008 Ivana Varekova <varekova@redhat.com> - 4.2.2-9
|
|
|
|
- spec file cleanup
|
|
|
|
|
2008-01-28 13:08:40 +00:00
|
|
|
* Mon Jan 28 2008 Ivana Varekova <varekova@redhat.com> - 4.2.2-8
|
|
|
|
- fix 430335 - add wxGTK requires
|
|
|
|
|
2007-12-10 14:08:23 +00:00
|
|
|
* Mon Dec 10 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-7
|
|
|
|
- add wxGTK-devel dependency (#405411)
|
|
|
|
|
2007-11-15 14:39:35 +00:00
|
|
|
* Thu Nov 15 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-6
|
|
|
|
- add obsoletes tag
|
|
|
|
|
2007-11-12 14:38:28 +00:00
|
|
|
* Mon Nov 12 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-5
|
|
|
|
- fix 373941 - add provides tag
|
|
|
|
|
2007-11-06 13:48:24 +00:00
|
|
|
* Tue Nov 6 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-4
|
|
|
|
- fix webify.pl permissions
|
|
|
|
- add eg7.eps to documentation
|
|
|
|
|
2007-11-01 15:19:41 +00:00
|
|
|
* Thu Nov 1 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-3
|
|
|
|
- add emacs buildrequires
|
|
|
|
- add emacs-* macros
|
|
|
|
- remove useless iconv
|
|
|
|
|
2007-10-26 10:42:22 +00:00
|
|
|
* 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
|
|
|
|
|
2007-10-25 11:42:49 +00:00
|
|
|
* Thu Oct 25 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-1
|
|
|
|
- update to 4.2.2
|
|
|
|
|
2007-10-17 12:34:02 +00:00
|
|
|
* Wed Oct 17 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-7
|
|
|
|
- add URL tag
|
|
|
|
|
2007-09-24 12:04:20 +00:00
|
|
|
* Mon Sep 24 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-6
|
|
|
|
- spec file cleanup
|
|
|
|
|
2007-09-07 08:46:37 +00:00
|
|
|
* Fri Sep 7 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-5
|
|
|
|
- move emacs files to */site-lisp/gnuplot subdirectory
|
|
|
|
|
2007-09-06 09:14:15 +00:00
|
|
|
* Thu Sep 6 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-4
|
|
|
|
- change font paths, change documenatation
|
|
|
|
|
2007-08-29 13:00:27 +00:00
|
|
|
* Tue Aug 28 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-3
|
2007-08-28 18:07:01 +00:00
|
|
|
- Rebuild for selinux ppc32 issue.
|
2007-08-29 13:00:27 +00:00
|
|
|
- Remove obsolete file
|
2007-08-28 18:07:01 +00:00
|
|
|
|
2007-07-03 11:02:10 +00:00
|
|
|
* Tue Jul 3 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-2
|
|
|
|
- Resolves: #246316
|
|
|
|
remove info-look.20.{2,3}.el
|
|
|
|
|
2007-05-21 10:52:05 +00:00
|
|
|
* Mon May 21 2007 Ivana Varekova <varekova@redhat.com> - 4.2.0-1
|
|
|
|
- Resolves: #231205
|
|
|
|
update to 4.2.0
|
2012-10-09 14:33:35 +00:00
|
|
|
spec changes from Tim Orling
|
2007-05-21 10:52:05 +00:00
|
|
|
|
2007-03-26 08:28:04 +00:00
|
|
|
* Mon Mar 26 2007 Ivana Varekova <varekova@redhat.com> - 4.0.0-18
|
|
|
|
- add missing directories (#233838)
|
|
|
|
|
2007-03-15 13:06:35 +00:00
|
|
|
* Thu Mar 15 2007 Ivana Varekova <varekova@redhat.com> - 4.0.0-17
|
|
|
|
- incorporate the package review feedback
|
|
|
|
|
2007-01-22 14:12:10 +00:00
|
|
|
* Mon Jan 22 2007 Ivana Varekova <varekova@redhat.com> - 4.0.0-16
|
2012-10-09 14:33:35 +00:00
|
|
|
- Resolves: 223693
|
2007-01-22 14:12:10 +00:00
|
|
|
fix non-failsafe install-info problem
|
|
|
|
|
2006-12-22 08:29:05 +00:00
|
|
|
* Fri Dec 22 2006 Ivana Varekova <varekova@redhat.com> - 4.0.0-15
|
2007-01-22 14:12:10 +00:00
|
|
|
- Resolves: 173752
|
|
|
|
gnuplot refers to /usr/X11R6/lib/fonts/Type1
|
2006-12-22 08:29:05 +00:00
|
|
|
|
2012-11-26 16:32:38 +00:00
|
|
|
* Thu Dec 21 2006 Ivana Varekova <varekova@redhat.com> - 4.0.0-14
|
2006-12-21 11:23:29 +00:00
|
|
|
- remove --without-gd options (#173922, #172565)
|
|
|
|
- spec file cleanup
|
|
|
|
|
2006-12-01 09:34:29 +00:00
|
|
|
* Fri Dec 1 2006 Ivana Varekova <varekova@redhat.com> - 4.0.0-13
|
|
|
|
- rebuild against libncurses
|
|
|
|
|
2006-07-26 18:28:20 +00:00
|
|
|
* Wed Jul 26 2006 Jesse Keating <jkeating@redhat.com> - 4.0.0-12
|
2006-07-12 06:12:12 +00:00
|
|
|
- rebuild
|
|
|
|
|
2006-03-01 13:52:24 +00:00
|
|
|
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 4.0.0-11
|
|
|
|
- BuildRequires: libXt-devel
|
|
|
|
|
2006-02-11 03:19:18 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.0.0-10.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:57:58 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.0.0-10.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:40:46 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-02 17:05:38 +00:00
|
|
|
* Wed Nov 02 2005 Phil Knirsch <pknirsch@redhat.com> 4.0.0-10
|
|
|
|
- Switched BuildPreReqs and Requires to modular xorg-x11 style
|
|
|
|
|
2005-10-21 14:37:20 +00:00
|
|
|
* Fri Oct 21 2005 Phil Knirsch <pknirsch@redhat.com> 4.0.0-9
|
|
|
|
- Fixed 64bit problem with x11 display (#167508)
|
2005-10-21 14:46:29 +00:00
|
|
|
- Added missing file ownage of /usr/share/gnuplot (#169333)
|
2005-10-21 14:37:20 +00:00
|
|
|
|
2005-09-02 11:12:06 +00:00
|
|
|
* 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)
|
|
|
|
|
2005-03-02 14:22:31 +00:00
|
|
|
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 4.0.0-7
|
|
|
|
- bump release and rebuild with gcc 4
|
|
|
|
|
2005-01-12 15:09:23 +00:00
|
|
|
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 4.0.0-6
|
|
|
|
- Rebuilt for new readline.
|
|
|
|
|
2004-12-23 15:26:41 +00:00
|
|
|
* Thu Dec 23 2004 Phil Knirsch <pknirsch@redhat.com> 4.0.0-5
|
|
|
|
- Added BUGS ChangeLog Copyright FAQ NEWS README TODO to docs (#139070)
|
|
|
|
|
2004-10-11 14:10:21 +00:00
|
|
|
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 4.0.0-4
|
2004-12-23 15:26:41 +00:00
|
|
|
- Build requires texinfo and readline-devel (bug #134922)
|
2004-10-11 14:10:21 +00:00
|
|
|
|
2012-10-09 14:33:35 +00:00
|
|
|
* Tue Sep 07 2004 Karsten Hopp <karsten@redhat.de> 4.0.0-3
|
2004-09-09 05:47:02 +00:00
|
|
|
- fix typo in preun script
|
|
|
|
|
2004-09-09 05:46:59 +00:00
|
|
|
* Thu Sep 2 2004 Bill Nottingham <notting@redhat.com> 4.0.0-2
|
|
|
|
- %%defattr fixes (#131640)
|
|
|
|
|
2004-09-09 05:46:41 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 05:46:36 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 05:46:31 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 05:46:14 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 05:45:53 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 05:45:46 +00:00
|
|
|
* Thu Jul 18 2002 Bill Nottingham <notting@redhat.com> 3.7.2-1
|
|
|
|
- update to 3.7.2
|
|
|
|
|
2004-09-09 05:45:43 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 05:45:34 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 05:45:26 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 05:44:45 +00:00
|
|
|
* Tue Aug 22 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- remove zlib-devel requirement (#16718)
|
|
|
|
|
2006-12-21 11:23:29 +00:00
|
|
|
* Wed Aug 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 05:44:45 +00:00
|
|
|
- rebuild with libpng 1.0.8
|
|
|
|
|
|
|
|
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
2012-11-26 16:32:38 +00:00
|
|
|
* Mon Jun 19 2000 Bill Nottingham <notting@redhat.com>
|
2004-09-09 05:44:45 +00:00
|
|
|
- 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
|
|
|
|
|
2012-10-09 14:33:35 +00:00
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
2004-09-09 05:44:45 +00:00
|
|
|
- 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
|