Ignore:
Timestamp:
Nov 30, 2016, 9:13:33 AM (9 years ago)
Author:
Silvan Scherrer
Message:

spec: libxml2: Release version 2.9.4-2.

File:
1 edited

Legend:

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

    r905 r915  
    99Name: libxml2
    1010Version: 2.9.4
    11 Release: 1%{?dist}
     11Release: 2%{?dist}
    1212License: MIT
    1313Group: Development/Libraries
     
    164164
    165165# Generate & install forwarder DLLs.
    166 gcc -Zomf -Zdll libxml2.def -l$RPM_BUILD_ROOT/%{_libdir}/xml22.dll -o $RPM_BUILD_ROOT/%{_libdir}/libxml2.dll
     166gcc -Zomf -Zdll -nostdlib libxml2.def -l$RPM_BUILD_ROOT/%{_libdir}/xml22.dll -lend -o $RPM_BUILD_ROOT/%{_libdir}/libxml2.dll
    167167
    168168# create a symlink for the python binding, as the dll itself is named xml2mod.dll
     
    249249
    250250%changelog
     251* Wed Nov 30 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> - 2.9.4-2
     252- add -nostdlib to forwarders, to need less heap
     253
    251254* Fri Nov 25 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> - 2.9.4-1
    252255- update to version 2.9.4
Note: See TracChangeset for help on using the changeset viewer.