Changeset 1458 for spec/trunk/SPECS/dash.spec
- Timestamp:
- Aug 17, 2018, 7:00:23 PM (7 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/dash.spec (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/dash.spec
r906 r1458 3 3 Name: dash 4 4 Version: 0.5.9.1 5 Release: 1%{?dist}5 Release: 2%{?dist} 6 6 Summary: Small and fast POSIX-compliant shell 7 7 Group: System Environment/Shells … … 15 15 16 16 %define svn_url http://svn.netlabs.org/repos/ports/dash/trunk 17 %define svn_rev 184617 %define svn_rev 2298 18 18 19 19 Source: %{name}-%{version}-r%{svn_rev}.zip … … 92 92 %doc COPYING ChangeLog 93 93 %{_bindir}/%{name}.exe 94 %{_mandir}/man1/%{name}.1 94 %{_mandir}/man1/%{name}.1* 95 95 96 96 %files sh 97 97 %{_bindir}/sh 98 98 %{_bindir}/sh.exe 99 %{_mandir}/man1/sh.1 99 %{_mandir}/man1/sh.1* 100 100 101 101 %changelog 102 * Mon Nov 28 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> 0.5.9.1-1 102 * Fri Aug 17 2018 Dmitriy Kuminov <coding@dmik.org> 0.5.9.1-2 103 - Add support for BEGINLIBPATH and friends (#161). 104 - Fix broken `cd x:` command (#163). 105 106 * Mon Nov 28 2016 Dmitriy Kuminov <coding@dmik.org> 0.5.9.1-1 103 107 - Update to version 0.5.9.1. 104 108 - Increase stack size to 8 MB to fix crashes with too big here-docs.
Note:
See TracChangeset
for help on using the changeset viewer.
