[arch-commits] Commit in fuse2/trunk (PKGBUILD)

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 10:22:38
  Author: felixonmars
Revision: 384094

upgpkg: fuse2 2.9.9-4: reproducibility rebuild

Modified:
  fuse2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 10:22:34 UTC (rev 384093)
+++ PKGBUILD2020-05-16 10:22:38 UTC (rev 384094)
@@ -4,7 +4,7 @@
 
 pkgname=fuse2
 pkgver=2.9.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('x86_64')
 url='https://github.com/libfuse/libfuse'


[arch-commits] Commit in fuse2/trunk (PKGBUILD)

2019-09-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, September 18, 2019 @ 23:38:01
  Author: anatolik
Revision: 363022

upgpkg: fuse2 2.9.9-3

Move fuse udev files to /usr/lib/udev

Modified:
  fuse2/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 22:53:05 UTC (rev 363021)
+++ PKGBUILD2019-09-18 23:38:01 UTC (rev 363022)
@@ -4,7 +4,7 @@
 
 pkgname=fuse2
 pkgver=2.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -23,8 +23,7 @@
 build() {
   cd fuse-$pkgver
 
-  export MOUNT_FUSE_PATH=/usr/bin
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
+  UDEV_RULES_PATH=/usr/lib/udev/rules.d MOUNT_FUSE_PATH=/usr/bin ./configure 
--prefix=/usr --libdir=/usr/lib --enable-lib --enable-util --disable-example
   make
 }
 


[arch-commits] Commit in fuse2/trunk (PKGBUILD)

2019-09-15 Thread Anatol Pomozov via arch-commits
Date: Monday, September 16, 2019 @ 00:02:59
  Author: anatolik
Revision: 362927

upgpkg: fuse2 2.9.9-2

FS#61261: put version-specific mount binaries back to fuse2/fuse3

Modified:
  fuse2/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-15 22:28:47 UTC (rev 362926)
+++ PKGBUILD2019-09-16 00:02:59 UTC (rev 362927)
@@ -4,7 +4,7 @@
 
 pkgname=fuse2
 pkgver=2.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -37,12 +37,6 @@
   # Don't add our own for now, as fusectl fs oopses on 2.6.18
   rm -r ${pkgdir}/etc/init.d
 
-  # remove udev rules (is in the udev package}
-  rm -rf ${pkgdir}/etc/udev
-
   # static device nodes are handled by udev
   rm -r ${pkgdir}/dev
-
-  # part of fuse-common package
-  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8 ${pkgdir}/usr/bin/mount.fuse
 }


[arch-commits] Commit in fuse2/trunk (PKGBUILD)

2019-01-04 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 5, 2019 @ 07:20:28
  Author: anatolik
Revision: 342978

upgpkg: fuse2 2.9.9-1

Modified:
  fuse2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 06:13:54 UTC (rev 342977)
+++ PKGBUILD2019-01-05 07:20:28 UTC (rev 342978)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=fuse2
-pkgver=2.9.8
+pkgver=2.9.9
 pkgrel=1
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('pkg-config')
 options=(!emptydirs)
 
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc})
-sha1sums=('fdd8783eda9463d3dfc75b2b942d8547dd3f8cc8'
+sha1sums=('943ba651b14bc4a3c6fd959ed4b8c04f4a59032d'
   'SKIP')
 validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

 


[arch-commits] Commit in fuse2/trunk (PKGBUILD)

2018-07-30 Thread Anatol Pomozov via arch-commits
Date: Monday, July 30, 2018 @ 13:57:30
  Author: anatolik
Revision: 329673

upgpkg: fuse2 2.9.8-1

Modified:
  fuse2/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-30 13:51:55 UTC (rev 329672)
+++ PKGBUILD2018-07-30 13:57:30 UTC (rev 329673)
@@ -4,8 +4,8 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=fuse2
-pkgver=2.9.7
-pkgrel=4
+pkgver=2.9.8
+pkgrel=1
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -17,7 +17,7 @@
 makedepends=('pkg-config')
 options=(!emptydirs)
 
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc})
-sha1sums=('cd174e3d37995a42fad32fac92f76cd18e24174f'
+sha1sums=('fdd8783eda9463d3dfc75b2b942d8547dd3f8cc8'
   'SKIP')
 validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

 


[arch-commits] Commit in fuse2/trunk (PKGBUILD)

2017-09-14 Thread Anatol Pomozov
Date: Thursday, September 14, 2017 @ 17:21:14
  Author: anatolik
Revision: 305559

upgpkg: fuse2 2.9.7-4

FS#55564 move mount.fuse to fuse-common and use both for fuse2 and fuse3 
filesystems

Modified:
  fuse2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-14 17:21:00 UTC (rev 305558)
+++ PKGBUILD2017-09-14 17:21:14 UTC (rev 305559)
@@ -5,7 +5,7 @@
 
 pkgname=fuse2
 pkgver=2.9.7
-pkgrel=3
+pkgrel=4
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('i686' 'x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -45,5 +45,5 @@
   rm -r ${pkgdir}/dev
 
   # part of fuse-common package
-  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8
+  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8 ${pkgdir}/usr/bin/mount.fuse
 }


[arch-commits] Commit in fuse2/trunk (PKGBUILD)

2016-12-12 Thread Anatol Pomozov
Date: Tuesday, December 13, 2016 @ 05:55:13
  Author: anatolik
Revision: 283089

FS#52134 add $pkgver to provides=''

It allows to unbreak packages that use version restriction for fuse package 
(like veracrypt)

Modified:
  fuse2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-13 00:53:17 UTC (rev 283088)
+++ PKGBUILD2016-12-13 05:55:13 UTC (rev 283089)
@@ -5,12 +5,12 @@
 
 pkgname=fuse2
 pkgver=2.9.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('i686' 'x86_64')
 url='https://github.com/libfuse/libfuse'
 license=('GPL2')
-provides=('fuse') # TODO: remove it once all packages start to use 'fuse2' name
+provides=(fuse=$pkgver) # TODO: remove it once all packages start to use 
'fuse2' name
 replaces=('fuse')
 conflicts=('fuse')
 depends=('glibc' 'fuse-common')