Hello community,

here is the log from the commit of package telegram-purple for openSUSE:Factory 
checked in at 2018-08-24 17:03:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telegram-purple (Old)
 and      /work/SRC/openSUSE:Factory/.telegram-purple.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telegram-purple"

Fri Aug 24 17:03:37 2018 rev:6 rq:628847 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/telegram-purple/telegram-purple.changes  
2017-06-12 15:36:00.302121843 +0200
+++ /work/SRC/openSUSE:Factory/.telegram-purple.new/telegram-purple.changes     
2018-08-24 17:03:54.114057000 +0200
@@ -1,0 +2,10 @@
+Sat Aug 11 21:38:15 UTC 2018 - [email protected]
+
+- Update grammar in summaries.
+
+-------------------------------------------------------------------
+Sat Aug  4 11:54:19 UTC 2018 - [email protected]
+
+- Add telegram-purple-1.3.1-disable-werror.patch: Disable -Werror.
+
+-------------------------------------------------------------------

New:
----
  telegram-purple-1.3.1-disable-werror.patch

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

Other differences:
------------------
++++++ telegram-purple.spec ++++++
--- /var/tmp/diff_new_pack.VkGBcw/_old  2018-08-24 17:03:54.510057470 +0200
+++ /var/tmp/diff_new_pack.VkGBcw/_new  2018-08-24 17:03:54.514057474 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package telegram-purple
 #
-# 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
@@ -19,13 +19,17 @@
 Name:           telegram-purple
 Version:        1.3.1
 Release:        0
-Summary:        Plugin for Pidgin, which supports Telegram messager
-License:        GPL-2.0+ and LGPL-2.1+
+Summary:        Plugin for Pidgin for supporting Telegram messager
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Productivity/Networking/Instant Messenger
-Url:            https://github.com/majn/telegram-purple
+URL:            https://github.com/majn/telegram-purple
 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
@@ -37,7 +41,7 @@
 A Pidgin plugin that adds support for the Telegram messenger.
 
 %package -n libpurple-plugin-telegram
-Summary:        Plugin for libpurple, which supports Telegram messager
+Summary:        Plugin for libpurple for supporting Telegram messager
 Group:          Productivity/Networking/Instant Messenger
 Recommends:     libpurple-plugin-telegram-lang
 Enhances:       libpurple
@@ -51,12 +55,12 @@
 %lang_package -n libpurple-plugin-telegram
 
 %package -n pidgin-plugin-telegram
-Summary:        Plugin for Pidgin, which supports Telegram messager
+Summary:        Plugin for Pidgin for supporting Telegram messager
 Group:          Productivity/Networking/Instant Messenger
 Requires:       libpurple-plugin-telegram = %{version}
+%requires_ge    pidgin
 Supplements:    packageand(libpurple-plugin-telegram:pidgin)
 BuildArch:      noarch
-%requires_ge    pidgin
 
 %description -n pidgin-plugin-telegram
 A Pidgin plugin that adds support for the Telegram messenger.
@@ -66,8 +70,10 @@
 %prep
 %setup -q -n %{name}
 %patch0 -p1
+%patch1 -p1
 
 %build
+autoreconf -fi
 %configure
 make %{?_smp_mflags} V=1
 
@@ -76,18 +82,16 @@
 %find_lang telegram-purple
 
 %files -n libpurple-plugin-telegram
-%defattr(-,root,root)
-%doc AUTHORS CHANGELOG.md COPYING README.md
+%license COPYING
+%doc AUTHORS CHANGELOG.md README.md
 %config %{_sysconfdir}/telegram-purple/
 %{_libdir}/purple-2/telegram-purple.so
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/telegram-purple.metainfo.xml
 
 %files -n libpurple-plugin-telegram-lang -f telegram-purple.lang
-%defattr(-,root,root)
 
 %files -n pidgin-plugin-telegram
-%defattr(-,root,root)
 %dir %{_datadir}/pixmaps/pidgin/
 %dir %{_datadir}/pixmaps/pidgin/protocols/
 %dir %{_datadir}/pixmaps/pidgin/protocols/*/

++++++ telegram-purple-1.3.1-disable-werror.patch ++++++
--- a/tgl/Makefile.in
+++ b/tgl/Makefile.in
@@ -4,7 +4,7 @@ CFLAGS=@CFLAGS@
 LDFLAGS=@LDFLAGS@ @OPENSSL_LDFLAGS@
 CPPFLAGS=@CPPFLAGS@ @OPENSSL_INCLUDES@
 DEFS=@DEFS@
-COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Werror 
-Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb 
-Wno-unused-parameter -fPIC -D_FORTIFY_SOURCE=2
+COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra 
-Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb 
-Wno-unused-parameter -fPIC -D_FORTIFY_SOURCE=2
 
 EXTRA_LIBS=@LIBS@ @EXTRA_LIBS@ @OPENSSL_LIBS@
 LOCAL_LDFLAGS=-rdynamic -ggdb ${EXTRA_LIBS}

Reply via email to