[arch-commits] Commit in rarian/trunk (PKGBUILD info-segfault.patch)

Jan de Groot jgc at archlinux.org
Sat Sep 6 21:33:59 UTC 2008


    Date: Saturday, September 6, 2008 @ 17:33:59
  Author: jgc
Revision: 11986

upgpkg: rarian 0.8.1-1

Modified:
  rarian/trunk/PKGBUILD
Deleted:
  rarian/trunk/info-segfault.patch

---------------------+
 PKGBUILD            |   12 +++++-------
 info-segfault.patch |   14 --------------
 2 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-06 21:29:45 UTC (rev 11985)
+++ PKGBUILD	2008-09-06 21:33:59 UTC (rev 11986)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=rarian
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
 pkgdesc="Documentation meta-data library, designed as a replacement for Scrollkeeper."
 arch=('i686' 'x86_64')
 url="http://rarian.freedesktop.org/"
@@ -14,15 +14,13 @@
 provides=('scrollkeeper')
 replaces=('scrollkeeper')
 options=('!libtool')
-source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.bz2"
-        'info-segfault.patch' 'user-segfault.patch')
-md5sums=('67e2d3ab27edcebdae9b85733712805e'
-         '322bdbac3a8964e743ce465214a35c07'
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.bz2
+        user-segfault.patch)
+md5sums=('75091185e13da67a0ff4279de1757b94'
          '457e9827197009cfa360911fe49a5ad7')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/info-segfault.patch || return 1
   patch -p0 -i ${srcdir}/user-segfault.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
      --localstatedir=/var --disable-static || return 1

Deleted: info-segfault.patch
===================================================================
--- info-segfault.patch	2008-09-06 21:29:45 UTC (rev 11985)
+++ info-segfault.patch	2008-09-06 21:33:59 UTC (rev 11986)
@@ -1,14 +0,0 @@
---- librarian/rarian-info.c	2008-03-30 12:43:17.000000000 -0700
-+++ librarian/rarian-info.c	2008-03-30 12:44:22.000000000 -0700
-@@ -668,8 +668,10 @@ rrn_info_find_from_uri (char *uri, char 
-     l = l->next;
-   }
-   
--  return best_result->reg;
-+  if (best_result)
-+     return best_result->reg;
- 
-+  return NULL;
- }
- 
- void 




More information about the arch-commits mailing list