commit utox for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package utox for openSUSE:Factory checked in 
at 2020-04-21 13:12:47

Comparing /work/SRC/openSUSE:Factory/utox (Old)
 and  /work/SRC/openSUSE:Factory/.utox.new.2738 (New)


Package is "utox"

Tue Apr 21 13:12:47 2020 rev:4 rq:795902 version:0.17.2

Changes:

--- /work/SRC/openSUSE:Factory/utox/utox.changes2020-02-22 
19:08:49.130631153 +0100
+++ /work/SRC/openSUSE:Factory/.utox.new.2738/utox.changes  2020-04-21 
13:12:51.165073812 +0200
@@ -1,0 +2,48 @@
+Thu Apr 16 18:53:34 UTC 2020 - Andrey Karepin 
+
+- drop patch fix_build_with_openAL_1.20.patch
+- update to 0.17.2
+  Features:
+
+  * Implement ctrl+F: toggle flist online status filter (b7fdac2)
+  * Implement ctrl+f: focus on flist search input field (0b401eb)
+  * Search friend list also by Tox ID (ae85208)
+  * Implement ontab and onshifttab callbacks for text fields in add friend 
page (4842553)
+  * Handle Home & End key in friend list (ctrl+Home, ctrl+End; go to first and 
last friend) (f1de42b)
+  * Handle Home & End key in messages panel (For going to the top and bottom 
of the chat log) (8f19de0)
+  * Make Esc key unfocus from text input fields (This allows to scroll the 
chat log without having to click into it.) (b227afe)
+  * Focus message input field when starting to type (e4cc50c)
+  * Implement ontab and onshifttab callbacks for all text fields in settings 
(7194761)
+
+  Fixes:
+
+  * Fix a crash when adding a friend to a group (cb451de)
+  * Load window position from config file (0bcfead)
+  * Unbreak build with OpenAL 1.20.0 (@t6) (b608d58)
+  * Friend list fixes (1504fc0 195553d 58707ee)
+  * Fix Up key in message input field (118298e)
+  * Fix memory leaks (8b04e6f)
+  * Fix compilation error on GNU/kFreebsd (@yangfl) (bb790c5)
+  * Fix typos (@yangfl) (23e9e9b)
+  * Use correct evdev header on FreeBSD (@t6) (37271f9)
+
+  Development:
+
+  * Remove auto-updater (@robinlinden & @avoidr) (3d1b1df)
+  * Show value of $ENABLE_LTO in cmake output (fb57530)
+  * Static linking fixes (02c5898 bc048af 812ad6d 507ea0a 6ca51bd ea876ca)
+  * Don't pass 2 of every flags in CFLAGS (@robinlinden) (4b1228d)
+  * Travis: Linux: disable auto-update test (e5a564f)
+  * CMakeLists.txt: add CFLAG -fno-common (ee15dbe)
+  * Make uTox gcc10-ready (-fno-common fix) (@eclipseo) (c7cb563)
+  * Remove WinXP support (eb81ba5)
+  * add tools/relnotes_to_cstring.sed (bb8ce78)
+
+  Documentation:
+
+  * add instructions to install from Guix (@metallicmole) (60fb4ee)
+  * add keybindings to manpage (@metallicmole) (192ed8d)
+  * docs/BUILD.md: minor rephrasing (c4d101f)
+  * docs/BUILD.md: add note about musl+clang linking issue (9a8a632)
+
+---

Old:

  fix_build_with_openAL_1.20.patch
  uTox-0.17.1-full.tar.gz
  uTox-0.17.1-full.tar.gz.asc

New:

  uTox-0.17.2-full.tar.gz
  uTox-0.17.2-full.tar.gz.asc



Other differences:
--
++ utox.spec ++
--- /var/tmp/diff_new_pack.awesaH/_old  2020-04-21 13:12:52.413076301 +0200
+++ /var/tmp/diff_new_pack.awesaH/_new  2020-04-21 13:12:52.417076309 +0200
@@ -18,7 +18,7 @@
 
 %define realname uTox
 Name:   utox
-Version:0.17.1
+Version:0.17.2
 Release:0
 Summary:The lightweight Tox client
 License:MIT
@@ -27,8 +27,6 @@
 Source: 
https://github.com/uTox/uTox/releases/download/v%{version}/%{realname}-%{version}-full.tar.gz
 Source1:
https://github.com/uTox/uTox/releases/download/v%{version}/%{realname}-%{version}-full.tar.gz.asc
 Source2:uTox.keyring
-# PATCH-FEATURE-UPSTREAM fix_build_with_openAL_1.20.patch
-Patch:  fix_build_with_openAL_1.20.patch
 BuildRequires:  c-toxcore-devel
 BuildRequires:  cmake >= 3.2
 BuildRequires:  dbus-1-devel
@@ -54,7 +52,6 @@
 
 %prep
 %setup -q -n %{realname}
-%patch0 -p1
 
 %build
 %cmake \

++ uTox-0.17.1-full.tar.gz -> uTox-0.17.2-full.tar.gz ++
 5355 lines of diff (skipped)




commit utox for openSUSE:Factory

2020-02-22 Thread root
Hello community,

here is the log from the commit of package utox for openSUSE:Factory checked in 
at 2020-02-22 19:08:41

Comparing /work/SRC/openSUSE:Factory/utox (Old)
 and  /work/SRC/openSUSE:Factory/.utox.new.26092 (New)


Package is "utox"

Sat Feb 22 19:08:41 2020 rev:3 rq:778180 version:0.17.1

Changes:

--- /work/SRC/openSUSE:Factory/utox/utox.changes2019-09-23 
12:39:53.597585522 +0200
+++ /work/SRC/openSUSE:Factory/.utox.new.26092/utox.changes 2020-02-22 
19:08:49.130631153 +0100
@@ -1,0 +2,5 @@
+Sat Feb 22 09:18:40 UTC 2020 - Andrey Karepin 
+
+- added patch fix_build_with_openAL_1.20.patch to fix build with openAL 1.20
+
+---

New:

  fix_build_with_openAL_1.20.patch



Other differences:
--
++ utox.spec ++
--- /var/tmp/diff_new_pack.MIyLND/_old  2020-02-22 19:08:50.190633265 +0100
+++ /var/tmp/diff_new_pack.MIyLND/_new  2020-02-22 19:08:50.194633272 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package utox
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,8 @@
 Source: 
https://github.com/uTox/uTox/releases/download/v%{version}/%{realname}-%{version}-full.tar.gz
 Source1:
https://github.com/uTox/uTox/releases/download/v%{version}/%{realname}-%{version}-full.tar.gz.asc
 Source2:uTox.keyring
+# PATCH-FEATURE-UPSTREAM fix_build_with_openAL_1.20.patch
+Patch:  fix_build_with_openAL_1.20.patch
 BuildRequires:  c-toxcore-devel
 BuildRequires:  cmake >= 3.2
 BuildRequires:  dbus-1-devel
@@ -52,6 +54,7 @@
 
 %prep
 %setup -q -n %{realname}
+%patch0 -p1
 
 %build
 %cmake \

++ fix_build_with_openAL_1.20.patch ++
commit b608d584d9b6aeae916dec48c2cadf2e631f91b8
Author: Tobias Kortkamp 
Date:   Sat Nov 30 17:10:58 2019 +0100

Unbreak build with OpenAL 1.20.0

In file included from 
/home/tobias/src/github.com/uTox/uTox/src/av/audio.c:33:
/usr/local/include/AL/alc.h:34:26: error: typedef redefinition with 
different types
  ('struct ALCdevice' vs 'struct ALCdevice_struct')
typedef struct ALCdevice ALCdevice;
 ^
/home/tobias/src/github.com/uTox/uTox/src/av/audio.h:8:33: note: previous 
definition is here
typedef struct ALCdevice_struct ALCdevice;
^
1 error generated.

diff --git a/src/av/audio.h b/src/av/audio.h
index 4edb0e45..e6b08550 100644
--- a/src/av/audio.h
+++ b/src/av/audio.h
@@ -5,7 +5,11 @@
 #include 
 #include 
 
-typedef struct ALCdevice_struct ALCdevice;
+#ifdef __APPLE__
+#include 
+#else
+#include 
+#endif
 
 extern bool utox_audio_thread_init;
 




commit utox for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package utox for openSUSE:Factory checked in 
at 2019-09-23 12:39:29

Comparing /work/SRC/openSUSE:Factory/utox (Old)
 and  /work/SRC/openSUSE:Factory/.utox.new.7948 (New)


Package is "utox"

Mon Sep 23 12:39:29 2019 rev:2 rq:732477 version:0.17.1

Changes:

--- /work/SRC/openSUSE:Factory/utox/utox.changes2019-02-28 
21:38:16.937642471 +0100
+++ /work/SRC/openSUSE:Factory/.utox.new.7948/utox.changes  2019-09-23 
12:39:53.597585522 +0200
@@ -1,0 +2,39 @@
+Sun Sep 22 07:28:50 UTC 2019 - Andrey Karepin 
+
+- update utox.keyring
+- update to 0.17.1
+  * Add --allow-root option: Now you can't run uTox as root by accident 
(1b491cd)
+  * Add right click menu to Xlib (5f5f570)
+  *  Add support for loading groupchats (049ca56)
+  * More *BSD support! (FreeBSD, NetBSD, OpenBSD, DragonFlyBSD) (@mazocomp)
+  * Groupchat creation screen implemented
+  * Fix a crash when changing to a video input device that fails to init 
(e36e475)
+  * Fix: a friendlist bug related to the Tox profile having no friends and
+groups (d81d276)
+  * Don't flip video preview button status if preview fails (8f73ee2)
+  * Xlib: Clean up zombies if xdg-open is not installed (dfc5f50)
+  * Add border to QR code to make it actually readable to QR code scanners
+(3643744)
+  * Fix file transfer text (72b7347)
+  * Prevent a crash related to having too many friends (1e41307)
+  * Fix crash related to dropdowns (b0b3167)
+  * Fix ignoring friend requests (ed55880)
+  * Close dropdowns on changing tabs (4dd4ae0)
+  * Fix crash on startup related to QR code (@ColumPaget) (41c5044)
+  * Fix group settings layout
+  * Fix a crash related to Tox savedata being too large (363e486)
+  * Fix two possible memory leaks (a549f11 168eb78)
+  * Fix a crash related to text undo in message input field (@cyisfor) 
(e1371e4)
+  * Fix a crash related to the password input field (8891616)
+  * Fix crash related to FPS value input field (d297e0d)
+  * Fix selection bug: Selection on double-click doesn't leak into neighbouring
+line anymore (06f85ab)
+  * Fix HOME key (3833c13)
+  * Fix END key and make ctrl+shift+end work (6fa9df6)
+  * Sort languages enum by their native names alphabetically (b8d33d4)
+  * Move Language setting from "Profile" to "User Interface" tab (234f027)
+  * Updated translations: German (d96d309 4328777 9757f05),  English (e2901e8),
+Polish (96f7c02 542b19a), Swedish (@jony0008) (eda5a41 38e4ae7), Hungarian
+(@baloo79) (9d9f24b)
+
+---

Old:

  uTox-0.17.0-full.tar.gz
  uTox-0.17.0-full.tar.gz.asc

New:

  uTox-0.17.1-full.tar.gz
  uTox-0.17.1-full.tar.gz.asc



Other differences:
--
++ utox.spec ++
--- /var/tmp/diff_new_pack.9DvaGg/_old  2019-09-23 12:39:53.989585457 +0200
+++ /var/tmp/diff_new_pack.9DvaGg/_new  2019-09-23 12:39:53.989585457 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package utox
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,14 +18,14 @@
 
 %define realname uTox
 Name:   utox
-Version:0.17.0
+Version:0.17.1
 Release:0
 Summary:The lightweight Tox client
 License:MIT
 Group:  Productivity/Networking/Instant Messenger
 URL:https://utox.org/
 Source: 
https://github.com/uTox/uTox/releases/download/v%{version}/%{realname}-%{version}-full.tar.gz
-Source1:
https://github.com/uTox/uTox/releases/download/v0.17.0/uTox-0.17.0-full.tar.gz.asc
+Source1:
https://github.com/uTox/uTox/releases/download/v%{version}/%{realname}-%{version}-full.tar.gz.asc
 Source2:uTox.keyring
 BuildRequires:  c-toxcore-devel
 BuildRequires:  cmake >= 3.2
@@ -55,7 +55,10 @@
 
 %build
 %cmake \
-  -DENABLE_ASAN=OFF
+  -DENABLE_ASAN=OFF \
+  -DENABLE_TESTS=OFF \
+  -DENABLE_AUTOUPDATE=OFF \
+  -DENABLE_LTO=ON
 %make_jobs V=1
 
 %install

++ uTox-0.17.0-full.tar.gz -> uTox-0.17.1-full.tar.gz ++
 317784 lines of diff (skipped)

++ uTox.keyring ++
--- /var/tmp/diff_new_pack.9DvaGg/_old  2019-09-23 12:39:54.445585382 +0200
+++ /var/tmp/diff_new_pack.9DvaGg/_new  2019-09-23 12:39:54.445585382 +0200
@@ -1,104 +1,57 @@
-pub   rsa4096/0x601A604B7E605776 2015-10-04 [SCA]
-  Key fingerprint = B700 8FF1 2C07 9BF6 E6EA  19D1 601A 604B 7E60 5776
-uid   [ unknown] Robin Lindén 
-uid   [ unknown] Robin Lindén <_...@robinlinden.eu>
-uid   [ unknown] Robin