Hello community,

here is the log from the commit of package telegram-purple for openSUSE:Factory 
checked in at 2019-04-04 15:22:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telegram-purple (Old)
 and      /work/SRC/openSUSE:Factory/.telegram-purple.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telegram-purple"

Thu Apr  4 15:22:09 2019 rev:7 rq:688938 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/telegram-purple/telegram-purple.changes  
2018-08-24 17:03:54.114057000 +0200
+++ 
/work/SRC/openSUSE:Factory/.telegram-purple.new.3908/telegram-purple.changes    
    2019-04-04 15:27:00.654888904 +0200
@@ -1,0 +2,19 @@
+Mon Mar 25 19:00:06 CET 2019 - Matej Cepl <[email protected]>
+
+- Upgrade to 1.4.1:
+  - Had to skip 1.4.0 as someone distributed an intermediate
+    version as "1.4.0"
+  - Import awesomeness from kenorb's mega-merge:
+    - Support for pinned and other action types
+    - Stability improvements in general
+  - Better build support:
+    - No -Werror
+      + Drop telegram-purple-1.3.1-disable-werror.patch
+    - Compatibility with LibreSSL
+    - Compatibility with C++
+  - Simplify: Only one level of submodules
+  - Add support for replies/forwarded messages
+  - Add support for IPv6-only
+  - Add windows cross-compilation script
+
+-------------------------------------------------------------------

Old:
----
  telegram-purple-1.3.1-disable-werror.patch
  telegram-purple_1.3.1.orig.tar.gz

New:
----
  telegram-purple_1.4.1.orig.tar.gz

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

Other differences:
------------------
++++++ telegram-purple.spec ++++++
--- /var/tmp/diff_new_pack.HR3UlE/_old  2019-04-04 15:27:02.538889629 +0200
+++ /var/tmp/diff_new_pack.HR3UlE/_new  2019-04-04 15:27:02.542889630 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package telegram-purple
 #
-# 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
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           telegram-purple
-Version:        1.3.1
+Version:        1.4.1
 Release:        0
 Summary:        Plugin for Pidgin for supporting Telegram messager
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -26,13 +26,12 @@
 Source:         
https://github.com/majn/telegram-purple/releases/download/v%{version}/%{name}_%{version}.orig.tar.gz
 # PATCH-FIX-UPSTREAM telegram-purple-tl-parser-format-overflow.patch 
[email protected] -- Fix format overflow in tl-parser.
 Patch0:         telegram-purple-tl-parser-format-overflow.patch
-# PATCH-FIX-UPSTREAM telegram-purple-1.3.1-disable-werror.patch -- Disable 
-Werror.
-Patch1:         telegram-purple-1.3.1-disable-werror.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  intltool
 BuildRequires:  libgcrypt-devel >= 1.6
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libwebp)
 BuildRequires:  pkgconfig(purple)
 BuildRequires:  pkgconfig(zlib)
@@ -70,7 +69,6 @@
 %prep
 %setup -q -n %{name}
 %patch0 -p1
-%patch1 -p1
 
 %build
 autoreconf -fi

++++++ telegram-purple-tl-parser-format-overflow.patch ++++++
--- /var/tmp/diff_new_pack.HR3UlE/_old  2019-04-04 15:27:02.558889637 +0200
+++ /var/tmp/diff_new_pack.HR3UlE/_new  2019-04-04 15:27:02.558889637 +0200
@@ -1,11 +1,11 @@
 --- a/tgl/tl-parser/tl-parser.c
 +++ b/tgl/tl-parser/tl-parser.c
-@@ -1904,7 +1904,7 @@ struct tl_combinator_tree *tl_parse_args
+@@ -1903,7 +1903,7 @@ struct tl_combinator_tree *tl_parse_args
        char *name = S->data;
+       static char s[21];
        if (!name) {
-         static char s[20];
 -        sprintf (s, "%lld", lrand48 () * (1ll << 32) + lrand48 ());
 +        sprintf (s, "%llu", lrand48 () * (1ll << 32) + lrand48 ());
-         name = s;
+         name = s;  // will be strdup'd, so reference-to-stack is fine.
        }
        struct tl_var *v = tl_add_var (name, S, tt);

++++++ telegram-purple_1.3.1.orig.tar.gz -> telegram-purple_1.4.1.orig.tar.gz 
++++++
++++ 18765 lines of diff (skipped)


Reply via email to