forked from pool/pidgin
Accepting request 52754 from GNOME:Apps
Accepted submit request 52754 from user dimstar OBS-URL: https://build.opensuse.org/request/show/52754 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=57
This commit is contained in:
parent
c7e1f2f8ce
commit
b9b117cbb5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c6fa2811082bde2dbd0897414f9f8f18e7c3e51159288571af1f1f2ce81f856
|
|
||||||
size 9799804
|
|
3
pidgin-2.7.5.tar.bz2
Normal file
3
pidgin-2.7.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f3f5ee7a7f968a590874b4c40019ae1f9f9889b5723b1417ba691e90fafbd878
|
||||||
|
size 9811543
|
@ -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
|
Fri Oct 22 17:27:42 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
17
pidgin.spec
17
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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -17,10 +17,15 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1010 && 0%{?suse_version} < 1140
|
||||||
|
%define with_mono 1
|
||||||
|
%else
|
||||||
|
%define with_mono 0
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: pidgin
|
Name: pidgin
|
||||||
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
||||||
Version: 2.7.4
|
Version: 2.7.5
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
@ -226,11 +231,13 @@ Group: Productivity/Networking/Instant Messenger
|
|||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Supplements: packageand(%{name}:evolution-data-server)
|
Supplements: packageand(%{name}:evolution-data-server)
|
||||||
|
|
||||||
|
%if %with_mono
|
||||||
%package -n libpurple-mono
|
%package -n libpurple-mono
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Mono .NET Plugin Support for Pidgin
|
Summary: Mono .NET Plugin Support for Pidgin
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
Requires: libpurple = %{version}
|
Requires: libpurple = %{version}
|
||||||
|
%endif
|
||||||
|
|
||||||
%package -n libpurple-tcl
|
%package -n libpurple-tcl
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -283,9 +290,11 @@ Lotus Sametime plugin for Pidgin using the Meanwhile library.
|
|||||||
%description evolution
|
%description evolution
|
||||||
Evolution integration plugin for Pidgin
|
Evolution integration plugin for Pidgin
|
||||||
|
|
||||||
|
%if %with_mono
|
||||||
%description -n libpurple-mono
|
%description -n libpurple-mono
|
||||||
Mono plugin loader for Pidgin. This package will allow you to write or
|
Mono plugin loader for Pidgin. This package will allow you to write or
|
||||||
use Pidgin plugins written in the .NET programming language.
|
use Pidgin plugins written in the .NET programming language.
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n libpurple-tcl
|
%description -n libpurple-tcl
|
||||||
TCL plugin loader for Pidgin. This package will allow you to write or
|
TCL plugin loader for Pidgin. This package will allow you to write or
|
||||||
@ -338,7 +347,7 @@ autoreconf -fi
|
|||||||
--enable-plugins\
|
--enable-plugins\
|
||||||
--enable-cyrus-sasl\
|
--enable-cyrus-sasl\
|
||||||
--enable-dbus\
|
--enable-dbus\
|
||||||
%if %suse_version > 1010
|
%if %with_mono
|
||||||
--enable-mono\
|
--enable-mono\
|
||||||
%else
|
%else
|
||||||
--disable-mono\
|
--disable-mono\
|
||||||
@ -502,12 +511,14 @@ find $RPM_BUILD_ROOT%{_libdir}/finch -maxdepth 1 -xtype f -print | \
|
|||||||
|
|
||||||
%if %suse_version > 1010
|
%if %suse_version > 1010
|
||||||
|
|
||||||
|
%if %with_mono
|
||||||
%files -n libpurple-mono
|
%files -n libpurple-mono
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/purple-2/mono.so
|
%{_libdir}/purple-2/mono.so
|
||||||
%{_libdir}/purple-2/*.dll
|
%{_libdir}/purple-2/*.dll
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n libpurple-tcl
|
%files -n libpurple-tcl
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
Reference in New Issue
Block a user