[arch-commits] Commit in avfs/trunk (PKGBUILD avfs-1.0.0-fix_open_missing_mode.patch)

Eric Bélanger eric at archlinux.org
Sat Sep 8 02:47:59 UTC 2012


    Date: Friday, September 7, 2012 @ 22:47:58
  Author: eric
Revision: 166453

upgpkg: avfs 1.0.1-1

Upstream update, Fix license, Remove old patch

Modified:
  avfs/trunk/PKGBUILD
Deleted:
  avfs/trunk/avfs-1.0.0-fix_open_missing_mode.patch

----------------------------------------+
 PKGBUILD                               |   16 ++++++----------
 avfs-1.0.0-fix_open_missing_mode.patch |   11 -----------
 2 files changed, 6 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-08 01:51:46 UTC (rev 166452)
+++ PKGBUILD	2012-09-08 02:47:58 UTC (rev 166453)
@@ -3,24 +3,20 @@
 # Contributor: K. Piche <kpiche at rogers.com>
 
 pkgname=avfs
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="A virtual filesystem that allows browsing of compressed files"
 arch=('i686' 'x86_64')
-license=('GPL')
+license=('GPL' 'LGPL')
 url="http://avf.sourceforge.net/"
-source=("http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2"
-        'avfs-1.0.0-fix_open_missing_mode.patch')
-options=(!emptydirs !libtool)
 depends=('fuse' 'xz' 'perl')
-md5sums=('c58421e4f294125895f2c6653a7366a7'
-         'bdd84b179a869bc6d64529a64a640fc6')
+options=('!emptydirs' '!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('f0f254d092e54da14bbf3ea22b76da99'
+         'd71607de21819f3d67246473f0bc21f3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/avfs-1.0.0-fix_open_missing_mode.patch"
-
   ./configure --prefix=/usr \
               --enable-library \
               --enable-fuse \

Deleted: avfs-1.0.0-fix_open_missing_mode.patch
===================================================================
--- avfs-1.0.0-fix_open_missing_mode.patch	2012-09-08 01:51:46 UTC (rev 166452)
+++ avfs-1.0.0-fix_open_missing_mode.patch	2012-09-08 02:47:58 UTC (rev 166453)
@@ -1,11 +0,0 @@
---- a/modules/urar.c	2007-05-14 20:21:23.000000000 +0200
-+++ b/modules/urar.c	2009-02-09 13:48:56.780225932 +0100
-@@ -587,7 +587,7 @@
-     if(res < 0)
-         return res;
- 
--    fd = open(tmpfile, O_RDWR | O_CREAT | O_TRUNC);
-+    fd = open(tmpfile, O_RDWR | O_CREAT | O_TRUNC, 0644);
-     if(fd == -1) {
-         res = -errno; 
-         av_log(AVLOG_ERROR, "RAR: Could not open %s: %s", tmpfile,




More information about the arch-commits mailing list