This commit is contained in:
Dennis Gilmore 2015-06-17 19:13:24 +00:00
parent e8a1e0ea58
commit 0863087605
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: lwp
Version: 2.6
Release: 11%{?dist}
Release: 12%{?dist}
Summary: C library for user-mode threading
Group: System Environment/Libraries
License: LGPLv2
@ -57,6 +57,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue Dec 2 2014 Tom Callaway <spot@fedoraproject.org> - 2.6-11
- use system valgrind header (bz1141475)