Hello community,

here is the log from the commit of package qoauth-qt5 for openSUSE:Factory 
checked in at 2017-03-21 22:44:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qoauth-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.qoauth-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qoauth-qt5"

Tue Mar 21 22:44:57 2017 rev:2 rq:480780 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qoauth-qt5/qoauth-qt5.changes    2017-02-05 
19:43:56.989152452 +0100
+++ /work/SRC/openSUSE:Factory/.qoauth-qt5.new/qoauth-qt5.changes       
2017-03-21 22:45:01.957093598 +0100
@@ -1,0 +2,11 @@
+Tue Mar 14 23:41:49 UTC 2017 - sor.ale...@meowr.ru
+
+- Add qoauth-qt5-fix-includedir.patch: fix the include directory.
+- A minor spec cleanup.
+
+-------------------------------------------------------------------
+Mon Jan 30 21:08:01 UTC 2017 - jeng...@inai.de
+
+- Trim filler words from descriptions
+
+-------------------------------------------------------------------
@@ -59 +69,0 @@
-
@@ -65 +74,0 @@
-
@@ -90 +98,0 @@
-
@@ -95 +102,0 @@
-

New:
----
  qoauth-qt5-fix-includedir.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qoauth-qt5.spec ++++++
--- /var/tmp/diff_new_pack.YUHaUA/_old  2017-03-21 22:45:02.593003695 +0100
+++ /var/tmp/diff_new_pack.YUHaUA/_new  2017-03-21 22:45:02.597003129 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qoauth-qt5
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,32 +17,37 @@
 
 
 Name:           qoauth-qt5
-Summary:        An attempt to support interaction with OAuth-powered network 
services
-License:        LGPL-2.1+
-Group:          Development/Libraries/C and C++
 Version:        2.0.0
 Release:        0
-Url:            http://github.com/ayoy/qoauth
+Summary:        Library for interaction with OAuth-powered network services
+License:        LGPL-2.1+
+Group:          Development/Libraries/C and C++
+Url:            https://github.com/ayoy/qoauth
 Source:         qoauth-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-OPENSUSE qoauth-qt5-rpmoptflags.patch crrodrig...@opensuse.org
+Patch0:         qoauth-qt5-rpmoptflags.patch
+# PATCH-FIX-OPENSUSE qoauth-qt5-ppc64-libdir.patch uweig...@de.ibm.com
+Patch2:         qoauth-qt5-ppc64-libdir.patch
+# PATCH-FIX-OPENSUSE pcfile.patch wba...@tmo.at -- Adjust the pkgconfig file 
to Qt5.
+Patch3:         pcfile.patch
+# PATCH-FIX-OPENSUSE qoauth-qt5-fix-includedir.patch sor.ale...@meowr.ru -- 
Fix the include directory.
+Patch4:         qoauth-qt5-fix-includedir.patch
 BuildRequires:  libqca-qt5-devel
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Test)
-Patch:          qoauth-qt5-rpmoptflags.patch
-Patch2:         qoauth-qt5-ppc64-libdir.patch
-Patch3:         pcfile.patch
 
 %description
-QOAuth is an attempt to support interaction with OAuth-powered network services
-in a Qt way, i.e. simply, clearly and efficiently.
+QOAuth supports interaction with OAuth-powered network services,
+in the style of Qt libraries.
 
 %package -n libqoauth2
-Summary:        An attempt to support interaction with OAuth-powered network 
services
+Summary:        Library for interaction with OAuth-powered network services
 Group:          System/Libraries
 
 %description -n libqoauth2
-QOAuth is an attempt to support interaction with OAuth-powered network services
-in a Qt way, i.e. simply, clearly and efficiently.
+QOAuth supports interaction with OAuth-powered network services,
+in the style of Qt libraries.
 
 %package devel
 Summary:        Development files for QOAuth
@@ -51,20 +56,21 @@
 Conflicts:      qoauth-devel
 
 %description devel
-QOAuth is an attempt to support interaction with OAuth-powered network services
-in a Qt way, i.e. simply, clearly and efficiently.
+QOAuth supports interaction with OAuth-powered network services,
+in the style of Qt libraries.
 
 This package contains files for developing applications using QOAuth.
 
 %prep
 %setup -q -n qoauth-%{version}
-%patch -p1
+%patch0 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %qmake5
-%make_jobs
+make %{?_smp_mflags} V=1
 
 %install
 %qmake5_install

++++++ qoauth-qt5-fix-includedir.patch ++++++
--- a/oauth.prf
+++ b/oauth.prf
@@ -1,8 +1,8 @@
 QOAUTH_INCDIR = $$[QT_INSTALL_HEADERS]
 QOAUTH_LIBDIR = $$[QT_INSTALL_LIBS]
 
-QOAUTH_INCDIR ~= s!/qt4*!!
-QOAUTH_LIBDIR ~= s!/qt4*!!
+QOAUTH_INCDIR ~= s|/qt[0-9]*||
+QOAUTH_LIBDIR ~= s|/qt[0-9]*||
 
 CONFIG *= qt
 CONFIG += crypto

Reply via email to