Changeset 1024


Ignore:
Timestamp:
Feb 23, 2017, 1:15:59 PM (8 years ago)
Author:
dmik
Message:

spec: nspr: Release version 4.12.0-3.

File:
1 edited

Legend:

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

    r1021 r1024  
    44Name:           nspr
    55Version:        4.12.0
    6 Release:        2%{?dist}
     6Release:        3%{?dist}
    77License:        MPLv2.0
    88URL:            http://www.mozilla.org/projects/nspr/
     
    9696done
    9797for m in nspr4 plc4 plds4; do
    98   gcc -Zomf -Zdll ${m}k.def -l./dist/lib/${m}.dll -o ${m}k.dll
     98  gcc -Zomf -Zdll -nostdlib ${m}k.def -l./dist/lib/${m}.dll -lend -o ${m}k.dll
    9999done
    100100
     
    173173
    174174%changelog
     175* Thu Feb 23 2017 Dmitriy Kuminov <coding@dmik.org> - 4.12.0-3
     176- Generate more compact forwarder DLLs with better memory footprint.
     177
    175178* Thu Feb 23 2017 Dmitriy Kuminov <coding@dmik.org> - 4.12.0-2
    176179- Use scm_source and friends.
Note: See TracChangeset for help on using the changeset viewer.