Changeset 906 for spec/trunk/SPECS/dash.spec
- Timestamp:
 - Nov 28, 2016, 12:55:17 AM (9 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  spec/trunk/SPECS/dash.spec (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
spec/trunk/SPECS/dash.spec
r845 r906 2 2 3 3 Name: dash 4 Version: 0.5.9 5 Release: 2%{?dist}4 Version: 0.5.9.1 5 Release: 1%{?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 1 66417 %define svn_rev 1846 18 18 19 19 Source: %{name}-%{version}-r%{svn_rev}.zip … … 57 57 58 58 # Disable job control, OS/2 tty doesn't allow this 59 export CFLAGS= '-DJOBS=0'59 export CFLAGS="$RPM_OPT_FLAGS -DJOBS=0" 60 60 61 61 # Usual link options 62 export LDFLAGS= '-Zomf -Zmap -Zhigh-mem -Zargs-wild -Zargs-resp' # -Zbin-files62 export LDFLAGS="-Zomf -Zmap -Zhigh-mem -Zargs-wild -Zargs-resp" 63 63 export LD=emxomfld 64 65 # Use LIBCx for EXCEPTQ handler 66 export LIBS="-lcx" 64 67 65 68 # We install dash into /usr/bin, so no --bindir=/bin … … 97 100 98 101 %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 99 109 * Tue Sep 6 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> 0.5.9-2 100 110 - rebuilt with new libc (paths.h changes)  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  