Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qt6-networkauth for openSUSE:Factory
checked in at 2021-07-05 22:23:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-networkauth (Old)
and /work/SRC/openSUSE:Factory/.qt6-networkauth.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-networkauth"
Mon Jul 5 22:23:07 2021 rev:6 rq:904092 version:6.1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-networkauth/qt6-networkauth.changes
2021-06-15 16:38:43.073836980 +0200
+++
/work/SRC/openSUSE:Factory/.qt6-networkauth.new.2625/qt6-networkauth.changes
2021-07-05 22:23:48.637336285 +0200
@@ -1,0 +2,6 @@
+Fri Jul 2 14:07:56 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 6.1.2. New bugfix release:
+ * https://www.qt.io/blog/qt-6.1.2-released
+
+-------------------------------------------------------------------
Old:
----
qtnetworkauth-everywhere-src-6.1.1.tar.xz
New:
----
qtnetworkauth-everywhere-src-6.1.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qt6-networkauth.spec ++++++
--- /var/tmp/diff_new_pack.rnH6Eb/_old 2021-07-05 22:23:49.109332632 +0200
+++ /var/tmp/diff_new_pack.rnH6Eb/_new 2021-07-05 22:23:49.113332601 +0200
@@ -16,7 +16,7 @@
#
-%define real_version 6.1.1
+%define real_version 6.1.2
%define short_version 6.1
%define short_name qtnetworkauth
%define tar_name qtnetworkauth-everywhere-src
@@ -28,7 +28,7 @@
%endif
#
Name: qt6-networkauth%{?pkg_suffix}
-Version: 6.1.1
+Version: 6.1.2
Release: 0
Summary: Set of APIs to obtain limited access to online accounts and
HTTP services
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
++++++ qtnetworkauth-everywhere-src-6.1.1.tar.xz ->
qtnetworkauth-everywhere-src-6.1.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtnetworkauth-everywhere-src-6.1.1/.cmake.conf
new/qtnetworkauth-everywhere-src-6.1.2/.cmake.conf
--- old/qtnetworkauth-everywhere-src-6.1.1/.cmake.conf 2021-06-02
06:27:43.000000000 +0200
+++ new/qtnetworkauth-everywhere-src-6.1.2/.cmake.conf 2021-06-18
07:06:54.000000000 +0200
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.1")
+set(QT_REPO_MODULE_VERSION "6.1.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtnetworkauth-everywhere-src-6.1.1/.qmake.conf
new/qtnetworkauth-everywhere-src-6.1.2/.qmake.conf
--- old/qtnetworkauth-everywhere-src-6.1.1/.qmake.conf 2021-06-02
06:27:43.000000000 +0200
+++ new/qtnetworkauth-everywhere-src-6.1.2/.qmake.conf 2021-06-18
07:06:54.000000000 +0200
@@ -3,5 +3,5 @@
DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS
-MODULE_VERSION = 6.1.1
+MODULE_VERSION = 6.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtnetworkauth-everywhere-src-6.1.1/.tag
new/qtnetworkauth-everywhere-src-6.1.2/.tag
--- old/qtnetworkauth-everywhere-src-6.1.1/.tag 2021-06-02 06:27:43.000000000
+0200
+++ new/qtnetworkauth-everywhere-src-6.1.2/.tag 2021-06-18 07:06:54.000000000
+0200
@@ -1 +1 @@
-cf1a87456af86485a7c82781e880c68ad39a30ee
+4825ee57680a60fdec2e69e85a5e094a226f9d0a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtnetworkauth-everywhere-src-6.1.1/CMakeLists.txt
new/qtnetworkauth-everywhere-src-6.1.2/CMakeLists.txt
--- old/qtnetworkauth-everywhere-src-6.1.1/CMakeLists.txt 2021-06-02
06:27:43.000000000 +0200
+++ new/qtnetworkauth-everywhere-src-6.1.2/CMakeLists.txt 2021-06-18
07:06:54.000000000 +0200
@@ -13,6 +13,9 @@
# special case begin
# Make sure we only use latest private CMake API, aka no compatibility
wrappers.
set(QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS TRUE)
+
+# Make sure we use the fixed BASE argument of qt_add_resource.
+set(QT_USE_FIXED_QT_ADD_RESOURCE_BASE TRUE)
# special case end
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals
Core Network) # special case
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtnetworkauth-everywhere-src-6.1.1/conanfile.py
new/qtnetworkauth-everywhere-src-6.1.2/conanfile.py
--- old/qtnetworkauth-everywhere-src-6.1.1/conanfile.py 2021-06-02
06:27:43.000000000 +0200
+++ new/qtnetworkauth-everywhere-src-6.1.2/conanfile.py 2021-06-18
07:06:54.000000000 +0200
@@ -37,7 +37,7 @@
class QtNetworkAuth(ConanFile):
name = "qtnetworkauth"
- version = "6.1.1"
+ version = "6.1.2"
license = "GPL-3.0+, Commercial Qt License Agreement"
author = "The Qt Company <https://www.qt.io/contact-us>"
url = "https://code.qt.io/cgit/qt/qtnetworkauth.git/"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtnetworkauth-everywhere-src-6.1.1/dependencies.yaml
new/qtnetworkauth-everywhere-src-6.1.2/dependencies.yaml
--- old/qtnetworkauth-everywhere-src-6.1.1/dependencies.yaml 2021-06-02
06:27:43.000000000 +0200
+++ new/qtnetworkauth-everywhere-src-6.1.2/dependencies.yaml 2021-06-18
07:06:54.000000000 +0200
@@ -1,4 +1,4 @@
dependencies:
../qtbase:
- ref: 179b3f6797094a494e13a4d3daa5c6732bf0ada2
+ ref: 4dcedb8ca4ae0c9c533997074098297abbfcf1c3
required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qabstractoauth2_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qabstractoauth2_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qabstractoauth2_p.h
2021-06-02 06:27:43.000000000 +0200
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qabstractoauth2_p.h
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/oauth/qabstractoauth2_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qabstractoauth_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qabstractoauth_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qabstractoauth_p.h
2021-06-02 06:27:43.000000000 +0200
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qabstractoauth_p.h
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/oauth/qabstractoauth_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qabstractoauthreplyhandler_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qabstractoauthreplyhandler_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qabstractoauthreplyhandler_p.h
2021-06-02 06:27:43.000000000 +0200
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qabstractoauthreplyhandler_p.h
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/oauth/qabstractoauthreplyhandler_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauth1_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauth1_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauth1_p.h
2021-06-02 06:27:43.000000000 +0200
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauth1_p.h
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/oauth/qoauth1_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauth1signature_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauth1signature_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauth1signature_p.h
2021-06-02 06:27:43.000000000 +0200
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauth1signature_p.h
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/oauth/qoauth1signature_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauth2authorizationcodeflow_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauth2authorizationcodeflow_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauth2authorizationcodeflow_p.h
2021-06-02 06:27:43.000000000 +0200
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauth2authorizationcodeflow_p.h
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/oauth/qoauth2authorizationcodeflow_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauthhttpserverreplyhandler_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauthhttpserverreplyhandler_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauthhttpserverreplyhandler_p.h
2021-06-02 06:27:43.000000000 +0200
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.1/QtNetworkAuth/private/qoauthhttpserverreplyhandler_p.h
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/oauth/qoauthhttpserverreplyhandler_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qabstractoauth2_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qabstractoauth2_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qabstractoauth2_p.h
1970-01-01 01:00:00.000000000 +0100
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qabstractoauth2_p.h
2021-06-18 07:06:54.000000000 +0200
@@ -0,0 +1 @@
+#include "../../../../../src/oauth/qabstractoauth2_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qabstractoauth_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qabstractoauth_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qabstractoauth_p.h
1970-01-01 01:00:00.000000000 +0100
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qabstractoauth_p.h
2021-06-18 07:06:54.000000000 +0200
@@ -0,0 +1 @@
+#include "../../../../../src/oauth/qabstractoauth_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qabstractoauthreplyhandler_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qabstractoauthreplyhandler_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qabstractoauthreplyhandler_p.h
1970-01-01 01:00:00.000000000 +0100
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qabstractoauthreplyhandler_p.h
2021-06-18 07:06:54.000000000 +0200
@@ -0,0 +1 @@
+#include "../../../../../src/oauth/qabstractoauthreplyhandler_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauth1_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauth1_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauth1_p.h
1970-01-01 01:00:00.000000000 +0100
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauth1_p.h
2021-06-18 07:06:54.000000000 +0200
@@ -0,0 +1 @@
+#include "../../../../../src/oauth/qoauth1_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauth1signature_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauth1signature_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauth1signature_p.h
1970-01-01 01:00:00.000000000 +0100
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauth1signature_p.h
2021-06-18 07:06:54.000000000 +0200
@@ -0,0 +1 @@
+#include "../../../../../src/oauth/qoauth1signature_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauth2authorizationcodeflow_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauth2authorizationcodeflow_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauth2authorizationcodeflow_p.h
1970-01-01 01:00:00.000000000 +0100
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauth2authorizationcodeflow_p.h
2021-06-18 07:06:54.000000000 +0200
@@ -0,0 +1 @@
+#include "../../../../../src/oauth/qoauth2authorizationcodeflow_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauthhttpserverreplyhandler_p.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauthhttpserverreplyhandler_p.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauthhttpserverreplyhandler_p.h
1970-01-01 01:00:00.000000000 +0100
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/6.1.2/QtNetworkAuth/private/qoauthhttpserverreplyhandler_p.h
2021-06-18 07:06:54.000000000 +0200
@@ -0,0 +1 @@
+#include "../../../../../src/oauth/qoauthhttpserverreplyhandler_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/qtnetworkauthversion.h
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/qtnetworkauthversion.h
---
old/qtnetworkauth-everywhere-src-6.1.1/include/QtNetworkAuth/qtnetworkauthversion.h
2021-06-03 07:46:55.000000000 +0200
+++
new/qtnetworkauth-everywhere-src-6.1.2/include/QtNetworkAuth/qtnetworkauthversion.h
2021-06-28 15:12:12.000000000 +0200
@@ -2,8 +2,8 @@
#ifndef QT_QTNETWORKAUTH_VERSION_H
#define QT_QTNETWORKAUTH_VERSION_H
-#define QTNETWORKAUTH_VERSION_STR "6.1.1"
+#define QTNETWORKAUTH_VERSION_STR "6.1.2"
-#define QTNETWORKAUTH_VERSION 0x060101
+#define QTNETWORKAUTH_VERSION 0x060102
#endif // QT_QTNETWORKAUTH_VERSION_H