- Update to 4.6.4
- Drop texi patch applied upstream
This commit is contained in:
parent
d4aa91e632
commit
062107cdbc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/gnuplot-4.6.1.tar.gz
|
/gnuplot-4.6.1.tar.gz
|
||||||
/gnuplot-4.6.2.tar.gz
|
/gnuplot-4.6.2.tar.gz
|
||||||
/gnuplot-4.6.3.tar.gz
|
/gnuplot-4.6.3.tar.gz
|
||||||
|
/gnuplot-4.6.4.tar.gz
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -up wrk/docs/gnuplot.texi.wrk wrk/docs/gnuplot.texi
|
|
||||||
--- wrk/docs/gnuplot.texi.wrk 2013-04-04 15:01:20.955895813 +0200
|
|
||||||
+++ wrk/docs/gnuplot.texi 2013-04-04 15:16:07.008661182 +0200
|
|
||||||
@@ -17650,7 +17650,7 @@ with no modifiers.
|
|
||||||
@end menu
|
|
||||||
|
|
||||||
@node aed767, aifm, complete_list_of_terminals, complete_list_of_terminals
|
|
||||||
-@subsubsection aed767
|
|
||||||
+@subsection aed767
|
|
||||||
|
|
||||||
@c ?commands set terminal aed767
|
|
||||||
@c ?set terminal aed767
|
|
10
gnuplot.spec
10
gnuplot.spec
@ -1,13 +1,13 @@
|
|||||||
%global major 4
|
%global major 4
|
||||||
%global minor 6
|
%global minor 6
|
||||||
%global patchlevel 3
|
%global patchlevel 4
|
||||||
|
|
||||||
%global x11_app_defaults_dir %{_datadir}/X11/app-defaults
|
%global x11_app_defaults_dir %{_datadir}/X11/app-defaults
|
||||||
|
|
||||||
Summary: A program for plotting mathematical expressions and data
|
Summary: A program for plotting mathematical expressions and data
|
||||||
Name: gnuplot
|
Name: gnuplot
|
||||||
Version: %{major}.%{minor}.%{patchlevel}
|
Version: %{major}.%{minor}.%{patchlevel}
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
# MIT .. term/PostScript/aglfn.txt
|
# MIT .. term/PostScript/aglfn.txt
|
||||||
License: gnuplot and MIT
|
License: gnuplot and MIT
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
@ -23,7 +23,6 @@ Patch2: gnuplot-4.6.1-xcopygc-sigsegv.patch
|
|||||||
# resolves: #812225
|
# resolves: #812225
|
||||||
# submitted upstream: http://sourceforge.net/tracker/?func=detail&aid=3558973&group_id=2055&atid=302055
|
# submitted upstream: http://sourceforge.net/tracker/?func=detail&aid=3558973&group_id=2055&atid=302055
|
||||||
Patch3: gnuplot-4.6.1-plot-sigsegv.patch
|
Patch3: gnuplot-4.6.1-plot-sigsegv.patch
|
||||||
Patch4: gnuplot-4.6.2-texi.patch
|
|
||||||
|
|
||||||
Requires: %{name}-common = %{version}-%{release}
|
Requires: %{name}-common = %{version}-%{release}
|
||||||
Requires: dejavu-sans-fonts
|
Requires: dejavu-sans-fonts
|
||||||
@ -150,7 +149,6 @@ plotting tool.
|
|||||||
%patch1 -p1 -b .font
|
%patch1 -p1 -b .font
|
||||||
%patch2 -p1 -b .xcopygc
|
%patch2 -p1 -b .xcopygc
|
||||||
%patch3 -p1 -b .plot-sigsegv
|
%patch3 -p1 -b .plot-sigsegv
|
||||||
%patch4 -p1 -b .texipatch
|
|
||||||
sed -i -e 's:"/usr/lib/X11/app-defaults":"%{x11_app_defaults_dir}":' src/gplt_x11.c
|
sed -i -e 's:"/usr/lib/X11/app-defaults":"%{x11_app_defaults_dir}":' src/gplt_x11.c
|
||||||
iconv -f windows-1252 -t utf-8 ChangeLog > ChangeLog.aux
|
iconv -f windows-1252 -t utf-8 ChangeLog > ChangeLog.aux
|
||||||
mv ChangeLog.aux ChangeLog
|
mv ChangeLog.aux ChangeLog
|
||||||
@ -319,6 +317,10 @@ fi
|
|||||||
%{_datadir}/texmf/tex/latex/gnuplot/
|
%{_datadir}/texmf/tex/latex/gnuplot/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Wed Oct 9 2013 Orion Poplawski <orion@cora.nwra.com> - 4.6.3-5
|
||||||
- Split qt interface into separate alternative sub-package
|
- Split qt interface into separate alternative sub-package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user