Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package purple-plugin-pack for openSUSE:Factory checked in at 2022-10-31 10:45:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/purple-plugin-pack (Old) and /work/SRC/openSUSE:Factory/.purple-plugin-pack.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "purple-plugin-pack" Mon Oct 31 10:45:10 2022 rev:8 rq:1032372 version:2.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/purple-plugin-pack/purple-plugin-pack.changes 2018-03-20 22:01:25.735373003 +0100 +++ /work/SRC/openSUSE:Factory/.purple-plugin-pack.new.2275/purple-plugin-pack.changes 2022-10-31 10:45:12.465007309 +0100 @@ -1,0 +2,44 @@ +Mon Oct 31 05:29:13 UTC 2022 - Steve Kowalik <[email protected]> + +- Update to 2.8.0: + * Switched the build system from autotools to meson which also removed + the need for plugin_pack.py. + * Set the glib dependency to versions >= 2.32.0. + * Set the gtk dependency to versions >= 2.10.0. + * Removed the irssi happy new year easter egg. + * Removed xmms-remote as XMMS 1.x has been dead for quite some time. + * Removed the autoprofile plugin as it was incomplete and unlikely to be + completed. + * Removed the infopane plugin as it wasn't very useful. + * Removed the talkfilters plugin as its dependencies are not typically + packaged by distributions anymore. + * Removed the Napster plugin as opennap hasn't been updated in 20 years. + * Removed the xchat-chats plugin as it's kind of hacky and bundles a very + old version of the xchat widget. + * Removed the awaynotify plugin as it was incomplete and unlikely to be + completed. + * Removed the buddy icon tools plugin as it was incomplete and unlikely to be completed. + * Removed the buddytime plugin as it was incomplete and unlikely to be + completed. + * Removed the chronic plugin as it was incomplete and unlikely to be + completed. + * Removed the stocker plugin as the AOL servers it talked to have long since + been shutdown. + * Removed the smartear plugin as it was incomplete and unlikely to be + completed. + * Removed the nomobility plugin as it was incomplete and unlikely to be + completed. + * Removed the msglen plugin as it was incomplete and unlikely to be completed. + * Removed the ignorance plugin as it was incomplete and unlikely to be + completed. + * Removed the hideconv plugin as its functionality is in pidgin 2.3.0 and + newer. + * Removed the findip plugin as it never really worked in the first place. + * Removed the stress plugin as it didn't build by default. +- Remove patches: + * purple-plugin-pack-fix-autoprofile-crash.patch + * purple-plugin_pack-fix-warning.patch +- Update BuildRequires. +- Update URL and Source location. + +------------------------------------------------------------------- Old: ---- purple-plugin-pack-2.7.0.tar.bz2 purple-plugin-pack-fix-autoprofile-crash.patch purple-plugin_pack-fix-warning.patch New: ---- purple-plugin-pack-2.8.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ purple-plugin-pack.spec ++++++ --- /var/tmp/diff_new_pack.xvjACL/_old 2022-10-31 10:45:12.945009727 +0100 +++ /var/tmp/diff_new_pack.xvjACL/_new 2022-10-31 10:45:12.949009747 +0100 @@ -1,7 +1,7 @@ # # spec file for package purple-plugin-pack # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2007 Ivan N. Zlatev <[email protected]> # Copyright (c) 2009 Lukas Krejza <[email protected]> # Copyright (c) 2011 Christoph Miebach <[email protected]> @@ -15,42 +15,34 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: purple-plugin-pack -Version: 2.7.0 +Version: 2.8.0 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-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 -# PATCH-FIX-OPENSUSE purple-plugin-pack-fix-autoprofile-crash.patch -- Fix an Autoprofile crash when uptime is not being run in English. -Patch0: purple-plugin-pack-fix-autoprofile-crash.patch -# PATCH-FIX-UPSTREAM purple-plugin_pack-fix-warning.patch [email protected] -- Fix typecasting from pointer to integer and back (commit ce0c3dc). -Patch1: purple-plugin_pack-fix-warning.patch +URL: https://keep.imfreedom.org/pidgin/purple-plugin-pack/ +Source: https://downloads.sourceforge.net/pidgin/purple%20plugin%20pack/%{version}/%{name}-%{version}.tar.xz +BuildRequires: cmake BuildRequires: intltool +BuildRequires: meson BuildRequires: pkgconfig -#BuildRequires: talkfilters-devel BuildRequires: pkgconfig(cairo) -BuildRequires: pkgconfig(enchant) +BuildRequires: pkgconfig(enchant-2) BuildRequires: pkgconfig(finch) -BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(glib-2.0) >= 2.32.0 BuildRequires: pkgconfig(gnt) -BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(gtk+-2.0) >= 2.10.0 BuildRequires: pkgconfig(gtkspell-2.0) >= 2.0.2 BuildRequires: pkgconfig(json-glib-1.0) 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 @@ -132,18 +124,14 @@ incompatibilities with other plugins. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build -export PYTHON=python2 -%configure -make %{?_smp_mflags} V=1 +meson build -Dprefix=/usr +ninja -C build %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print +DESTDIR=%{buildroot} meson install -C build %find_lang plugin_pack %files -n libpurple-plugin-pack @@ -152,9 +140,8 @@ %else %doc COPYING %endif -%doc AUTHORS ChangeLog README +%doc AUTHORS ChangeLog README.md # 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 %{_libdir}/purple-2/bash.so %{_libdir}/purple-2/capsnot.so @@ -162,7 +149,6 @@ %{_libdir}/purple-2/dewysiwygification.so %{_libdir}/purple-2/dice.so %{_libdir}/purple-2/eight_ball.so -%{_libdir}/purple-2/findip.so %{_libdir}/purple-2/flip.so %{_libdir}/purple-2/google.so %{_libdir}/purple-2/groupmsg.so @@ -170,22 +156,22 @@ %{_libdir}/purple-2/ignore.so %{_libdir}/purple-2/irchelper.so %{_libdir}/purple-2/irc-more.so -%{_libdir}/purple-2/libsnpp.so %{_libdir}/purple-2/listhandler.so -%{_libdir}/purple-2/napster.so %{_libdir}/purple-2/oldlogger.so %{_libdir}/purple-2/showoffline.so %{_libdir}/purple-2/simfix.so %{_libdir}/purple-2/slashexec.so +%{_libdir}/purple-2/snpp.so %{_libdir}/purple-2/splitter.so %{_libdir}/purple-2/sslinfo.so %{_libdir}/purple-2/translate.so %{_libdir}/purple-2/xmppprio.so +%{_datadir}/metainfo/purple-plugin-pack.metainfo.xml %files -n libpurple-plugin-pack-lang -f plugin_pack.lang %files -n libpurple-plugin-pack-extras -%doc AUTHORS ChangeLog README +%doc AUTHORS ChangeLog README.md %{_libdir}/purple-2/ning.so %{_libdir}/purple-2/okcupid.so %{_libdir}/purple-2/omegle.so @@ -196,7 +182,7 @@ %else %doc COPYING %endif -%doc AUTHORS ChangeLog README +%doc AUTHORS ChangeLog README.md # Explicitly list plugins to notice when any is missing and to ease split with extras. %{_libdir}/pidgin/album.so %{_libdir}/pidgin/blistops.so @@ -204,23 +190,20 @@ %{_libdir}/pidgin/difftopic.so %{_libdir}/pidgin/enhancedhist.so %{_libdir}/pidgin/gRIM.so -%{_libdir}/pidgin/icon_override.so -%{_libdir}/pidgin/infopane.so +%{_libdir}/pidgin/icon-override.so %{_libdir}/pidgin/irssi.so %{_libdir}/pidgin/lastseen.so %{_libdir}/pidgin/listlog.so %{_libdir}/pidgin/mystatusbox.so %{_libdir}/pidgin/nicksaid.so -%{_libdir}/pidgin/pidgin-schedule.so %{_libdir}/pidgin/plonkers.so +%{_libdir}/pidgin/schedule.so %{_libdir}/pidgin/sepandtab.so %{_libdir}/pidgin/switchspell.so %{_libdir}/pidgin/timelog.so -%{_libdir}/pidgin/xchat-chats.so -%{_datadir}/pixmaps/pidgin/protocols/*/napster.png %files -n pidgin-plugin-pack-extras -%doc AUTHORS ChangeLog README +%doc AUTHORS ChangeLog README.md %{_datadir}/pixmaps/pidgin/protocols/*/okcupid.png %changelog
