Hello community, here is the log from the commit of package ocfs2-tools checked in at Sun Oct 29 02:20:20 CEST 2006. -------- --- ocfs2-tools/ocfs2-tools.changes 2006-09-30 09:21:12.000000000 +0200 +++ /mounts/work_src_done/STABLE/ocfs2-tools/ocfs2-tools.changes 2006-10-28 22:48:16.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Oct 28 22:48:11 CEST 2006 - meissner@suse.de + +- use RPM_OPT_FLAGS + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocfs2-tools.spec ++++++ --- /var/tmp/diff_new_pack.S4lnRS/_old 2006-10-29 02:20:13.000000000 +0200 +++ /var/tmp/diff_new_pack.S4lnRS/_new 2006-10-29 02:20:13.000000000 +0200 @@ -14,8 +14,8 @@ BuildRequires: e2fsprogs-devel glib2-devel python-devel python-gtk-devel readline-devel update-desktop-files Summary: Oracle Cluster File System 2 Core Tools Version: 1.2.1 -Release: 11 -License: GPL +Release: 21 +License: GNU General Public License (GPL) - all versions Group: System/Filesystems Source: ocfs2-tools-%{version}.tar.bz2 Patch0: ocfs2-tools-suse.diff @@ -72,7 +72,7 @@ autoreconf -fi -I /usr/share/aclocal %configure --disable-debug --prefix=/usr --mandir=/usr/share/man # --enable-dynamic-fsck=yes --enable-dynamic-ctl=yes -make +make OPTS="$RPM_OPT_FLAGS" %install mkdir -p $RPM_BUILD_ROOT/etc/init.d @@ -145,6 +145,8 @@ /usr/share/man/man8/ocfs2console.8* %changelog -n ocfs2-tools +* Sat Oct 28 2006 - meissner@suse.de +- use RPM_OPT_FLAGS * Sat Sep 30 2006 - aj@suse.de - Cleanup BuildRequires. * Wed Aug 16 2006 - cthiel@suse.de ++++++ ocfs2-tools-suse.diff ++++++ --- /var/tmp/diff_new_pack.S4lnRS/_old 2006-10-29 02:20:14.000000000 +0200 +++ /var/tmp/diff_new_pack.S4lnRS/_new 2006-10-29 02:20:14.000000000 +0200 @@ -13,3 +13,19 @@ # Default-Start: 2 3 5 # Default-Stop: +--- ocfs2-tools-0.99.2.orig/debugfs.ocfs2/Makefile ++++ ocfs2-tools-0.99.2.orig/debugfs.ocfs2/Makefile +@@ -12,10 +12,11 @@ + INCLUDES += $(GLIB_CFLAGS) + + ifdef OCFS2_DEBUG +-CFLAGS = -Wall -O -ggdb ++OPTS = -O -ggdb + else +-CFLAGS = -Wall -O2 ++OPTS = -O2 + endif ++CFLAGS=-Wall $(OPTS) + + CFILES = main.c commands.c dump.c utils.c journal.c find_inode_paths.c dump_fs_locks.c + ++++++ offsetof.diff ++++++ --- /var/tmp/diff_new_pack.S4lnRS/_old 2006-10-29 02:20:14.000000000 +0200 +++ /var/tmp/diff_new_pack.S4lnRS/_new 2006-10-29 02:20:14.000000000 +0200 @@ -1,5 +1,5 @@ --- libocfs2/include/ocfs2.h -+++ libocfs2/include/ocfs2.h 2006/05/03 07:47:12 ++++ libocfs2/include/ocfs2.h @@ -43,6 +43,7 @@ #include <limits.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de