Apply the patch
This commit is contained in:
parent
b2329ca8a3
commit
d2d65bf821
@ -3,7 +3,7 @@
|
|||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.23.2
|
Version: 2.23.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -56,6 +56,7 @@ of version 2 of the GLib library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n glib-%{version}
|
%setup -q -n glib-%{version}
|
||||||
|
%patch0 -p1 -b .abort-msg
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-gtk-doc --enable-static --with-runtime-libdir=../../%{_lib}
|
%configure --disable-gtk-doc --enable-static --with-runtime-libdir=../../%{_lib}
|
||||||
@ -157,6 +158,9 @@ esac
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.2-3
|
||||||
|
- Actually apply the patch, too
|
||||||
|
|
||||||
* Mon Jan 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.2-2
|
* Mon Jan 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.2-2
|
||||||
- Drop the dependency on a GLIBC_PRIVATE symbol
|
- Drop the dependency on a GLIBC_PRIVATE symbol
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user