Hello community, here is the log from the commit of package libgnomedb checked in at Tue Oct 31 11:44:48 CET 2006. -------- --- GNOME/libgnomedb/libgnomedb.changes 2006-08-18 09:52:24.000000000 +0200 +++ /mounts/work_src_done/STABLE/libgnomedb/libgnomedb.changes 2006-10-31 11:39:49.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Oct 31 11:39:38 CET 2006 - meissner@suse.de + +- use RPM_OPT_FLAGS, fixed configure.in to allow passing them in + +------------------------------------------------------------------- New: ---- libgnomedb-optflags.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgnomedb.spec ++++++ --- /var/tmp/diff_new_pack.5NR7M3/_old 2006-10-31 11:44:40.000000000 +0100 +++ /var/tmp/diff_new_pack.5NR7M3/_new 2006-10-31 11:44:40.000000000 +0100 @@ -14,12 +14,12 @@ BuildRequires: evolution-data-server-devel gcc-c++ gnome-common gtkdoc gtksourceview-devel intltool libgda-devel libgnomeui-devel mDNSResponder-devel perl-XML-Parser scrollkeeper sgml-skel shared-mime-info update-desktop-files %define prefix /opt/gnome %define sysconfdir /etc%{prefix} -License: GPL +License: GNU General Public License (GPL) - all versions Group: System/GUI/GNOME Autoreqprov: on PreReq: filesystem gconf2 shared-mime-info Version: 1.3.91 -Release: 23 +Release: 41 Summary: Library for Writing GNOME Database Programs BuildRoot: %{_tmppath}/%{name}-%{version}-build URL: http://www.gnome-db.org/ @@ -29,6 +29,7 @@ Patch4: libgnomedb-random.patch Patch5: libgnomedb-1.3.91.patch Patch6: libgnomedb-155286.patch +Patch7: libgnomedb-optflags.patch %description Libgnomedb is a library that eases the task of writing GNOME database @@ -59,12 +60,13 @@ Vivien Malerba <malerba@gnome-db.org> %prep -%setup +%setup -q %patch2 %patch3 %patch4 %patch5 %patch6 +%patch7 %build rename no nb po/no.* @@ -139,6 +141,8 @@ %{prefix}/%_lib/pkgconfig/*.pc %changelog -n libgnomedb +* Tue Oct 31 2006 - meissner@suse.de +- use RPM_OPT_FLAGS, fixed configure.in to allow passing them in * Fri Aug 18 2006 - aj@suse.de - Cleanup BuildRequires. * Tue Mar 07 2006 - rodrigo@suse.de ++++++ libgnomedb-optflags.patch ++++++ --- configure.in +++ configure.in @@ -47,11 +47,6 @@ AM_PROG_LIBTOOL AC_PROG_MAKE_SET -if test "x$GCC" = "xyes"; then - CFLAGS="-Wall -g" -fi - - dnl ****************************** dnl glib-genmarshal dnl ****************************** ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org