This commit is contained in:
Dennis Gilmore 2011-02-08 08:30:26 -06:00
parent e74c5add86
commit 9816620b16
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: lwp
Version: 2.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: C library for user-mode threading
Group: System Environment/Libraries
License: LGPLv2
@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Thu Apr 1 2010 Adam Goode <adam@spicenitz.org> - 2.6-1
- New upstream release
+ Fix fortify failure whenever a new thread is started (not really)