Hello community,
here is the log from the commit of package purple-plugin-pack for
openSUSE:Factory checked in at 2018-03-20 22:01:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/purple-plugin-pack (Old)
and /work/SRC/openSUSE:Factory/.purple-plugin-pack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "purple-plugin-pack"
Tue Mar 20 22:01:02 2018 rev:7 rq:588895 version:2.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/purple-plugin-pack/purple-plugin-pack.changes
2017-02-03 18:56:50.598208158 +0100
+++
/work/SRC/openSUSE:Factory/.purple-plugin-pack.new/purple-plugin-pack.changes
2018-03-20 22:01:25.735373003 +0100
@@ -1,0 +2,5 @@
+Mon Mar 19 15:12:01 UTC 2018 - [email protected]
+
+- Add a missing build dependency: python2.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ purple-plugin-pack.spec ++++++
--- /var/tmp/diff_new_pack.yBQct5/_old 2018-03-20 22:01:26.471346505 +0100
+++ /var/tmp/diff_new_pack.yBQct5/_new 2018-03-20 22:01:26.475346361 +0100
@@ -1,7 +1,7 @@
#
# spec file for package purple-plugin-pack
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2007 Ivan N. Zlatev <[email protected]>
# Copyright (c) 2009 Lukas Krejza <[email protected]>
# Copyright (c) 2011 Christoph Miebach <[email protected]>
@@ -24,7 +24,7 @@
Release: 0
Summary: Compilation of plugins for libpurple and Pidgin
# FIXME: On new upstream version, check if GPLv3+ plugins are still under the
same licence (add COPYING.GPL3 to the extras subpackage if present upstream).
-License: GPL-2.0+ and GPL-3.0+
+License: GPL-2.0-or-later AND GPL-3.0-or-later
Group: Productivity/Networking/Instant Messenger
Url: https://guifications.org/
Source:
https://bitbucket.org/rekkanoryo/purple-plugin-pack/downloads/%{name}-%{version}.tar.bz2
@@ -46,6 +46,11 @@
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(pidgin)
BuildRequires: pkgconfig(purple)
+%if 0%{?suse_version} >= 1500
+BuildRequires: python2
+%else
+BuildRequires: python
+%endif
%description
The Purple Plugin Pack is a compilation of plugins for the libpurple
@@ -53,7 +58,7 @@
%package -n libpurple-plugin-pack
Summary: Compilation of plugins for libpurple
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Productivity/Networking/Instant Messenger
Recommends: libpurple-plugin-pack-lang
Enhances: libpurple
@@ -75,7 +80,7 @@
%package -n libpurple-plugin-pack-extras
Summary: Compilation of plugins for libpurple -- GPLv3+ Plugins
-License: GPL-3.0+
+License: GPL-3.0-or-later
Group: Productivity/Networking/Instant Messenger
Requires: libpurple-plugin-pack = %{version}
Enhances: libpurple-plugin-pack
@@ -89,14 +94,14 @@
%package -n pidgin-plugin-pack
Summary: Compilation of plugins for Pidgin
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Productivity/Networking/Instant Messenger
Requires: libpurple-plugin-pack = %{version}
+%requires_ge pidgin
Supplements: packageand(pidgin:libpurple-plugin-pack)
# pidgin-plugin_pack was last used in openSUSE 12.1.
Provides: pidgin-plugin_pack = %{version}
Obsoletes: pidgin-plugin_pack < %{version}
-%requires_ge pidgin
%description -n pidgin-plugin-pack
The Purple Plugin Pack is a compilation of plugins for the
@@ -110,7 +115,7 @@
%package -n pidgin-plugin-pack-extras
Summary: Compilation of plugins for Pidgin -- GPLv3+ Plugins
-License: GPL-3.0+
+License: GPL-3.0-or-later
Group: Productivity/Networking/Instant Messenger
Requires: libpurple-plugin-pack-extras = %{version}
Requires: pidgin-plugin-pack = %{version}
@@ -132,6 +137,7 @@
%patch1 -p1
%build
+export PYTHON=python2
%configure
make %{?_smp_mflags} V=1
@@ -141,8 +147,12 @@
%find_lang plugin_pack
%files -n libpurple-plugin-pack
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS ChangeLog README
# Explicitly list plugins to notice when any is missing and to ease split with
extras.
%{_libdir}/purple-2/autoprofile.so
%{_libdir}/purple-2/autoreply.so
@@ -173,18 +183,20 @@
%{_libdir}/purple-2/xmppprio.so
%files -n libpurple-plugin-pack-lang -f plugin_pack.lang
-%defattr(-,root,root)
%files -n libpurple-plugin-pack-extras
-%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_libdir}/purple-2/ning.so
%{_libdir}/purple-2/okcupid.so
%{_libdir}/purple-2/omegle.so
%files -n pidgin-plugin-pack
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS ChangeLog README
# Explicitly list plugins to notice when any is missing and to ease split with
extras.
%{_libdir}/pidgin/album.so
%{_libdir}/pidgin/blistops.so
@@ -208,7 +220,6 @@
%{_datadir}/pixmaps/pidgin/protocols/*/napster.png
%files -n pidgin-plugin-pack-extras
-%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_datadir}/pixmaps/pidgin/protocols/*/okcupid.png