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