[arch-commits] Commit in cdemu-client/trunk (PKGBUILD fixes.diff)

Jan Steffens heftig at archlinux.org
Mon Jun 12 20:33:37 UTC 2017


    Date: Monday, June 12, 2017 @ 20:33:36
  Author: heftig
Revision: 236562

3.1.0-1

Modified:
  cdemu-client/trunk/PKGBUILD
  cdemu-client/trunk/fixes.diff

------------+
 PKGBUILD   |    8 ++++----
 fixes.diff |   13 -------------
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-12 20:18:19 UTC (rev 236561)
+++ PKGBUILD	2017-06-12 20:33:36 UTC (rev 236562)
@@ -4,8 +4,8 @@
 # Contributor: Charles Lindsay <charles at chaoslizard.org>
 
 pkgname=cdemu-client
-pkgver=3.0.4
-pkgrel=3
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="Simple command-line client for controlling cdemu-daemon"
 arch=(any)
 url="http://cdemu.sourceforge.net/"
@@ -15,8 +15,8 @@
 conflicts=('cdemu')
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2"
         fixes.diff)
-sha256sums=('e415a98672ac1ed908dab2ba43a94bc0af7653c470a87d6d9338a59d9856fd86'
-            'f918450e3eff8123b830817fe763702f123f8ad6d0186798aa2defa8f0f9782f')
+sha256sums=('336a078b0b1f70de81d7ee92ee3e3a1e1957843accc4e90a876aeef28648d868'
+            '908f919e779832eb05013cb0e3ecb49795afddaa4aa8cb946ec78c3218acf534')
 
 prepare() {
   mkdir build

Modified: fixes.diff
===================================================================
--- fixes.diff	2017-06-12 20:18:19 UTC (rev 236561)
+++ fixes.diff	2017-06-12 20:33:36 UTC (rev 236562)
@@ -12,16 +12,3 @@
  )
  
  install (
-diff --git i/cdemu-client/src/cdemu w/cdemu-client/src/cdemu
-index 85bdcc5f30cdffef..a3fa132492266a7a 100755
---- i/cdemu-client/src/cdemu
-+++ w/cdemu-client/src/cdemu
-@@ -116,7 +116,7 @@ class cmd_load (object):
- 
-     def __call__ (self, proxy, arguments):
-         # We need to pass absolute filenames to daemon
--        filenames = map(os.path.abspath, arguments.image_file)
-+        filenames = [os.path.abspath(f) for f in arguments.image_file]
- 
-         # Gather parser parameters into a dictionary
-         parser_params = {}



More information about the arch-commits mailing list