Hello community,

here is the log from the commit of package qoauth-qt5 for openSUSE:Factory 
checked in at 2018-08-18 00:05:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qoauth-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.qoauth-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qoauth-qt5"

Sat Aug 18 00:05:45 2018 rev:3 rq:629720 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qoauth-qt5/qoauth-qt5.changes    2017-03-21 
22:45:01.957093598 +0100
+++ /work/SRC/openSUSE:Factory/.qoauth-qt5.new/qoauth-qt5.changes       
2018-08-18 00:05:48.743382296 +0200
@@ -1,0 +2,6 @@
+Wed Aug 15 07:33:46 UTC 2018 - [email protected]
+
+- qoauth-ppc64-libdir.patch: Also add riscv64 as lib64 platform
+- Use %licence for LICENSE
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qoauth-qt5.spec ++++++
--- /var/tmp/diff_new_pack.FI3438/_old  2018-08-18 00:05:49.239383781 +0200
+++ /var/tmp/diff_new_pack.FI3438/_new  2018-08-18 00:05:49.243383793 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qoauth-qt5
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,7 +20,7 @@
 Version:        2.0.0
 Release:        0
 Summary:        Library for interaction with OAuth-powered network services
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
 Url:            https://github.com/ayoy/qoauth
 Source:         qoauth-%{version}.tar.gz
@@ -81,7 +81,7 @@
 
 %files -n libqoauth2
 %defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_libdir}/libqoauth.so.*
 
 %files devel

++++++ qoauth-qt5-ppc64-libdir.patch ++++++
--- /var/tmp/diff_new_pack.FI3438/_old  2018-08-18 00:05:49.299383961 +0200
+++ /var/tmp/diff_new_pack.FI3438/_new  2018-08-18 00:05:49.299383961 +0200
@@ -2,7 +2,7 @@
 
================================================================================
 --- qoauth-1.0.1/src/src.pro
 +++ qoauth-1.0.1/src/src.pro
-@@ -67,6 +67,18 @@
+@@ -67,6 +67,21 @@
      } else {
        target.path = $${INSTALL_PREFIX}/lib
      }
@@ -18,6 +18,9 @@
 +    contains(QMAKE_HOST.arch, s390x) {
 +      target.path = $${INSTALL_PREFIX}/lib64
 +    }
++    contains(QMAKE_HOST.arch, riscv64) {
++      target.path = $${INSTALL_PREFIX}/lib64
++    }
  
      headers.path = $${INSTALL_PREFIX}/include/QtOAuth
      docs.path = $${INSTALL_PREFIX}/share/doc/$${TARGET}-$${VERSION}/html


Reply via email to