Hello community,

here is the log from the commit of package qtox for openSUSE:Factory checked in 
at 2018-06-20 15:29:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtox (Old)
 and      /work/SRC/openSUSE:Factory/.qtox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtox"

Wed Jun 20 15:29:23 2018 rev:2 rq:617487 version:1.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtox/qtox.changes        2018-04-01 
17:26:44.911037418 +0200
+++ /work/SRC/openSUSE:Factory/.qtox.new/qtox.changes   2018-06-20 
15:30:46.695335985 +0200
@@ -1,0 +2,64 @@
+Sun Jun 17 22:29:45 UTC 2018 - [email protected]
+
+- Update to version 1.15.0:
+  * chore(windows): fix automatic deploy for windows
+  * chore(release): update qTox version to v1.15.0
+  * chore(l10n): update translations from Weblate
+  * chore(windows): automatically deploy for windows
+  * chore(version): update toxcore version to v0.2.2
+  * perf(ui): cache stylesheets to reduce memory usage
+  * fix(settings): connect enable LAN discovery checkbox
+  * fix(core): split messages on utf8 multibyte character boundary properly
+  * feat(camera): add higher resolution camera options
+  * refactor(avform): simplify and standardize sliders, use RMS for volume
+  * fix(audio): apply gain to both audio channels
+  * fix(audio): move audio timers to and start from audioThread
+  * refactor(ui): consolidate new message settings under UI page
+  * feat(ui): add setting for disabling new message notification popup
+  * feat(ui): Add ability to disable LAN discovery
+  * fix(profile): don't error if no new avatar is selected
+  * fix(chatform): include pressed key(s) when changing focus
+  * fix(settings): add missing enableTestSound to settings
+  * fix(ui): remove placeholder update UI
+  * fix(docs): include master key fingerprint instead of subkey fingerprint
+  * refactor(call): Refactor toxcall and disconnect lambda on destruction
+  * chore(windows): add architecture to installer's and zip's filenames
+  * chore(windows): create a zip with qTox to be used in release publishing
+  * chore(windows): use NSIS 3 and cache NSIS ShellExecAsUser plugin
+  * chore(windows): bump VPX version to the latest (1.7.0)
+  * chore(windows): bump Sodium version to the latest (1.0.16)
+  * chore(windows): bump QREncode version to the latest (4.0.0)
+  * chore(windows): bump FFmpeg 3.2 version to the latest (3.2.10)
+  * chore(windows): bump SQLCipher version to the latest (3.4.2)
+  * chore(windows): bump Qt 5.9 version to the latest (5.9.4)
+  * chore(windows): bump OpenSSL version to the latest (1.0.2o)
+  * feat(Weblate): create script to automatically merge Weblate changes
+  * chore(windows): build installer on Travis
+  * fix(history): don't save own messages when history is disabled
+  * fix(docs): update dependencies for Debian
+  * fix(login): Don't dereference null pointer
+  * fix: remove build date and time from main.cpp
+  * fix(import): don't use java-style iterator before first element
+  * fix(offlinemsg): make faux offline messages purely event based
+  * refactor: remove some unused includes
+  * chore: put download URL for CircleCI artifacts in the build log
+  * fix(IPC): Update profileName to update IPC ID after login screen
+  * fix(chattextedit): ChatTextEdit bug fix for issue #5020 Corrected
+  * docs(build): Add Fedora to the list of quick install
+  * docs(build): Add Fedora simple install instructions
+  * chore: remove unmaintained package build script
+  * fix(name): Clear alias on name change so that name changes are visible
+  * fix(build): Remove unused vars, add default case for switch
+  * fix: don't use invalid reference after erasing element
+  * fix(avform): Audio/Video settings tab #5011 issue bugfix
+  * fix(widget): Fix double free crash on group leave
+  * docs(readme): add GPG fingerprint of tox-user
+- remove/drop patch fix_compiler_warnings.patch becaue no more need
+- rebase spec to fix build error
+
+-------------------------------------------------------------------
+Mon Apr  2 20:46:11 UTC 2018 - [email protected]
+
+- improve summary and description of the package
+
+-------------------------------------------------------------------

Old:
----
  fix_compiler_warnings.patch
  qtox-1.14.0.tar.xz

New:
----
  qtox-1.15.0.tar.xz

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

Other differences:
------------------
++++++ qtox.spec ++++++
--- /var/tmp/diff_new_pack.nKilEy/_old  2018-06-20 15:30:48.059286500 +0200
+++ /var/tmp/diff_new_pack.nKilEy/_new  2018-06-20 15:30:48.067286209 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qtox
 #
-# 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
@@ -17,22 +17,20 @@
 
 
 Name:           qtox
-Version:        1.14.0
+Version:        1.15.0
 Release:        0
-Summary:        Tox client that follows the Tox design guidelines
-License:        GPL-3.0
+Summary:        Qt based Tox client
+License:        GPL-3.0-only
 Group:          Productivity/Networking/Instant Messenger
-URL:            https://github.com/tux3/qTox
+Url:            https://github.com/tux3/qTox
 Source:         %{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM - when function is expected to return value, have default 
case, get rid of unused variables
-Patch0:         
https://github.com/qTox/qTox/commit/bc18990fd248c117916c88d640456e6b967a4802.patch#./fix_compiler_warnings.patch
+BuildRequires:  c-toxcore-devel
 BuildRequires:  cmake
 BuildRequires:  glib2-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist-devel
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  pkgconfig
-BuildRequires:  c-toxcore-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
@@ -51,12 +49,11 @@
 BuildRequires:  pkgconfig(xscrnsaver)
 
 %description
-qTox is a Tox client that follows the Tox design
-guidelines.
+qTox is a chat, voice, video, and file transfer IM client using the
+encrypted peer-to-peer Tox protocol.
 
 %prep
 %setup -q
-%patch0 -p1
 
 # W: file-contains-date-and-time
 BUILD_TIME=$(LC_ALL=C date -ur %{_sourcedir}/%{name}.changes +'%{H}:%{M}')
@@ -65,11 +62,14 @@
 sed -i "s/__DATE__/\"$BUILD_DATE\"/" $(grep -rl '__DATE__')
 
 %build
-%cmake
+mkdir build
+pushd build
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..
 make %{?_smp_mflags} PREFIX=%{_prefix}
+popd
 
 %install
-%cmake_install
+make install -C build PREFIX=%{_prefix} DESTDIR=%buildroot
 # remove non-standard dimensions
 rm -rf %{buildroot}%{_datadir}/icons/hicolor/14x14
 # decompress svgz to svg

++++++ _service ++++++
--- /var/tmp/diff_new_pack.nKilEy/_old  2018-06-20 15:30:48.175282291 +0200
+++ /var/tmp/diff_new_pack.nKilEy/_new  2018-06-20 15:30:48.179282146 +0200
@@ -3,9 +3,9 @@
     <param name="url">https://github.com/tux3/qTox/</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="versionformat">1.14.0</param>
-    <!-- <param name="versionformat">1.14.0+git%cd.%h</param> -->
-    <param name="revision">v1.14.0</param>
+    <param name="versionformat">1.15.0</param>
+    <!-- <param name="versionformat">1.15.0+git%cd.%h</param> -->
+    <param name="revision">v1.15.0</param>
     <param name="filename">qtox</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.nKilEy/_old  2018-06-20 15:30:48.243279824 +0200
+++ /var/tmp/diff_new_pack.nKilEy/_new  2018-06-20 15:30:48.247279679 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">https://github.com/tux3/qTox/</param>
-          <param 
name="changesrevision">b6e811ca3ad6bad9f7d64150c5c122e35a0d7bee</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">02d6c63acaac0ae95fa8be3a1b9301657e6a4a94</param></service></servicedata>
\ No newline at end of file

++++++ qtox-1.14.0.tar.xz -> qtox-1.15.0.tar.xz ++++++
++++ 13111 lines of diff (skipped)


Reply via email to