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