From 74034caf8c2f06b47384b1c1104d2e37d5e93302 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Apr 12 2016 10:40:46 +0000 Subject: Update to 0.6.1. --- diff --git a/.gitignore b/.gitignore index 2bcb83d..2c0ea5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /qutebrowser-0.5.1.tar.gz /qutebrowser-0.6.0.tar.gz +/qutebrowser-0.6.1.tar.gz diff --git a/qutebrowser.spec b/qutebrowser.spec index 9e1d950..0156c63 100644 --- a/qutebrowser.spec +++ b/qutebrowser.spec @@ -1,8 +1,8 @@ %global srcname qutebrowser Name: %{srcname} -Version: 0.6.0 -Release: 2%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit Group: Applications/Internet @@ -43,10 +43,9 @@ It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl. # Compile the man page a2x -f manpage doc/qutebrowser.1.asciidoc -# Find all *.py files with the exact line '#!/usr/bin/env python3' and for each -# such file replace the line with '#!/usr/bin/python3' (if it's the 1st line). -grep -ilrx . -e '#!/usr/bin/env python3' --include '*.py' \ - | xargs sed -i '1s_^#!/usr/bin/env python3$_#!/usr/bin/python3_' +# Find all *.py files and if their first line is exactly '#!/usr/bin/env python3' +# then replace it with '#!/usr/bin/python3' (if it's the 1st line). +find . -type f -iname "*.py" -exec sed -i '1s_^#!/usr/bin/env python3$_#!/usr/bin/python3_' {} + %py3_build @@ -127,11 +126,10 @@ fi %changelog -* Thu Apr 07 2016 Tomas Orsava - 0.6.0-2 -- Fixed issue with python3-qt5-webkit not being provided by python-qt5 in f23. - -* Thu Apr 07 2016 Tomas Orsava - 0.6.0-1 +* Tue Apr 12 2016 Tomas Orsava - 0.6.1-1 - Updated to a new upstream version. +- Simplified the sed command that replaces shebangs. +- Fixed issue with python3-qt5-webkit not being provided by python-qt5 in f23. * Wed Mar 02 2016 Rex Dieter 0.5.1-2 - Requires: python3-qt5-webkit diff --git a/sources b/sources index f5c2cc3..3f2aab0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c5b93dda056593e6a1e0e7000f5bb9e qutebrowser-0.6.0.tar.gz +f79f1c5fabc89b289b493040f36f9f8d qutebrowser-0.6.1.tar.gz