- New upstream release

Correct license on a few files
Add valgrind support
Adjust API (not ABI) for const correctness
Increase context switch performance
This commit is contained in:
Adam Goode 2009-02-27 16:44:25 +00:00
parent d9a5140299
commit 42952a8a71
3 changed files with 12 additions and 5 deletions

View File

@ -1 +1 @@
lwp-2.4.tar.gz
lwp-2.5.tar.gz

View File

@ -1,9 +1,9 @@
Name: lwp
Version: 2.4
Release: 2%{?dist}
Version: 2.5
Release: 1%{?dist}
Summary: C library for user-mode threading
Group: System Environment/Libraries
License: GPLv2
License: LGPLv2
URL: http://www.coda.cs.cmu.edu/
Source0: ftp://ftp.coda.cs.cmu.edu/pub/coda/src/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -61,6 +61,13 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Feb 27 2009 Adam Goode <adam@spicenitz.org> - 2.5-1
- New upstream release
+ Correct license on a few files
+ Add valgrind support
+ Adjust API (not ABI) for const correctness
+ Increase context switch performance
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
5bd3221562de580d51f18c547f7606e3 lwp-2.4.tar.gz
4cd784683bd672973897c22eab790038 lwp-2.5.tar.gz