Update to 0.7.2

This commit is contained in:
Peter Robinson 2010-08-30 23:39:42 +01:00
parent 5ac92a7005
commit 5a35222886
3 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
rest-0.6.4.tar.bz2
rest-0.7.0.tar.bz2
/rest-0.7.2.tar.bz2

View File

@ -4,14 +4,13 @@
%define tarfile %{name}-%{version}.tar.bz2
Name: rest
Version: 0.7.0
Version: 0.7.2
Release: 1%{?dist}
Summary: A library for access to RESTful web services
Group: System Environment/Libraries
License: LGPLv2
URL: http://www.meego.com
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{tarfile}
BuildRequires: glib2-devel
@ -88,6 +87,9 @@ rm -rf %{buildroot}
%{_datadir}/gir-1.0/RestExtras-0.7.gir
%changelog
* Mon Aug 30 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.2-1
- Update to 0.7.2
* Thu Aug 5 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.0-1
- Update to 0.7.0

View File

@ -1 +1 @@
e128424df7de1e8a818f5f98cb84baef rest-0.7.0.tar.bz2
ab6d2ef6d665088c18dddee8ff66cf41 rest-0.7.2.tar.bz2