2.29.82.29.8
This commit is contained in:
parent
92eb058886
commit
1119f1b4b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ glib-2.25.13.tar.bz2
|
|||||||
/glib-2.28.6.tar.bz2
|
/glib-2.28.6.tar.bz2
|
||||||
/glib-2.29.4.tar.bz2
|
/glib-2.29.4.tar.bz2
|
||||||
/glib-2.29.6.tar.xz
|
/glib-2.29.6.tar.xz
|
||||||
|
/glib-2.29.8.tar.xz
|
||||||
|
11
glib2.spec
11
glib2.spec
@ -2,17 +2,14 @@
|
|||||||
|
|
||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.29.6
|
Version: 2.29.8
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
#VCS: git:git://git.gnome.org/glib
|
#VCS: git:git://git.gnome.org/glib
|
||||||
Source: http://download.gnome.org/sources/glib/2.29/glib-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/glib/2.29/glib-%{version}.tar.xz
|
||||||
|
|
||||||
# upstream fix
|
|
||||||
Patch0: 0001-GDataList-don-t-hold-the-bitlock-over-callbacks.patch
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: gamin-devel
|
BuildRequires: gamin-devel
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -60,7 +57,6 @@ The glib2-static package includes static libraries of the GLib library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n glib-%{version}
|
%setup -q -n glib-%{version}
|
||||||
%patch0 -p1 -b .datalist-deadlock
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Support builds of both git snapshots and tarballs packed with autogoo
|
# Support builds of both git snapshots and tarballs packed with autogoo
|
||||||
@ -166,6 +162,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 14 2011 Matthias Clasen <mclasen@redhat.com> - 2.29.8-1
|
||||||
|
- Update to 2.29.8
|
||||||
|
|
||||||
* Thu Jun 9 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.29.6-4
|
* Thu Jun 9 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.29.6-4
|
||||||
- Own %%ghost /usr/lib*/gio/modules/giomodule.cache.
|
- Own %%ghost /usr/lib*/gio/modules/giomodule.cache.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user