Author: patrys Date: Wed Aug 6 12:28:57 2008 GMT Module: SPECS Tag: DEVEL ---- Log message: - fix deprecated parts of API
---- Files affected: SPECS: libgnomeui.spec (1.112.2.2 -> 1.112.2.3) ---- Diffs: ================================================================ Index: SPECS/libgnomeui.spec diff -u SPECS/libgnomeui.spec:1.112.2.2 SPECS/libgnomeui.spec:1.112.2.3 --- SPECS/libgnomeui.spec:1.112.2.2 Mon Jun 16 21:48:22 2008 +++ SPECS/libgnomeui.spec Wed Aug 6 14:28:52 2008 @@ -12,6 +12,8 @@ Group: X11/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/libgnomeui/2.23/%{name}-%{version}.tar.bz2 # Source0-md5: dedaaa47340fdacd91286dacdd4ab01b +Patch0: %{name}-gdestroynotify.patch +Patch1: %{name}-gtype.patch URL: http://www.gnome.org/ BuildRequires: GConf2-devel >= 2.22.0 BuildRequires: autoconf >= 2.54 @@ -121,6 +123,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build %{?with_apidocs:%{__gtkdocize}} @@ -201,6 +205,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.112.2.3 2008/08/06 12:28:52 patrys +- fix deprecated parts of API + Revision 1.112.2.2 2008/06/16 19:48:22 megabajt - updated to 2.23.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libgnomeui.spec?r1=1.112.2.2&r2=1.112.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
