Hello community,

here is the log from the commit of package qtox for openSUSE:Factory checked in 
at 2020-11-29 12:33:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtox (Old)
 and      /work/SRC/openSUSE:Factory/.qtox.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtox"

Sun Nov 29 12:33:06 2020 rev:7 rq:851656 version:1.17.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtox/qtox.changes        2020-05-11 
13:43:00.069329223 +0200
+++ /work/SRC/openSUSE:Factory/.qtox.new.5913/qtox.changes      2020-11-29 
12:34:04.178344527 +0100
@@ -1,0 +2,29 @@
+Sun Nov 29 10:47:09 UTC 2020 - ecsos <[email protected]>
+
+- Disable Update_Check to fix coredump.
+
+-------------------------------------------------------------------
+Sat Nov 28 09:49:32 UTC 2020 - Andrey Karepin <[email protected]>
+
+- Update to 1.17.3
+  * Features
+    - osx: Add support for macOS 10.16, remove support for macOS 10.13 
(238b2478)
+    - windows:
+        - Build our own gdb (3092107a)
+        - Make sure no dlls are missing (3e6bc9b1)
+        - Link all Windows deps dynamically (5219ebc1)
+  * Bug Fixes
+    - build: cache debug deps during 2nd stage (2712bc68)
+    - osx:
+        - Allow rebuild using build script (b5538c3f)
+        - Fix missing variables in macOS build script (f741ac99)
+        - Update deprecated QDateTime and QProcess APIs (08abedb6)
+        - don't tap kde-mac/kde since it us deprecated and unused (b42ac760)
+    - tools:
+        - Add Windows to toxcore version update script (3ff53e8f)
+        - Use correct hash when automatically updating flatpak version 
(9fb96b08)
+        - use a subdirectory for release source archives (533f25e2)
+    - travis: Install virtualenv for nightly build upload script (bd5bdf18)
+    - windows: iconengines not being installed (399c0231)
+
+-------------------------------------------------------------------

Old:
----
  v1.17.2.tar.gz
  v1.17.2.tar.gz.asc

New:
----
  v1.17.3.tar.gz
  v1.17.3.tar.gz.asc

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

Other differences:
------------------
++++++ qtox.spec ++++++
--- /var/tmp/diff_new_pack.TzK4yH/_old  2020-11-29 12:34:04.974345333 +0100
+++ /var/tmp/diff_new_pack.TzK4yH/_new  2020-11-29 12:34:04.974345333 +0100
@@ -19,7 +19,7 @@
 %define realname qTox
 
 Name:           qtox
-Version:        1.17.2
+Version:        1.17.3
 Release:        0
 Summary:        Tox client
 License:        GPL-3.0-only
@@ -28,17 +28,19 @@
 Source0:        
https://github.com/qTox/qTox/releases/download/v%{version}/v%{version}.tar.gz
 Source1:        
https://github.com/qTox/qTox/releases/download/v%{version}/v%{version}.tar.gz.asc
 Source2:        qtox.keyring
-BuildRequires:  cmake
+BuildRequires:  cmake >= 2.8.11
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  cmake(KF5Sonnet) >= 5.45
+BuildRequires:  cmake(LibsnoreQt5) >= 0.7.0
 
 # needed?
 ####BuildRequires:  gcc-c++
 ####BuildRequires:  opencv-devel >= 2.4.9
 ###BuildRequires:  opencv-qt5-devel
 ###BuildRequires:  pkgconfig(Qt5Sql5-sqlite)
-BuildRequires:  libqt5-qtbase-common-devel >= 5.2.0
+BuildRequires:  libqt5-qtbase-common-devel >= 5.5.0
 BuildRequires:  pkgconfig(sqlite3)
 # needed?
 
@@ -56,9 +58,9 @@
 BuildRequires:  glib2-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist-devel
-BuildRequires:  libqt5-qtbase-devel >= 5.2.0
+BuildRequires:  libqt5-qtbase-devel >= 5.5.0
 BuildRequires:  pkgconfig(Qt5Concurrent)
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Core) >= 5.5.0
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Multimedia)
 BuildRequires:  pkgconfig(Qt5Network)
@@ -76,8 +78,8 @@
 BuildRequires:  pkgconfig(libsodium)
 BuildRequires:  pkgconfig(openal) >= 1.16.0
 BuildRequires:  pkgconfig(opus)
-BuildRequires:  pkgconfig(sqlcipher)
-BuildRequires:  pkgconfig(toxcore)
+BuildRequires:  pkgconfig(sqlcipher) >= 3.2.0
+BuildRequires:  pkgconfig(toxcore) >= 0.2.10
 BuildRequires:  pkgconfig(vpx)
 BuildRequires:  pkgconfig(xscrnsaver) >= 1.2
 
@@ -88,7 +90,7 @@
 major systems.
 
 %prep
-%setup -q -c -n qTox-%{version}
+%setup -q -n qTox
 # rpmlint: datetime
 sed -i -e 's|__TIME__ + " " + __DATE__|"%(date +"%%H:%%M") %(date 
+"%%Y-%%m-%%d")"|g' src/main.cpp
 sed -i -e 's|__TIME__ << __DATE__|"%(date +"%%H:%%M") %(date 
+"%%Y-%%m-%%d")"|g' src/main.cpp
@@ -97,7 +99,7 @@
 CFLAGS="%{optflags} -Wno-error=parentheses"
 mkdir build
 pushd build
-cmake -DCMAKE_C_FLAGS="$CFLAGS" -DCMAKE_INSTALL_PREFIX=%{_prefix} ..
+cmake -DCMAKE_C_FLAGS="$CFLAGS" -DCMAKE_INSTALL_PREFIX=%{_prefix} 
-DUPDATE_CHECK=False  ..
 make %{?_smp_mflags} PREFIX=%{_prefix}
 popd
 

++++++ v1.17.2.tar.gz -> v1.17.3.tar.gz ++++++
++++ 525298 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to