Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-websockets for openSUSE:Factory 
checked in at 2023-12-04 23:00:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-websockets (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-websockets.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-websockets"

Mon Dec  4 23:00:43 2023 rev:18 rq:1130438 version:6.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-websockets/qt6-websockets.changes    
2023-10-13 23:15:49.761535999 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-websockets.new.25432/qt6-websockets.changes 
2023-12-04 23:01:04.746670653 +0100
@@ -1,0 +2,6 @@
+Mon Nov 27 14:00:23 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.6.1:
+  * https://www.qt.io/blog/qt-6.6.1-released
+
+-------------------------------------------------------------------

Old:
----
  qtwebsockets-everywhere-src-6.6.0.tar.xz

New:
----
  qtwebsockets-everywhere-src-6.6.1.tar.xz

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

Other differences:
------------------
++++++ qt6-websockets.spec ++++++
--- /var/tmp/diff_new_pack.ZsSHjs/_old  2023-12-04 23:01:05.682703734 +0100
+++ /var/tmp/diff_new_pack.ZsSHjs/_new  2023-12-04 23:01:05.686703875 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.6.0
+%define real_version 6.6.1
 %define short_version 6.6
 %define tar_name qtwebsockets-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:           qt6-websockets%{?pkg_suffix}
-Version:        6.6.0
+Version:        6.6.1
 Release:        0
 Summary:        Qt 6 WebSockets library
 License:        LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)

++++++ qtwebsockets-everywhere-src-6.6.0.tar.xz -> 
qtwebsockets-everywhere-src-6.6.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebsockets-everywhere-src-6.6.0/.cmake.conf 
new/qtwebsockets-everywhere-src-6.6.1/.cmake.conf
--- old/qtwebsockets-everywhere-src-6.6.0/.cmake.conf   2023-10-03 
20:26:29.000000000 +0200
+++ new/qtwebsockets-everywhere-src-6.6.1/.cmake.conf   2023-11-20 
12:56:37.000000000 +0100
@@ -1,3 +1,3 @@
-set(QT_REPO_MODULE_VERSION "6.6.0")
+set(QT_REPO_MODULE_VERSION "6.6.1")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
 set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebsockets-everywhere-src-6.6.0/.tag 
new/qtwebsockets-everywhere-src-6.6.1/.tag
--- old/qtwebsockets-everywhere-src-6.6.0/.tag  2023-10-03 20:26:29.000000000 
+0200
+++ new/qtwebsockets-everywhere-src-6.6.1/.tag  2023-11-20 12:56:37.000000000 
+0100
@@ -1 +1 @@
-090fb14fa3011d2590ac28dfc37f2c6e2afe09b1
+dc1b819cbcfc46522d12be88253f89b29d0364a7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebsockets-everywhere-src-6.6.0/README.md 
new/qtwebsockets-everywhere-src-6.6.1/README.md
--- old/qtwebsockets-everywhere-src-6.6.0/README.md     2023-10-03 
20:26:29.000000000 +0200
+++ new/qtwebsockets-everywhere-src-6.6.1/README.md     2023-11-20 
12:56:37.000000000 +0100
@@ -1,34 +1,60 @@
-### Introduction
+## Qt WebSockets
+
+### Package Brief
+
 `QtWebSockets` is a pure Qt implementation of WebSockets - both client and 
server.
-It is implemented as a Qt add-on module, that can easily be embedded into 
existing Qt projects. It has no other dependencies than Qt.
+It is implemented as a Qt add-on module that can easily be embedded into 
existing Qt projects.
+Its only dependency is Qt.
+
+### Documentation
+
+The documentation can be found in the following places:
+* The online Qt documentation:
+   * [Qt WebSockets 
documentation](https://doc.qt.io/qt-6/qtwebsockets-index.html)
+* Build from source:
+   * [Building Qt Documentation](https://wiki.qt.io/Building_Qt_Documentation)
+
+*Note that the documentation links in this document will always be for the
+latest Qt 6 version. If you need to browse the documentation for a specific
+version, you can [browse the archives](https://doc.qt.io/archives/).*
 
 ### Features
+
 * Client and server capable
 * Text and binary sockets
 * Frame-based and message-based signals
 * Strict Unicode checking
 * WSS and proxy support
 
-### Requirements
-Qt 5.x
+### Compliance
 
-### Build And Usage
-Checkout the source code from code.qt.io
-Go into the source directory and execute:
+`QtWebSockets` is compliant with 
[RFC6455](http://datatracker.ietf.org/doc/rfc6455/?include_text=1) and has been 
tested with the [Autobahn Testsuite](http://autobahn.ws/testsuite).
 
-    qmake
-    make
-    make install
+### Missing Features
 
+* Extensions
 
-The last command will install `QtWebSockets` as a Qt module.
+### Build Process
 
-To use, add `websockets` to the QT variable.
+Building the package/repository does depend on the Qt packages listed in 
dependencies.yaml.
+Further dependencies to system packages are listed in the configure output.
 
-`QT += websockets`
+See the [documentation](https://doc.qt.io/qt-6/build-sources.html) for general
+advice on building the Qt framework and its modules from sources. Further
+information on how to build from source is also available in the
+[wiki](https://wiki.qt.io/Building_Qt_6_from_Git).
 
-### Compliance
-`QtWebSockets` is compliant with 
[RFC6455](http://datatracker.ietf.org/doc/rfc6455/?include_text=1) and has been 
tested with the [Autobahn Testsuite](http://autobahn.ws/testsuite).
+### Report an Issue
 
-### Missing Features
-* Extensions
+If you spot a bug, follow [these](https://doc.qt.io/qt-6/bughowto.html)
+steps to report it.
+
+### Contribute to Qt
+
+We welcome contributions to Qt! If you'd like to contribute, read the
+[Qt Contribution Guidelines](https://wiki.qt.io/Qt_Contribution_Guidelines).
+
+### Licensing
+
+Qt is available under various licenses. For details, check out the
+[license documentation](https://doc.qt.io/qt-6/licensing.html).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebsockets-everywhere-src-6.6.0/dependencies.yaml 
new/qtwebsockets-everywhere-src-6.6.1/dependencies.yaml
--- old/qtwebsockets-everywhere-src-6.6.0/dependencies.yaml     2023-10-03 
20:26:29.000000000 +0200
+++ new/qtwebsockets-everywhere-src-6.6.1/dependencies.yaml     2023-11-20 
12:56:37.000000000 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-    ref: 33f5e985e480283bb0ca9dea5f82643e825ba87c
+    ref: e2cbce919ccefcae2b18f90257d67bc6e24c3c94
     required: true
   ../qtdeclarative:
-    ref: e559d5cf2b66c4a973f83f173d57676a21d287ef
+    ref: 30cb9f48bacdd8092b2264e6067476cafb2d7e39
     required: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtwebsockets-everywhere-src-6.6.0/examples/websockets/doc/examples.qdoc 
new/qtwebsockets-everywhere-src-6.6.1/examples/websockets/doc/examples.qdoc
--- old/qtwebsockets-everywhere-src-6.6.0/examples/websockets/doc/examples.qdoc 
2023-10-03 20:26:29.000000000 +0200
+++ new/qtwebsockets-everywhere-src-6.6.1/examples/websockets/doc/examples.qdoc 
2023-11-20 12:56:37.000000000 +0100
@@ -5,7 +5,6 @@
 /*!
     \group qtwebsockets-examples
     \title Qt WebSockets Examples
-    \examplecategory {Networking}
     \brief List of Qt WebSocket examples
 
     The examples below can be used as a guide to using the \l{Qt WebSockets} 
API.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtwebsockets-everywhere-src-6.6.0/src/websockets/doc/qtwebsockets.qdocconf 
new/qtwebsockets-everywhere-src-6.6.1/src/websockets/doc/qtwebsockets.qdocconf
--- 
old/qtwebsockets-everywhere-src-6.6.0/src/websockets/doc/qtwebsockets.qdocconf  
    2023-10-03 20:26:29.000000000 +0200
+++ 
new/qtwebsockets-everywhere-src-6.6.1/src/websockets/doc/qtwebsockets.qdocconf  
    2023-11-20 12:56:37.000000000 +0100
@@ -59,6 +59,8 @@
                                                        "QtWebSockets/SSL*" \
                                                        "QtWebSockets/Simple*"
 
+manifestmeta.highlighted.names = "QtWebSockets/Simple WebSocket Chat"
+
 navigation.landingpage                              = "Qt WebSockets"
 navigation.cppclassespage                           = "Qt WebSockets C++ 
Classes"
 navigation.qmltypespage                             = "Qt WebSockets QML Types"

Reply via email to