besser82 / rpms / pidgin

Forked from rpms/pidgin 6 years ago
Clone
6486c18
# OVERRIDE RHEL VERSION HERE, RHEL BUILDSYSTEM DOESN'T HAVE DIST TAG
997fbb4
#%%global rhel 4
6486c18
6486c18
# Define Variables that must exist
997fbb4
%{?!rhel:%global rhel 0}
997fbb4
%{?!fedora:%global fedora 0}
6486c18
6486c18
# Map RHEL to Fedora version
e70c26c
%if 0%{?rhel} == 6
997fbb4
%global fedora 12
e70c26c
%endif
Matthew Barnes cc86762
%if 0%{?rhel} == 7
Debarshi Ray 8349ca1
%global fedora 19
Matthew Barnes cc86762
%endif
076573d
%if 0%{?rhel} > 7
076573d
%global fedora 27
076573d
%endif
6486c18
6486c18
# Define variables to use in conditionals
997fbb4
%global force_sound_aplay       0
997fbb4
%global dbus_integration        0
997fbb4
%global gstreamer_integration   0
997fbb4
%global nm_integration          0
997fbb4
%global modular_x               0
997fbb4
%global dbus_glib_splt          0
997fbb4
%global bonjour_support         0
997fbb4
%global meanwhile_integration   0
997fbb4
%global use_gnome_open          0
997fbb4
%global perl_devel_separated    0
997fbb4
%global perl_embed_separated    0
997fbb4
%global api_docs                0
997fbb4
%global krb4_removed            0
997fbb4
%global nss_md2_disabled        0
997fbb4
%global vv_support              0
997fbb4
%global libidn_support          0
Stu Tomlinson 4205bb4
%global disable_evolution       0
997fbb4
%global split_evolution         0
Stu Tomlinson 9075bc8
%global use_system_certs        0
Stu Tomlinson 20240e6
%global use_system_libgadu      0
Stu Tomlinson 1ddeb8b
%global build_only_libs         0
David Woodhouse b6ad37e
%global gstreamer_version       0.10
David Woodhouse 5d46235
%global farstream_version       0.1
6486c18
6486c18
# RHEL4: Use ALSA aplay to output sounds because it lacks gstreamer
6486c18
%if 0%{?fedora} < 5
997fbb4
%global force_sound_aplay       1
6486c18
%endif
6486c18
# RHEL4+ and FC5+: dbus, gstreamer, NetworkManager, modular X
6486c18
%if 0%{?fedora} >= 5
997fbb4
%global dbus_integration        1
997fbb4
%global gstreamer_integration   1
997fbb4
%global nm_integration          1
997fbb4
%global modular_x               1
6486c18
%endif
6486c18
# RHEL4+ and FC6+: dbus-glib split, bonjour, meanwhile
6486c18
%if 0%{?fedora} >= 6
997fbb4
%global dbus_glib_splt          1
997fbb4
%global bonjour_support         1
997fbb4
%global meanwhile_integration   1
6486c18
%endif
6486c18
# RHEL4 and RHEL5: Use gnome-open instead of xdg-open (RHEL4 and RHEL5)
6486c18
%if 0%{?fedora} <= 6
997fbb4
%global use_gnome_open          1
6486c18
%endif
6486c18
# F7+: Perl devel separated out
6486c18
%if 0%{?fedora} >= 7
997fbb4
%global perl_devel_separated    1
6486c18
%endif
6486c18
# F8+: Perl embed separated out, generate pidgin API documentation
a5fd536
%if 0%{?fedora} >= 8
997fbb4
%global perl_embed_separated    1
997fbb4
%global api_docs                1
6486c18
%endif
b10291a
# F10+: New NSS (3.12.3) disables weaker MD2 algorithm
2b08dfb
%if 0%{?fedora} >= 10
997fbb4
%global nss_md2_disabled        1
d870914
%endif
12f8920
# F11+: libidn for punycode domain support, voice and video support,
12f8920
# use system SSL certificates
af2e7a2
%if 0%{?fedora} >= 11
997fbb4
%global vv_support              1
997fbb4
%global libidn_support          1
997fbb4
%global use_system_certs        1
b10291a
%endif
f5c2351
# F12+: krb4 removed
f5c2351
%if 0%{?fedora} >= 12
997fbb4
%global krb4_removed            1
f5c2351
%endif
e78ec5e
# F13+ Split Evolution plugin to separate package (#581144)
e55cea6
%if 0%{?fedora} >= 13
997fbb4
%global split_evolution         1
e55cea6
%endif
Stu Tomlinson 20240e6
# F16+ Use system libgadu (#713888)
Stu Tomlinson 20240e6
%if 0%{?fedora} >= 16
Stu Tomlinson 20240e6
%global use_system_libgadu      1
Stu Tomlinson 20240e6
%endif
076573d
# older RHEL does not have libgadu
076573d
%if 0%{?rhel} && 0%{?rhel} <= 7
Debarshi Ray e1d311f
%global use_system_libgadu      0
Debarshi Ray e1d311f
%endif
Stu Tomlinson 1ddeb8b
%if 0%{?rhel} >= 7
Stu Tomlinson 1ddeb8b
%global api_docs                0
Stu Tomlinson 1ddeb8b
%endif
Stu Tomlinson 4205bb4
# F18+ Disable evolution integration (temporarily?)
Stu Tomlinson 4205bb4
# due to evolution-data-server 3.6 API changes
Stu Tomlinson 4205bb4
%if 0%{?fedora} >= 18
Stu Tomlinson 4205bb4
%global disable_evolution       1
Stu Tomlinson 4205bb4
%global split_evolution         0
Stu Tomlinson 4205bb4
%endif
David Woodhouse b6ad37e
# F2+ Build against GStreamer 1.x
David Woodhouse b6ad37e
%if 0%{?fedora} >= 22
David Woodhouse b6ad37e
%global gstreamer_version       1.0
David Woodhouse 5d46235
%global farstream_version       0.2
David Woodhouse b6ad37e
%global gst1                    1
David Woodhouse b6ad37e
%endif
Björn Esser 6e70b06
# F29 doesn't support nm-glib anymore.
Björn Esser 6e70b06
%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8
Björn Esser 6e70b06
%global nm_integration          0
Björn Esser 6e70b06
%endif
c6a46ee
# valgrind available only on selected arches
c6a46ee
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
c6a46ee
%global has_valgrind 1
c6a46ee
%endif
c6a46ee
997fbb4
Name:           pidgin
Björn Esser 6e70b06
Version:        2.13.0
Björn Esser 6e70b06
Release:        1%{?dist}
79fb280
License:        GPLv2+ and GPLv2 and MIT
79fb280
# GPLv2+ - libpurple, gnt, finch, pidgin, most prpls
fb4eca4
# GPLv2 - novell prpls
79fb280
# MIT - Zephyr prpl
997fbb4
Group:          Applications/Internet
997fbb4
URL:            http://pidgin.im/
997fbb4
Source0:        http://downloads.sourceforge.net/pidgin/pidgin-%{version}.tar.bz2
7762afb
Obsoletes:      gaim < 999:1
7762afb
Provides:       gaim = 999:1
4609635
cf197af
%if %{split_evolution}
997fbb4
Obsoletes:      pidgin <= 2.7.1-1%{?dist}
b7dd9d3
%else %if %{disable_evolution}
b7dd9d3
Obsoletes:		pidgin-evolution <= 2.10.6%{?dist}
cf197af
%endif
cf197af
116ed4a
## Fedora pidgin defaults
116ed4a
# Only needs regenerating if Pidgin breaks backwards compatibility with prefs.xml
116ed4a
# 1) uninstall any non-default pidgin or libpurple plugins
116ed4a
# 2) run pidgin as new user 3) edit preferences 4) close 5) copy .purple/prefs.xml
116ed4a
# OR 1) edit manually
4609635
# - enable ExtPlacement plugin
4609635
# - enable History plugin
4609635
# - enable Message Notification plugin
4609635
#   Insert count of new messages into window title
4609635
#   Set window manager "URGENT" hint
4609635
# - disable buddy icon in buddy list
4609635
# - enable Logging (in HTML)
4609635
# - Browser "GNOME Default"
4609635
# - Smiley Theme "Default"
997fbb4
Source1:        purple-fedora-prefs.xml
4609635
4609635
## Patches 0-99: Fedora specific or upstream wont accept
997fbb4
Patch0:         pidgin-NOT-UPSTREAM-2.5.2-rhel4-sound-migration.patch
ea8f56f
Patch1:         pidgin-2.10.9-valgrind.patch
78e12e8
Patch2:         pidgin-2.10.11-purple-remote-python3.patch
4609635
4609635
## Patches 100+: To be Included in Future Upstream
Stu Tomlinson 1ddeb8b
Patch100:       pidgin-2.10.1-fix-msn-ft-crashes.patch
0b6747c
# upstream ticket https://developer.pidgin.im/ticket/16593
Björn Esser 6e70b06
Patch102:       pidgin-2.10.11-do-not-disable-wall.patch
David Woodhouse 313cf00
997fbb4
Summary:        A Gtk+ based multiprotocol instant messaging client
4609635
4609635
# Require Binary Compatible glib
4609635
# returns bogus value if glib2-devel is not installed in order for parsing to succeed
4609635
# bogus value wont make it into a real package
997fbb4
%global glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 | cut -d. -f 1,2 || echo -n "999")
997fbb4
BuildRequires:  glib2-devel
4609635
Requires:       glib2 >= %{glib_ver}
ad5cac4
# Require exact libpurple
ff39c3b
Requires:       libpurple%{?_isa} = %{version}-%{release}
4609635
a0ba756
Requires(pre):  GConf2
a0ba756
Requires(post): GConf2
a0ba756
Requires(preun): GConf2
David Woodhouse d845939
BuildRequires: GConf2
a0ba756
4609635
# Basic Library Requirements
4609635
BuildRequires:  autoconf
b3ed461
BuildRequires:  libtool
4609635
BuildRequires:  cyrus-sasl-devel
d870914
%if %{nss_md2_disabled}
997fbb4
BuildRequires:  nss-devel >= 3.12.3
d870914
%else
d870914
BuildRequires:  nss-devel
d870914
%endif
Stu Tomlinson 1ddeb8b
Stu Tomlinson 1ddeb8b
%if ! %{build_only_libs}
Stu Tomlinson 1ddeb8b
BuildRequires:  startup-notification-devel
997fbb4
BuildRequires:  gtk2-devel
4609635
BuildRequires:  desktop-file-utils
4609635
BuildRequires:  ncurses-devel
Stu Tomlinson 1ddeb8b
# gtkspell integration (FC1+)
Stu Tomlinson 1ddeb8b
BuildRequires:  gtkspell-devel
Stu Tomlinson 4205bb4
# Evolution integration (FC3+, < F18)
Stu Tomlinson 4205bb4
%if ! %{disable_evolution}
Stu Tomlinson 1ddeb8b
BuildRequires:  evolution-data-server-devel
Stu Tomlinson 1ddeb8b
%endif
Stu Tomlinson 4205bb4
%endif
Stu Tomlinson 1ddeb8b
Stu Tomlinson 1ddeb8b
BuildRequires:  gettext
Stu Tomlinson 1ddeb8b
BuildRequires:  intltool
fd3ff56
BuildRequires:  tcl-devel
fd3ff56
BuildRequires:  tk-devel
429d630
BuildRequires:  libxml2-devel
4609635
f5c2351
%if ! %{krb4_removed}
4609635
# krb5 needed for Zephyr (FC1+)
997fbb4
BuildRequires:  krb5-devel
f5c2351
%endif
4609635
# DBus integration (FC5+)
4609635
%if %{dbus_integration}
4609635
BuildRequires:  dbus-devel >= 0.60
cc1e1bf
BuildRequires:  python3
4609635
%endif
4609635
# GStreamer integration (FC5+)
4609635
%if %{gstreamer_integration}
David Woodhouse b6ad37e
BuildRequires:  pkgconfig(gstreamer-%{gstreamer_version})
4609635
%endif
4609635
# NetworkManager integration (FC5+)
4609635
%if %{nm_integration}
997fbb4
BuildRequires:  NetworkManager-glib-devel
4609635
%endif
4609635
# Modular X (FC5+)
4609635
%if %{modular_x}
4609635
BuildRequires:  libSM-devel
4609635
BuildRequires:  libXScrnSaver-devel
4609635
%endif
6486c18
# Preferred Applications (xdg for FC6+)
6486c18
%if %{use_gnome_open}
6486c18
Requires:       libgnome
6486c18
%else
997fbb4
Requires:       xdg-utils
6486c18
%endif
4609635
# DBus GLIB Split (FC6+)
4609635
%if %{dbus_glib_splt}
4609635
BuildRequires:  dbus-glib-devel >= 0.70
4609635
%endif
dda2d84
%if %{bonjour_support}
Rex Dieter 7a03c22
BuildRequires:  pkgconfig(avahi-client) pkgconfig(avahi-glib)
dda2d84
%endif
6486c18
# Meanwhile integration (F6+)
4609635
%if %{meanwhile_integration}
997fbb4
BuildRequires:  meanwhile-devel
4609635
%endif
86554ce
# Perl devel separated out (F7+)
86554ce
%if %{perl_devel_separated}
86554ce
BuildRequires:  perl-devel
734ad82
BuildRequires:  perl-generators
86554ce
%endif
86b0357
# Perl embed separated out (F9+)
86b0357
%if %{perl_embed_separated}
86b0357
BuildRequires:  perl(ExtUtils::Embed)
86b0357
%endif
af2e7a2
# Voice and video support (F11+)
af2e7a2
%if %{vv_support}
a04ff72
%if 0%{?fedora} >= 17
David Woodhouse 5d46235
BuildRequires:  pkgconfig(farstream-%{farstream_version})
a04ff72
%else
af2e7a2
BuildRequires:  farsight2-devel
a04ff72
%endif
David Woodhouse b6ad37e
Requires:       gstreamer%{?gst1}-plugins-good
12f8920
%if 0%{?fedora} >= 12
David Woodhouse b6ad37e
Requires:       gstreamer%{?gst1}-plugins-bad-free
12f8920
%endif
af2e7a2
%endif
b10291a
# libidn punycode domain support (F11+)
b10291a
%if %{libidn_support}
b10291a
BuildRequires:  libidn-devel
b10291a
%endif
Stu Tomlinson 20240e6
%if %{use_system_libgadu}
Stu Tomlinson 20240e6
BuildRequires:  libgadu-devel
Stu Tomlinson 20240e6
%endif
4609635
28b5d91
%if %{api_docs}
997fbb4
BuildRequires:  doxygen
28b5d91
%endif
4609635
ea8f56f
# Use distribution's valgrind.h
c6a46ee
%if 0%{?has_valgrind}
ea8f56f
BuildRequires:  valgrind-devel
c6a46ee
%endif
ea8f56f
a8865e3
# Need rpm 4.9+ to be able to do this filtering in arch packages with binaries
a8865e3
%if 0%{?fedora} >= 15
a8865e3
# Filter out plugins from provides
a8865e3
%global __provides_exclude_from ^%{_libdir}/purple
a8865e3
# Use define to delay evaluation
a8865e3
%define __requires_exclude ^%(cat %{_builddir}/%{?buildsubdir}/plugins.list)|perl\\(Purple\\)
a8865e3
%endif
a8865e3
4609635
%description
3b654c9
Pidgin allows you to talk to anyone using a variety of messaging
3b654c9
protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu,
Debarshi Ray d25bb19
ICQ, IRC, Novell Groupwise, QQ, Lotus Sametime, Simple and Zephyr.
Debarshi Ray d25bb19
These protocols are implemented using a modular, easy to use design.
Debarshi Ray d25bb19
To use a protocol, just add an account using the account editor.
4609635
3b654c9
Pidgin supports many common features of other clients, as well as many
3b654c9
unique features, such as perl scripting, TCL scripting and C plugins.
4609635
3b654c9
Pidgin is not affiliated with or endorsed by America Online, Inc.,
3b654c9
Microsoft Corporation, Yahoo! Inc., or ICQ Inc.
4609635
e78ec5e
%if %{split_evolution}
e78ec5e
%package evolution
997fbb4
Summary:    Pidgin Evolution integration plugin
997fbb4
Group:      Applications/Internet
997fbb4
Requires:   %{name} = %{version}-%{release}
997fbb4
Obsoletes:  pidgin <= 2.7.1-1%{?dist}
e78ec5e
e78ec5e
%description evolution
e78ec5e
This package contains the Evolution integration plugin for Pidgin.
e78ec5e
e78ec5e
%endif
e78ec5e
4609635
4609635
%package devel
997fbb4
Summary:    Development headers and libraries for pidgin
997fbb4
Group:      Development/Libraries
997fbb4
Requires:   %{name} = %{version}-%{release}
997fbb4
Requires:   libpurple-devel = %{version}-%{release}
997fbb4
Requires:   pkgconfig
997fbb4
Requires:   gtk2-devel
997fbb4
Obsoletes:  gaim-devel
997fbb4
Provides:   gaim-devel = %{version}-%{release}
7414f42
4609635
4609635
%description devel
3b654c9
The pidgin-devel package contains the header files, developer
3b654c9
documentation, and libraries required for development of Pidgin scripts
3b654c9
and plugins.
3b654c9
8b07f66
%package perl
8b07f66
Summary:    Perl scripting support for Pidgin
8b07f66
Group:      Applications/Internet
8b07f66
Requires:   libpurple = %{version}-%{release}
8b07f66
Requires:   libpurple-perl = %{version}-%{release}
8b07f66
8b07f66
%description perl
8b07f66
Perl plugin loader for Pidgin. This package will allow you to write or
8b07f66
use Pidgin plugins written in the Perl programming language.
8b07f66
3b654c9
3b654c9
%package -n libpurple
3b654c9
Summary:    libpurple library for IM clients like Pidgin and Finch
3b654c9
Group:      Applications/Internet
9ef7fb1
# Ensure elimination of gaim.i386 on x86_64
997fbb4
Obsoletes:  gaim < 999:1
3b654c9
%if %{meanwhile_integration}
3b654c9
Obsoletes:  gaim-meanwhile
3b654c9
%endif
3b654c9
Requires:   glib2 >= %{glib_ver}
3b654c9
# Bug #212817 Jabber needs cyrus-sasl plugins for authentication
997fbb4
Requires:   cyrus-sasl-plain, cyrus-sasl-md5
a3d3522
# Bug #979052 - Can't connect to xmpp server since upgrade from f18 to f19
a3d3522
%if 0%{?fedora} >= 19
a3d3522
Requires:   cyrus-sasl-scram
a3d3522
%endif
12f8920
# Use system SSL certificates (F11+)
12f8920
%if %{use_system_certs}
997fbb4
Requires:   ca-certificates
12f8920
%endif
997fbb4
# Workaround for accidental shipping of pidgin-docs
5363ab8
%if 0%{?rhel} == 5
997fbb4
Obsoletes:  pidgin-docs = 2.5.2
5363ab8
%endif
2679fc4
%if %{dbus_integration}
2679fc4
Requires:   python3-dbus
2679fc4
%endif
3b654c9
3b654c9
%description -n libpurple
3b654c9
libpurple contains the core IM support for IM clients such as Pidgin
3b654c9
and Finch.
3b654c9
3b654c9
libpurple supports a variety of messaging protocols including AIM, MSN,
3b654c9
Yahoo!, Jabber, Bonjour, Gadu-Gadu, ICQ, IRC, Novell Groupwise, QQ,
Debarshi Ray d25bb19
Lotus Sametime, Simple and Zephyr.
3b654c9
3b654c9
3b654c9
%package -n libpurple-devel
3b654c9
Summary:    Development headers, documentation, and libraries for libpurple
3b654c9
Group:      Applications/Internet
ffb78dd
Requires:   libpurple = %{version}-%{release}
3b654c9
Requires:   pkgconfig
429d630
%if %{dbus_integration}
429d630
Requires:   dbus-devel >= 0.60
429d630
%endif
429d630
%if %{dbus_glib_splt}
429d630
Requires:   dbus-glib-devel >= 0.70
429d630
%endif
3b654c9
3b654c9
%description -n libpurple-devel
3b654c9
The libpurple-devel package contains the header files, developer
3b654c9
documentation, and libraries required for development of libpurple based
3b654c9
instant messaging clients or plugins for any libpurple based client.
3b654c9
8b07f66
%package -n libpurple-perl
8b07f66
Summary:    Perl scripting support for libpurple
8b07f66
Group:      Applications/Internet
8b07f66
Requires:   libpurple = %{version}-%{release}
cbefb63
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
8b07f66
8b07f66
%description -n libpurple-perl
8b07f66
Perl plugin loader for libpurple. This package will allow you to write or
8b07f66
use libpurple plugins written in the Perl programming language.
8b07f66
8b07f66
8b07f66
%package -n libpurple-tcl
8b07f66
Summary:    Tcl scripting support for libpurple
8b07f66
Group:      Applications/Internet
8b07f66
Requires:   libpurple = %{version}-%{release}
8b07f66
8b07f66
%description -n libpurple-tcl
8b07f66
Tcl plugin loader for libpurple. This package will allow you to write or
8b07f66
use libpurple plugins written in the Tcl programming language.
8b07f66
3b654c9
3b654c9
%package -n finch
3b654c9
Summary:    A text-based user interface for Pidgin
3b654c9
Group:      Applications/Internet
3b654c9
Requires:   glib2 >= %{glib_ver}
6486c18
Requires:   libpurple = %{version}-%{release}
3b654c9
3b654c9
%description -n finch
3b654c9
A text-based user interface for using libpurple.  This can be run from a
3b654c9
standard text console or from a terminal within X Windows.  It
3b654c9
uses ncurses and our homegrown gnt library for drawing windows
3b654c9
and text.
3b654c9
3b654c9
3b654c9
%package -n finch-devel
3b654c9
Summary:    Headers etc. for finch stuffs
3b654c9
Group:      Applications/Internet
ffb78dd
Requires:   finch = %{version}-%{release}
ffb78dd
Requires:   libpurple-devel = %{version}-%{release}
3b654c9
Requires:   pkgconfig
429d630
Requires:   ncurses-devel
3b654c9
3b654c9
%description -n finch-devel
3b654c9
The finch-devel package contains the header files, developer
3b654c9
documentation, and libraries required for development of Finch scripts
3b654c9
and plugins.
4609635
28b5d91
%if %{api_docs}
28b5d91
%package -n pidgin-docs
28b5d91
Summary:    API docs for pidgin and libpurple
28b5d91
Group:      Applications/Internet
28b5d91
Requires:   pidgin = %{version}-%{release}
28b5d91
Provides:   libpurple-docs = %{version}-%{release}
28b5d91
28b5d91
%description -n pidgin-docs
28b5d91
Doxygen generated API documentation.
4609635
28b5d91
%endif
4609635
4609635
%prep
6486c18
echo "FEDORA=%{fedora} RHEL=%{rhel}"
997fbb4
%setup -q
4609635
## Patches 0-99: Fedora specific or upstream wont accept
6486c18
%if %{force_sound_aplay}
c2c4853
%patch0 -p1 -b .aplay
6486c18
%endif
ea8f56f
%patch1 -p1
78e12e8
%patch2 -p1
4609635
4609635
## Patches 100+: To be Included in Future Upstream
4609635
Stu Tomlinson 462770e
# http://pidgin.im/pipermail/devel/2011-November/010477.html
Stu Tomlinson 1ddeb8b
%patch100 -p0 -R -b .ftcrash
0b6747c
# https://developer.pidgin.im/ticket/16593
0b6747c
%patch102 -p1
8064a6f
952a38f
# Our preferences
4609635
cp %{SOURCE1} prefs.xml
4609635
6486c18
# RHEL5 and earlier did not have xdg-open, so use gnome-open instead
6486c18
if [ "%{use_gnome_open}" == "1" ]; then
997fbb4
    sed -i "s/value='xdg-open'/value='gnome-open'/" prefs.xml
6486c18
fi
6486c18
302e0bd
# Bug #528796: Get rid of #!/usr/bin/env python
12f8920
# Upstream refuses to use ./configure --python-path= in these scripts.
302e0bd
for file in finch/plugins/pietray.py libpurple/purple-remote libpurple/plugins/dbus-buddyicons-example.py \
302e0bd
            libpurple/plugins/startup.py libpurple/purple-url-handler libpurple/purple-notifications-example; do
cc1e1bf
    sed -i 's/env python/python3/' $file
302e0bd
done
4609635
ea8f56f
# Bug #1141477
c6a46ee
%if 0%{?has_valgrind}
ea8f56f
rm -f libpurple/valgrind.h
ea8f56f
sed -ie 's/include "valgrind.h"/include <valgrind\/valgrind.h>/' libpurple/plugin.c
c6a46ee
%endif
ea8f56f
4609635
%build
c2f486d
SWITCHES="--with-extraversion=%{release}"
f5c2351
%if ! %{krb4_removed}
997fbb4
    SWITCHES="$SWITCHES --with-krb4"
f5c2351
%endif
997fbb4
    SWITCHES="$SWITCHES --enable-perl"
Stu Tomlinson 4205bb4
%if ! %{disable_evolution}
997fbb4
    SWITCHES="$SWITCHES --enable-gevolution"
Stu Tomlinson 4205bb4
%else
Stu Tomlinson a5841c0
    SWITCHES="$SWITCHES --disable-gevolution"
Stu Tomlinson 4205bb4
%endif
4609635
%if %{dbus_integration}
997fbb4
    SWITCHES="$SWITCHES --enable-dbus"
4609635
%else
997fbb4
    SWITCHES="$SWITCHES --disable-dbus"
4609635
%endif
4609635
%if %{nm_integration}
997fbb4
    SWITCHES="$SWITCHES --enable-nm"
Björn Esser 6e70b06
%else
Björn Esser 6e70b06
    SWITCHES="$SWITCHES --disable-nm"
4609635
%endif
4609635
%if %{gstreamer_integration}
David Woodhouse b6ad37e
    SWITCHES="$SWITCHES --with-gstreamer=%{gstreamer_version}"
4609635
%else
David Woodhouse b6ad37e
    SWITCHES="$SWITCHES --without-gstreamer"
4609635
%endif
6486c18
%if ! %{bonjour_support}
997fbb4
    SWITCHES="$SWITCHES --disable-avahi"
6486c18
%endif
6486c18
%if ! %{meanwhile_integration}
997fbb4
    SWITCHES="$SWITCHES --disable-meanwhile"
6486c18
%endif
b10291a
%if ! %{libidn_support}
997fbb4
    SWITCHES="$SWITCHES --disable-idn"
b10291a
%endif
ff7df96
%if ! %{vv_support}
997fbb4
    SWITCHES="$SWITCHES --disable-vv"
ff7df96
%endif
12f8920
%if %{use_system_certs}
997fbb4
    SWITCHES="$SWITCHES --with-system-ssl-certs=/etc/pki/tls/certs"
12f8920
%endif
Stu Tomlinson 1ddeb8b
%if %{build_only_libs}
Stu Tomlinson 1ddeb8b
    SWITCHES="$SWITCHES --disable-consoleui --disable-gtkui"
Stu Tomlinson 1ddeb8b
%endif
4609635
ee86e4a
# remove after irc-sasl patch has been merged upstream
ee86e4a
autoreconf --force --install
ee86e4a
4609635
# gnutls is buggy so use mozilla-nss on all distributions
8b07f66
%configure --enable-gnutls=no --enable-nss=yes --enable-cyrus-sasl \
fd3ff56
           --enable-tcl --enable-tk \
e78ec5e
           --disable-schemas-install $SWITCHES
4609635
b3ed461
make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
b3ed461
e4f9980
# one_time_password plugin, included upstream but not built by default
b3ed461
cd libpurple/plugins/
a04ff72
make one_time_password.so LIBTOOL=/usr/bin/libtool
b3ed461
cd -
4609635
28b5d91
%if %{api_docs}
28b5d91
make docs
28b5d91
find doc/html -empty -delete
28b5d91
%endif
4609635
4609635
%install
4609635
rm -rf $RPM_BUILD_ROOT
b3ed461
make DESTDIR=$RPM_BUILD_ROOT install LIBTOOL=/usr/bin/libtool
b3ed461
b3ed461
install -m 0755 libpurple/plugins/one_time_password.so $RPM_BUILD_ROOT%{_libdir}/purple-2/
4609635
Stu Tomlinson 1ddeb8b
%if ! %{build_only_libs}
997fbb4
desktop-file-install --vendor pidgin --delete-original              \
997fbb4
                     --add-category X-Red-Hat-Base                  \
997fbb4
                     --dir $RPM_BUILD_ROOT%{_datadir}/applications  \
997fbb4
                     $RPM_BUILD_ROOT%{_datadir}/applications/pidgin.desktop
Stu Tomlinson 1ddeb8b
%endif
4609635
4609635
# remove libtool libraries and static libraries
997fbb4
find $RPM_BUILD_ROOT \( -name "*.la" -o -name "*.a" \) -exec rm -f {} ';'
997fbb4
# remove the perllocal.pod file and other unrequired perl bits
997fbb4
find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
997fbb4
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
997fbb4
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
4609635
# remove relnot.so plugin since it is unusable for our package
4609635
rm -f $RPM_BUILD_ROOT%{_libdir}/pidgin/relnot.so
3b654c9
# remove dummy nullclient
3b654c9
rm -f $RPM_BUILD_ROOT%{_bindir}/nullclient
4609635
# install Fedora pidgin default prefs.xml
4609635
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/purple/
4609635
install -m 644 prefs.xml $RPM_BUILD_ROOT%{_sysconfdir}/purple/prefs.xml
4609635
c2c4853
# remove non-plugin unrequired library symlinks
c2c4853
rm -f $RPM_BUILD_ROOT%{_libdir}/purple-2/liboscar.so
c2c4853
rm -f $RPM_BUILD_ROOT%{_libdir}/purple-2/libjabber.so
c2c4853
rm -f $RPM_BUILD_ROOT%{_libdir}/purple-2/libymsg.so
c2c4853
4609635
# make sure that we can write to all the files we've installed
4609635
# so that they are properly stripped
4609635
chmod -R u+w $RPM_BUILD_ROOT/*
4609635
4609635
%find_lang pidgin
4609635
Stu Tomlinson 1ddeb8b
%if ! %{build_only_libs}
4609635
# symlink /usr/bin/gaim to new pidgin name
28b5d91
ln -sf pidgin $RPM_BUILD_ROOT%{_bindir}/gaim
Stu Tomlinson 1ddeb8b
%endif
28b5d91
28b5d91
%if %{api_docs}
28b5d91
rm -rf html
28b5d91
rm -f doc/html/installdox
28b5d91
mv doc/html/ html/
28b5d91
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/
ce71969
ln -sf ../../doc/pidgin-docs/html/ \
28b5d91
    $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/pidgin
28b5d91
%endif
4609635
Stu Tomlinson 1ddeb8b
%if %{build_only_libs}
Stu Tomlinson 1ddeb8b
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/purple.schemas
Stu Tomlinson 1ddeb8b
%endif
Stu Tomlinson 1ddeb8b
a8865e3
# Create list of plugins for __requires_exclude
a8865e3
find %{buildroot}/%{_libdir}/purple-2 -name \*.so\* -printf '%f|' | sed -e 's/|$//' > plugins.list
a8865e3
Stu Tomlinson 1ddeb8b
%if ! %{build_only_libs}
a0ba756
%pre
a0ba756
if [ "$1" -gt 1 ]; then
a0ba756
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
a0ba756
    gconftool-2 --makefile-uninstall-rule \
997fbb4
        %{_sysconfdir}/gconf/schemas/purple.schemas >/dev/null || :
e2d1559
    killall -HUP gconfd-2 &> /dev/null || :
a0ba756
fi
a0ba756
342c72c
%post
342c72c
touch --no-create %{_datadir}/icons/hicolor || :
6486c18
[ -x %{_bindir}/gtk-update-icon-cache ] && \
342c72c
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
a0ba756
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
a0ba756
gconftool-2 --makefile-install-rule \
997fbb4
    %{_sysconfdir}/gconf/schemas/purple.schemas > /dev/null || :
e2d1559
killall -HUP gconfd-2 &> /dev/null || :
342c72c
3b654c9
%post -n finch -p /sbin/ldconfig
Stu Tomlinson 1ddeb8b
%endif
4609635
Stu Tomlinson 1ddeb8b
%post -n libpurple -p /sbin/ldconfig
Stu Tomlinson 1ddeb8b
Stu Tomlinson 1ddeb8b
%if ! %{build_only_libs}
a0ba756
%preun
a0ba756
if [ "$1" -eq 0 ]; then
a0ba756
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
a0ba756
    gconftool-2 --makefile-uninstall-rule \
997fbb4
        %{_sysconfdir}/gconf/schemas/purple.schemas > /dev/null || :
e2d1559
    killall -HUP gconfd-2 &> /dev/null || :
a0ba756
fi
a0ba756
342c72c
%postun
342c72c
touch --no-create %{_datadir}/icons/hicolor || :
6486c18
[ -x %{_bindir}/gtk-update-icon-cache ] && \
342c72c
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
342c72c
3b654c9
%postun -n finch -p /sbin/ldconfig
Stu Tomlinson 1ddeb8b
%endif
Stu Tomlinson 1ddeb8b
Stu Tomlinson 1ddeb8b
%postun -n libpurple -p /sbin/ldconfig
4609635
Stu Tomlinson 1ddeb8b
%if ! %{build_only_libs}
6edda9e
%files
4609635
%defattr(-,root,root,-)
7762afb
%doc NEWS COPYING AUTHORS README ChangeLog doc/PERL-HOWTO.dox
3b654c9
%{_bindir}/pidgin
3b654c9
%{_bindir}/gaim
4609635
%{_libdir}/pidgin/
cd177d8
%exclude %{_libdir}/pidgin/perl
e78ec5e
%if %{split_evolution}
e78ec5e
%exclude %{_libdir}/pidgin/gevolution.so
e78ec5e
%endif
3b654c9
%{_mandir}/man1/pidgin.*
4609635
%{_datadir}/applications/pidgin.desktop
4609635
%{_datadir}/pixmaps/pidgin/
d6f2f18
%{_datadir}/icons/hicolor/*/apps/pidgin.*
04844eb
%{_datadir}/appdata/pidgin.appdata.xml
a0ba756
%{_sysconfdir}/gconf/schemas/purple.schemas
8b07f66
e78ec5e
%if %{split_evolution}
e78ec5e
%files evolution
e78ec5e
%defattr(-,root,root,-)
e78ec5e
%{_libdir}/pidgin/gevolution.so
e78ec5e
%endif
e78ec5e
8b07f66
%files perl
8b07f66
%defattr(-,root,root,-)
fd3ff56
%{_mandir}/man3/Pidgin*
af2e7a2
%{_libdir}/pidgin/perl/
3b654c9
3b654c9
%files devel
3b654c9
%defattr(-,root,root,-)
3b654c9
%{_includedir}/pidgin/
3b654c9
%{_libdir}/pkgconfig/pidgin.pc
Stu Tomlinson 1ddeb8b
%endif
3b654c9
3b654c9
%files -f pidgin.lang -n libpurple
28b5d91
%defattr(-,root,root,-)
20749be
%doc COPYING
7762afb
%{_libdir}/purple-2/
cd177d8
%exclude %{_libdir}/purple-2/perl
3b654c9
%{_libdir}/libpurple.so.*
7f4b49d
%{_datadir}/sounds/purple/
997fbb4
%dir %{_sysconfdir}/purple
997fbb4
%config(noreplace) %{_sysconfdir}/purple/prefs.xml
4609635
%if %{dbus_integration}
3b654c9
%{_bindir}/purple-client-example
3b654c9
%{_bindir}/purple-remote
3b654c9
%{_bindir}/purple-send
3b654c9
%{_bindir}/purple-send-async
3b654c9
%{_bindir}/purple-url-handler
4609635
%{_libdir}/libpurple-client.so.*
997fbb4
#%%{_datadir}/dbus-1/services/pidgin.service
3b654c9
%doc libpurple/purple-notifications-example
4609635
%endif
8b07f66
%exclude %{_libdir}/purple-2/tcl.so
8b07f66
%exclude %{_libdir}/purple-2/perl.so
0ee14f4
%exclude %{_libdir}/purple-2/perl/
4609635
3b654c9
%files -n libpurple-devel
28b5d91
%defattr(-,root,root,-)
3b654c9
%{_datadir}/aclocal/purple.m4
4609635
%{_libdir}/libpurple.so
3b654c9
%{_includedir}/libpurple/
4609635
%{_libdir}/pkgconfig/purple.pc
4609635
%if %{dbus_integration}
4609635
%{_libdir}/libpurple-client.so
4609635
%endif
4609635
8b07f66
%files -n libpurple-perl
28b5d91
%defattr(-,root,root,-)
fd3ff56
%{_mandir}/man3/Purple*
fd3ff56
%{_libdir}/purple-2/perl.so
af2e7a2
%{_libdir}/purple-2/perl/
8b07f66
8b07f66
%files -n libpurple-tcl
28b5d91
%defattr(-,root,root,-)
8b07f66
%{_libdir}/purple-2/tcl.so
8b07f66
Stu Tomlinson 1ddeb8b
%if ! %{build_only_libs}
6edda9e
%files -n finch
28b5d91
%defattr(-,root,root,-)
3b654c9
%{_bindir}/finch
3b654c9
%{_libdir}/finch/
6edda9e
%{_libdir}/gnt/
3b654c9
%{_libdir}/libgnt.so.*
3b654c9
%{_mandir}/man1/finch.*
3b654c9
3b654c9
%files -n finch-devel
28b5d91
%defattr(-,root,root,-)
3b654c9
%{_includedir}/finch/
3b654c9
%{_includedir}/gnt/
3b654c9
%{_libdir}/libgnt.so
3b654c9
%{_libdir}/pkgconfig/gnt.pc
6ed2a9f
%{_libdir}/pkgconfig/finch.pc
Stu Tomlinson 1ddeb8b
%endif
3b654c9
28b5d91
%if %{api_docs}
28b5d91
%files -n pidgin-docs
28b5d91
%defattr(-,root,root,-)
28b5d91
%doc html
28b5d91
%{_datadir}/gtk-doc/html/*
28b5d91
%endif
3b654c9
4609635
%changelog
Björn Esser 6e70b06
* Mon Apr 16 2018 Björn Esser <besser82@fedoraproject.org> - 2.13.0-1
Björn Esser 6e70b06
- Update to 2.13.0 (#1553811)
Björn Esser 6e70b06
- Drop nm-glib on Fedora 29+ (#1530657)
Björn Esser 6e70b06
cd0500b
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.0-8
cd0500b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
cd0500b
c478377
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 2.12.0-7
c478377
- Rebuilt for switch to libxcrypt
c478377
076573d
* Thu Dec 21 2017 Merlin Mathesius <mmathesi@redhat.com> - 2.12.0-6
076573d
- Cleanup spec file conditionals
076573d
b3bec97
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.0-5
b3bec97
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b3bec97
771264b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.0-4
771264b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
771264b
10c16c7
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.12.0-3
10c16c7
- Perl 5.26 rebuild
10c16c7
Debarshi Ray 10bad43
* Wed Apr 26 2017 Debarshi Ray <rishi@fedoraproject.org> - 2.12.0-2
Debarshi Ray 10bad43
- Avoid a use-after-free in an error path (#1445915)
Debarshi Ray 10bad43
7baa231
* Mon Mar 13 2017 Jan Synáček <jsynacek@redhat.com> - 2.12.0-1
7baa231
- Update to 2.12.0 (#1431113 #1431225)
7baa231
7c713dc
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.0-3
7c713dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7c713dc
6d19ebb
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.11.0-2
6d19ebb
- Rebuild for Python 3.6
6d19ebb
1bbe578
* Thu Jun 23 2016 Jan Synáček <jsynacek@redhat.com> - 2.11.0-1
1bbe578
- Update to 2.11.0 (#1348545)
1bbe578
David Woodhouse 5134d58
* Fri Jun 10 2016 David Woodhouse <dwmw2@infradead.org> - 2.10.12-5
David Woodhouse 5134d58
- Include media fixes from upstream (and soon to be upstream)
David Woodhouse 5134d58
97fa794
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.10.12-4
97fa794
- Perl 5.24 rebuild
97fa794
fb4eca4
* Mon May  9 2016 Jan Synáček <jsynacek@redhat.com> - 2.10.12-3
fb4eca4
- Disable SILC support
fb4eca4
40fea9b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.12-2
40fea9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
40fea9b
6a54c52
* Mon Jan  4 2016 Jan Synáček <jsynacek@redhat.com> - 2.10.12-1
6a54c52
- Update to 2.10.12 (#1295097)
6a54c52
David Woodhouse b9afc8a
* Thu Nov 12 2015 David Woodhouse <dwmw2@infradead.org> - 2.10.11-15
David Woodhouse b9afc8a
- Add two upstream appdata fixes
David Woodhouse b9afc8a
ccd9d7d
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.11-14
ccd9d7d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ccd9d7d
3c6f969
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.10.11-13
3c6f969
- Perl 5.22 rebuild
3c6f969
b102f80
* Wed Jun  3 2015 Jan Synáček <jsynacek@redhat.com> - 2.10.11-12
b102f80
- Refix purple-remote when running in python3 (#1226468)
2679fc4
- Add python3-dbus to Requires (needed by purple-remote from libpurple)
b102f80
78e12e8
* Mon Jun  1 2015 Jan Synáček <jsynacek@redhat.com> - 2.10.11-11
78e12e8
- Fix purple-remote when running in python3 (#1226468)
78e12e8
David Woodhouse 313cf00
* Tue Mar 17 2015 David Woodhouse <dwmw2@infradead.org> - 2.10.11-10
David Woodhouse 313cf00
- Import all Lync-collab patches now that they are upstream.
David Woodhouse 313cf00
David Woodhouse 6087050
* Fri Mar 13 2015 David Woodhouse <dwmw2@infradead.org> - 2.10.11-9
David Woodhouse 6087050
- Add TCP and media encryption support
David Woodhouse 6087050
David Woodhouse ede1552
* Thu Mar 12 2015 David Woodhouse <dwmw2@infradead.org> - 2.10.11-8
David Woodhouse ede1552
- Update to final upstream version of GStreamer 1.0 patch
David Woodhouse ede1552
David Woodhouse 5d46235
* Thu Mar 12 2015 David Woodhouse <dwmw2@infradead.org> - 2.10.11-7
David Woodhouse 5d46235
- Update BuildRequires for farstream
David Woodhouse 78a4c7a
- Add GConf2 to BuildRequires
David Woodhouse 5d46235
David Woodhouse b6ad37e
* Thu Mar 12 2015 David Woodhouse <dwmw2@infradead.org> - 2.10.11-6
David Woodhouse b6ad37e
- Build against GStreamer 1.x (#962028)
David Woodhouse b6ad37e
4671e1b
* Mon Mar  9 2015 Jan Synáček <jsynacek@redhat.com> - 2.10.11-5
4671e1b
- Add In-call DTMF support (#1199771)
4671e1b
0b6747c
* Tue Mar  3 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2.10.11-4
0b6747c
- Removed CFLAGS hacks
0b6747c
- Fixed building with gcc-5 (by do-not-disable-wall patch)
0b6747c
  Resolves: rhbz#1197698
0b6747c
37d78f3
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.10.11-3
37d78f3
- Rebuilt for Fedora 23 Change
37d78f3
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
37d78f3
cc1e1bf
* Fri Feb 13 2015 Jan Synáček <jsynacek@redhat.com> - 2.10.11-2
cc1e1bf
- Switch to Python 3 (#1192115)
cc1e1bf
04844eb
* Tue Nov 25 2014 Jan Synáček <jsynacek@redhat.com> - 2.10.11-1
04844eb
- Update to 2.10.11 (#1157503)
04844eb
3de30bd
* Thu Nov 20 2014 Jan Synáček <jsynacek@redhat.com> - 2.10.10-4
3de30bd
- Fix: Bump MSN ApplicationID again (#1165066)
3de30bd
1b8b039
* Tue Nov 18 2014 Jan Synáček <jsynacek@redhat.com> - 2.10.10-3
1b8b039
- Fix: Pidgin 2.10.10 can't connect to MSN (#1165066)
1b8b039
c6a46ee
* Fri Oct 31 2014 Dan Horák <dan[at]danny.cz> - 2.10.10-2
c6a46ee
- valgrind available only on selected arches
c6a46ee
7a33d52
* Wed Oct 29 2014 Jan Synáček <jsynacek@redhat.com> - 2.10.10-1
7a33d52
- Update to 2.10.10, includes security fixes for CVE-2014-3694,
7a33d52
  CVE-2014-3695, CVE-2014-3696, CVE-2014-3697 and CVE-2014-3698
7a33d52
ea8f56f
* Mon Sep 15 2014 Jan Synacek <jsynacek@redhat.com> - 2.10.9-6
ea8f56f
- Use system valgrind.h, BZ 1141477
ea8f56f
a005fa0
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.10.9-5
a005fa0
- Perl 5.20 rebuild
a005fa0
c9c6c66
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.9-4.el6
c9c6c66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c9c6c66
830bbc6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.9-3
830bbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
830bbc6
3432ca8
* Tue May 20 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.10.9-2
3432ca8
- Rebuilt for tcl/tk8.6
3432ca8
Dan Mashal 8339908
* Mon Feb 03 2014 Dan Mashal <dan.mashal@fedoraproject.org> 2.10.9-1
Dan Mashal 8339908
- Update to 2.10.9
Dan Mashal 8339908
Rex Dieter 7a03c22
* Thu Sep 26 2013 Rex Dieter <rdieter@fedoraproject.org> 2.10.7-9
Rex Dieter 7a03c22
- add explicit avahi build deps
Rex Dieter 7a03c22
ce71969
* Thu Aug  8 2013 Jan Synáček <jsynacek@redhat.com> - 2.10.7-8
ce71969
- Remove versioned docdirs, BZ 994039
ce71969
29c426b
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.7-7
29c426b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
29c426b
1734101
* Thu Aug 01 2013 Petr Pisar <ppisar@redhat.com> - 2.10.7-6
1734101
- Perl 5.18 rebuild
1734101
df822f8
* Fri Jul 19 2013 Orion Poplawski <orion@cora.nwra.com> - 2.10.7-5
a8865e3
- Fix setting -fstack-protector on F20+, use -fstack-protector-strong there
a8865e3
- Filter out provides from plugins
a8865e3
203715b
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.10.7-4
203715b
- Perl 5.18 rebuild
203715b
a3d3522
* Mon Jul 01 2013 Jan Synáček <jsynacek@redhat.com> - 2.10.7-3
a3d3522
- Require cyrus-sasl-scram, BZ 979052
a3d3522
ee86e4a
* Mon Feb 25 2013 Jan Synáček <jsynacek@redhat.com> - 2.10.7-2
ee86e4a
- Fix IRC support, BZ 914794
ee86e4a
eb1383d
* Wed Feb 20 2013 Jan Synáček <jsynacek@redhat.com> - 2.10.7-1
eb1383d
- Update to 2.10.7, BZ 911088
eb1383d
e99b778
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.6-5
e99b778
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e99b778
b7dd9d3
* Wed Sep 26 2012 Jan Synáček <jsynacek@redhat.com> - 2.10.6-4
b7dd9d3
- Correctly obsolete pidgin-evolution if evolution integration is disabled,
b7dd9d3
  BZ 860285
b7dd9d3
1a9371c
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.6-3
1a9371c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1a9371c
32af4de
* Wed Jul 11 2012 Petr Pisar <ppisar@redhat.com> - 2.10.6-2
32af4de
- Perl 5.16 rebuild
32af4de
3dd83b8
* Wed Jul 11 2012 Jan Synáček <jsynacek@redhat.com> - 2.10.6-1
3dd83b8
- Update to 2.10.6, BZ 838311
3dd83b8
dcafb8f
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2.10.5-3
dcafb8f
- Perl 5.16 rebuild
dcafb8f
Stu Tomlinson 4205bb4
* Fri Jul 06 2012 Stu Tomlinson <stu@nosnilmot.com> 2.10.5-2
Stu Tomlinson 4205bb4
- Disable evolution integration on F18+ due to API changes in
Stu Tomlinson 4205bb4
  evolution-data-server 3.6
Stu Tomlinson c354002
Stu Tomlinson 1ddeb8b
* Thu Jul 05 2012 Stu Tomlinson <stu@nosnilmot.com> 2.10.5-1
Stu Tomlinson 1ddeb8b
- Update to 2.10.5, CVE-2012-3374
Stu Tomlinson 1ddeb8b
- Allow building only libraries (#831364)
Stu Tomlinson 1ddeb8b
- Revive FT crash prevention patch
Stu Tomlinson 1ddeb8b
6ca13b0
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 2.10.4-2
6ca13b0
- Perl 5.16 rebuild
6ca13b0
823237b
* Wed May 30 2012 Jon Ciesla <limburgher@gmail.com> - 2.10.4-1
823237b
- Update to 2.10.4, CVE-2012-2214, CVE-2012-2318, BZ 806839, 819454.
3d38dd1
- Port to farstream patch upstreamed.
823237b
01cf19f
* Wed May 02 2012 Milan Crha <mcrha@redhat.com> - 2.10.2-2
01cf19f
- Rebuild against newer evolution-data-server
01cf19f
d2cdb00
* Fri Mar 23 2012 Jon Ciesla <limburgher@gmail.com> - 2.10.2-1
d2cdb00
- Update to 2.10.2, BZ 803293, 803299.
d2cdb00
- Dropping MSN patches.  Protocol patch not needed, won't connect
d2cdb00
- to 16 by default.  Crash patch was upstreamed.
d2cdb00
- Dropped nm09 patch, upstreamed.
d2cdb00
a04ff72
* Fri Mar  9 2012 Tom Callaway <spot@fedoraproject.org> - 2.10.1-4
a04ff72
- fedora 17+ uses farstream now instead of farsight2
a04ff72
Matthew Barnes b915464
* Wed Jan 18 2012 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-3
Matthew Barnes b915464
- Map RHEL 7 to Fedora 16 (for now).
Matthew Barnes b915464
Matthew Barnes cc86762
* Wed Jan 18 2012 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-2
Matthew Barnes cc86762
- Map RHEL 7 to Fedora 16 (for now).
Matthew Barnes cc86762
Stu Tomlinson 462770e
* Thu Dec 29 2011 Stu Tomlinson <stu@nosnilmot.com> 2.10.1-1
Stu Tomlinson 462770e
- 2.10.1, includes security fixes for CVE-2011-3594, CVE-2011-4601,
Stu Tomlinson 462770e
  CVE-2011-4602, CVE-2011-4603
Stu Tomlinson 462770e
835ce12
* Mon Nov 28 2011 Milan Crha <mcrha@redhat.com> 2.10.0-5
835ce12
- Rebuild against newer evolution-data-server
835ce12
380e94a
* Sun Oct 30 2011 Bruno Wolff III <bruno@wolff.to> 2.10.0-4
380e94a
- Rebuild against newer evolution-data-server
380e94a
32f9cd2
* Tue Aug 30 2011 Milan Crha <mcrha@redhat.com> 2.10.0-3
32f9cd2
- Sync version with f16 branch
32f9cd2
9bdb1e9
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> 2.10.0-2
9bdb1e9
- Rebuild against newer evolution-data-server
9bdb1e9
Stu Tomlinson 20240e6
* Sun Aug 21 2011 Stu Tomlinson <stu@nosnilmot.com> 2.10.0-1
Stu Tomlinson 20240e6
- 2.10.0
Stu Tomlinson 20240e6
- Link against system libgadu instead of using internal copy (#713888)
Stu Tomlinson 20240e6
9170a03
* Tue Aug 16 2011 Milan Crha <mcrha@redhat.com> 2.9.0-3
9170a03
- Rebuild against newer evolution-data-server
9170a03
Petr Sabata 7cea5ac
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 2.9.0-2
Petr Sabata 7cea5ac
- Perl mass rebuild
Petr Sabata 7cea5ac
Stu Tomlinson 67216ee
* Thu Jun 30 2011 Stu Tomlinson <stu@nosnilmot.com> 2.8.0-3
Stu Tomlinson 67216ee
- 2.9.0, includes security/DoS fix to work around gdk-pixbuf issue
Stu Tomlinson 67216ee
  CVE-2011-2485
Stu Tomlinson 67216ee
b3eaafe
* Mon Jun 20 2011 Milan Crha <mcrha@redhat.com> 2.8.0-3
b3eaafe
- Rebuild against new evolution-data-server
b3eaafe
Marcela Mašláňová b91f440
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.8.0-2
Marcela Mašláňová b91f440
- Perl mass rebuild
Marcela Mašláňová b91f440
Stu Tomlinson 467d7d6
* Mon Jun 13 2011 Stu Tomlinson <stu@nosnilmot.com> 2.8.0-1
Stu Tomlinson 467d7d6
- 2.8.0
Stu Tomlinson 467d7d6
Kalev Lember 9ce19c3
* Fri May 20 2011 Kalev Lember <kalev@smartlink.ee> 2.7.11-4
Kalev Lember 9ce19c3
- Rebuilt for libcamel soname bump
Kalev Lember 9ce19c3
234718c
* Tue Apr 26 2011 Dan Williams <dcbw@redhat.com> 2.7.11-3
234718c
- A few more NetworkManager 0.9 fixes
234718c
8064a6f
* Fri Mar 25 2011 Dan Williams <dcbw@redhat.com> 2.7.11-2
8064a6f
- Rebuild for NetworkManager 0.9
8064a6f
Stu Tomlinson ee2e355
* Fri Mar 11 2011 Stu Tomlinson <stu@nosnilmot.com> 2.7.11-1
Stu Tomlinson ee2e355
- 2.7.11, includes security/DoS fixes in Yahoo protocol
Stu Tomlinson ee2e355
  CVE-2011-1091 (#683031)
Stu Tomlinson ee2e355
87ebfef
* Thu Mar 10 2011 Dan Williams <dcbw@redhat.com> 2.7.10-2
87ebfef
- Update for NetworkManager 0.9
87ebfef
Stu Tomlinson 9f1c07b
* Tue Feb 22 2011 Stu Tomlinson <stu@nosnilmot.com> 2.7.10-1
Stu Tomlinson 9f1c07b
- 2.7.10
Stu Tomlinson 9f1c07b
4610611
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.9-4
4610611
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4610611
0c5008b
* Tue Feb 01 2011 Milan Crha <mcrha@redhat.com> 2.7.9-3
0c5008b
- Rebuild against newer evolution-data-server
0c5008b
9f803d1
* Wed Jan 12 2011 Milan Crha <mcrha@redhat.com> 2.7.9-2
9f803d1
- Rebuild against newer evolution-data-server
9f803d1
Stu Tomlinson a76e9a8
* Mon Dec 27 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.9-1
Stu Tomlinson a76e9a8
- 2.7.9, includes security/DoS fix in the MSN protocol (#665856)
Stu Tomlinson a76e9a8
Stu Tomlinson 75b7894
* Mon Nov 29 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.7-1
Stu Tomlinson 75b7894
- 2.7.7
Stu Tomlinson 75b7894
- Disable MSNP16 due to regressions interacting with official client
Stu Tomlinson 75b7894
Stu Tomlinson d885bea
* Fri Nov 19 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.5-2
Stu Tomlinson d885bea
- Add additional intermediate CA certificates to fix MSN
Stu Tomlinson d885bea
Stu Tomlinson c48aa37
* Mon Nov 01 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.5-1
Stu Tomlinson c48aa37
- 2.7.5
Stu Tomlinson c48aa37
Stu Tomlinson 9083539
* Fri Oct 22 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.4-1
Stu Tomlinson 9083539
- 2.7.4, includes security fix for CVE-2010-3711
Stu Tomlinson 9083539
4f9b702
* Tue Oct 12 2010 Milan Crha <mcrha@redhat.com> - 2.7.3-6
4f9b702
- Rebuild against newer evolution-data-server
4f9b702
Jesse Keating 27670ae
* Wed Sep 29 2010 jkeating - 2.7.3-5
Jesse Keating 27670ae
- Rebuilt for gcc bug 634757
Jesse Keating 27670ae
Stu Tomlinson 2da5179
* Thu Sep 16 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.3-4
Stu Tomlinson 2da5179
- Rebuild against newer libedataserver
Stu Tomlinson 2da5179
4dc18ef
* Mon Sep 13 2010 Dan Horák <dan[at]danny.cz> 2.7.3-3
4dc18ef
- drop the s390(x) ifarchs
4dc18ef
ff39c3b
* Mon Aug 23 2010 Tom "spot" Callaway <tcallawa@redhat.com> 2.7.3-2
ff39c3b
- use _isa in explicit Requires on libpurple to prevent yum from trying to 
ff39c3b
  jump architectures to resolve dependency
ff39c3b
Stu Tomlinson 9075bc8
* Wed Aug 11 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.3-1
Stu Tomlinson 9075bc8
- 2.7.3
Stu Tomlinson 9075bc8
e2a48c1
* Wed Jul 21 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.2-1
e2a48c1
- 2.7.2 with a security fix (CVE-2010-2528) and a couple of bug fixes (#601650)
e2a48c1
997fbb4
* Thu Jul 15 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.1-5
997fbb4
- Rebuild against newer libedataserver
997fbb4
- spec file cleanup:
997fbb4
    replace %%define with %%global
997fbb4
    replace tabs with spaces for consistency
997fbb4
    mark prefs.xml as a config file
997fbb4
20749be
* Wed Jul 07 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.1-4
20749be
- Include license in libpurple subpackage
20749be
13954a5
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.7.1-3
13954a5
- Mass rebuild with perl-5.12.0
13954a5
cf197af
* Sun May 30 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.1-2
cf197af
- Add Obsoletes to pull in pidgin-evolution during update
cf197af
e78ec5e
* Sun May 30 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.1-1
e78ec5e
- 2.7.1
e78ec5e
- Adds Direct Connection support for MSN
e78ec5e
- Numerous bug fixes
e78ec5e
- Evolution support moved to pidgin-evolution for F13+ (#581144)
e78ec5e
d34abce
* Thu May 20 2010 Stu Tomlinson <stu@nosnilmot.com> 2.7.0-2
d34abce
- Upstream backports:
d34abce
    3c30f64efedafc379b6536852bbb3b6ef5f1f6c9 - fix for receiving HTML on ICQ
d34abce
    13fbe0815f84d5b3c001947559f5818c10275f4c - prevent null deref on disconnecting account (#592750)
d34abce
    c4a874926d07b8597db4b78a181a89cf720a8418 - fix blinking tray icon on new message (#592691)
d34abce
    cfe0e649dda34d9252d40d8f67e445336a247998 - prevent race condition on Yahoo! login
d34abce
    e3dd36706068f3b8eabd630ff71d270c145cce42 - fix crash in Oscar (#548128)
d34abce
    13fbe0815f84d5b3c001947559f5818c10275f4c - fix crash during network disconnect (#592750)
d34abce
d34abce
* Thu May 13 2010 Stu Tomlinson <stu@nosnilmot.com> - 2.7.0-1
12f8920
- 2.7.0 with features, bug fixes and a security fix: CVE-2010-1624 (#591806)
12f8920
- Use System SSL Certificates (#576721)
12f8920
- Add additional dependencies for Voice + Video (#581343)
12f8920
- Upstream backport:
12f8920
    87ada76abf90c44e615679efc5f8128bb941bba1 Reduce MSN traffic
12f8920
fc18b9b
* Thu Mar 04 2010 Warren Togami <wtogami@redhat.com> - 2.6.6-2
fc18b9b
- Upstream backports:
fc18b9b
    0e3079d15adeb12c1e57ceaf5bf037f9b71c8abd Fix AIM SSL clientLogin
fc18b9b
    b14ee507e932a395a0e1f29298af162c8614ca0f Fix AIM clientLogin with proxy
fc18b9b
7df142c
* Tue Feb 16 2010 Warren Togami <wtogami@redhat.com> - 2.6.6-1
7df142c
- 2.6.6 with security and numerous minor bug fixes
7df142c
  CVE-2010-0277 CVE-2010-0420 CVE-2010-0423
302e0bd
- Bug #528796: Get rid of #!/usr/bin/env python
302e0bd
9b4cfe0
* Fri Jan  8 2010 Warren Togami <wtogami@redhat.com> - 2.6.5-2
e4f9980
- 2.6.5
e4f9980
- CVE-2010-0013
e4f9980
- Other bug fixes
9b4cfe0
- Fix build with old gcc versions (RHEL4)
e4f9980
e55cea6
* Tue Dec  8 2009 Warren Togami <wtogami@redhat.com> - 2.6.4-4
e55cea6
- temporarily disable evolution integration in F13 until it is fixed
e55cea6
800a112
* Wed Dec 02 2009 Warren Togami <wtogami@redhat.com> 2.6.4-2
800a112
- disable SILC in EL6 builds
800a112
e70c26c
* Mon Nov 30 2009 Warren Togami <wtogami@redhat.com> 2.6.4-1
e70c26c
- 2.6.4
e70c26c
d0913c8
* Mon Oct 19 2009 Warren Togami <wtogami@redhat.com> 2.6.3-2
d0913c8
- Upstream backport:
d0913c8
    3abad7606f4a2dfd1903df796f33924b12509a56 msn_servconn_disconnect-crash
d0913c8
ca3b2d1
* Fri Oct 16 2009 Warren Togami <wtogami@redhat.com> 2.6.3-1
ca3b2d1
- 2.6.3 CVE-2009-3615
ca3b2d1
39ff547
* Wed Sep 09 2009 Warren Togami <wtogami@redhat.com> 2.6.2-2
39ff547
- Upstream backports:
39ff547
    97e003ed2bc2bafbb993693c9ae9c6d667731cc1 aim-buddy-status-grab
39ff547
    37aa00d044431100d37466517568640cb082680c yahoo-buddy-idle-time
39ff547
    40005b889ee276fbcd0a4e886a68d8a8cce45698 yahoo-status-change-away
39ff547
    cb46b045aa6e927a3814d9053c2b1c0f08d6fa62 crash-validate-jid
39ff547
ff7df96
* Sun Sep 06 2009 Stu Tomlinson <stu@nosnilmot.com> 2.6.2-1.1
ff7df96
- VV support needs to be explicitly disabled on F10
ff7df96
b115050
* Sun Sep 06 2009 Stu Tomlinson <stu@nosnilmot.com> 2.6.2-1
b115050
- 2.6.2 Fixes a number of crashes
39ff547
- CVE-2009-2703, CVE-2009-3083, CVE-2009-3084, CVE-2009-3085
b115050
0afa8d7
* Wed Aug 19 2009 Warren Togami <wtogami@redhat.com> 2.6.1-1
0afa8d7
- 2.6.1: Fix a crash when some users send you a link in a Yahoo IM
0afa8d7
2662b62
* Tue Aug 18 2009 Warren Togami <wtogami@redhat.com> 2.6.0-1
2662b62
- CVE-2009-2694
2662b62
- Voice and Video support via farsight2 (Fedora 11+)
2662b62
- Numerous other bug fixes
2662b62
df822f8
* Thu Aug 06 2009 Warren Togami <wtogami@redhat.com> 2.6.0-0.11.20090812
0cc4c36
- new snapshot at the request of maiku
0cc4c36
df822f8
* Thu Aug 06 2009 Warren Togami <wtogami@redhat.com> 2.6.0-0.10.20090806
13b6d83
- new snapshot - theoretically better sound quality in voice chat
13b6d83
5076583
* Tue Aug 04 2009 Warren Togami <wtogami@redhat.com> 2.6.0-0.9.20090804
5076583
- new snapshot
5076583
b10291a
* Mon Jul 27 2009 Warren Togami <wtogami@redhat.com> 2.6.0-0.8.20090727
88cb83a
- new snapshot
88cb83a
cd177d8
* Mon Jul 27 2009 Stu Tomlinson <stu@nosnilmot.com> 2.6.0-0.6.20090721
cd177d8
- Prevent main libpurple & pidgin packages depending on perl (#513902)
cd177d8
13d12be
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-0.5.20090721
13d12be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
13d12be
dafd4d8
* Wed Jul 22 2009 Warren Togami <wtogami@redhat.com> 2.6.0-0.4.20090721
dafd4d8
- rebuild
dafd4d8
c520328
* Tue Jul 21 2009 Warren Togami <wtogami@redhat.com> 2.6.0-0.3.20090721
c520328
- prevent crash with no camera when closing vv window
c520328
af2e7a2
* Tue Jul 21 2009 Warren Togami <wtogami@redhat.com> 2.6.0-0.1.20090721
af2e7a2
- 2.6.0 snapshot with voice and video support via farsight2
af2e7a2
d870914
* Sat Jul 11 2009 Stu Tomlison <stu@nosnilmot.com> 2.5.8-2
d870914
- Backport patch from upstream to enable NSS to recognize root CA
d870914
  certificates that use MD2 & MD4 algorithms in their signature, as
d870914
  used by some MSN and XMPP servers
d870914
570de3e
* Sun Jun 28 2009 Warren Togami <wtogami@redat.com> 2.5.8-1
570de3e
- 2.5.8 with several important bug fixes
570de3e
1517542
* Mon Jun 22 2009 Warren Togami <wtogami@redhat.com> 2.5.7-2
1517542
- glib2 compat with RHEL-4
1517542
75dee4e
* Sat Jun 20 2009 Warren Togami <wtogami@redhat.com> 2.5.7-1
75dee4e
- 2.5.7 with Yahoo Protocol 16 support
75dee4e
b7192d5
* Wed May 20 2009 Stu Tomlinson <stu@nosnilmot.com> 2.5.6-1
b7192d5
- 2.5.6
b7192d5
f5c2351
* Mon Apr 20 2009 Warren Togami <wtogami@redhat.com> 2.5.5-3
f5c2351
- F12+ removed krb4
881f2c3
8b32231
* Tue Mar 03 2009 Stu Tomlinson <stu@nosnilmot.com> 2.5.5-1
8b32231
- 2.5.5
8b32231
bf1b8e2
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.4-3
bf1b8e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bf1b8e2
b3ed461
* Tue Jan 27 2009 Warren Togami <wtogami@redhat.com> 2.5.4-2
b3ed461
- one_time_password plugin
b3ed461
- Eliminate RPATH
b3ed461
d19a534
* Mon Jan 12 2009 Stu Tomlinson <stu@nosnilmot.com> 2.5.4-1
d19a534
- 2.5.4
d19a534
4c3b590
* Fri Dec 26 2008 Warren Togami <wtogami@redhat.com> 2.5.3-1
4c3b590
- 2.5.3
4c3b590
6486c18
* Sat Nov 22 2008 Warren Togami <wtogami@redhat.com> 2.5.2-6
6486c18
- Automatically detect booleans to enable build features from dist tag
6486c18
- Unify RHEL4 and RHEL5 spec with Fedora to make both easier to maintain
6486c18
6486c18
* Fri Nov 21 2008 Warren Togami <wtogami@redhat.com> 2.5.2-2
6486c18
- Upstream backports:
6486c18
  100: sametime-redirect-null crash
6486c18
  101: NetworkManager-improvement
6486c18
  102: no-password-in-dialog-if-not-remembering
6486c18
  103: temporarily-remember-password-during-auto-reconnect
6486c18
  104: smilie-theme-change-crash
6486c18
  105: url_fetch_connect_cb-double-free crash
6486c18
  106: GtkIMHtmlSmileys-remove-crash
6486c18
  107: remove-dialog-from-open-dialog-list
6486c18
28b5d91
* Mon Oct 20 2008 Stu Tomlinson <stu@nosnilmot.com> 2.5.2-1
28b5d91
- 2.5.2
28b5d91
- Generate doxygen API documentation (#466693)
28b5d91
e39c8da
* Tue Sep 16 2008 Stu Tomlinson <stu@nosnilmot.com> 2.5.1-3
e39c8da
- Backport fixes from upstream:
e39c8da
  Add "Has You:" back to MSN tooltips
e39c8da
  Fix crash during removal of your own buddy icon
e39c8da
  Fix crash when handling self signed certificate with NSS SSL
e39c8da
d27ed53
* Tue Sep 16 2008 Stu Tomlinson <stu@nosnilmot.com> 2.5.1-2
d27ed53
- Fix a crash with GNOME proxy enabled (#461951)
d27ed53
7d7dc75
* Sun Aug 31 2008 Stu Tomlinson <stu@nosnilmot.com> 2.5.1-1
7d7dc75
- 2.5.1
7d7dc75
322eb0a
* Sat Aug 23 2008 Stu Tomlinson <stu@nosnilmot.com> 2.5.0-1
322eb0a
- 2.5.0
322eb0a
c992a17
* Tue Jul 01 2008 Stu Tomlinson <stu@nosnilmot.com> 2.4.3-1.1
c992a17
- Add a patch to build with latest rawhide tcl
c992a17
050f1f4
* Tue Jul 01 2008 Stu Tomlinson <stu@nosnilmot.com> 2.4.3-1
050f1f4
- 2.4.3
050f1f4
6d9a832
* Sat May 17 2008 Stu Tomlinson <stu@nosnilmot.com> 2.4.2-1
6d9a832
- 2.4.2
6d9a832
116ed4a
* Tue May 13 2008 Stu Tomlinson <stu@nosnilmot.com> 2.4.1-3
116ed4a
- Rebuild for new evolution-data-server
116ed4a
- Clean up default prefs.xml
116ed4a
- Enable nautilus integration plugin by default in prefs.xml (#242289)
116ed4a
a8e3345
* Mon Mar 31 2008 Stu Tomlinson <stu@nosnilmot.com> 2.4.1-2
a8e3345
- nss-devel no longer provides mozilla-nss-devel
a8e3345
e4c2875
* Mon Mar 31 2008 Stu Tomlinson <stu@nosnilmot.com> 2.4.1-1
e4c2875
- 2.4.1
e4c2875
cbefb63
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.4.0-4
cbefb63
- add Requires for versioned perl (libperl.so)
cbefb63
86b0357
* Fri Mar 14 2008 Stu Tomlinson <stu@nosnilmot.com> 2.4.0-3
86b0357
- BuildRequire perl(ExtUtils::Embed) for perl 5.10
86b0357
952a38f
* Fri Mar 14 2008 Stu Tomlinson <stu@nosnilmot.com> 2.4.0-2
952a38f
- Fix download URL
952a38f
- Use xdg-open instead of gnome-open (#388521, Ville Skyttä)
952a38f
f1f64f4
* Fri Feb 29 2008 Stu Tomlinson <stu@nosnilmot.com> 2.4.0-1
f1f64f4
- 2.4.0
f1f64f4
74cbd41
* Mon Feb 11 2008 Stu Tomlinson <stu@nosnilmot.com> 2.3.1-3
74cbd41
- %%{_datadir}/purple should be owned by libpurple (#427807)
74cbd41
- Rebuild for gcc 4.3
74cbd41
c7f4248
* Fri Jan 04 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.3.1-2
c7f4248
- Bump to rebuild against new tcl.
c7f4248
2bc5627
* Fri Dec 07 2007 Stu Tomlinson <stu@nosnilmot.com> 2.3.1-1
2bc5627
- 2.3.1 Many bugfixes
2bc5627
db04812
* Tue Nov 27 2007 Stu Tomlinson <stu@nosnilmot.com> - 2.3.0-1
db04812
- Fix MSN local display name bug
db04812
c2f486d
* Mon Nov 26 2007 Stu Tomlinson <stu@nosnilmot.com> - 2.3.0-1
c2f486d
- 2.3.0
c2f486d
ecd2264
* Wed Oct 24 2007 Warren Togami <wtogami@redhat.com> - 2.2.2-1
ecd2264
- 2.2.2 CVE-2007-4999
ecd2264
5f979aa
* Sun Oct 7 2007 Michel Salim <michel.sylvan@gmail.com> - 2.2.1-2
5f979aa
- BR on avahi-glib-devel to supply complete set of Avahi headers
5f979aa
c5d5833
* Mon Oct 1 2007 Warren Togami <wtogami@redhat.com> - 2.2.1-1
c5d5833
- 2.2.1 with many bug fixes and CVE-2007-4996 DOS fix
c5d5833
3066f0b
* Sat Sep 29 2007 Michel Salim <michel.sylvan@gmail.com> - 2.2.0-3
3066f0b
- Build against avahi proper instead of its HOWL compatibility layer
3066f0b
79fb280
* Tue Sep 18 2007 Warren Togami <wtogami@redhat.com> - 2.2.0-2
79fb280
- License clarification
79fb280
- Backport patches to fix memory leaks
79fb280
- Backport patches to fix proxy settings & status scores
79fb280
79fb280
* Tue Sep 18 2007 Warren Togami <wtogami@redhat.com> - 2.2.0-1
79fb280
- 2.2.0
79fb280
f3fb04c
* Mon Aug 20 2007 Warren Togami <wtogami@redhat.com> - 2.1.1-1
f3fb04c
- 2.1.1
f3fb04c
6fc16c2
* Wed Aug 15 2007 Warren Togami <wtogami@redhat.com> - 2.1.0-2
6fc16c2
- Upstream fix backports
6fc16c2
  115: gmail-notification-crash #2323
6fc16c2
  117: drag-and-drop-mouse-click-group-header #2333
6fc16c2
  118: jabber-confirm-authentication-unencrypted-crash #2493
6fc16c2
ad5cac4
* Mon Aug 6 2007 Warren Togami <wtogami@redhat.com>
ad5cac4
- require exact version of libpurple (#250720)
ad5cac4
6edda9e
* Mon Jul 30 2007 Stu Tomlinson <stu@nosnilmot.com> - 2.1.0-1
6edda9e
- 2.1.0
6edda9e
- Only include translations in libpurple instead of duplicating them in
6edda9e
  packages that depend on libpurple anyway
6edda9e
9ef7fb1
* Tue Jun 19 2007 Warren Togami <wtogami@redhat.com> - 2.0.2-3
9ef7fb1
- libpurple obsoletes and provides gaim
7414f42
  This smoothens multilib the upgrade path.
7414f42
a3e8a16
* Fri Jun 15 2007 Stu Tomlinson <stu@nosnilmot.com> - 2.0.2-1
a3e8a16
- 2.0.2
a3e8a16
dda2d84
* Wed Jun 6 2007 Stu Tomlinson <stu@nosnilmot.com> - 2.0.1-5
dda2d84
- Enable Bonjour support (#242949)
dda2d84
- Fix building against latest evolution-data-server
dda2d84
ff04d8b
* Tue Jun 5 2007 Stu Tomlinson <stu@nosnilmot.com> - 2.0.1-4
486954c
- Fix purple-remote for AIM & ICQ accounts (#240589)
429d630
- Add missing Requires to -devel packages
429d630
- Add missing BuildRequires for libxml2-devel
486954c
df822f8
* Fri Jun 1 2007 Stu Tomlinson <stu@nosnilmot.com> - 2.0.1-2
8964799
- Call g_thread_init early (#241883)
8964799
- Fix purple-remote syntax error (#241905)
8964799
56f1f0f
* Mon May 28 2007 Stu Tomlinson <stu@nosnilmot.com> - 2.0.1-1
56f1f0f
- 2.0.1
56f1f0f
8b07f66
* Wed May 9 2007 Stu Tomlinson <stu@nosnilmot.com> - 2.0.0-3
8b07f66
- Split out Perl plugin support into subpackages
8b07f66
- Add Tcl plugin support in a subpackage
8b07f66
e2d1559
* Sun May 6 2007 Stu Tomlinson <stu@nosnilmot.com> - 2.0.0-2
e2d1559
- Silence errors when gconfd-2 is not running
e2d1559
86554ce
* Sat May 5 2007 Stu Tomlinson <stu@nosnilmot.com> - 2.0.0-1.1
86554ce
- Add perl-devel to BuildRequires
86554ce
a0ba756
* Fri May 4 2007 Stu Tomlinson <stu@nosnilmot.com> - 2.0.0-1
a0ba756
- 2.0.0
a0ba756
- Add scriptlets to install & uninstall GConf schemas
a0ba756
- Move schema file from libpurple to Pidgin to avoid GConf
a0ba756
  dependencies in libpurple
a0ba756
- rename gaim-fedora-prefs.xml to purple-fedora-prefs.xml
a0ba756
342c72c
* Tue May 1 2007 Stu Tomlinson <stu@nosnilmot.com>
342c72c
- Update Gtk icon cache when installing or uninstalling (#238621)
d6f2f18
- Don't own all directories we put icons in
342c72c
7762afb
* Mon Apr 30 2007 Warren Togami <wtogami@redhat.com> - 2.0.0-0.36.beta7
7762afb
- pidgin-2.0.0beta7, bug fixes and pref migration handling
7762afb
bafb714
* Sat Apr 21 2007 Warren Togami <wtogami@redhat.com> - 2.0.0-0.35.beta7devel
bafb714
- upstream insists that we remove the Epoch
bafb714
  rawhide users might need to use --oldpackage once to upgrade
bafb714
- remove mono and howl cruft
bafb714
3b654c9
* Wed Apr 18 2007 Stu Tomlinson <stu@nosnilmot.com> - 2:2.0.0-0.34.beta7devel
3b654c9
- Split into pidgin, finch & libpurple, along with corresponding -devel RPMs
3b654c9
- Remove ldconfig for plugin directories
3b654c9
- Fix non-UTF8 %%changelog
3b654c9
f633d71
* Tue Apr 17 2007 Warren Togami <wtogami@redhat.com> 
f633d71
- -devel req pkgconfig (#222488)
f633d71
4609635
* Mon Apr 16 2007 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.33.beta7devel
4609635
- pidgin-2.0.0 snapshot prior to beta7
4609635
- rename gaim to pidgin/purple/finch in various places of spec (not complete)
4609635
- ExcludeArch s390, s390x.  It never did work there.
4609635
- Include meanwhile plugin by moving to Extras
4609635
4609635
* Fri Mar 23 2007 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.31.beta6
4609635
- Removed debian-02_gnthistory-in-gtk
4609635
  Removed debian-03_gconf-gstreamer.patch
4609635
  Upstream recommended removing these patches.
4609635
- Add fix-buggy-fetch-url
4609635
- Enable type_chat and type_chat_nick in default prefs.xml
4609635
4609635
* Sat Jan 20 2007 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.30.beta6
4609635
- 2.0.0 beta6
4609635
4609635
* Thu Jan 18 2007 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.29.beta5
4609635
- Debian patch 17_upnp_crash
4609635
- Debian patch 18_jabber-roster-crash
4609635
4609635
* Mon Dec 11 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.28.beta5
4609635
- Debian patch 13_yahoo_webauth_disable
4609635
  temporarily disable the broken yahoo web auth fallback
4609635
4609635
* Wed Dec 06 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.27.beta5
4609635
- Debian patch 12_gstreamer-cleanup, hopefully fixes #218070
4609635
4609635
* Tue Dec 05 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.26.beta5
4609635
- Jabber SASL Authentication Crash (#217335)
4609635
4609635
* Wed Nov 29 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.25.beta5
4609635
- GTK File dialog blanked fix (#217768)
4609635
4609635
* Tue Nov 28 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.24.beta5
4609635
- Debian patch 10_text-arrow-keys
4609635
- Debian patch 11_reread-resolvconf
4609635
4609635
* Sun Nov 26 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.23.beta5
4609635
- Debian patch 08_jabber-info-crash
4609635
4609635
* Tue Nov 21 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.22.beta5
4609635
- 2.0.0 beta5
4609635
- Debian patches
4609635
    02_gnthistory-in-gtk
4609635
    03_gconf-gstreamer
4609635
    04_blist-memleak
4609635
    05_url-handler-xmpp
4609635
    06_jabber-registration-srv
4609635
    07_msn-custom-smiley-crash
4609635
- SILC Account Edit Crash
4609635
4609635
* Tue Nov 21 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.21.beta4
4609635
- #212817 Jabber needs cyrus-sasl plugins for authentication
4609635
4609635
* Wed Nov 15 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.20.beta4
4609635
- #215704 Revert Yahoo protocol version identifier
4609635
4609635
* Wed Nov 8 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.19.beta4
4609635
- buildreq NetworkManager-glib-devel FC5+ (katzj)
4609635
- #213800 debug window freeze fix
4609635
- #212818 IRC SIGPIPE crash fix
4609635
4609635
* Wed Oct 25 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.17.beta4
4609635
- temporary workaround for gstreamer build bug in beta4
4609635
  --enable-gstreamer prevented it from working =)
4609635
  NOTE: beta4 removed libao support entirely.  Distros that lack gstreamer-0.10+
4609635
  will need to use command line sound output from now on.
4609635
- Gadu Gadu is re-included in beta4 without requirement of external library
4609635
4609635
* Mon Oct 23 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.16.beta4
4609635
- 2.0.0 beta4
4609635
- gaim-text ncurses interface!
4609635
- gstreamer integration with FC5+
4609635
4609635
* Thu Oct 05 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.15.beta3
4609635
- delete config.h correctly (rvokal)
4609635
4609635
* Thu Oct 05 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.14.beta3
4609635
- Fix multilib conflict in -devel (#205206)
4609635
4609635
* Sat Sep 30 2006 Matthias Clasen <mclasen@redhat.com> - 2:2.0.0-0.13.beta3
4609635
- Make the tray icon work with transparent panels (#208706)
4609635
4609635
* Mon Jul 31 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.11.beta3
4609635
- rebuild for new libebook
4609635
4609635
* Tue Jul 25 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.9.beta3
4609635
- fix crash with certain UTF-8 names in buddy list (#199590)
4609635
4609635
* Sat Jul 22 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.8.beta3
4609635
- move gaim.pc to -devel (#199761)
4609635
4609635
* Wed Jul 19 2006 Warren Togami <wtogami@redhat.com> - 2:2.0.0-0.7.beta3
4609635
- cleanup spec and update default pref
4609635
4609635
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 2:2.0.0-0.6.beta3.2
4609635
- Add BR for dbus-glib-devel
4609635
4609635
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:2.0.0-0.6.beta3.1
4609635
- rebuild
4609635
4609635
* Wed Jul 05 2006 Warren Togami <wtogami@redhat.com> 2.0.0-0.6.beta3
4609635
- SILC blank realname failure fix (#173076)
4609635
4609635
* Thu Jun 29 2006 Warren Togami <wtogami@redhat.com> 2.0.0-0.5.beta3
4609635
- buildreq libSM-devel (#197241)
4609635
4609635
* Wed Jun 28 2006 Warren Togami <wtogami@redhat.com> 2.0.0-0.4.beta3
4609635
- rebuild against libsilc-1.0.2
4609635
4609635
* Tue Jun 27 2006 Warren Togami <wtogami@redhat.com> 2.0.0-0.3.beta3
4609635
- more spec cleanups
4609635
- buildreq libXScrnSaver-devel, gettext, intltool, desktop-file-utils
4609635
- disable mono for now due to #196877
4609635
4609635
* Mon Jun 26 2006 Tom "spot" Callaway <tcallawa@redhat.com>
4609635
- split out -devel package to meet guidelines
4609635
4609635
* Mon Jan 23 2006 Tom "spot" Callaway <tcallawa@redhat.com>
4609635
- gaim2 version of the spec
4609635
4609635
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4609635
- rebuilt
4609635
4609635
* Thu Nov 10 2005 Warren Togami <wtogami@redhat.com> - 1:1.5.0-9
4609635
- Ensure that security opt flags are used (#165795)
4609635
- Many bug fixes from Peter Lawler (#171350)
4609635
  156: Fix Yahoo chatroom ignore on join
4609635
  157: Fix Italian yahoo profiles
4609635
  158: Strip HTML from status
4609635
  159: xmlnode cleanup
4609635
  160: Fix crash on non-terminated strings
4609635
  161: silc-close-gaim_request-window-prpl-disconnect-p1
4609635
  162: silc-close-gaim_request-window-prpl-disconnect-p2
4609635
  163: silc-close-gaim_request-window-prpl-disconnect-p3
4609635
  164: silc-close-gaim_request-window-prpl-disconnect-p4
4609635
  165: silc-close-gaim_request-window-prpl-disconnect-p5
4609635
  166: silc-close-gaim_request-window-prpl-disconnect-p6
4609635
  167: MSN data corruption fix
4609635
  168: msn-kill-convo-close-timeout-notices-p1
4609635
  169: msn-kill-convo-close-timeout-notices-p2
4609635
  170: msn-kill-convo-close-timeout-notices-p3
4609635
  171: forceful-connection_disconnect-not-wipe-password
4609635
  172: Clipboard leak and history scrolling fix
4609635
  173: smileys-logtype-p1
4609635
  174: smileys-logtype-p2
4609635
  175: Allow Italics in IRC
4609635
  176: Add more authors
4609635
  177: Update copyright
4609635
  178: Update HACKING doc
4609635
  179: Fix doc creation
4609635
  180: Fix AIM/ICQ Rate Limiting issue
4609635
4609635
* Thu Oct 13 2005 Ray Strode <rstrode@redhat.com> - 1:1.5.0-7
4609635
- use upstream desktop file (except use generic name, because 
4609635
  this is our default instant messaging client)
4609635
4609635
* Tue Sep 27 2005 Warren Togami <wtogami@redhat.com> - 1:1.5.0-6
4609635
- remove -Wno-pointer-sign, not sure why it was needed earlier
4609635
- fix FORTIFY_SOURCE on FC3
4609635
4609635
* Thu Sep 15 2005 Jeremy Katz <katzj@redhat.com> - 1:1.5.0-5
4609635
- rebuild for new e-d-s
4609635
4609635
* Sun Aug 21 2005 Peter Jones <pjones@redhat.cm> - 1:1.5.0-4
4609635
- rebuild for new cairo, add -Wno-pointer-sign
4609635
- add -Wno-pointer-sign until somebody maintaining this package makes it build
4609635
  without it.
4609635
4609635
* Sun Aug 14 2005 Warren Togami <wtogami@redhat.com> - 1:1.5.0-2
4609635
- always use -z relro and FORTIFY_SOURCE opt flags for FC3+ and RHEL4+ 
4609635
  (compiler simply ignores these flags if they are unsupported)
4609635
4609635
* Thu Aug 11 2005 Warren Togami <wtogami@redhat.com> - 1:1.5.0-1
4609635
- 1.5.0 security and bug fixes
4609635
  CAN-2005-2370 Gadu-Gadu memory alignment bug
4609635
  CAN-2005-2102 AIM/ICQ non-UTF-8 Filename Crash
4609635
  CAN-2005-2103 AIM/ICQ away message buffer overflow
4609635
4609635
* Tue Aug  9 2005 Jeremy Katz <katzj@redhat.com> - 1:1.4.0-7
4609635
- rebuild for new evolution-data-server
4609635
4609635
* Mon Aug  1 2005 Warren Togami <wtogami@redhat.com> 1:1.4.0-6
4609635
- FC5+ bash regex replace for -fstack-protector-all (mharris)
4609635
4609635
* Sun Jul 31 2005 Warren Togami <wtogami@redhat.com> 1:1.4.0-5
4609635
- FC5+ automatic -fstack-protector-all switch
4609635
- 150: MSN buddy names with space disconnect and profile corruption
4609635
       (supercedes patch 149)
4609635
- 151: Gadu Gadu memory alignment crash
4609635
- 152: Rename Group Merge crash
4609635
- 153: mailto: parse crash (util.c)
4609635
- 154: mailto: parse crash (MSN)
4609635
- 155: mailto: parse crash (Zephyr)
4609635
4609635
* Mon Jul 11 2005 Warren Togami <wtogami@redhat.com> 1:1.4.0-4
4609635
- 149: MSN username with space disconnect fix
4609635
- Do not own perl dir, remove empty files (#162994 jpo)
4609635
4609635
* Sun Jul 10 2005 Warren Togami <wtogami@redhat.com> 1:1.4.0-2
4609635
- 148: AIM login crash fix
4609635
4609635
* Thu Jul 07 2005 Warren Togami <wtogami@redhat.com> 1:1.4.0-1
4609635
- 1.4.0
4609635
4609635
* Thu Jun 09 2005 Warren Togami <wtogami@redhat.com> 1:1.3.1-0
4609635
- 1.3.1 more bug fixes
4609635
  CAN-2005-1269 CAN-2005-1934
4609635
- enable Message Notification plugin by default
4609635
4609635
* Tue May 10 2005 Warren Togami <wtogami@redhat.com> 1:1.3.0-1
4609635
- 1.3.0 many bug fixes and two security fixes
4609635
  long URL crash fix (#157017) CAN-2005-1261
4609635
  MSN bad messages crash fix (#157202) CAN-2005-1262
4609635
4609635
* Thu Apr 07 2005 Warren Togami <wtogami@redhat.com> 1:1.2.1-4
4609635
- use mozilla-nss everywhere because gnutls is buggy (#135778)
4609635
4609635
* Wed Apr 06 2005 Warren Togami <wtogami@redhat.com> 1:1.2.1-2
4609635
- 147: drag-n-drop URL crash fix
4609635
4609635
* Sun Apr 03 2005 Warren Togami <wtogami@redhat.com> 1:1.2.1-1
4609635
- update to 1.2.1 CAN-2005-0965 CAN-2005-0966 CAN-2005-0967
4609635
4609635
* Fri Mar 18 2005 Warren Togami <wtogami@redhat.com> 1:1.2.0-1
4609635
- update to 1.2.0 (minor bug fixes)
4609635
4609635
* Mon Mar 07 2005 Warren Togami <wtogami@redhat.com> 1:1.1.4-5
4609635
- Copy before modifying prefs.xml
4609635
4609635
* Sun Mar 06 2005 Warren Togami <wtogami@redhat.com> 1:1.1.4-4
4609635
- 144: POSIX functions became macros, build fix (#150429)
4609635
- 145: Fix non-proxy yahoo file transfer
4609635
- 146: Fix non-proxy yahoo buddy icons
4609635
4609635
* Fri Mar 04 2005 Warren Togami <wtogami@redhat.com> 1:1.1.4-3
4609635
- 143: Gadu Gadu protocol crash fix (#149984)
4609635
4609635
* Mon Feb 28 2005 Warren Togami <wtogami@redhat.com> 1:1.1.4-2
4609635
- remove gcc4 conditional since FC4 is gcc4 default
4609635
4609635
* Thu Feb 24 2005 Warren Togami <wtogami@redhat.com> 1:1.1.4-1
4609635
- 1.1.4 with MSN crash fix, g_stat() crash workaround
4609635
  CAN-2005-0208 Gaim HTML parsing DoS (another one)
4609635
4609635
* Tue Feb 22 2005 Warren Togami <wtogami@redhat.com> 1:1.1.3-4
4609635
- Test fixes for #149190 and #149304
4609635
4609635
* Mon Feb 21 2005 Dan Williams <dcbw@redhat.com> 1:1.1.3-3
4609635
- Work around #149190 gaim-1.1.3-2 segfaults when calling g_stat()
4609635
4609635
* Fri Feb 18 2005 Warren Togami <wtogami@redhat.com> 1:1.1.3-2
4609635
- 1.1.3 including two security fixes
4609635
  CAN-2005-0472 Client freezes when receiving certain invalid messages
4609635
  CAN-2005-0473 Client crashes when receiving specific malformed HTML
4609635
4609635
* Fri Jan 28 2005 Florian La Roche <laroche@redhat.com>
4609635
- rebuild
4609635
4609635
* Thu Jan 20 2005 Warren Togami <wtogami@redhat.com> 1:1.1.2-1
4609635
- 1.1.2 with more bugfixes
4609635
4609635
* Tue Jan 18 2005 Chip Turner <cturner@redhat.com> 1:1.1.1-3
4609635
- rebuild for new perl
4609635
4609635
* Mon Jan 03 2005 Warren Togami <wtogami@redhat.com> 1.1.1-2
4609635
- force required glib2 version
4609635
4609635
* Tue Dec 28 2004 Warren Togami <wtogami@redhat.com> 1.1.1-1
4609635
- 1.1.1 (minor bugfixes)
4609635
4609635
* Thu Dec 2 2004 Warren Togami <wtogami@redhat.com> 1.1.0-1
4609635
- upgrade 1.1.0 (mostly bugfixes)
4609635
- fix PIE patch
4609635
4609635
* Sat Nov 20 2004 Warren Togami <wtogami@redhat.com> 1.0.3-3
4609635
- make gcc4 conditional
4609635
4609635
* Sat Nov 20 2004 Daniel Reed <djr@redhat.com> 1.0.3-2
4609635
- Rebuild using gcc4
4609635
  - To revert, remove "BuildRequires: gcc4" and "CC=gcc4"
4609635
4609635
* Fri Nov 12 2004 Warren Togami <wtogami@redhat.com> 1.0.3-1
4609635
- 1.0.3 another bugfix release
4609635
4609635
* Tue Oct 19 2004 Warren Togami <wtogami@redhat.com> 1.0.2-1
4609635
- 1.0.2 fixes many crashes, endian and other issues
4609635
4609635
* Tue Oct 19 2004 Warren Togami <wtogami@redhat.com> 1.0.1-3
4609635
- nosnilmot: zephyr krb build was broken by thinko
4609635
4609635
* Wed Oct 13 2004 Warren Togami <wtogami@redhat.com> 1.0.1-2
4609635
- CAN-2004-0891
4609635
4609635
* Thu Oct 07 2004 Warren Togami <wtogami@redhat.com> 1.0.1-1
4609635
- update to 1.0.1
4609635
- disable naive GNOME session check
4609635
- switch to gnutls default (FC3+)
4609635
4609635
* Mon Sep 27 2004 Warren Togami <wtogami@redhat.com> 1.0.0-5
4609635
- djr fixed PIE
4609635
- added gnutls option, disabled and favoring mozilla-nss
4609635
4609635
* Sat Sep 25 2004 Warren Togami <wtogami@redhat.com> 1.0.0-4
4609635
- PIE
4609635
4609635
* Mon Sep 20 2004 Warren Togami <wtogami@redhat.com> 1.0.0-3
4609635
- 141: Jabber chat room list fix
4609635
4609635
* Mon Sep 20 2004 Daniel Reed <djr@redhat.com> 1.0.0-2
4609635
- #132967 Remove GenericName
4609635
4609635
* Sat Sep 18 2004 Warren Togami <wtogami@redhat.com> 1.0.0-1
4609635
- 1.0.0
4609635
4609635
* Wed Sep 01 2004 Warren Togami <wtogami@redhat.com> 0.82.1-2
4609635
- enable SILC protocol
4609635
4609635
* Thu Aug 26 2004 Warren Togami <wtogami@redhat.com> 0.82.1-1
4609635
- new upstream point release with crash fix and added translation
4609635
4609635
* Wed Aug 25 2004 Warren Togami <wtogami@redhat.com> 0.82-2
4609635
- 140: Buddy icon pref changing crash fix
4609635
4609635
* Wed Aug 25 2004 Warren Togami <wtogami@redhat.com> 0.82-1
4609635
- Update to 0.82 resolves several security issues and bugs
4609635
  CAN-2004-0500, CAN-2004-0754, CAN-2004-0784, CAN-2004-0785
4609635
  More details at http://gaim.sourceforge.net/security/
4609635
4609635
* Mon Aug 16 2004 Warren Togami <wtogami@redhat.com> 0.81-7
4609635
- CVS backport 138: GTK Prefs bug fix
4609635
4609635
* Sun Aug 15 2004 Warren Togami <wtogami@redhat.com> 0.81-6
4609635
- CVS backport 137: System Log viewer fd leak
4609635
4609635
* Sun Aug 15 2004 Warren Togami <wtogami@redhat.com> 0.81-5
4609635
- fix substitution for browser back compat
4609635
- req fix for htmlview back compat
4609635
- update prefs.xml
4609635
4609635
* Fri Aug 13 2004 Warren Togami <wtogami@redhat.com> 0.81-4
4609635
- conditionalize features for alternate target distributions
4609635
- remove unnecessary ExclusiveArch
4609635
- other cleanups
4609635
4609635
* Wed Aug 11 2004 Warren Togami <wtogami@redhat.com> 0.81-3
4609635
- CVS backport 133: CAN-2004-0500 MSNLP buffer overflow
4609635
               134: Select buddy icon in new account crash
4609635
               135: Jabber join crash
4609635
               136: Jabber tooltip fake self crash
4609635
4609635
* Mon Aug  9 2004 Daniel Reed <djr@redhat.com> 0.81-2
4609635
- #125847 Change gaim.desktop names to "IM"
4609635
4609635
* Thu Aug 05 2004 Warren Togami <wtogami@redhat.com> 0.81-1
4609635
- 0.81
4609635
- krb5-devel for Zephyr
4609635
- evolution-data-server-devel integration
4609635
  plugin disabled by default because it seems very unstable
4609635
4609635
* Sun Jul 18 2004 Warren Togami <wtogami@redhat.com> 0.80-3
4609635
- CVS backport 130, 131: MSN buddy scaling issue fix
4609635
               132: Drag and Drop crash fix
4609635
4609635
* Sat Jul 17 2004 Warren Togami <wtogami@redhat.com> 0.80-2
4609635
- CVS backport 129: IRC buddy list flood disconnect fix
4609635
4609635
* Fri Jul 16 2004 Warren Togami <wtogami@redhat.com> 0.80-1
4609635
- update to 0.80
4609635
- enable ExtPlacement plugin by default
4609635
- Smiley Theme "Default" by default (bug fix)
4609635
- Insertions -> Control-{B/I/U} by default
4609635
4609635
* Mon Jun 28 2004 Warren Togami <wtogami@redhat.com> 0.79-2
4609635
- remove tray icon patch temporarily because it seems to cause more
4609635
  problems than it solves.
4609635
- provide gaim-devel
4609635
- CVS backport 128: Cached buddy icons fix
4609635
4609635
* Fri Jun 25 2004 Warren Togami <wtogami@redhat.com> 0.79-1
4609635
- update to 0.79
4609635
- update desktop patch
4609635
- update header and pkgconfig locations
4609635
- update default prefs
4609635
- FC3 sed behavior workaround
4609635
- temporarily disable evolution integration
4609635
4609635
* Tue Jun 22 2004 Warren Togami <wtogami@redhat.com> 0.78-8
4609635
- rebuilt
4609635
df822f8
* Mon Jun 07 2004 Warren Togami <wtogami@redhat.com> 0.78-7
4609635
- CVS backport 125: MSN disconnect on non-fatal error fix
4609635
               126: Paste html with img crash fix
4609635
               127: Misplaced free fix
4609635
4609635
* Sat Jun 05 2004 Warren Togami <wtogami@redhat.com> 0.78-4
4609635
- CVS backport 123: jabber disconnect fix
4609635
               124: log find click fix
4609635
4609635
* Sun May 30 2004 Warren Togami <wtogami@redhat.com> 0.78-2
4609635
- update to 0.78 (without SILC support for now)
4609635
4609635
* Sun May 09 2004 Warren Togami <wtogami@redhat.com> 0.77-7
4609635
- CVS backport 121: byte order badness and crashing copy & paste fix
4609635
               122: history.so scroll to bottom in new tabs fix
4609635
4609635
* Tue May 04 2004 Warren Togami <wtogami@redhat.com> 0.77-6
4609635
- CVS backport 118: x86-64 yahoo auth fix
4609635
               119: Copy/paste fixes for UCS-2 encoded selection
4609635
               120: IRC reconnect segfault fix
4609635
- remove relnot.so plugin because it is unusable in FC
4609635
- Default enable logging and history.so plugin
4609635
          enable autoreconnect plugin
4609635
- Fix Gnome Default url handler
4609635
4609635
* Thu Apr 29 2004 Warren Togami <wtogami@redhat.com> 0.77-3
4609635
- remove gnome-open manual, since 0.77 has "GNOME Default" as default.
4609635
- update default prefs.xml, disable buddy icons in buddy list
4609635
- CVS backport 114: plugin prefs saving fix
4609635
               115: autoreconn-suppress-dialogs
4609635
               116: fix smileys in dialogs
4609635
               117: gtk+ 2.0 compat
4609635
4609635
* Sun Apr 25 2004 Warren Togami <wtogami@redhat.com> 0.77-1
4609635
- 0.77, remove cvs backports
4609635
df822f8
* Thu Apr 15 2004 Warren Togami <wtogami@redhat.com> 0.76-6
4609635
- CVS backports:
4609635
  111 Prevent Crash during password change if blank fields
4609635
  112 Prevent Crash if remote sends invalid characters
4609635
  113 Enable /etc/gaim/prefs.xml defaults for new profiles
4609635
- Tray Icon enabled by default
4609635
- Relabel internal version with V-R
4609635
df822f8
* Wed Apr 14 2004 Warren Togami <wtogami@redhat.com> 0.76-5
4609635
- CVS backports: 
4609635
  102 Fix ^F keybinding when gtkrc is set to emacs mode
4609635
  103 Add Missing File: evolution-1.5.x buildability
4609635
  104 When MSN server intermittently has problems accessing buddy list, MSN will crash with 0.76
4609635
  105, 106, 107 MSN Error reporting fixes
4609635
  108 History plugin causes unnecessary horizontal scrollbars
4609635
  109 Fix the text replace plugin 
4609635
  110 Prevent message sending while offline
4609635
4609635
* Fri Apr 09 2004 Warren Togami <wtogami@redhat.com> 0.76-3
4609635
- CVS backport: Fix oscar tooltip misbehavior
4609635
                Fix yahoo more
4609635
4609635
* Thu Apr 01 2004 Warren Togami <wtogami@redhat.com> 0.76-2
4609635
- 0.76
4609635
4609635
* Sun Mar 28 2004 Warren Togami <wtogami@redhat.com>
4609635
- CVS snapshot
4609635
- more spec cleanups
4609635
4609635
* Tue Mar 16 2004 Warren Togami <wtogami@redhat.com>
4609635
- CVS snapshot, generated with automake-1.7.9
4609635
- update #4
4609635
- update #2 but disable
4609635
- #5 no longer needed
4609635
- default to gnome-open #6
4609635
- some spec cleanup
4609635
4609635
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
4609635
- rebuilt
4609635
4609635
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
4609635
- rebuilt
4609635
4609635
* Fri Jan 23 2004 Christopher Blizzard <blizzard@redhat.com> 1:0.75-1.1.0
4609635
- Include patch that fixes a bunch of buffer-related problems, mostly
4609635
  from nectar@freebsd.org and some of my own changes.
4609635
4609635
* Wed Jan 14 2004 Christopher Blizzard <blizzard@redhat.com> 1:0.75-0
4609635
- Update to 0.75.
4609635
- Remove mem leak patch that is already included in 0.75.
4609635
- Clean up a lot of old unused patches and old source tarballs.
4609635
4609635
* Fri Dec 12 2003 Christopher Blizzard <blizzard@redhat.com> 1:0.74-10
4609635
- Add patch that fixes a large memory leak.
4609635
4609635
* Thu Dec 04 2003 Christopher Blizzard <blizzard@redhat.com> 1:0.74-9
4609635
- Bump release to rebuild for fc2.
4609635
df822f8
* Wed Nov 26 2003 Christopher Blizzard <blizzard@redhat.com> 1:0.74-0
4609635
- Upgrade to 0.74
4609635
- Include libao-devel and startup-notification-devel to the
4609635
  buildreq list
4609635
4609635
* Mon Nov 03 2003 Christopher Blizzard <blizzard@redhat.com> 1:0.71-2
4609635
- Add gtk2-devel to the buildreq list.
4609635
4609635
* Fri Oct 24 2003 Christopher Blizzard <blizzard@redhat.com> 1:0.71-2
4609635
- Include patch that should fix some input problems for ja_JP users
4609635
4609635
* Fri Oct 17 2003 Christopher Blizzard <blizzard@redhat.com> 1:0.71-1
4609635
- Include patch that updates the tray icon to a more recent version
4609635
4609635
* Mon Sep 29 2003 Christopher Blizzard <blizzard@redhat.com> 1:0.70-0
4609635
- Update to 0.70
4609635
4609635
* Thu Sep 04 2003 Christopher Blizzard <blizzard@redhat.com> 1:0.68-0
4609635
- Update to 0.68
4609635
4609635
* Tue Aug 26 2003 Christopher Blizzard <blizzard@redhat.com> 1:0.66-2
4609635
- Change Instant Messenger to Messaging Client
4609635
4609635
* Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com> 1:0.66-1
4609635
- 0.66
4609635
4609635
* Thu Jul 17 2003 Matt Wilson <msw@redhat.com> 1:0.65-1
4609635
- 0.65
4609635
- don't include .a or .la files
4609635
4609635
* Tue Jul 15 2003 Matt Wilson <msw@redhat.com> 1:0.64-2
4609635
- rebuild against gtkspell
4609635
4609635
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
4609635
- rebuilt
4609635
4609635
* Wed Jun 04 2003 Christopher Blizzard <blizzard@redhat.com> 1:0.64-0
4609635
- 0.64
4609635
4609635
* Mon Apr 14 2003 Matt Wilson <msw@redhat.com> 1:0.61-1
4609635
- 0.61
4609635
- remove prefs patch, no longer needed
4609635
4609635
* Wed Apr  9 2003 Matt Wilson <msw@redhat.com> 1:0.59.8-1
4609635
- use system libtool (#88340)
4609635
4609635
* Wed Jan 29 2003 Christopher Blizzard <blizzard@redhat.com> 0.59.8-0
4609635
- Update to 0.59.8
4609635
4609635
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
4609635
- rebuilt
4609635
4609635
* Wed Dec 18 2002 Elliot Lee <sopwith@redhat.com> 0.59-11
4609635
- Add libtoolize etc. steps
4609635
4609635
* Tue Dec 17 2002 Elliot Lee <sopwith@redhat.com> 0.59-10
4609635
- Rebuild
4609635
4609635
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
4609635
- build on all arches
4609635
4609635
* Fri Aug 09 2002 Christopher Blizzard <blizzard@redhat.com> 0.59-7
4609635
- Include patch that uses htmlview instead of calling Netscape
4609635
  directly
4609635
- Include patch that turns off the buddy ticker and changes the button
4609635
  look to the (sane) default.
4609635
4609635
* Thu Aug 01 2002 Christopher Blizzard <blizzard@redhat.com>
4609635
- Fix .desktop file, and put it in the right place.
4609635
- More .desktop file fixes
4609635
4609635
* Tue Jun 25 2002 Christopher Blizzard <blizzard@redhat.com>
4609635
- Update to 0.59.
4609635
- Disable perl for now.
4609635
4609635
* Sun May 26 2002 Tim Powers <timp@redhat.com>
4609635
- automated rebuild
4609635
4609635
* Fri May 24 2002 Matt Wilson <msw@redhat.com> 0.58-1
4609635
- 0.58
4609635
- remove applet
4609635
3b654c9
* Fri Mar 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.53-1
4609635
- Langify
4609635
4609635
* Wed Mar 13 2002 Christopher Blizzard <blizzard@redhat.com>
4609635
- update 0.53
4609635
4609635
* Thu Feb 21 2002 Christopher Blizzard <blizzard@redhat.com>
4609635
- update to 0.52
4609635
4609635
* Tue Jan 29 2002 Christopher Blizzard <blizzard@redhat.com>
4609635
- update to 0.51
4609635
4609635
* Fri Sep 14 2001 Matt Wilson <msw@redhat.com>
4609635
- update to 0.43
4609635
4609635
* Fri Aug 03 2001 Christopher Blizzard <blizzard@redhat.com>
4609635
- Add BuildRequires for gnome-libs-devel (bug #44739)
4609635
4609635
* Mon Jul 02 2001 Christopher Blizzard <blizzard@redhat.com>
4609635
- Add BuildRequires for gnome-core-devel (bug #44739)
4609635
4609635
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
4609635
- Bump release + rebuild.
4609635
3b654c9
* Thu Feb 15 2001 Trond Eivind Glomsrød <teg@redhat.com>
4609635
- make it compile
4609635
4609635
* Sun Feb 11 2001 Tim Powers <timp@redhat.com>
4609635
- updated to 0.11.0pre4 (bug fixes)
4609635
- applied Bero's konqueror patch to fix kfm->konq
4609635
4609635
* Tue Dec  5 2000 Tim Powers <timp@redhat.com>
4609635
- updated to 0.11.0pre2
4609635
- enable gnome support
4609635
- updated ispell to aspell patch
4609635
- cleaned up file list
4609635
4609635
* Thu Nov 16 2000 Tim Powers <timp@redhat.com>
4609635
- updated to 0.10.3
4609635
4609635
* Fri Nov 10 2000 Tim Powers <timp@redhat.com> 
4609635
- update to 0.10.2
4609635
4609635
* Mon Sep 11 2000 Tim Powers <timp@redhat.com>
4609635
- some ideas taken from the package available at the gaim website, mainly to install the applet stuff too.
4609635
4609635
* Wed Aug 9 2000 Tim Powers <timp@redhat.com>
4609635
- added Serial so that we can upgrade from Helix packages from 6.2
4609635
4609635
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
4609635
- rebuilt
4609635
4609635
* Tue Jul 18 2000 Tim Powers <timp@redhat.com>
4609635
- changed default spell checker to aspell from ispell, patched.
4609635
- requires aspell
4609635
4609635
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
4609635
- rebuilt
4609635
4609635
* Thu Jun 22 2000 Tim Powers <timp@redhat.com>
4609635
- fixed problems with ldconfig PreReq, shouls have been /sbin/ldconfig
4609635
4609635
* Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
4609635
- 0.9.19
4609635
- fix ldconfig stuff
4609635
4609635
* Thu Jun 1 2000 Tim Powers <timp@redhat.com>
4609635
- cleaned up spec for use with RPM 4.0 (al la _sysconfdir _datadir etc)
4609635
- update to 0.9.17
4609635
- yay! a man page!
4609635
4609635
* Thu May 25 2000 Tim Powers <timp@redhat.com>
4609635
- we left a bunch of stuff out, pixmaps, plugins. Fixed
4609635
- added applnk entry
4609635
4609635
* Wed May 10 2000 Tim Powers <timp@redhat.com>
4609635
- updated to 0.9.15
4609635
4609635
* Mon Apr 24 2000 Matt Wilson <msw@redhat.com>
4609635
- updated to 0.9.14
4609635
4609635
* Mon Apr 24 2000 Matt Wilson <msw@redhat.com>
4609635
- updated to 0.9.13
4609635
4609635
* Thu Feb 10 2000 Matt Wilson <msw@redhat.com>
4609635
- added patch to prevent floating point errors in lag-o-meter update
4609635
  code
4609635
4609635
* Wed Nov 10 1999 Tim Powers <timp@redhat.com>
4609635
- updated to 0.9.10
4609635
4609635
* Tue Jul 13 1999 Tim Powers <timp@redhat.com>
4609635
- rebuilt and put into Powertools 6.1
4609635
4609635
* Mon Jul 12 1999 Dale Lovelace <dale@redhat.com>
4609635
- First RPM Build