This commit is contained in:
Dennis Gilmore 2013-08-04 00:50:12 -05:00
parent 53b245ea3a
commit 79b104765a

View File

@ -1,6 +1,6 @@
Name: uthash
Version: 1.9.8
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A hash table for C structures
License: BSD
URL: http://troydhanson.github.io/uthash
@ -34,6 +34,9 @@ make %{?_smp_mflags}
%{_includedir}/ut*.h
%changelog
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Sat Jun 15 2013 Christopher Meng <rpm@cicku.me> - 1.9.8-3
- Add virtual provide.
- Remove 2 wrong tests.