Update to 0.8.1
This commit is contained in:
parent
90034c6335
commit
7b806d1f4a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/libgee-0.8.0.tar.xz
|
||||
/libgee-0.8.1.tar.xz
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
Name: libgee
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 1%{?dist}
|
||||
Summary: GObject collection library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://live.gnome.org/Libgee
|
||||
#VCS: git:git://git.gnome.org/libgee
|
||||
#VCS: git:git://git.gnome.org/libgee
|
||||
Source0: http://download.gnome.org/sources/libgee/0.8/libgee-%{version}.tar.xz
|
||||
# manually fix the generated code otherwise 32-to-64 bit conversion is done and
|
||||
# bad things happen for values >= 0x8000000, probably a Vala compiler bug, seems
|
||||
@ -15,7 +15,7 @@ Source0: http://download.gnome.org/sources/libgee/0.8/libgee-%{version}.t
|
||||
Patch0: %{name}-0.7.90-declaration.patch
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
# Bootstrap requirements
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: vala
|
||||
@ -116,6 +116,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 16 2012 Michel Salim <salimma@fedoraproject.org> - 0.8.1-1
|
||||
- Update to 0.8.1
|
||||
|
||||
* Wed Sep 26 2012 Michel Salim <salimma@fedoraproject.org> - 0.8.0-1
|
||||
- Update to 0.8.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user