From 8425ac4bb35504e274d50dd64adf4cf3cfc655b3d0a1f118618bee265defb630 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Tue, 7 Nov 2017 11:21:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/network:pidgin/pidgin?expand=0&rev=10 --- pidgin.changes | 5 +++++ pidgin.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pidgin.changes b/pidgin.changes index a21fe7d..b19404c 100644 --- a/pidgin.changes +++ b/pidgin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 7 11:10:25 UTC 2017 - sor.alexei@meowr.ru + +- Correct the licence to GPL-2.0. + ------------------------------------------------------------------- Thu Nov 2 13:25:45 UTC 2017 - mpluskal@suse.com diff --git a/pidgin.spec b/pidgin.spec index 5a44d12..7786544 100644 --- a/pidgin.spec +++ b/pidgin.spec @@ -21,7 +21,7 @@ Name: pidgin Version: 2.12.0 Release: 0 Summary: Multiprotocol Instant Messaging Client -License: GPL-2.0+ +License: GPL-2.0 Group: Productivity/Networking/Instant Messenger Url: https://pidgin.im/ Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2 @@ -276,8 +276,8 @@ cp -f %{SOURCE3} %{name}-prefs.xml mv po/my_MM.po po/my.po sed -i "/ALL_LINGUAS/s/ my_MM / my /" configure.ac -# Do not use env for python sripts -sed -i "s|env python|python2|g" libpurple/purple-* +# Do not use env for python sripts. +sed -i '/^#!/s|env python$|python2|' libpurple/purple-* %build export CFLAGS="%{optflags} -fstack-protector -fPIC"