Update to 0.18.0
This commit is contained in:
parent
ad0869f3cf
commit
f99436a8b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/libgee-0.16.0.tar.xz
|
/libgee-0.16.0.tar.xz
|
||||||
/libgee-0.16.1.tar.xz
|
/libgee-0.16.1.tar.xz
|
||||||
/libgee-0.17.92.tar.xz
|
/libgee-0.17.92.tar.xz
|
||||||
|
/libgee-0.18.0.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: libgee
|
Name: libgee
|
||||||
Version: 0.17.92
|
Version: 0.18.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: GObject collection library
|
Summary: GObject collection library
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ Group: System Environment/Libraries
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://live.gnome.org/Libgee
|
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.17/libgee-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/libgee/0.18/libgee-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -112,6 +112,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 0.18.0-1
|
||||||
|
- Update to 0.18.0
|
||||||
|
|
||||||
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 0.17.92-1
|
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 0.17.92-1
|
||||||
- Update to 0.17.92
|
- Update to 0.17.92
|
||||||
- Use license macro for the COPYING file
|
- Use license macro for the COPYING file
|
||||||
|
Loading…
Reference in New Issue
Block a user