Release 0.7.12. Fixes CVE-2011-4129 RHBZ 752022
This commit is contained in:
parent
fbe2ad0ea0
commit
9fb5cc1f9a
@ -1,5 +1,5 @@
|
||||
Name: rest
|
||||
Version: 0.7.11
|
||||
Version: 0.7.12
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for access to RESTful web services
|
||||
|
||||
@ -43,7 +43,6 @@ Files for development with %{name}.
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
||||
|
||||
#Remove libtool archives.
|
||||
@ -74,6 +73,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gir-1.0/RestExtras-0.7.gir
|
||||
|
||||
%changelog
|
||||
* Thu Nov 10 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.12-1
|
||||
- Release 0.7.12. Fixes CVE-2011-4129 RHBZ 752022
|
||||
|
||||
* Fri Oct 28 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.11-1
|
||||
- Release 0.7.11
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user