Update to 0.8.0
This commit is contained in:
parent
232cb4a15e
commit
90034c6335
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/libgee-0.7.90.tar.xz
|
||||
/libgee-0.8.0.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: libgee
|
||||
Version: 0.7.90
|
||||
Version: 0.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: GObject collection library
|
||||
|
||||
@ -7,7 +7,7 @@ Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://live.gnome.org/Libgee
|
||||
#VCS: git:git://git.gnome.org/libgee
|
||||
Source0: http://download.gnome.org/sources/libgee/0.7/libgee-%{version}.tar.xz
|
||||
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
|
||||
# like something with abstract classes/methods, but needs a Vala expert, found
|
||||
@ -116,6 +116,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 26 2012 Michel Salim <salimma@fedoraproject.org> - 0.8.0-1
|
||||
- Update to 0.8.0
|
||||
|
||||
* Wed Sep 5 2012 Michel Salim <salimma@fedoraproject.org> - 0.7.90-1
|
||||
- Update to 0.7.90
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user