Hello community, here is the log from the commit of package pidgin for openSUSE:Factory checked in at 2018-06-04 13:21:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pidgin (Old) and /work/SRC/openSUSE:Factory/.pidgin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pidgin" Mon Jun 4 13:21:27 2018 rev:129 rq:613275 version:2.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pidgin/pidgin.changes 2018-04-22 14:34:46.955513526 +0200 +++ /work/SRC/openSUSE:Factory/.pidgin.new/pidgin.changes 2018-06-04 13:21:28.214948892 +0200 @@ -1,0 +2,9 @@ +Tue Apr 17 12:50:20 UTC 2018 - [email protected] + +- Drop pkgconfig(NetworkManager) BuildRequires and Requires: this + legacy symbol is no longer maintained and pidgin is not yet + ready to move to libnm. As a side-effect, we no longer depend on + NM for all situations, even if the system were to run wicked. +- Replace --enable-nm configure parameter with --disable-nm. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pidgin.spec ++++++ --- /var/tmp/diff_new_pack.XEPcjG/_old 2018-06-04 13:21:29.070917551 +0200 +++ /var/tmp/diff_new_pack.XEPcjG/_new 2018-06-04 13:21:29.074917404 +0200 @@ -23,7 +23,7 @@ Summary: Multiprotocol Instant Messaging Client License: GPL-2.0-only Group: Productivity/Networking/Instant Messenger -Url: https://pidgin.im/ +URL: https://pidgin.im/ Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2 Source1: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2.asc Source2: pidgin.keyring @@ -53,7 +53,6 @@ BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: update-desktop-files -BuildRequires: pkgconfig(NetworkManager) BuildRequires: pkgconfig(avahi-glib) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) @@ -170,7 +169,6 @@ Summary: Development Headers, Documentation, and Libraries for libpurple Group: Development/Libraries/C and C++ Requires: libpurple = %{version} -Requires: pkgconfig(NetworkManager) Requires: pkgconfig(glib-2.0) Requires: pkgconfig(libxml-2.0) @@ -267,7 +265,7 @@ --with-gstreamer=0.10 \ --disable-vv \ %endif - --enable-nm \ + --disable-nm \ --enable-dbus \ --enable-devhelp \ --with-tclconfig=%{_libdir} \ @@ -290,6 +288,14 @@ %suse_update_desktop_file -N %{_name} -G "Instant Messenger" %{name} %find_lang %{name} %{?no_lang_C} +%post -n libpurple -p /sbin/ldconfig + +%postun -n libpurple -p /sbin/ldconfig + +%post -n finch -p /sbin/ldconfig + +%postun -n finch -p /sbin/ldconfig + %if 0%{?suse_version} < 1500 %post %desktop_database_post @@ -300,14 +306,6 @@ %icon_theme_cache_postun %endif -%post -n libpurple -p /sbin/ldconfig - -%postun -n libpurple -p /sbin/ldconfig - -%post -n finch -p /sbin/ldconfig - -%postun -n finch -p /sbin/ldconfig - %files %if 0%{?suse_version} >= 1500 %license COPYING @@ -366,7 +364,7 @@ %{_libdir}/purple-2/libjabber.so %{_libdir}/purple-2/liboscar.so %{_libdir}/pkgconfig/purple.pc -%{_mandir}/man3/Purple.3* +%{_mandir}/man3/Purple.3pm%{?ext_man} %files -n finch %{_bindir}/finch @@ -374,7 +372,7 @@ %{_libdir}/libgnt.so.* %{_libdir}/gnt/ %dir %{_libdir}/finch/ -%{_mandir}/man1/finch.1* +%{_mandir}/man1/finch.1%{?ext_man} %files -n finch-devel %{_includedir}/finch/
