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