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