Update to 5.4.5
This commit is contained in:
parent
0eb441d266
commit
c01007c481
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/gnuplot-5.2.8-clean.tar.gz
|
||||
/gnuplot-5.4.2-clean.tar.gz
|
||||
/gnuplot-5.4.3-clean.tar.gz
|
||||
/gnuplot-5.4.5-clean.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
%global major 5
|
||||
%global minor 4
|
||||
%global patchlevel 3
|
||||
%global patchlevel 5
|
||||
|
||||
%global x11_app_defaults_dir %{_datadir}/X11/app-defaults
|
||||
|
||||
@ -19,14 +19,14 @@
|
||||
Summary: A program for plotting mathematical expressions and data
|
||||
Name: gnuplot
|
||||
Version: %{major}.%{minor}.%{patchlevel}
|
||||
Release: 5%{?dist}
|
||||
Release: 1%{?dist}
|
||||
# MIT .. term/PostScript/aglfn.txt
|
||||
License: gnuplot and MIT
|
||||
URL: http://www.gnuplot.info/
|
||||
# Need to remove non-free lena files
|
||||
# rm -rf demo/lena*
|
||||
# Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}-clean.tar.gz
|
||||
Source0: %{name}-%{version}-clean.tar.xz
|
||||
Source1: gnuplot-init.el
|
||||
|
||||
Patch1: gnuplot-4.2.0-fonts.patch
|
||||
@ -361,6 +361,9 @@ fi
|
||||
%{_datadir}/texlive/texmf-dist/tex/latex/gnuplot/
|
||||
|
||||
%changelog
|
||||
* Thu Oct 27 2022 Orion Poplawski <orion@nwra.com> - 5.4.5-1
|
||||
- Update to 5.4.5
|
||||
|
||||
* Thu Aug 04 2022 Scott Talbert <swt@techie.net> - 5.4.3-5
|
||||
- Rebuild with wxWidgets 3.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnuplot-5.4.3-clean.tar.gz) = 04a494d9ee6681318611b5dbc15934e5b82b717c95aae15458632917d3ea2fcd4e1e59c307c8908c1551f3fc6f40b5301ef7b93a30df523833d0840365fa2f28
|
||||
SHA512 (gnuplot-5.4.5-clean.tar.xz) = 02aba7af92f1c4ab827087d7a62a7cf3bcd1ac424651bae841b28a69d891f8856ebdd7b43385bb03710dc493d187a34080956daf09056f0d6b7726b6ec207562
|
||||
|
Loading…
Reference in New Issue
Block a user