From 3d4996549ae03bdbd53e65ef81875672207089115eebdba094520889084393f1 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 5 Jun 2018 10:13:37 +0000 Subject: [PATCH] Update the license tag. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python3-pyside2?expand=0&rev=10 --- python3-pyside2.changes | 5 +++++ python3-pyside2.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python3-pyside2.changes b/python3-pyside2.changes index 7a81da3..59a2096 100644 --- a/python3-pyside2.changes +++ b/python3-pyside2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 5 10:11:27 UTC 2018 - christophe@krop.fr + +- Update license to LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) + ------------------------------------------------------------------- Fri Apr 27 09:32:03 UTC 2018 - adrian@suse.de diff --git a/python3-pyside2.spec b/python3-pyside2.spec index 67483e9..ea88206 100644 --- a/python3-pyside2.spec +++ b/python3-pyside2.spec @@ -26,7 +26,7 @@ Name: python3-pyside2 Version: 2.0~pre.1526654735.3f8c8702 Release: 0 Summary: PySide - python bindings for Qt -License: LGPL-2.1-or-later +License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) Group: Development/Languages/Python Url: http://wiki.qt.io/Qt_for_Python Source0: pyside-setup-%{version}.tar.xz @@ -106,7 +106,7 @@ for Qt. %prep %setup -q -n pyside-setup-%{version} %patch1 -p1 -%if "%{_libdir}" == "/usr/lib64" +%if "%{_lib}" == "lib64" %patch2 -p1 %endif