Hello community,

here is the log from the commit of package qtox for openSUSE:Factory checked in 
at 2018-07-31 15:59:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtox (Old)
 and      /work/SRC/openSUSE:Factory/.qtox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtox"

Tue Jul 31 15:59:19 2018 rev:4 rq:626038 version:1.16.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtox/qtox.changes        2018-07-02 
23:31:47.957372056 +0200
+++ /work/SRC/openSUSE:Factory/.qtox.new/qtox.changes   2018-07-31 
15:59:22.907544630 +0200
@@ -1,0 +2,96 @@
+Sun Jul 29 09:38:58 UTC 2018 - [email protected]
+
+- update to 1.16.3
+  This point release fixes flatpak build. No feature changes.
+
+- changes from 1.16.2
+  This point release fixes dialog spam from receiving invalid 
+  filenames and logs spam. No feature changes.
+  * Bug Fixes
+    **logging:**
+    - only log toxcore messages above TRACE level
+    **ui:**
+    - don't emit filename change windows for every chat
+
+- changes from 1.16.1
+  This point release fixes our deployment of Flapak and AppImage on 
+  Github. No feature changes.
+  * Features
+     **deploy:**
+    - upload Flatpak bundle to Github releases
+  * Bug Fixes
+     **deploy:**
+    - fix file path in AppImage deployment
+
+- changes from 1.16.0
+  The most notable additions in this release are a new fullscreen 
+  mode for video calls, a new call end sound and support for more 
+  camera resolutions. To distribute qTox in a more user friendly 
+  manner we now publish Flatpak and AppImage packages.
+  * Bug Fixes
+    - remove full screen btn from audio group chat
+    - local toxcore install with bootstrap.sh
+    - simple_make.sh script
+    - Fix PR #5182. Eliminating the 'new' operator at 
+      ToxOptionsWrapper
+    - Fix usage of unitialized functions
+    - two crashes, uncovered by the persistent groupchat patch
+    - delete double initialization callDuration
+    **Core:**
+    - fix use after free of proxyAddrData
+    **appimage:**
+    - build sqlcipher form source
+    **audio:**
+    - fix error introduced in 67f2605971cf43093c72f811e4df90ab70544dd6
+    - connect the correct audio callbacks
+    - close the audio device after playing a sound
+    **build:**
+    - Elimination the build warnings (Wunused-variable, Wreorder)
+    - correct install script nsis for win64
+    - make qTox compile with ffmpeg 4.0 and newer
+    **chatform:**
+    - name in window title and close detached chats
+    - check for empty path when exporting profile
+    **core:**
+    - Clean illegal chars from filenames
+    **docs:**
+    - update toxcore build instructions
+    **file:**
+    - don't clean the filenames of avatar transfer
+    **history:**
+    - don't save both action prefix and displayed name
+    **leak:**
+    - Fix few memory leaks
+    **login:**
+    - start login screen on profile select by -p option
+    **settings:**
+    - automatically disable UDP when a proxy is set
+    - prevent segfault on wrong proxy settings
+    **simple_make:**
+    - correct variable initialization
+    **theme:**
+    - clear stylesheet cache on theme colour change
+    **ui:**
+    - increase number of low res camera options
+    **video:**
+    - unsubscribe the video device correctly
+    **wayland:**
+    - Fix desktop file name in Qt properties
+  * Features
+    - Add ability to remove dialog from content dialog with middle
+      click
+    - Add ability to quit group with middle click
+    - Add middle mouse clicked signal for GenericChatroom
+    **appimage:**
+    - build appimage on TravisCI
+    **call:**
+    - add call end sound
+    **chat:**
+    - add UI option to mute group peers
+    - full screen video chat
+    **core:**
+    - put c-toxcore log messages in the qTox log
+    **history:**
+    - load set number of messages from history
+
+-------------------------------------------------------------------

Old:
----
  qtox-1.15.0.tar.xz

New:
----
  v1.16.3.tar.gz

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

Other differences:
------------------
++++++ qtox.spec ++++++
--- /var/tmp/diff_new_pack.sLo0iY/_old  2018-07-31 15:59:23.731546028 +0200
+++ /var/tmp/diff_new_pack.sLo0iY/_new  2018-07-31 15:59:23.735546034 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           qtox
-Version:        1.15.0
+Version:        1.16.3
 Release:        0
 Summary:        Qt based Tox client
 License:        GPL-3.0-only
 Group:          Productivity/Networking/Instant Messenger
-Url:            https://github.com/tux3/qTox
-Source:         %{name}-%{version}.tar.xz
+Url:            https://qtox.github.io/
+Source:         https://github.com/qTox/qTox/archive/v1.16.3.tar.gz
 # PATCH-FEATURE-UPSTREAM
 Patch:          5041.patch
 BuildRequires:  c-toxcore-devel
@@ -55,7 +55,7 @@
 encrypted peer-to-peer Tox protocol.
 
 %prep
-%setup -q
+%setup -q -n qTox-%{version}
 
 %patch -p1
 
@@ -81,6 +81,8 @@
 cd %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
 gzip -d < %{name}.svgz > %{name}.svg
 rm %{name}.svgz
+# fix desktop-file-name
+mv %{buildroot}%{_datadir}/applications/io.github.qtox.qTox.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %files
 %license LICENSE


Reply via email to