Update to 0.12.0
This commit is contained in:
parent
22f3a99d24
commit
8ccdea4728
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
json-glib-0.10.4.tar.bz2
|
||||
/json-glib-0.11.3-0.1.git19b0b87.fc15.src.rpm
|
||||
/json-glib-0.11.3-git19b0b87.tar.bz2
|
||||
/json-glib-0.12.0.tar.bz2
|
||||
|
@ -1,16 +1,15 @@
|
||||
%define glib_ver 2.16
|
||||
%define alphatag git19b0b87
|
||||
|
||||
Name: json-glib
|
||||
Version: 0.11.3
|
||||
Release: 0.2.%{alphatag}%{?dist}
|
||||
Version: 0.12.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for JavaScript Object Notation format
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://live.gnome.org/JsonGlib
|
||||
#VCS: git:git://git.gnome.org/json-glib
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.11/%{name}-%{version}-%{alphatag}.tar.bz2
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.11/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib_ver}
|
||||
@ -86,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 0.12-1
|
||||
- Update to 0.12.0
|
||||
|
||||
* Wed Sep 29 2010 jkeating - 0.11.3-0.2.git19b0b87
|
||||
- Rebuilt for gcc bug 634757
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user