Update to 0.16.0
This commit is contained in:
parent
5585a196f1
commit
085e305866
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/libgee-0.15.3.tar.xz
|
/libgee-0.15.3.tar.xz
|
||||||
/libgee-0.15.90.tar.xz
|
/libgee-0.15.90.tar.xz
|
||||||
/libgee-0.15.92.tar.xz
|
/libgee-0.15.92.tar.xz
|
||||||
|
/libgee-0.16.0.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: libgee
|
Name: libgee
|
||||||
Version: 0.15.92
|
Version: 0.16.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.15/libgee-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/libgee/0.16/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 Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 0.16.0-1
|
||||||
|
- Update to 0.16.0
|
||||||
|
|
||||||
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 0.15.92-1
|
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 0.15.92-1
|
||||||
- Update to 0.15.92
|
- Update to 0.15.92
|
||||||
- Tighten subpackage deps with the _isa macro
|
- Tighten subpackage deps with the _isa macro
|
||||||
|
Loading…
Reference in New Issue
Block a user