Update to 5.2.8 (bz#1457252)
This commit is contained in:
parent
b8a53a9390
commit
cbe4cb8f7e
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/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
|
||||
|
@ -1,8 +1,7 @@
|
||||
diff --git a/man/gnuplot.1 b/man/gnuplot.1
|
||||
index 93e605b18..b6c3d8c1b 100644
|
||||
--- a/man/gnuplot.1
|
||||
+++ b/man/gnuplot.1
|
||||
@@ -48,13 +48,13 @@ Support for a huge variety of output devices and file formats.
|
||||
diff -up gnuplot-5.2.8/man/gnuplot.1.cmd-opts gnuplot-5.2.8/man/gnuplot.1
|
||||
--- gnuplot-5.2.8/man/gnuplot.1.cmd-opts 2020-02-06 20:30:51.973985195 -0700
|
||||
+++ gnuplot-5.2.8/man/gnuplot.1 2020-02-06 20:32:02.527417607 -0700
|
||||
@@ -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
|
||||
@ -11,6 +10,8 @@ index 93e605b18..b6c3d8c1b 100644
|
||||
.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
|
@ -1,6 +1,6 @@
|
||||
%global major 5
|
||||
%global minor 2
|
||||
%global patchlevel 4
|
||||
%global patchlevel 8
|
||||
|
||||
%global x11_app_defaults_dir %{_datadir}/X11/app-defaults
|
||||
|
||||
@ -32,7 +32,7 @@ Patch4: gnuplot-4.6.4-singlethread.patch
|
||||
Patch5: gnuplot-5.0.0-lua_checkint.patch
|
||||
Patch6: gnuplot-5.2.4-no-lena.patch
|
||||
Patch7: gnuplot-5.2.2-doc.patch
|
||||
patch8: gnuplot-5.2.4-cmd-opts.patch
|
||||
patch8: gnuplot-5.2.8-cmd-opts.patch
|
||||
|
||||
Requires: %{name}-common = %{version}-%{release}
|
||||
Requires: dejavu-sans-fonts
|
||||
@ -357,6 +357,9 @@ fi
|
||||
%{_datadir}/texlive/texmf-dist/tex/latex/gnuplot/
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnuplot-5.2.4-clean.tar.gz) = 9c5b556e2b0d3dc0c1a38a18053cbe5e187ca311d9bd0df446f99cff18b187241969e8b9dffd3863b5a311e2fd13018a86b9cdfde53f2623fce78311b6d9745d
|
||||
SHA512 (gnuplot-5.2.8-clean.tar.gz) = 5a66d730b31995a5530b0cc57c63337fb14ff573a6b88423e01174a77c398914686a080ed2843754d643edc44781132edc3dafaa5cbdc63466814ccfade469d8
|
||||
|
Loading…
Reference in New Issue
Block a user