epel9
Andy Lutomirski 9 years ago
parent 1c53e0f853
commit cd76355b52

@ -1,6 +1,6 @@
Name: fish
Version: 2.3.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A friendly interactive shell
Group: System Environment/Shells
@ -25,6 +25,9 @@ BuildRequires: python3-devel
%global __python %{__python3}
%endif
# fish's 'math' command requires bc
Requires: bc
BuildRequires: ncurses-devel gettext groff doxygen
%description
@ -103,6 +106,9 @@ fi
%{_pkgdocdir}
%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
- Bump to 2.3.0
- Drop most Fedora patches

Loading…
Cancel
Save