Ignore:
Timestamp:
Nov 28, 2016, 12:55:17 AM (9 years ago)
Author:
dmik
Message:

spec: dash: Release version 0.5.9.1-1.

File:
1 edited

Legend:

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

    r845 r906  
    22
    33Name:           dash
    4 Version:        0.5.9
    5 Release:        2%{?dist}
     4Version:        0.5.9.1
     5Release:        1%{?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     1664
     17%define svn_rev     1846
    1818
    1919Source: %{name}-%{version}-r%{svn_rev}.zip
     
    5757
    5858# Disable job control, OS/2 tty doesn't allow this
    59 export CFLAGS='-DJOBS=0'
     59export CFLAGS="$RPM_OPT_FLAGS -DJOBS=0"
    6060
    6161# Usual link options
    62 export LDFLAGS='-Zomf -Zmap -Zhigh-mem -Zargs-wild -Zargs-resp' # -Zbin-files
     62export LDFLAGS="-Zomf -Zmap -Zhigh-mem -Zargs-wild -Zargs-resp"
    6363export LD=emxomfld
     64
     65# Use LIBCx for EXCEPTQ handler
     66export LIBS="-lcx"
    6467
    6568# We install dash into /usr/bin, so no --bindir=/bin
     
    97100
    98101%changelog
     102* Mon Nov 28 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> 0.5.9.1-1
     103- Update to version 0.5.9.1.
     104- Increase stack size to 8 MB to fix crashes with too big here-docs.
     105- Link against LIBCx 0.4.
     106- Build with standard platform-specific optimization (also improves
     107  debug symbols due to -g when compiling).
     108
    99109* Tue Sep 6 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> 0.5.9-2
    100110- rebuilt with new libc (paths.h changes)
Note: See TracChangeset for help on using the changeset viewer.