Update to 0.9.9
This commit is contained in:
parent
bd80a68b2d
commit
e813a1fe0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ gdl-0.9rc4.tar.gz
|
||||
/gdl-0.9.8.tgz
|
||||
/gdl-0.9.8-git-f3b6e01.tar.gz
|
||||
/gdl-0.9.8-git-d892ee5.tar.gz
|
||||
/gdl-0.9.9.tar.gz
|
||||
|
13
gdl.spec
13
gdl.spec
@ -2,15 +2,15 @@
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: gdl
|
||||
Version: 0.9.8
|
||||
Release: 7%{?dist}.20180919git%{shortcommit}
|
||||
Version: 0.9.9
|
||||
Release: 1%{?dist}
|
||||
Summary: GNU Data Language
|
||||
|
||||
Group: Applications/Engineering
|
||||
License: GPLv2+
|
||||
URL: http://gnudatalanguage.sourceforge.net/
|
||||
#Source0: http://downloads.sourceforge.net/gnudatalanguage/%{name}-%{version}.tgz
|
||||
Source0: https://github.com/gnudatalanguage/gdl/archive/%{commit}/gdl-%{version}-git-%{shortcommit}.tar.gz
|
||||
Source0: https://github.com/gnudatalanguage/gdl/archive/v%{version}/gdl-%{version}.tar.gz
|
||||
#Source0: https://github.com/gnudatalanguage/gdl/archive/%{commit}/gdl-%{version}-git-%{shortcommit}.tar.gz
|
||||
Source1: gdl.csh
|
||||
Source2: gdl.sh
|
||||
Source4: xorg.conf
|
||||
@ -132,7 +132,7 @@ Provides: %{name}-runtime = %{version}-%{release}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{commit}
|
||||
%setup -q
|
||||
rm -rf src/antlr
|
||||
%patch1 -p1 -b .antlr
|
||||
%patch2 -p1 -b .python3
|
||||
@ -288,6 +288,9 @@ cat xorg.log
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 1 2018 Orion Poplawski <orion@nwra.com> - 0.9.9-1
|
||||
- Update to 0.9.9
|
||||
|
||||
* Wed Oct 31 2018 Orion Poplawski <orion@nwra.com> - 0.9.8-7.20180919gitd892ee5
|
||||
- Really use eccodes by fixing typo (bug #1644928)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gdl-0.9.8-git-d892ee5.tar.gz) = 174dcb8a63903aa35a120459981e985bf813d0cebb576fd771b49e6101e76391a94535744c09edd75917ad3d7b3729ba21875671cceb42c3e6f0afef853a5ff2
|
||||
SHA512 (gdl-0.9.9.tar.gz) = 41709c4951bbf71f7494eb339b6760756301b89b591020cb5a30c47d3b6f6228671a7d75b817e77f3ff6f1380505d27949e2900eb2577167de995f4941f288ee
|
||||
|
Loading…
Reference in New Issue
Block a user