Ignore:
Timestamp:
Jan 30, 2019, 11:42:38 AM (7 years ago)
Author:
Silvan Scherrer
Message:

spec: pthread: Release version 20190130-23.

File:
1 edited

Legend:

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

    r1283 r1580  
    11%define kmk_dist out/os2.x86/release/dist
    22
    3 Summary: A posix pthread emulation for OS/2-eComStation
     3Summary: A posix pthread emulation for OS/2 and OS/2 based systems
    44Name: pthread
    5 Version: 20171227
    6 Release: 22%{?dist}
     5Version: 20190130
     6Release: 23%{?dist}
    77License: unknown
    88Group: Development/Libraries
    99
    10 %scm_source svn http://svn.netlabs.org/repos/ports/pthread/trunk 2250
     10%scm_source svn http://svn.netlabs.org/repos/ports/pthread/trunk 2333
    1111
    1212BuildRequires: gcc make
     
    3131%description legacy
    3232The previous posix pthread emulation library.
    33 
    34 %package debug
    35 Summary: HLL debug data for exception handling support.
    36 Requires: %{name} = %{version}-%{release}
    37 
    38 %description debug
    39 HLL debug data for exception handling support.
    4033
    4134%debug_package
     
    7770%{_libdir}/pthread.dll
    7871
    79 %files debug
    80 %defattr(-,root,root)
    81 %{_libdir}/*.dbg
     72%changelog
     73* Wed Jan 30 2019 Silvan Scherrer <silvan.scherrer@aroa.ch> 20190130-23
     74- fix ticket #205 (code by KO Myung-Hun)
     75- fix ticket #204 (code by kO Myung-Hun)
     76- remove exceptq
     77- link against libcx
     78- add buildlevel info
    8279
    83 %changelog
    8480* Wed Dec 27 2017 Dmitriy Kuminov <coding@dmik.org> 20171227-22
    8581- Remove dangerous DosEnterCritSec usage.
Note: See TracChangeset for help on using the changeset viewer.