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