Changeset 1622 for spec/trunk/SPECS/pthread.spec
- Timestamp:
- Mar 29, 2019, 2:52:02 PM (7 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/pthread.spec (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/pthread.spec
r1580 r1622 3 3 Summary: A posix pthread emulation for OS/2 and OS/2 based systems 4 4 Name: pthread 5 Version: 201901306 Release: 23%{?dist}5 Version: 0.1 6 Release: 1%{?dist} 7 7 License: unknown 8 8 Group: Development/Libraries 9 Epoch: 2 9 10 10 %scm_source svn http://svn.netlabs.org/repos/ports/pthread/trunk 23 3311 %scm_source svn http://svn.netlabs.org/repos/ports/pthread/trunk 2346 11 12 12 13 BuildRequires: gcc make … … 20 21 Summary: Header files developing apps which will use pthread 21 22 Group: Development/Libraries 22 Requires: %{name} = %{ version}-%{release}23 Requires: %{name} = %{epoch}:%{version}-%{release} 23 24 24 25 %description devel … … 71 72 72 73 %changelog 74 * Fri Mar 29 2019 Dmitriy Kuminov <coding@dmik.org> 2:0.1-1 75 - Bump epoch to 2 to replace bulky versioning scheme with normal one. 76 - Implement key destructors [#182]. 77 - Make pthread_join survive kLIBC signal delivery. 78 - Build against LIBCn (kLIBC successor). 79 73 80 * Wed Jan 30 2019 Silvan Scherrer <silvan.scherrer@aroa.ch> 20190130-23 74 81 - fix ticket #205 (code by KO Myung-Hun)
Note:
See TracChangeset
for help on using the changeset viewer.
