diff --git a/pidgin-2.7.4.tar.bz2 b/pidgin-2.7.4.tar.bz2 deleted file mode 100644 index cb336b5..0000000 --- a/pidgin-2.7.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c6fa2811082bde2dbd0897414f9f8f18e7c3e51159288571af1f1f2ce81f856 -size 9799804 diff --git a/pidgin-2.7.5.tar.bz2 b/pidgin-2.7.5.tar.bz2 new file mode 100644 index 0000000..10eca5a --- /dev/null +++ b/pidgin-2.7.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f5ee7a7f968a590874b4c40019ae1f9f9889b5723b1417ba691e90fafbd878 +size 9811543 diff --git a/pidgin.changes b/pidgin.changes index 41744fe..38f2c26 100644 --- a/pidgin.changes +++ b/pidgin.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu Nov 10 12:30:42 CEST 2010 - dimstar@opensuse.org + +- Update to version 2.7.5: + + General: + - Added Verisign Class 3 Public CA - G2 root CA. + + Pidgin: + - Properly differentiate between bn and bn_IN in the + Translation Information dialog. + + AIM and/or ICQ: + - Display the "Authorize buddy?" mini dialog when the requester + has an empty nickname. + - New ICQ accounts default to proper ICQ servers. Old + accounts using one of the old default servers will be + silently migrated to use the proper servers. + - ICQ accounts using clientLogin now use the correct ICQ + servers. This is separate from the server settings + mentioned above. + - '<' should no longer cause ICQ status messages to be + truncated in some locations. + - Fix sending messages to chat rooms. + + Bonjour: + - Don't crash when attempting to log into a Bonjour account + and init failed. + + Windows-Specific Changes: + - Quote the path stored in the registry when the + "run at startup" option in the Windows Pidgin Options plugin + is used. +- Disable mono plugins on openSUSE 11.4. It does not work and is + unmaintained by upstream (they are surprised it builds). + ------------------------------------------------------------------- Fri Oct 22 17:27:42 CEST 2010 - dimstar@opensuse.org diff --git a/pidgin.spec b/pidgin.spec index b0590b2..f82a206 100644 --- a/pidgin.spec +++ b/pidgin.spec @@ -1,5 +1,5 @@ # -# spec file for package pidgin (Version 2.7.4) +# spec file for package pidgin (Version 2.7.5) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,10 +17,15 @@ # norootforbuild +%if 0%{?suse_version} > 1010 && 0%{?suse_version} < 1140 +%define with_mono 1 +%else +%define with_mono 0 +%endif Name: pidgin Summary: GTK+-Based Multiprotocol Instant Messaging Client -Version: 2.7.4 +Version: 2.7.5 Release: 1 License: GPLv2+ Group: Productivity/Networking/Instant Messenger @@ -226,11 +231,13 @@ Group: Productivity/Networking/Instant Messenger Requires: %{name} = %{version} Supplements: packageand(%{name}:evolution-data-server) +%if %with_mono %package -n libpurple-mono License: GPLv2+ Summary: Mono .NET Plugin Support for Pidgin Group: Productivity/Networking/Instant Messenger Requires: libpurple = %{version} +%endif %package -n libpurple-tcl License: GPLv2+ @@ -283,9 +290,11 @@ Lotus Sametime plugin for Pidgin using the Meanwhile library. %description evolution Evolution integration plugin for Pidgin +%if %with_mono %description -n libpurple-mono Mono plugin loader for Pidgin. This package will allow you to write or use Pidgin plugins written in the .NET programming language. +%endif %description -n libpurple-tcl TCL plugin loader for Pidgin. This package will allow you to write or @@ -338,7 +347,7 @@ autoreconf -fi --enable-plugins\ --enable-cyrus-sasl\ --enable-dbus\ -%if %suse_version > 1010 +%if %with_mono --enable-mono\ %else --disable-mono\ @@ -502,12 +511,14 @@ find $RPM_BUILD_ROOT%{_libdir}/finch -maxdepth 1 -xtype f -print | \ %if %suse_version > 1010 +%if %with_mono %files -n libpurple-mono %defattr(-, root, root) %{_libdir}/purple-2/mono.so %{_libdir}/purple-2/*.dll %endif %endif +%endif %files -n libpurple-tcl %defattr(-, root, root)