[arch-commits] Commit in ocfs2-tools/trunk (PKGBUILD ocfs2-build.patch)

Tobias Powalowski tpowa at archlinux.org
Sun Mar 21 16:55:55 UTC 2010


    Date: Sunday, March 21, 2010 @ 12:55:55
  Author: tpowa
Revision: 72966

upgpkg: ocfs2-tools 1.4.3-1
bump to latest version

Modified:
  ocfs2-tools/trunk/PKGBUILD
Deleted:
  ocfs2-tools/trunk/ocfs2-build.patch

-------------------+
 PKGBUILD          |   11 ++++-------
 ocfs2-build.patch |   10 ----------
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-21 16:52:23 UTC (rev 72965)
+++ PKGBUILD	2010-03-21 16:55:55 UTC (rev 72966)
@@ -1,20 +1,18 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=ocfs2-tools
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
 pkgdesc="Oracle Cluster File System 2 utilities"
 arch=(i686 x86_64)
 url="http://oss.oracle.com/projects/ocfs2-tools/"
 depends=('e2fsprogs' 'glib2' 'readline>=6.0.00')
 license=('GPL2')
-source=(http://oss.oracle.com/projects/ocfs2-tools/dist/files/source/v1.4/$pkgname-$pkgver.tar.gz
-        ocfs2-build.patch)
+source=(http://oss.oracle.com/projects/ocfs2-tools/dist/files/source/v1.4/$pkgname-$pkgver.tar.gz)
 options=(!makeflags)
 optdepends=('python: for using ocfs2console')
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np0 -i ../ocfs2-build.patch || return 1
   ./configure --prefix=/usr --mandir=/usr/share/man
   make LDFLAGS=-L/usr/lib || return 1
   make DESTDIR=$pkgdir install
@@ -23,5 +21,4 @@
   install -m 755 -D $srcdir/$pkgname-$pkgver/vendor/common/o2cb.init \
 	$pkgdir/etc/rc.d/o2cb
 }
-md5sums=('92f4f9f16c3f74307ad508f5e6a300a1'
-         'fa095cdad5e1f4e3ea3ae31995dc2263')
+md5sums=('7d8895ea41999ce8f468e2bc7dc55ddc')

Deleted: ocfs2-build.patch
===================================================================
--- ocfs2-build.patch	2010-03-21 16:52:23 UTC (rev 72965)
+++ ocfs2-build.patch	2010-03-21 16:55:55 UTC (rev 72966)
@@ -1,10 +0,0 @@
---- libo2cb/client_proto.c~	2009-04-09 11:53:05.000000000 +0200
-+++ libo2cb/client_proto.c	2009-04-09 11:53:05.000000000 +0200
-@@ -17,6 +17,7 @@
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/un.h>
-+#include <limits.h>
- 
- #include "o2cb/o2cb_client_proto.h"
- 




More information about the arch-commits mailing list