Undo previous commit.

This commit is contained in:
Susi Lehtola 2014-02-10 10:28:16 +02:00
commit d7b586a5e1

View File

@ -1,13 +1,8 @@
%global reldate 20130402
%if 0%{?el6}
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=903009
%global debug_package %{nil}
%endif
Name: json-c
Version: 0.11
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A JSON implementation in C
Group: Development/Libraries
License: MIT
@ -118,8 +113,8 @@ rm -rf %{buildroot}
%changelog
* Mon Feb 10 2014 Michel Salim <salimma@fedoraproject.org> - 0.11-5
- Temporarily disable debuginfo generation on EL6 to work around bz #903009
* Mon Feb 10 2014 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.11-6
- Bump spec.
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 0.11-5
- Run test suite during build.