Hello community,

here is the log from the commit of package skype4pidgin for openSUSE:Factory 
checked in at 2018-06-02 12:13:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skype4pidgin (Old)
 and      /work/SRC/openSUSE:Factory/.skype4pidgin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skype4pidgin"

Sat Jun  2 12:13:37 2018 rev:11 rq:613349 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/skype4pidgin/skype4pidgin.changes        
2017-05-31 12:17:08.862375144 +0200
+++ /work/SRC/openSUSE:Factory/.skype4pidgin.new/skype4pidgin.changes   
2018-06-02 12:14:06.911661259 +0200
@@ -1,0 +2,24 @@
+Thu May 31 13:14:00 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.5:
+  * Remove the old skype4pidgin plugin from existence.
+  * Add "alternative auth" support.
+  * Add support for suggested contacts finding.
+  * Display the number of users in the Tools->Room List window.
+  * Fix "deny" friend requests.
+  * Fix memory leaks.
+  * Fix some rare crashes.
+  * Remove the empty option from account settings.
+- Move the emoticon scheme from pidgin-plugin-skype to
+  pidgin-plugin-skypeweb.
+- Remove the libpurple-plugin-skype, libpurple-plugin-skype-lang,
+  pidgin-plugin-skype packages.
+- Remove skype4pidgin-libdir.patch, skype4pidgin-icon-conflict.patch:
+  useless now.
+
+-------------------------------------------------------------------
+Thu May 31 12:42:43 UTC 2018 - fezh...@suse.com
+
+- Add BuildRequires: dbus-1-glib-devel.
+
+-------------------------------------------------------------------
@@ -106 +129,0 @@
-

Old:
----
  skype4pidgin-1.4.tar.gz
  skype4pidgin-icon-conflict.patch
  skype4pidgin-libdir.patch

New:
----
  skype4pidgin-1.5.tar.gz

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

Other differences:
------------------
++++++ skype4pidgin.spec ++++++
--- /var/tmp/diff_new_pack.rOV1uS/_old  2018-06-02 12:14:07.483640279 +0200
+++ /var/tmp/diff_new_pack.rOV1uS/_new  2018-06-02 12:14:07.483640279 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package skype4pidgin
 #
-# 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
@@ -17,63 +17,35 @@
 
 
 Name:           skype4pidgin
-Version:        1.4
+Version:        1.5
 Release:        0
-Summary:        Libpurple plugin for Skype API
-License:        GPL-3.0+
+Summary:        Libpurple plugin for SkypeWeb API
+License:        GPL-3.0-or-later
 Group:          Productivity/Networking/Instant Messenger
-Url:            http://eion.robbmob.com/
-Source:         
https://github.com/EionRobb/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE skype4pidgin-libdir.patch vu...@opensuse.org -- Do not 
hardcode /usr/lib/.
-Patch0:         skype4pidgin-libdir.patch
-# PATCH-FIX-OPENSUSE skype4pidgin-icon-conflict.patch sor.ale...@meowr.ru -- 
Resolve icon naming conflict between plugins.
-Patch1:         skype4pidgin-icon-conflict.patch
-BuildRequires:  dbus-1-devel
-BuildRequires:  glib2-devel
-BuildRequires:  json-glib-devel
-BuildRequires:  libpurple-devel
+URL:            https://eion.robbmob.com/
+Source:         
https://github.com/EionRobb/skype4pidgin/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # For directory ownership.
 BuildRequires:  pidgin
 BuildRequires:  pkgconfig
-BuildRequires:  xorg-x11-libX11-devel
-BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(purple)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(zlib)
 
 %description
-This is a Skype Plugin for libpurple/Pidgin. It lets you view
+This is a SkypeWeb Plugin for libpurple/Pidgin. It lets you view
 and chat with all your Skype buddies from within Pidgin.
 
-%package -n libpurple-plugin-skype
-Summary:        Libpurple plugin for Skype API
-Group:          Productivity/Networking/Instant Messenger
-Recommends:     skype
-Enhances:       libpurple
-
-%description -n libpurple-plugin-skype
-This is a Skype Plugin for libpurple. It lets you view and chat
-with all your Skype buddies from within Pidgin.
-
-%package -n pidgin-plugin-skype
-Summary:        Pidgin plugin for Skype API
-Group:          Productivity/Networking/Instant Messenger
-Requires:       libpurple-plugin-skype = %{version}
-Enhances:       pidgin
-Supplements:    packageand(libpurple-plugin-skype:pidgin}
-# skype4pidgin was last used in openSUSE 12.1.
-Provides:       %{name} = %{version}
-Obsoletes:      %{name} < %{version}
-%requires_ge    pidgin
-
-%description -n pidgin-plugin-skype
-This is a Skype Plugin for Pidgin. It lets you view and chat
-with all your Skype buddies from within Pidgin.
-
-%lang_package -n libpurple-plugin-skype
-
 %package -n libpurple-plugin-skypeweb
 Summary:        Libpurple plugin for SkypeWeb API
 Group:          Productivity/Networking/Instant Messenger
 Enhances:       libpurple
+# libpurple-plugin-skype was last used in openSUSE Leap 15.0.
+Obsoletes:      libpurple-plugin-skype < %{version}
+Obsoletes:      libpurple-plugin-skype-lang < %{version}
 
 %description -n libpurple-plugin-skypeweb
 This is a SkypeWeb Plugin for libpurple. It lets you view and chat
@@ -83,9 +55,11 @@
 Summary:        Pidgin plugin for SkypeWeb API
 Group:          Productivity/Networking/Instant Messenger
 Requires:       libpurple-plugin-skypeweb = %{version}
+%requires_ge    pidgin
 Enhances:       pidgin
 Supplements:    packageand(libpurple-plugin-skypeweb:pidgin}
-%requires_ge    pidgin
+# pidgin-plugin-skype was last used in openSUSE Leap 15.0.
+Obsoletes:      pidgin-plugin-skype < %{version}
 
 %description -n pidgin-plugin-skypeweb
 This is a SkypeWeb Plugin for Pidgin. It lets you view and chat
@@ -93,49 +67,25 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
-make all %{?_smp_mflags} V=1
 make %{?_smp_mflags} V=1 -C skypeweb
 
 %install
-%make_install LIB=%{_lib}
 %make_install -C skypeweb
 
-# Manually install translations for libpurple-plugin-skype.
-mkdir -p %{buildroot}%{_datadir}/locale/
-ls po/ | while read file; do
-    install -Dpm 0644 "po/$file" 
"%{buildroot}%{_datadir}/locale/${file/.mo}/LC_MESSAGES/%{name}.mo"
-done
-%find_lang %{name}
-
-%files -n libpurple-plugin-skype
-%defattr(-,root,root)
-%doc CHANGELOG.txt COPYING.txt
-%{_libdir}/purple-2/libskype.so
-%{_libdir}/purple-2/libskype_dbus.so
-
-%files -n libpurple-plugin-skype-lang -f %{name}.lang
-%defattr(-,root,root)
-
 %files -n libpurple-plugin-skypeweb
-%defattr(-,root,root)
-%doc COPYING.txt skypeweb/README.md
+%if 0%{?suse_version} >= 1500
+%license skypeweb/gpl3.txt
+%else
+%doc skypeweb/gpl3.txt
+%endif
+%doc skypeweb/README.md
 %{_libdir}/purple-2/libskypeweb.so
 
-%files -n pidgin-plugin-skype
-%defattr(-,root,root)
-%doc CHANGELOG.txt COPYING.txt
-%{_datadir}/pixmaps/pidgin/emotes/skype/
-%{_datadir}/pixmaps/pidgin/protocols/*/skypelegacy.png
-%{_datadir}/pixmaps/pidgin/protocols/*/skypelegacyout.png
-
 %files -n pidgin-plugin-skypeweb
-%defattr(-,root,root)
-%doc COPYING.txt skypeweb/README.md
 %{_datadir}/pixmaps/pidgin/protocols/*/skype.png
 %{_datadir}/pixmaps/pidgin/protocols/*/skypeout.png
+%{_datadir}/pixmaps/pidgin/emotes/skype/
 
 %changelog

++++++ skype4pidgin-1.4.tar.gz -> skype4pidgin-1.5.tar.gz ++++++
++++ 22468 lines of diff (skipped)


Reply via email to