|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: fish
|
|
|
|
Name: fish
|
|
|
|
Version: 2.3.0
|
|
|
|
Version: 2.3.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: A friendly interactive shell
|
|
|
|
Summary: A friendly interactive shell
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Shells
|
|
|
|
Group: System Environment/Shells
|
|
|
@ -25,6 +25,9 @@ BuildRequires: python3-devel
|
|
|
|
%global __python %{__python3}
|
|
|
|
%global __python %{__python3}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# fish's 'math' command requires bc
|
|
|
|
|
|
|
|
Requires: bc
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: ncurses-devel gettext groff doxygen
|
|
|
|
BuildRequires: ncurses-devel gettext groff doxygen
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -103,6 +106,9 @@ fi
|
|
|
|
%{_pkgdocdir}
|
|
|
|
%{_pkgdocdir}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jun 26 2016 luto@kernel.org - 2.3.0-2
|
|
|
|
|
|
|
|
- Require bc (rhbz 1349714)
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 22 2016 luto@kernel.org - 2.3.0-1
|
|
|
|
* Sun May 22 2016 luto@kernel.org - 2.3.0-1
|
|
|
|
- Bump to 2.3.0
|
|
|
|
- Bump to 2.3.0
|
|
|
|
- Drop most Fedora patches
|
|
|
|
- Drop most Fedora patches
|
|
|
|