
Hello community, here is the log from the commit of package ocfs2-tools checked in at Mon Oct 30 18:00:26 CET 2006. -------- --- ocfs2-tools/ocfs2-tools.changes 2006-10-28 22:48:16.000000000 +0200 +++ /mounts/work_src_done/STABLE/ocfs2-tools/ocfs2-tools.changes 2006-10-30 17:47:39.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Oct 30 17:43:47 CET 2006 - lmb@suse.de + +- Upgrade to version 1.2.2 to match in-kernel version. +- Split-off devel subpackage. + +------------------------------------------------------------------- Old: ---- ocfs2-tools-1.2.1.tar.bz2 New: ---- ocfs2-tools-1.2.2.diff ocfs2-tools-1.2.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocfs2-tools.spec ++++++ --- /var/tmp/diff_new_pack.8PWoxx/_old 2006-10-30 18:00:18.000000000 +0100 +++ /var/tmp/diff_new_pack.8PWoxx/_new 2006-10-30 18:00:18.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package ocfs2-tools (Version 1.2.1) +# spec file for package ocfs2-tools (Version 1.2.2) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,14 +13,15 @@ Name: ocfs2-tools 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: 21 +Version: 1.2.2 +Release: 1 License: GNU General Public License (GPL) - all versions Group: System/Filesystems Source: ocfs2-tools-%{version}.tar.bz2 Patch0: ocfs2-tools-suse.diff Patch1: blkid.m4.diff Patch2: offsetof.diff +Patch3: ocfs2-tools-1.2.2.diff URL: http://oss.oracle.com/projects/ocfs2-tools/ Requires: coreutils, net-tools, modutils, e2fsprogs, /sbin/chkconfig, glib2 >= 2.2.3 PreReq: %insserv_prereq %fillup_prereq @@ -59,11 +60,29 @@ -------- Oracle Corporation +%package devel +Summary: Oracle Cluster File System 2 Development files +Group: System/Filesystems +Requires: ocfs2-tools = %{version}, libcom_err, libcom_err-devel + +%description devel +OCFS is the Oracle Cluster File System. + +This package contains the header files and static libraries for +developing low-level OCFS2-aware applications. + + + +Authors: +-------- + Oracle Corporation + %prep %setup -n ocfs2-tools-%{version} %patch0 -p1 %patch1 -p1 %patch2 +%patch3 -p1 %{?suse_update_config:%{suse_update_config -f}} %build @@ -131,6 +150,7 @@ /usr/share/man/man8/mkfs.ocfs2.8* /usr/share/man/man8/tunefs.ocfs2.8* /usr/share/man/man8/mounted.ocfs2.8* +/usr/share/man/man8/mount.ocfs2.8* /usr/share/man/man8/o2cb_ctl.8* /usr/share/man/man8/ocfs2_hb_ctl.8* /usr/share/man/man8/ocfs2cdsl.8* @@ -144,7 +164,22 @@ /usr/sbin/ocfs2console /usr/share/man/man8/ocfs2console.8* +%files devel +%defattr(-,root,root) +%{_includedir}/o2cb +%{_includedir}/o2dlm +%{_includedir}/ocfs2 +%{_libdir}/libo2cb.a +%{_libdir}/libo2dlm.a +%{_libdir}/libocfs2.a +%{_libdir}/pkgconfig/o2cb.pc +%{_libdir}/pkgconfig/o2dlm.pc +%{_libdir}/pkgconfig/ocfs2.pc + %changelog -n ocfs2-tools +* Mon Oct 30 2006 - lmb@suse.de +- Upgrade to version 1.2.2 to match in-kernel version. +- Split-off devel subpackage. * Sat Oct 28 2006 - meissner@suse.de - use RPM_OPT_FLAGS * Sat Sep 30 2006 - aj@suse.de ++++++ ocfs2-tools-1.2.2.diff ++++++ diff -ur ocfs2-tools-1.2.2.orig/configure.in ocfs2-tools-1.2.2/configure.in --- ocfs2-tools-1.2.2.orig/configure.in 2006-10-19 19:10:53.000000000 +0200 +++ ocfs2-tools-1.2.2/configure.in 2006-10-21 01:02:31.000000000 +0200 @@ -88,14 +88,17 @@ AC_SUBST(COM_ERR_LIBS) ]) +saved_LDFLAGS="$LDFLAGS" +LDFLAGS="-lpthread" UUID_LIBS= -AC_CHECK_LIB(uuid, uuid_unparse, UUID_LIBS=-luuid) +AC_CHECK_LIB(uuid, uuid_unparse, UUID_LIBS="-luuid -lpthread") if test "x$UUID_LIBS" = "x"; then AC_MSG_ERROR([Unable to find uuid library]) fi AC_CHECK_HEADER(uuid/uuid.h, :, AC_MSG_ERROR([Unable to find uuid headers])) AC_SUBST(UUID_LIBS) +LDFLAGS="$saved_LDFLAGS" NCURSES_LIBS= AC_CHECK_LIB(ncurses, tgetstr, NCURSES_LIBS=-lncurses) ++++++ ocfs2-tools-1.2.1.tar.bz2 -> ocfs2-tools-1.2.2.tar.bz2 ++++++ ++++ 6235 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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