commit purple-plugin-pack for openSUSE:Factory

2018-03-20 Thread root
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 - sor.ale...@meowr.ru
+
+- 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 
 # Copyright (c) 2009 Lukas Krejza 
 # Copyright (c) 2011 Christoph Miebach 
@@ -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_gepidgin
 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_gepidgin
 
 %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

commit purple-plugin-pack for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package purple-plugin-pack for 
openSUSE:Factory checked in at 2017-01-27 11:03:34

Comparing /work/SRC/openSUSE:Factory/purple-plugin-pack (Old)
 and  /work/SRC/openSUSE:Factory/.purple-plugin-pack.new (New)


Package is "purple-plugin-pack"

Changes:

--- /work/SRC/openSUSE:Factory/purple-plugin-pack/purple-plugin-pack.changes
2012-01-20 20:25:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.purple-plugin-pack.new/purple-plugin-pack.changes   
2017-02-03 18:56:50.598208158 +0100
@@ -1,0 +2,7 @@
+Fri Dec 23 11:13:30 UTC 2016 - sor.ale...@meowr.ru
+
+- Replace purple-plugin_pack-autoprofile-crash.patch with
+  purple-plugin-pack-fix-autoprofile-crash.patch, a very simple
+  patch to do the job.
+
+---
@@ -16 +23 @@
-Sat Dec 03 11:25:47 CEST 2011 - christoph.mieb...@web.de
+Sat Dec  3 09:25:47 UTC 2011 - christoph.mieb...@web.de
@@ -56 +63 @@
-Thu Aug 01 22:22:47 CEST 2011 - christoph.mieb...@web.de
+Thu Aug  1 20:22:47 UTC 2011 - christoph.mieb...@web.de
@@ -75 +82 @@
-Sat Feb 14 00:32:15 CET 2009 - Lukas Krejza  2.5.1
+Fri Feb 13 23:32:15 UTC 2009 - gryf...@hkfree.org
@@ -80 +87 @@
-Wed Feb 11 14:58:30 CET 2009 - Lukas Krejza  2.5.1
+Wed Feb 11 13:58:30 UTC 2009 - gryf...@hkfree.org
@@ -87 +94 @@
-Mon Dec 29 19:12:15 EET 2008 - Ivan N. Zlatev 
+Mon Dec 29 17:12:15 UTC 2008 - cont...@i-nz.net
@@ -92 +99 @@
-Fri Aug 24 2007 05:33:30 EDT - michel.syl...@gmail.com
+Fri Aug 24 09:33:30 UTC 2007 - michel.syl...@gmail.com
@@ -97 +104 @@
-Thu Aug 23 2007 20:14:30 EDT - michel.syl...@gmail.com
+Fri Aug 24 00:14:30 UTC 2007 - michel.syl...@gmail.com
@@ -103 +110 @@
-Sun May 06 2007 Ivan N. Zlatev 
+Sun May  6 00:00:00 UTC 2007 - cont...@i-nz.net
@@ -106 +112,0 @@
-

Old:

  purple-plugin_pack-autoprofile-crash.patch

New:

  purple-plugin-pack-fix-autoprofile-crash.patch



Other differences:
--
++ purple-plugin-pack.spec ++
--- /var/tmp/diff_new_pack.XNb3m4/_old  2017-02-03 18:56:51.082140197 +0100
+++ /var/tmp/diff_new_pack.XNb3m4/_new  2017-02-03 18:56:51.086139636 +0100
@@ -1,31 +1,40 @@
 #
-# spec file for package pidgin-plugin-pack
+# spec file for package purple-plugin-pack
 #
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2007 Ivan N. Zlatev 
-# Copyright (c) 2009 modified by Lukas Krejza 
-# Copyright (c) 2011 modified by Christoph Miebach 
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# Copyright (c) 2009 Lukas Krejza 
+# Copyright (c) 2011 Christoph Miebach 
 #
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# 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/
+#
+
 
 Name:   purple-plugin-pack
 Version:2.7.0
-Release:1
-# FIXME: if talkfilters enters Factory, uncomment BuildRequires (last checked: 
2011-09-29)
-# FIXME: on new upstream version, check if GPL-3.0+ plugins are still under 
the same license (add COPYING.gpl3 to the extras subpackage if present upstream)
+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+
-Summary:Compilation of plugins for the libpurple family of IM clients
-Url:https://www.guifications.org/projects/purple-plugin-pack/wiki
 Group:  Productivity/Networking/Instant Messenger
-Source0:
https://www.guifications.org/attachments/download/201/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE purple-plugin_pack-autoprofile-crash.patch 
christoph.mieb...@web.de -- Prevent plugin (Autoprofile) from crashing if 
uptime is not run in english; see https://www.guifications.org/issues/653 (this 
patch is an alternative version)
-Patch3: purple-plugin_pack-autoprofile-crash.patch
-# PATCH-FIX-UPSTREAM