#3 Fix typos in some (weak) Qt dependencies
Merged 6 years ago by torsava. Opened 6 years ago by fnux.
rpms/ fnux/qutebrowser master  into  master

Fix typos in some (weak) Qt dependencies
Timothée Floure • 6 years ago  
file modified
+7 -4
@@ -2,7 +2,7 @@ 

  

  Name:		%{srcname}

  Version:	1.0.3

- Release:	1%{?dist}

+ Release:	2%{?dist}

  Summary:	A keyboard-driven, vim-like browser based on PyQt5 and QtWebEngine

  

  License:	GPLv3
@@ -22,9 +22,9 @@ 

  Requires:	python3-PyYAML

  Requires:	python3-pyPEG2

  Requires:	python3-attrs

- Requires:	((qt5-qtwebengine and python3-qt5-webengine) or (qt5-webkit and python3-qt5-webkit))

- Recommends:	(qt5-webengine and python3-qt5-webengine)

- Recommends:	(qt5-webkit and python3-qt5-webkit)

+ Requires:	((qt5-qtwebengine and python3-qt5-webengine) or (qt5-qtwebkit and python3-qt5-webkit))

+ Recommends:	(qt5-qtwebengine and python3-qt5-webengine)

+ Recommends:	(qt5-qtwebkit and python3-qt5-webkit)

  Recommends:	python3-cssutils

  

  
@@ -124,6 +124,9 @@ 

  

  

  %changelog

+ * Tue Nov 14 2017 Timothée Floure <timothee.floure@fnux.ch> - 1.0.3-2

+ - Fix typos in some (weak) Qt dependencies

+ 

  * Tue Nov 07 2017 Timothée Floure <timothee.floure@fnux.ch> - 1.0.3-1

  - Rebase to 1.0.3

  - Fix dependency issue for architectures unsupported by qt5-qtwebengine

The title is descriptive enough : we let through some typo in the weak dependencies.

I'm planning to unpush 1.0.3-1 from testing in order to replace it by this one.

Holy hell this was hard to review for a person with dyslexia like me :D

Thanks for the fix!

Pull-Request has been merged by torsava

6 years ago
Metadata