commit cffd2d0c0015d0b50135f343d2fab5da5b47147e
Author: Jakub Bogusz <[email protected]>
Date:   Thu Jul 14 21:33:07 2022 +0200

    - typo, release 2

 detect-x32.patch | 2 +-
 libffado.spec    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libffado.spec b/libffado.spec
index ef3e691..359c1df 100644
--- a/libffado.spec
+++ b/libffado.spec
@@ -8,7 +8,7 @@ Summary:        Free FireWire audio driver library
 Summary(pl.UTF-8):     Wolnodostępna biblioteka sterownika dźwięku FireWire
 Name:          libffado
 Version:       2.4.6
-Release:       1
+Release:       2
 License:       GPL v2 or GPL v3
 Group:         Libraries
 #Source0Download: http://www.ffado.org/?q=node/5
diff --git a/detect-x32.patch b/detect-x32.patch
index c1a797f..a2c6bf1 100644
--- a/detect-x32.patch
+++ b/detect-x32.patch
@@ -44,7 +44,7 @@ Author: Adam Borowski <[email protected]>
 +    cc = os.getenv('CC')
 +    if cc == None:
 +        cc = 'cc'
-+    x = check_output((cc, '-dumpmachine')).detect()
++    x = check_output((cc, '-dumpmachine')).decode()
 +    for line in x.split('\n'):
 +        if line.endswith('x32'):
 +            return True
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libffado.git/commitdiff/cffd2d0c0015d0b50135f343d2fab5da5b47147e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to