SHA256
1
0
forked from pool/gnuplot
OBS User unknown 2008-04-03 23:29:31 +00:00 committed by Git OBS Bridge
parent 08b33f111d
commit 12c140ec54
3 changed files with 4271 additions and 2 deletions

4260
gnuplot-4.2.3-utf8.dif Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 31 17:49:45 CEST 2008 - werner@suse.de
- Make gnupplot UTF-8 capable (bnc#375175)
-------------------------------------------------------------------
Wed Mar 26 12:47:02 CET 2008 - werner@suse.de

View File

@ -19,7 +19,7 @@ Group: Productivity/Graphics/Visualization/Graph
AutoReqProv: on
PreReq: %install_info_prereq
Version: 4.2.3
Release: 1
Release: 5
Summary: Function Plotting Utility
Source0: gnuplot-4.2.3.tar.bz2
Source2: gnuplot-fr.doc.bz2
@ -29,6 +29,7 @@ Patch1: gnuplot-4.2.0-x11ovf.dif
Patch2: gnuplot-4.2.2-fonts.dif
Patch3: gnuplot-4.2.0-wxt.dif
Patch4: gnuplot-4.2.0-demo.dif
Patch5: gnuplot-4.2.3-utf8.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config --variable prefix x11 || echo /usr/X11R6)}
%if "%_exec_prefix" == "/usr/X11R6"
@ -69,6 +70,7 @@ test $? -eq 0 || exit 1
%patch -P 0 -p 0
%patch -P 2 -p 0
%patch -P 4 -p 0
%patch -P 5 -p 0
%build
SECSVGA="-DSVGA_IS_SECURE=1"
@ -176,6 +178,8 @@ test $? -eq 0 || exit 1
%{_appdef}/Gnuplot
%changelog
* Mon Mar 31 2008 werner@suse.de
- Make gnupplot UTF-8 capable (bnc#375175)
* Wed Mar 26 2008 werner@suse.de
- Update to gnuplot 4.2.3
* NEW options front and back to "set colorbox"
@ -373,7 +377,7 @@ test $? -eq 0 || exit 1
- no svgalib
* Tue Jun 12 2001 schwab@suse.de
- Fix for new autoconf.
* Tue May 08 2001 mfabian@suse.de
* Wed May 09 2001 mfabian@suse.de
- bzip2 sources
* Thu Mar 29 2001 garloff@suse.de
- Prevent stupid rounding errors 10*10^23 instead of 10^24