Hello community,

here is the log from the commit of package signon for openSUSE:Factory checked 
in at 2017-11-09 16:24:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/signon (Old)
 and      /work/SRC/openSUSE:Factory/.signon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "signon"

Thu Nov  9 16:24:45 2017 rev:4 rq:538921 version:8.59

Changes:
--------
--- /work/SRC/openSUSE:Factory/signon/signon.changes    2016-02-22 
10:13:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.signon.new/signon.changes       2017-11-09 
16:24:46.769910662 +0100
@@ -1,0 +2,33 @@
+Fri Nov  3 09:50:32 UTC 2017 - buschman...@opensuse.org
+
+- spec file
+  * fix source url
+
+-------------------------------------------------------------------
+Fri Nov  3 00:59:18 UTC 2017 - buschman...@opensuse.org
+
+- update to version 8.59
+  + lib: add more defines for SignOnUi password dialog
+  + signond: inform SignOnUI when a session finishes
+  + RemotePluginProcess: don't use a thread for cancel
+  + Signond: fix a couple of textual issues
+  + signond: get rid of loadedPluginMethods() method
+  + plugins: don't use custom proxy implementation on Qt 5.5 and later
+  + signond: don't store duplicate data in SignonAuthSession
+  + signond: add configure option to enable backup
+  + signond: move backup implementation into separate class
+  + Remove Qt4 support
+  + Lib: hide debug output by default
+- update to version 8.58
+  + lib: add a couple of error codes for SignOn UI
+  + lib: reset the DBus proxy when registration failed
+  + signond: on identity update, don't reset missing fields
+  + signond: don't bypass the ACL if the identity has no owner
+  + signond: pass client AppId to SignOnUi
+  + signond: pass the client PID to SignOnUI
+- updated patches
+  + 0001_Multilib.patch
+- removed patches now included upstream
+  + fix-incomplete-type.patch
+
+-------------------------------------------------------------------

Old:
----
  fix-incomplete-type.patch
  signon-8.57.tar.bz2

New:
----
  signond-VERSION_8.59-14f058c36208a551c80d0e98d76164fb87b2b8af.tar.bz2

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

Other differences:
------------------
++++++ signon.spec ++++++
--- /var/tmp/diff_new_pack.99UsmA/_old  2017-11-09 16:24:47.705876491 +0100
+++ /var/tmp/diff_new_pack.99UsmA/_new  2017-11-09 16:24:47.709876346 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package signon
 #
-# Copyright (c) 2016 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,19 +17,19 @@
 
 
 %define _soname 1
+%define _tarbasename signond
+%define _version VERSION_8.59-14f058c36208a551c80d0e98d76164fb87b2b8af
 
 Name:           signon
-Version:        8.57
+Version:        8.59
 Release:        0
 Summary:        Single Sign On Framework
 License:        LGPL-2.0
 Group:          System/Libraries
-Url:            https://code.google.com/p/accounts-sso/
-Source:         signon-%{version}.tar.bz2
+Url:            https://gitlab.com/accounts-sso/signond
+Source:         
https://gitlab.com/accounts-sso/%{_tarbasename}/repository/VERSION_%{version}/archive.tar.bz2#/%{_tarbasename}-%{_version}.tar.bz2
 Source99:       baselibs.conf
 Patch0:         0001_Multilib.patch
-# PATCH-FIX-OPENSUSE Fixes an incomplete type compilation error
-Patch1:         fix-incomplete-type.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  graphviz
@@ -140,11 +140,10 @@
 plugins.
 
 %prep
-%setup -q
+%setup -q -n %{_tarbasename}-%{_version}
 
 # Use correct libdir
 %patch0 -p1 -b .multilib
-%patch1 -p1
 sed -i 's|@LIB@|%{_lib}|g' \
   lib/plugins/signon-plugins.pc.in \
   lib/plugins/signon-plugins-common/signon-plugins-common.pc.in \
@@ -165,16 +164,14 @@
   src/signond/signond.pro
 
 %build
-qmake-qt5 \
+%qmake5 \
   PREFIX=%{_prefix} \
-  LIBDIR=%{_libdir} \
-  QMAKE_CXXFLAGS="%{optflags}"
+  LIBDIR=%{_libdir}
 
-#make %{?_smp_mflags}
-make
+%make_jobs
 
 %install
-make install INSTALL_ROOT=%{buildroot}
+%qmake5_install
 
 # Remove tests
 find %{buildroot} -type f -name '*tests*' -delete
@@ -213,7 +210,7 @@
 
 %files -n signond
 %defattr(-,root,root)
-%doc COPYING
+%doc COPYING README.md
 %{_bindir}/signond
 %{_bindir}/signonpluginprocess
 %config(noreplace) %{_sysconfdir}/signond.conf
@@ -263,8 +260,6 @@
 %{_libdir}/libsignon-plugins.so
 %{_libdir}/pkgconfig/signon-plugins-common.pc
 %{_libdir}/pkgconfig/signon-plugins.pc
-#%{_datadir}/qt4/mkspecs/features/signon-plugins-common.prf
-#%{_datadir}/qt4/mkspecs/features/signon-plugins.prf
 
 %files -n signon-plugins-docs
 %defattr(-,root,root)

++++++ 0001_Multilib.patch ++++++
--- /var/tmp/diff_new_pack.99UsmA/_old  2017-11-09 16:24:47.733875469 +0100
+++ /var/tmp/diff_new_pack.99UsmA/_new  2017-11-09 16:24:47.733875469 +0100
@@ -1,27 +1,24 @@
-diff -urNB 
signon-8.52.orig/lib/plugins/signon-plugins-common/signon-plugins-common.pc.in 
signon-8.52/lib/plugins/signon-plugins-common/signon-plugins-common.pc.in
---- 
signon-8.52.orig/lib/plugins/signon-plugins-common/signon-plugins-common.pc.in  
   2013-06-06 08:43:59.000000000 +0200
-+++ signon-8.52/lib/plugins/signon-plugins-common/signon-plugins-common.pc.in  
2013-06-22 02:16:06.846887499 +0200
+--- a/lib/plugins/signon-plugins-common/signon-plugins-common.pc.in    
2016-06-07 16:49:40.000000000 +0200
++++ b/lib/plugins/signon-plugins-common/signon-plugins-common.pc.in    
2017-11-03 01:39:51.521974716 +0100
 @@ -6,5 +6,5 @@
  Name: signon-plugins-common
  Description: SignonPluginsCommon
  Version: $$PROJECT_VERSION
--Libs.private: -L/usr/lib -l$${LIBQTCORE}
-+Libs.private: -L/usr/@LIB@ -l$${LIBQTCORE}
+-Libs.private: -L/usr/lib -lQt5Core
++Libs.private: -L/usr/@LIB@ -lQt5Core
  Cflags:  -I${includedir}/signon-plugins -I${includedir}/signon-plugins/SignOn
-diff -urNB signon-8.52.orig/lib/plugins/signon-plugins.pc.in 
signon-8.52/lib/plugins/signon-plugins.pc.in
---- signon-8.52.orig/lib/plugins/signon-plugins.pc.in  2013-06-06 
08:43:59.000000000 +0200
-+++ signon-8.52/lib/plugins/signon-plugins.pc.in       2013-06-22 
02:16:22.358693574 +0200
+--- a/lib/plugins/signon-plugins.pc.in 2016-06-07 16:49:40.000000000 +0200
++++ b/lib/plugins/signon-plugins.pc.in 2017-11-03 01:40:40.977893613 +0100
 @@ -8,6 +8,6 @@
  Description: SignonPlugins
  Version: $$PROJECT_VERSION
  Requires: $${LIBSIGNON}
--Libs.private: -L/usr/lib -l$${LIBQTCORE}
-+Libs.private: -L/usr/@LIB@ -l$${LIBQTCORE}
+-Libs.private: -L/usr/lib -lQt5Core
++Libs.private: -L/usr/@LIB@ -lQt5Core
  Cflags:  -I${includedir}/signon-plugins -I${includedir}/signon-plugins/SignOn
  Libs: -lsignon-plugins
-diff -urNB signon-8.52.orig/src/plugins/example/exampleplugin.pro 
signon-8.52/src/plugins/example/exampleplugin.pro
---- signon-8.52.orig/src/plugins/example/exampleplugin.pro     2013-06-06 
08:43:59.000000000 +0200
-+++ signon-8.52/src/plugins/example/exampleplugin.pro  2013-06-22 
02:17:40.775713227 +0200
+--- a/src/plugins/example/exampleplugin.pro    2016-06-07 16:49:40.000000000 
+0200
++++ b/src/plugins/example/exampleplugin.pro    2017-11-03 01:42:49.289682597 
+0100
 @@ -1,7 +1,7 @@
  
  TEMPLATE = lib
@@ -38,10 +35,9 @@
 -target.path  = $${INSTALL_PREFIX}/lib/signon
 +target.path  = $${INSTALL_PREFIX}/@LIB@/signon
  INSTALLS = target
-diff -urNB signon-8.52.orig/src/remotepluginprocess/remotepluginprocess.h 
signon-8.52/src/remotepluginprocess/remotepluginprocess.h
---- signon-8.52.orig/src/remotepluginprocess/remotepluginprocess.h     
2013-06-06 08:43:59.000000000 +0200
-+++ signon-8.52/src/remotepluginprocess/remotepluginprocess.h  2013-06-22 
02:18:19.165233292 +0200
-@@ -47,7 +47,7 @@
+--- a/src/remotepluginprocess/remotepluginprocess.h    2016-06-07 
16:49:40.000000000 +0200
++++ b/src/remotepluginprocess/remotepluginprocess.h    2017-11-03 
01:46:11.549348292 +0100
+@@ -48,7 +48,7 @@
  }
  
  #ifndef SIGNOND_PLUGINS_DIR
@@ -50,10 +46,9 @@
  #endif
  
  #ifndef SIGNON_PLUGIN_PREFIX
-diff -urNB signon-8.52.orig/src/signond/signondaemon.h 
signon-8.52/src/signond/signondaemon.h
---- signon-8.52.orig/src/signond/signondaemon.h        2013-06-06 
08:43:59.000000000 +0200
-+++ signon-8.52/src/signond/signondaemon.h     2013-06-22 02:18:46.511891411 
+0200
-@@ -39,7 +39,7 @@
+--- a/src/signond/signondaemon.h       2016-06-07 16:49:40.000000000 +0200
++++ b/src/signond/signondaemon.h       2017-11-03 01:46:37.009306068 +0100
+@@ -38,7 +38,7 @@
  #include "credentialsaccessmanager.h"
  
  #ifndef SIGNOND_PLUGINS_DIR


Reply via email to