2.17.4
This commit is contained in:
parent
6ea16ff425
commit
e25bf3737d
@ -1 +1 @@
|
|||||||
glib-2.17.3.tar.bz2
|
glib-2.17.4.tar.bz2
|
||||||
|
11
glib2.spec
11
glib2.spec
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.17.3
|
Version: 2.17.4
|
||||||
Release: 3%{?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
|
||||||
@ -25,9 +25,6 @@ Patch2: gio-2.16-only-pass-uri-to-gio-apps.patch
|
|||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=529694
|
# https://bugzilla.gnome.org/show_bug.cgi?id=529694
|
||||||
Patch3: gio-2.16-selinux-set-support.diff
|
Patch3: gio-2.16-selinux-set-support.diff
|
||||||
|
|
||||||
# Fixed in upstream svn
|
|
||||||
Patch4: crash.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GLib is the low-level core library that forms the basis
|
GLib is the low-level core library that forms the basis
|
||||||
for projects such as GTK+ and GNOME. It provides data structure
|
for projects such as GTK+ and GNOME. It provides data structure
|
||||||
@ -61,7 +58,6 @@ of version 2 of the GLib library.
|
|||||||
%setup -q -n glib-%{version}
|
%setup -q -n glib-%{version}
|
||||||
%patch2 -p1 -b .only-pass-uri-to-gio-apps
|
%patch2 -p1 -b .only-pass-uri-to-gio-apps
|
||||||
%patch3 -p0 -b .selinux
|
%patch3 -p0 -b .selinux
|
||||||
%patch4 -p1 -b .crash
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-gtk-doc --enable-static
|
%configure --disable-gtk-doc --enable-static
|
||||||
@ -136,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
|
||||||
|
- Update to 2.17.4
|
||||||
|
|
||||||
* Thu Jul 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.3-3
|
* Thu Jul 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.3-3
|
||||||
- Fix a stupid crash
|
- Fix a stupid crash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user