[packages/python-pycdio] drop references to DRIVER_BSDI

atler atler at pld-linux.org
Thu Feb 15 18:21:12 CET 2018


commit 3169112c6bb50f121a1b46fc4355e09352f48c66
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Feb 15 18:20:45 2018 +0100

    drop references to DRIVER_BSDI

 python-pycdio-update.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
---
diff --git a/python-pycdio-update.patch b/python-pycdio-update.patch
index ac5e48f..bdd9d31 100644
--- a/python-pycdio-update.patch
+++ b/python-pycdio-update.patch
@@ -8,3 +8,25 @@
  %constant long int DRIVER_FREEBSD = DRIVER_FREEBSD;
  %constant long int DRIVER_LINUX   = DRIVER_LINUX;
  %constant long int DRIVER_SOLARIS = DRIVER_SOLARIS;
+diff -ur pycdio-0.20.orig/cdio.py pycdio-0.20/cdio.py
+--- pycdio-0.20.orig/cdio.py	2018-02-15 18:19:00.344688689 +0100
++++ pycdio-0.20/cdio.py	2018-02-15 18:19:09.607963138 +0100
+@@ -47,7 +47,6 @@
+ drivers = {
+     'Unknown'  : pycdio.DRIVER_UNKNOWN,
+     'AIX'      : pycdio.DRIVER_AIX,
+-    'BSDI'     : pycdio.DRIVER_BSDI,
+     'FreeBSD'  : pycdio.DRIVER_FREEBSD,
+     'GNU/Linux': pycdio.DRIVER_LINUX,
+     'linux'    : pycdio.DRIVER_LINUX,
+diff -ur pycdio-0.20.orig/pycdio.py pycdio-0.20/pycdio.py
+--- pycdio-0.20.orig/pycdio.py	2018-02-15 18:19:00.344688689 +0100
++++ pycdio-0.20/pycdio.py	2018-02-15 18:19:16.171254642 +0100
+@@ -653,7 +653,6 @@
+ SRC_IS_NATIVE_MASK = _pycdio.SRC_IS_NATIVE_MASK
+ DRIVER_UNKNOWN = _pycdio.DRIVER_UNKNOWN
+ DRIVER_AIX = _pycdio.DRIVER_AIX
+-DRIVER_BSDI = _pycdio.DRIVER_BSDI
+ DRIVER_FREEBSD = _pycdio.DRIVER_FREEBSD
+ DRIVER_LINUX = _pycdio.DRIVER_LINUX
+ DRIVER_SOLARIS = _pycdio.DRIVER_SOLARIS
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pycdio.git/commitdiff/3169112c6bb50f121a1b46fc4355e09352f48c66



More information about the pld-cvs-commit mailing list