Rebase to 2020.0.0-beta1
This commit is contained in:
parent
bca569c321
commit
fbe0a9e0f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@ INIT.2010-07-01.tgz
|
|||||||
/INIT.2012-08-01.tgz
|
/INIT.2012-08-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
|
||||||
|
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.3%{?dist}
|
Release: 0.4%{?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}-alpha1/%{name}-%{version}-alpha1.tar.gz
|
Source0: https://github.com/att/ast/releases/download/%{version}-beta1/%{name}-%{version}-beta1.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}-alpha1
|
%autosetup -n %{name}-%{version}-beta1
|
||||||
|
|
||||||
%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
|
||||||
|
* Tue Sep 03 2019 Siteshwar Vashisht <svashisht@redhat.com> - 1:2020.0.0-0.4
|
||||||
|
- Rebase to 2020.0.0-beta1
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2020.0.0-0.3
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2020.0.0-0.3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ksh-2020.0.0-alpha1.tar.gz) = 56c805bebe963dee7c27ba0357e26957fd8439f42c26f290ab32488ddde99f4b824e403c5dc097194eaf600e7379a010b1be4bf1e70bee76402e84909b38d981
|
SHA512 (ksh-2020.0.0-beta1.tar.gz) = 6f54cdc3c59b44055cc6b670b38ce1685463c841a093a28c5f974dd153eaec3b8924308b353ed7c29a0ec3917ee87cfe57b6cabaca9841633d3599d9c6731330
|
||||||
|
Loading…
Reference in New Issue
Block a user