diff --git a/glib2.changes b/glib2.changes index 3c3c001..cf18559 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 17 19:21:53 CET 2008 - rodrigo@suse.de + +- Upstream glib2-allocsize.patch that should have been upstreamed + ------------------------------------------------------------------- Thu Mar 13 13:01:50 CET 2008 - rodrigo@suse.de diff --git a/glib2.spec b/glib2.spec index 4abd5d0..181cbd9 100644 --- a/glib2.spec +++ b/glib2.spec @@ -18,7 +18,7 @@ License: LGPL v2.1 or later Group: Development/Libraries/C and C++ AutoReqProv: on Version: 2.16.1 -Release: 1 +Release: 3 Summary: A Library with Convenient Functions Written in C Url: http://www.gtk.org/ Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.14/%{_name}-%{version}.tar.bz2 @@ -33,7 +33,7 @@ Patch0: glib2-mkinstalldirs.patch Patch1: glib2-aclocal.patch # PATCH-FIX-NEEDS-REBASE glib2-cast.patch Patch2: glib2-cast.patch -# PATCH-FIX-OPENSUSE glib2-allocsize.patch +# PATCH-FIX-UPSTREAM glib2-allocsize.patch bgo523019 meissner@suse.de -- marks malloc-style functions to detect memory problems at compile time Patch3: glib2-allocsize.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: %{name}-lang = %{version} @@ -192,6 +192,8 @@ rm -rf $RPM_BUILD_ROOT %dir %{_datadir}/gtk-doc/html %changelog +* Mon Mar 17 2008 rodrigo@suse.de +- Upstream glib2-allocsize.patch that should have been upstreamed * Thu Mar 13 2008 rodrigo@suse.de - Update to version 2.16.1: * Fix a crash in g_themed_icon_new