Ignore:
Timestamp:
Aug 17, 2018, 7:00:23 PM (7 years ago)
Author:
dmik
Message:

spec: dash: Release version 0.5.9.1-2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/dash.spec

    r906 r1458  
    33Name:           dash
    44Version:        0.5.9.1
    5 Release:        1%{?dist}
     5Release:        2%{?dist}
    66Summary:        Small and fast POSIX-compliant shell
    77Group:          System Environment/Shells
     
    1515
    1616%define svn_url     http://svn.netlabs.org/repos/ports/dash/trunk
    17 %define svn_rev     1846
     17%define svn_rev     2298
    1818
    1919Source: %{name}-%{version}-r%{svn_rev}.zip
     
    9292%doc COPYING ChangeLog
    9393%{_bindir}/%{name}.exe
    94 %{_mandir}/man1/%{name}.1
     94%{_mandir}/man1/%{name}.1*
    9595
    9696%files sh
    9797%{_bindir}/sh
    9898%{_bindir}/sh.exe
    99 %{_mandir}/man1/sh.1
     99%{_mandir}/man1/sh.1*
    100100
    101101%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
    103107- Update to version 0.5.9.1.
    104108- Increase stack size to 8 MB to fix crashes with too big here-docs.
Note: See TracChangeset for help on using the changeset viewer.