rpms/xvst/devel qt5.5.patch,NONE,1.1 xvst.spec,1.1,1.2

Martin Gansser martinkg at rpmfusion.org
Fri Sep 4 17:40:34 CEST 2015


Author: martinkg

Update of /cvs/free/rpms/xvst/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15624/devel

Modified Files:
	xvst.spec 
Added Files:
	qt5.5.patch 
Log Message:


qt5.5.patch:
 qtlocalpeer.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE qt5.5.patch ---
--- xVideoServiceThief-cbfafe49f7ba1c85d4dcf51be17b49b035210412/src/qtsingleapplication/src/qtlocalpeer.cpp.orig	2015-09-04 10:20:12.573900783 +0200
+++ xVideoServiceThief-cbfafe49f7ba1c85d4dcf51be17b49b035210412/src/qtsingleapplication/src/qtlocalpeer.cpp	2015-09-04 10:20:24.792899525 +0200
@@ -41,6 +41,7 @@
 #include "qtlocalpeer.h"
 #include <QCoreApplication>
 #include <QTime>
+#include <QDataStream>
 
 #if defined(Q_OS_WIN)
 #include <QLibrary>


Index: xvst.spec
===================================================================
RCS file: /cvs/free/rpms/xvst/devel/xvst.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xvst.spec	7 Apr 2015 15:39:29 -0000	1.1
+++ xvst.spec	4 Sep 2015 15:40:34 -0000	1.2
@@ -5,7 +5,7 @@
 Summary:        Downloading your favourite video clips from a lot of websites
 Name:           xvst
 Version:        2.5.2
-Release:        4.%{gitdate}git%{shortcommit}%{?dist}
+Release:        5.%{gitdate}git%{shortcommit}%{?dist}
 License:        GPLv3+
 URL:            https://github.com/xVST/xVideoServiceThief
 # wget https://github.com/xVST/xVideoServiceThief/archive/cbfafe49f7ba1c85d4dcf51be17b49b035210412/xvst-2.5.2-cbfafe4.tar.gz
@@ -19,6 +19,7 @@
 Patch4:         myvideo.patch
 Patch5:         sunporno.patch
 Patch6:         wat.tv.patch
+Patch7:         qt5.5.patch
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  qt5-qtbase-devel
@@ -51,6 +52,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 # Fix path names and end-of-line encoding.
 sed -i "s|getApplicationPath()\ +\ \"|\"/usr/share/%{name}|g" src/options.cpp
@@ -101,6 +103,9 @@
 %{_datadir}/%{name}/languages/*qm
 
 %changelog
+* Fri Sep 04 2015 Martin Gansser <linux4martin at gmx.de> 2.5.2-5.20140804gitcbfafe4
+- added qt5.5.patch
+
 * Sat Mar 21 2015 Martin Gansser <linux4martin at gmx.de> 2.5.2-4.20140804gitcbfafe4
 - dropped macro %%find_lang because it doesn't work in this certain case
 - dropped macro %%exclude from %%{_datadir}/%%{name}/languages/*qm


More information about the rpmfusion-commits mailing list