Rebase to 2020.0.0
This commit is contained in:
parent
fbe0a9e0f0
commit
59b1595c56
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@ INIT.2010-07-01.tgz
|
|||||||
/ast-ksh.2012-08-01b.tgz
|
/ast-ksh.2012-08-01b.tgz
|
||||||
/ksh-2020.0.0-alpha1.tar.gz
|
/ksh-2020.0.0-alpha1.tar.gz
|
||||||
/ksh-2020.0.0-beta1.tar.gz
|
/ksh-2020.0.0-beta1.tar.gz
|
||||||
|
/ksh-2020.0.0.tar.gz
|
||||||
|
9
ksh.spec
9
ksh.spec
@ -3,10 +3,10 @@ Summary: The Original ATT Korn Shell
|
|||||||
URL: http://www.kornshell.com/
|
URL: http://www.kornshell.com/
|
||||||
License: EPL
|
License: EPL
|
||||||
Version: 2020.0.0
|
Version: 2020.0.0
|
||||||
Release: 0.4%{?dist}
|
Release: 1%{?dist}
|
||||||
# We are upgrading from ksh-20120801-250, so set epoch.
|
# We are upgrading from ksh-20120801-250, so set epoch.
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source0: https://github.com/att/ast/releases/download/%{version}-beta1/%{name}-%{version}-beta1.tar.gz
|
Source0: https://github.com/att/ast/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: kshcomp.conf
|
Source1: kshcomp.conf
|
||||||
Source2: kshrc.rhs
|
Source2: kshrc.rhs
|
||||||
Source3: dotkshrc
|
Source3: dotkshrc
|
||||||
@ -32,7 +32,7 @@ KornShell is a shell programming language, which is upward compatible
|
|||||||
with "sh" (the Bourne Shell).
|
with "sh" (the Bourne Shell).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version}-beta1
|
%autosetup -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dbuild-api-tests=false
|
%meson -Dbuild-api-tests=false
|
||||||
@ -108,6 +108,9 @@ done
|
|||||||
%config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf
|
%config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 11 2019 Siteshwar Vashisht <svashisht@redhat.com> - 1:2020.0.0-1
|
||||||
|
- Rebase to 2020.0.0
|
||||||
|
|
||||||
* Tue Sep 03 2019 Siteshwar Vashisht <svashisht@redhat.com> - 1:2020.0.0-0.4
|
* Tue Sep 03 2019 Siteshwar Vashisht <svashisht@redhat.com> - 1:2020.0.0-0.4
|
||||||
- Rebase to 2020.0.0-beta1
|
- Rebase to 2020.0.0-beta1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ksh-2020.0.0-beta1.tar.gz) = 6f54cdc3c59b44055cc6b670b38ce1685463c841a093a28c5f974dd153eaec3b8924308b353ed7c29a0ec3917ee87cfe57b6cabaca9841633d3599d9c6731330
|
SHA512 (ksh-2020.0.0.tar.gz) = 7d6da3af341a62718d691ddc52e10bdf3b7290d74f1cd01610093c587af47b6d6d04b74b210eb31f93a3559855a5bc5155f9b188d2f8bb4444042c26bfaf1792
|
||||||
|
Loading…
Reference in New Issue
Block a user