Hello community, here is the log from the commit of package obexfs checked in at Mon Oct 30 00:13:40 CET 2006. -------- --- obexfs/obexfs.changes 2006-08-04 17:14:42.000000000 +0200 +++ /mounts/work_src_done/STABLE/obexfs/obexfs.changes 2006-10-29 21:02:33.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Oct 29 21:02:24 CET 2006 - meissner@suse.de + +- use RPM_OPT_FLAGS + +------------------------------------------------------------------- New: ---- obexfs-optflags.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obexfs.spec ++++++ --- /var/tmp/diff_new_pack.guOzVX/_old 2006-10-30 00:13:37.000000000 +0100 +++ /var/tmp/diff_new_pack.guOzVX/_new 2006-10-30 00:13:37.000000000 +0100 @@ -14,10 +14,11 @@ BuildRequires: fuse-devel glib2-devel obexftp-devel openobex-devel Summary: FUSE based filesystem using ObexFTP Version: 0.10 -Release: 1 -License: GPL +Release: 17 +License: GNU General Public License (GPL) - all versions Group: System/Filesystems Source: %{name}-%{version}.tar.bz2 +Patch: obexfs-optflags.patch URL: http://openobex.triq.net/obexfs BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -32,7 +33,8 @@ Christian W. Zuckschwerdt <zany@triq.net> %prep -%setup +%setup -q +%patch0 %build autoreconf -fi @@ -52,6 +54,8 @@ %{_bindir}/* %changelog -n obexfs +* Sun Oct 29 2006 - meissner@suse.de +- use RPM_OPT_FLAGS * Fri Aug 04 2006 - cthiel@suse.de - update to version 0.10 * Removed statfs (caused problems on all but Siemens) ++++++ obexfs-optflags.patch ++++++ --- configure.in +++ configure.in @@ -10,7 +10,7 @@ PKG_CHECK_MODULES(OPENOBEX,openobex) # PKG_CHECK_MODULES(OBEXFTP,obexftp) -CFLAGS="-Wall -W -Wmissing-declarations -Wmissing-prototypes" +CFLAGS="$CFLAGS -Wall -W -Wmissing-declarations -Wmissing-prototypes" CFLAGS="$CFLAGS -O2 -D_FILE_OFFSET_BITS=64" AC_OUTPUT([Makefile fuse/Makefile]) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org