Hello community,

here is the log from the commit of package telegram-desktop for 
openSUSE:Leap:15.2 checked in at 2020-06-14 04:44:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/telegram-desktop (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.telegram-desktop.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telegram-desktop"

Sun Jun 14 04:44:38 2020 rev:24 rq:813542 version:2.1.11

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/telegram-desktop/telegram-desktop.changes      
2020-05-04 08:23:34.104481644 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.telegram-desktop.new.3606/telegram-desktop.changes
    2020-06-14 04:44:41.494713365 +0200
@@ -1,0 +2,60 @@
+Mon Jun  8 13:12:59 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 2.1.11
+  * Fix launching on old Linux systems.
+
+-------------------------------------------------------------------
+Fri Jun  5 20:20:20 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- update to 2.1.10
+  * Improve memory usage.
+  * Add support for full group message history export.
+  * Allow export of a single chat message history in JSON format.
+
+-------------------------------------------------------------------
+Wed Jun  3 18:41:46 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 2.1.8 (beta)
+  * Add support for full group message history export.
+  * Allow export of a single chat message history in JSON format.
+- Rebased 0000-gtk2-default.patch
+
+-------------------------------------------------------------------
+Sun May 24 15:48:54 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 2.1.7
+  * Fix the Fcitx input method plugin.
+
+-------------------------------------------------------------------
+Wed May 13 19:04:30 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 2.1.5
+  * Disable the taskbar icon flash or the dock icon bounce in
+    Settings > Notifications.
+  * View messages containing long monospace texts in wide bubbles.
+  * Bug fixes and other minor improvements.
+- rebased 0001-use-bundled-range.patch
+
+-------------------------------------------------------------------
+Sat May  9 16:23:13 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 2.1.4
+  * Improve bold font selection.
+
+-------------------------------------------------------------------
+Fri May  8 18:38:40 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 2.1.3
+  * Added support for new emoji.
+  * Channels to which you can't post will no longer be suggested
+    when forwarding.
+  * Improved font selection and bold font support for CJK and Farsi.
+  * Fix polls and quizes results viewing.
+  * Fix memory leak in web page previews with autoplayed videos.
+  * Fix running on OS X 10.10.
+  * Other minor bug fixes and improvements.
+- removed range-v3-master.zip, range is now bundled in the
+  upstream source
+- rebased 0001-use-bundled-range.patch
+
+-------------------------------------------------------------------

Old:
----
  range-v3-master.zip
  tdesktop-2.1.1-full.tar.gz

New:
----
  tdesktop-2.1.11-full.tar.gz

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

Other differences:
------------------
++++++ telegram-desktop.spec ++++++
--- /var/tmp/diff_new_pack.GtwW2o/_old  2020-06-14 04:44:42.326716070 +0200
+++ /var/tmp/diff_new_pack.GtwW2o/_new  2020-06-14 04:44:42.330716083 +0200
@@ -31,15 +31,13 @@
 %define __builder ninja
 
 Name:           telegram-desktop
-Version:        2.1.1
+Version:        2.1.11
 Release:        0
 Summary:        Messaging application with a focus on speed and security
 License:        GPL-3.0-only
 Group:          Productivity/Networking/Instant Messenger
 URL:            https://github.com/telegramdesktop/tdesktop
 Source0:        
https://github.com/telegramdesktop/tdesktop/releases/download/v%{version}/tdesktop-%{version}-full.tar.gz
-# curl https://codeload.github.com/ericniebler/range-v3/zip/master -o 
range-v3-master.zip
-Source1:        range-v3-master.zip
 # PATCH-FIX-OPENSUSE
 Patch0:         0000-gtk2-default.patch
 # PATCH-FIX-OPENSUSE
@@ -66,7 +64,6 @@
 BuildRequires:  memory-constraints
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
-BuildRequires:  unzip
 BuildRequires:  xorg-x11-devel
 BuildRequires:  xxhash-devel
 BuildRequires:  xz
@@ -143,9 +140,6 @@
 %prep
 %setup -q -n tdesktop-%{version}-full
 
-unzip %{_sourcedir}/range-v3-master.zip -d %{_builddir}/Libraries/
-mv %{_builddir}/Libraries/range-v3-master %{_builddir}/Libraries/range-v3
-
 %patch0 -p1
 %patch1 -p1
 
@@ -165,9 +159,9 @@
       -DDESKTOP_APP_USE_PACKAGED=ON \
       -DDESKTOP_APP_USE_PACKAGED_GSL=OFF \
       -DDESKTOP_APP_USE_PACKAGED_EXPECTED=OFF \
-      -DTDESKTOP_USE_PACKAGED_TGVOIP=OFF \
       -DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF \
       -DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF \
+      -DTDESKTOP_USE_PACKAGED_TGVOIP=OFF \
       -DDESKTOP_APP_USE_PACKAGED_FONTS=ON \
       -DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON \
       -DTDESKTOP_DISABLE_AUTOUPDATE=ON \

++++++ 0000-gtk2-default.patch ++++++
--- /var/tmp/diff_new_pack.GtwW2o/_old  2020-06-14 04:44:42.346716135 +0200
+++ /var/tmp/diff_new_pack.GtwW2o/_new  2020-06-14 04:44:42.350716148 +0200
@@ -1,15 +1,15 @@
---- a/Telegram/SourceFiles/platform/linux/linux_libs.cpp.orig  2020-02-06 
11:24:06.271620992 +0100
-+++ b/Telegram/SourceFiles/platform/linux/linux_libs.cpp       2020-02-06 
11:27:36.265427510 +0100
-@@ -222,10 +222,10 @@ void start() {
-       bool isWayland = 
QGuiApplication::platformName().startsWith(qsl("wayland"), Qt::CaseInsensitive);
+--- 
tdesktop-2.1.8-full/Telegram/SourceFiles/platform/linux/linux_libs.cpp.orig     
   2020-06-03 18:18:48.829895452 +0000
++++ tdesktop-2.1.8-full/Telegram/SourceFiles/platform/linux/linux_libs.cpp     
2020-06-03 18:21:15.248705051 +0000
+@@ -271,10 +271,10 @@ void start() {
        QLibrary lib_gtk;
+       lib_gtk.setLoadHints(QLibrary::DeepBindHint);
  
 -      if (loadLibrary(lib_gtk, "gtk-3", 0)) {
 +      if (loadLibrary(lib_gtk, "gtk-x11-2.0", 0)) {
                gtkLoaded = setupGtkBase(lib_gtk);
        }
--      if (!gtkLoaded && !isWayland && loadLibrary(lib_gtk, "gtk-x11-2.0", 0)) 
{
-+      if (!gtkLoaded && !isWayland && loadLibrary(lib_gtk, "gtk-3", 0)) {
+-      if (!gtkLoaded && loadLibrary(lib_gtk, "gtk-x11-2.0", 0)) {
++      if (!gtkLoaded && loadLibrary(lib_gtk, "gtk-3", 0)) {
                gtkLoaded = setupGtkBase(lib_gtk);
        }
  

++++++ 0001-use-bundled-range.patch ++++++
--- /var/tmp/diff_new_pack.GtwW2o/_old  2020-06-14 04:44:42.358716174 +0200
+++ /var/tmp/diff_new_pack.GtwW2o/_new  2020-06-14 04:44:42.358716174 +0200
@@ -1,18 +1,11 @@
---- a/cmake/external/ranges/CMakeLists.txt.orig        2020-02-06 
12:12:05.613006285 +0100
-+++ b/cmake/external/ranges/CMakeLists.txt     2020-02-06 12:12:20.200020349 
+0100
+--- tdesktop-2.1.5-full/cmake/external/ranges/CMakeLists.txt.orig      
2020-05-13 19:24:13.765240115 +0000
++++ tdesktop-2.1.5-full/cmake/external/ranges/CMakeLists.txt   2020-05-13 
19:25:44.062788903 +0000
 @@ -7,7 +7,7 @@
  add_library(external_ranges INTERFACE IMPORTED GLOBAL)
  add_library(desktop-app::external_ranges ALIAS external_ranges)
  
--if (DESKTOP_APP_USE_PACKAGED)
-+if (!DESKTOP_APP_USE_PACKAGED)
+-if (DESKTOP_APP_USE_PACKAGED AND NOT DESKTOP_APP_USE_PACKAGED_LAZY)
++if (NOT DESKTOP_APP_USE_PACKAGED)
      find_package(range-v3 REQUIRED)
      target_link_libraries(external_ranges INTERFACE range-v3::range-v3)
  else()
-@@ -23,4 +23,4 @@ if (WIN32)
-         /experimental:preprocessor # need for range-v3 see 
https://github.com/ericniebler/range-v3#supported-compilers
-         /wd5105 # needed for `/experimental:preprocessor`, suppressing C5105 
"macro expansion producing 'defined' has undefined behavior"
-     )
--endif()
-\ No newline at end of file
-+endif()

++++++ tdesktop-2.1.1-full.tar.gz -> tdesktop-2.1.11-full.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/telegram-desktop/tdesktop-2.1.1-full.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.telegram-desktop.new.3606/tdesktop-2.1.11-full.tar.gz
 differ: char 5, line 1


Reply via email to