commit c57333cf9597feff1961d5b9cbdc8236841a8487
Author: Jan Palus <[email protected]>
Date:   Wed Jan 8 19:59:40 2020 +0100

    up to 1.9.0
    
    - fix node shebang

 qutebrowser.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/qutebrowser.spec b/qutebrowser.spec
index a414cea..b20db5d 100644
--- a/qutebrowser.spec
+++ b/qutebrowser.spec
@@ -1,12 +1,12 @@
 %define                qtver   5.7.1
 Summary:       A keyboard-driven, vim-like browser based on PyQt5
 Name:          qutebrowser
-Version:       1.8.3
+Version:       1.9.0
 Release:       1
 License:       GPL v3+
 Group:         X11/Applications/Networking
 Source0:       
https://github.com/qutebrowser/qutebrowser/archive/v%{version}.tar.gz
-# Source0-md5: a853c0352aaa60c3752f5a654870eb25
+# Source0-md5: 861f0edd9d8da664dc6249cba916ca7f
 URL:           https://www.qutebrowser.org/
 BuildRequires: asciidoc
 BuildRequires: python3 >= 3.6
@@ -41,6 +41,7 @@ Vimperator/Pentadactyl.
 
 grep -r '#!.*env bash' -l . | xargs %{__sed} -i -e '1 s,#!.*env 
bash.*,#!/bin/bash,'
 grep -r '#!.*env python' -l . | xargs %{__sed} -i -e '1 s,#!.*env 
python.*,#!%{__python3},'
+grep -r '#!.*env node' -l . | xargs %{__sed} -i -e '1 s,#!.*env 
node.*,#!/usr/bin/node,'
 
 %build
 %py3_build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qutebrowser.git/commitdiff/c57333cf9597feff1961d5b9cbdc8236841a8487

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

Reply via email to