ffc939c
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
ffc939c
fb9d8d2
Summary:	Jabber client written in PyGTK
fb9d8d2
Name:		gajim
7072c61
%global		majorver 0.16
04478a0
#global		prever -rcX
41717a8
Version:	0.16.5
41717a8
Release:	1%{?dist}
0e25a80
License:	GPLv3
fb9d8d2
Group:		Applications/Internet
fb9d8d2
URL:		http://gajim.org/
7072c61
Source0:	http://gajim.org/downloads/%{majorver}/%{name}-%{version}%{?prever}.tar.bz2
29ae070
BuildArch:	noarch
fb9d8d2
fb9d8d2
Requires:	dbus-python
8f41c87
#  Audio/Video calls:
b2e3729
Requires:	farstream-python
d797059
Requires:	gstreamer-python
805f113
# XXX: Gajim does not import bonobo directly, but some module does and
805f113
# prints an error if it's not available.
fb51b72
Requires:	gnome-python2-bonobo
29ae070
Requires:	gnome-python2-desktop
8314a73
Requires:	gnome-python2-gnome
7072c61
Requires:	gupnp-igd-python
8314a73
Requires:	hicolor-icon-theme
e5e7570
Requires:	notify-python
e5e7570
Requires:	pyOpenSSL
af77053
Requires:	python-avahi
0e25a80
Requires:	python-crypto
7072c61
Requires:	python-gnupg
e5e7570
Requires:	python-kerberos
29ae070
Requires:	python-libasyncns
923511f
Requires:	python-nbxmpp >= 0.5.3
9d1dc07
Requires:	python-pyasn1
7072c61
Requires:	python-pycurl
805f113
805f113
# these are dlopen'd using ctypes find_library/LoadLibrary:
29ae070
Requires:	gtkspell
29ae070
Requires:	libXScrnSaver
fb9d8d2
805f113
# Optional features with significatly sized deps. Gajim detects them at
805f113
# runtime. Intentionally not as hard deps.
805f113
# XXX: Gajim could install them using PackageKit when really necessary.
805f113
#  Password encryption:
805f113
#Requires:	gnome-python2-gnomekeyring
53c2e29
#  RST Generator:
53c2e29
#Requires:	python-docutils
805f113
f0ca074
BuildRequires:	python2-devel
fb9d8d2
BuildRequires:	desktop-file-utils
fb9d8d2
BuildRequires:	intltool
29ae070
BuildRequires:	hardlink
Dawid Gajownik 2c200cf
41717a8
Patch0001: 0001-Justin-Lecher-fix-desktop-files.patch
41717a8
Patch0002: 0002-hide-gajim-remote-from-system.-Fixes-8212.patch
01d5b4f
Dawid Gajownik 2c200cf
%description
Dawid Gajownik 2c200cf
Gajim is a Jabber client written in PyGTK. The goal of Gajim's developers is
Dawid Gajownik 2c200cf
to provide a full featured and easy to use xmpp client for the GTK+ users.
29ae070
Gajim does not require GNOME to run, even though it exists with it nicely.
Dawid Gajownik 2c200cf
Dawid Gajownik 2c200cf
%prep
781a6a6
%autosetup -p1 -n %{name}-%{version}%{?prever}
Dawid Gajownik 2c200cf
Dawid Gajownik 2c200cf
%build
f0ca074
%configure --docdir=%{_pkgdocdir} PYTHON=/usr/bin/python2
Dawid Gajownik 2c200cf
fb9d8d2
make %{?_smp_mflags}
Dawid Gajownik 2c200cf
Dawid Gajownik 2c200cf
%install
fb9d8d2
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
29ae070
hardlink -c $RPM_BUILD_ROOT/%{_bindir}
Dawid Gajownik 2c200cf
6c39aa8
desktop-file-install --delete-original \
fb9d8d2
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
fb9d8d2
  --remove-category=Application \
fb9d8d2
  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
Dawid Gajownik 425c0cc
Dawid Gajownik 2c200cf
%find_lang %{name}
Dawid Gajownik 2c200cf
7072c61
# http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Icon_Cache
aaea827
%post
aaea827
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
aaea827
aaea827
%postun
aaea827
if [ $1 -eq 0 ] ; then
aaea827
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
aaea827
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
aaea827
fi
aaea827
aaea827
%posttrans
aaea827
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
aaea827
Dawid Gajownik 2c200cf
%files -f %{name}.lang
Dawid Gajownik 2c200cf
%defattr(-,root,root,-)
0caf32a
%doc AUTHORS
0caf32a
%doc ChangeLog
0caf32a
%doc COPYING
0caf32a
%doc README.html
0caf32a
%doc THANKS
0e25a80
%doc THANKS.artists
e5e7570
%doc %{_mandir}/man1/%{name}.1*
aaea827
%doc %{_mandir}/man1/%{name}-history-manager.1*
e5e7570
%doc %{_mandir}/man1/%{name}-remote.1*
fb9d8d2
%{_bindir}/%{name}
0e25a80
%{_bindir}/%{name}-history-manager
fb9d8d2
%{_bindir}/%{name}-remote
6c39aa8
%{_datadir}/applications/%{name}.desktop
41717a8
%{_datadir}/applications/%{name}-remote.desktop
7072c61
%{_datadir}/icons/hicolor/*x*/apps/%{name}.png
aaea827
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
0caf32a
0caf32a
%dir %{_datadir}/%{name}
0caf32a
%{_datadir}/%{name}/data
aaea827
%{_datadir}/%{name}/icons
bf1c898
%{_datadir}/%{name}/plugins
0caf32a
%{_datadir}/%{name}/src
0caf32a
Dawid Gajownik 2c200cf
%changelog
41717a8
* Tue Jan 05 2016 Michal Schmidt <mschmidt@redhat.com> - 0.16.5-1
41717a8
- Upstream release 0.16.5. (#1294552)
41717a8
- CVE-2015-8688 (#1295475, #1295476)
41717a8
781a6a6
* Thu Nov 05 2015 Michal Schmidt <mschmidt@redhat.com> - 0.16.4-3
781a6a6
- Apply patches from upstream gajim_0.16 branch.
781a6a6
- Drop demandimport disabling patch.
781a6a6
01d5b4f
* Thu Oct 15 2015 Michal Schmidt <mschmidt@redhat.com> - 0.16.4-2
01d5b4f
- Disable demandimport to fix gst detection.
01d5b4f
af77053
* Wed Oct 14 2015 Michal Schmidt <mschmidt@redhat.com> - 0.16.4-1
af77053
- Upstream release 0.16.4. (#1246802)
af77053
- Require python-avahi instead of avahi-ui-tools. (#1264166)
af77053
d44391e
* Fri Jul 31 2015 Matej Cepl <mcepl@redhat.com> - 0.16.3-1
d44391e
- Upstream release 0.16.3.
d44391e
923511f
* Mon Jul 27 2015 Matej Cepl <mcepl@redhat.com> - 0.16.2-2
923511f
- Bump the Requires version of python-nbxmpp to 0.5.3 as required
923511f
  by the upstream.
923511f
ce67cec
* Mon Jul 27 2015 Matej Cepl <mcepl@redhat.com> - 0.16.2-1
ce67cec
- Upstream release 0.16.2.
ce67cec
362c3de
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.1-4
362c3de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
362c3de
97382d7
* Mon Mar 02 2015 Michal Schmidt <mschmidt@redhat.com> - 0.16.1-3
97382d7
- Bump required version of python-nbxmpp.
97382d7
f0ca074
* Mon Mar 02 2015 Michal Schmidt <mschmidt@redhat.com> - 0.16.1-2
f0ca074
- Force Python 2. Gajim is not quite ready for Python 3.
f0ca074
48eb975
* Mon Mar 02 2015 Michal Schmidt <mschmidt@redhat.com> - 0.16.1-1
48eb975
- Upstream release 0.16.1.
48eb975
04478a0
* Thu Oct 16 2014 Michal Schmidt <mschmidt@redhat.com> - 0.16-1
04478a0
- Upstream release 0.16.
04478a0
a8e1aaa
* Mon Aug 11 2014 Michal Schmidt <mschmidt@redhat.com> - 0.16-0.3.rc2
a8e1aaa
- Upstream release 0.16 rc2.
a8e1aaa
1c5a0aa
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-0.2.rc1
1c5a0aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1c5a0aa
a8e1aaa
* Wed Mar 19 2014 Michal Schmidt <mschmidt@redhat.com> - 0.16-0.1.rc1
7072c61
- Update to 0.16 rc1
7072c61
- Update Requires.
7072c61
ffc939c
* Fri Dec  6 2013 Ville Skyttä <ville.skytta@iki.fi> - 0.15.3-5
ffc939c
- Fix path to docs where doc dir is unversioned (#993765).
ffc939c
bd44505
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.3-4
bd44505
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
bd44505
73a05c2
* Mon Apr 22 2013 Michal Schmidt <mschmidt@redhat.com> - 0.15.3-3
73a05c2
- Fix connecting to non-SSL servers (#953243).
73a05c2
- Remove unused patch files.
73a05c2
6c39aa8
* Mon Apr 08 2013 Jon Ciesla <limburgher@gmail.com> - 0.15.3-2
6c39aa8
- Drop desktop vendor tag.
6c39aa8
9d1dc07
* Wed Mar 20 2013 Michal Schmidt <mschmidt@redhat.com> - 0.15.3-1
9d1dc07
- Upstream bugfix release (#923692, #875820, #875809).
9d1dc07
- Require python-pyasn1 (#826737).
9d1dc07
d3b7669
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.2-2
d3b7669
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d3b7669
68538cc
* Wed Oct 31 2012 Michal Schmidt <mschmidt@redhat.com> - 0.15.2-1
68538cc
- Upstream bugfix release.
68538cc
- Dropped all patches, already included.
68538cc
b2e3729
* Mon Aug 06 2012 Michal Schmidt <mschmidt@redhat.com> - 0.15-5
b2e3729
- Apply upstream patch to use farstream for audio/video (#845825)
b2e3729
6bf4b66
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-4
6bf4b66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6bf4b66
4ad8ceb
* Fri May 25 2012 Michal Schmidt <mschmidt@redhat.com> - 0.15-3
4ad8ceb
- Require gupnp-igd-python (#825035)
4ad8ceb
bed376f
* Tue Apr 17 2012 Michal Schmidt <mschmidt@redhat.com> - 0.15-2
bed376f
- CVE-2012-2093 gajim (LaTeX module): Insecure creation of temporary file
bed376f
9862e58
* Mon Mar 19 2012 Michal Schmidt <mschmidt@redhat.com> - 0.15-1
9862e58
- Upstream release 0.15.
9862e58
1808566
* Mon Mar 12 2012 Michal Schmidt <mschmidt@redhat.com> - 0.15-0.5.beta4
1808566
- Drop the requirement on farsight2-python. It's available no more in F17.
1808566
  Upstream needs to be ported to farstream.
1808566
d2778c6
* Thu Jan 26 2012 Michal Schmidt <mschmidt@redhat.com> - 0.15-0.4.beta4
d2778c6
- Upstream release 0.15 beta4.
d2778c6
2ee17fa
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-0.3.beta3
2ee17fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2ee17fa
83d5458
* Tue Dec 20 2011 Michal Schmidt <mschmidt@redhat.com> 0.15-0.2.beta3
83d5458
- Upstream release 0.15 beta3.
83d5458
- Drop gajim-0.13.90-pygtk-crash-python2.7-workaround.patch
83d5458
  Cannot reproduce the crash anymore.
83d5458
bf1c898
* Tue Oct 11 2011 Michal Schmidt <mschmidt@redhat.com> 0.15-0.1.beta2
bf1c898
- Upstream release 0.15 beta2.
bf1c898
c336669
* Mon Jun 20 2011 Michal Schmidt <mschmidt@redhat.com> 0.14.3-1
c336669
- Upstream bugfix release.
c336669
- gajim-0.14-handle-read-before-close.patch already applied.
c336669
c09bed6
* Thu Jun 09 2011 Michal Schmidt <mschmidt@redhat.com> 0.14.2-1
c09bed6
- Upstream bugfix release.
c09bed6
- Dropped a merged patch.
c09bed6
e7221b8
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.1-4
e7221b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e7221b8
a6e2bc7
* Mon Nov 15 2010 Michal Schmidt <mschmidt@redhat.com> 0.14.1-3
a6e2bc7
- Fix a regression noted by Peter Lemenkov in Bodhi.
a6e2bc7
  (Could not connect to gmail.com)
a6e2bc7
727e1dc
* Fri Nov 05 2010 Michal Schmidt <mschmidt@redhat.com> 0.14.1-2
727e1dc
- Fix high CPU usage when the server announces a strange streamhost
727e1dc
  (RHBZ#649986)
727e1dc
cc968c9
* Tue Oct 26 2010 Michal Schmidt <mschmidt@redhat.com> 0.14.1-1
cc968c9
- Upstream bugfix release.
cc968c9
- Dropped merged patches.
cc968c9
b2d8c46
* Tue Sep 21 2010 Michal Schmidt <mschmidt@redhat.com> 0.14-4
b2d8c46
- Replace our gnome-keyring patch with one picked from upstream hg.
b2d8c46
- Prevent traceback when receiving strange reply to iq:last.
b2d8c46
a867fe1
* Mon Sep 20 2010 Michal Schmidt <mschmidt@redhat.com> 0.14-3
a867fe1
- Require gstreamer-python too. (RHBZ#632927)
a867fe1
e679756
* Tue Sep 14 2010 Michal Schmidt <mschmidt@redhat.com> 0.14-2
e679756
- Require farsight2-python for audio/video. (RHBZ#632927)
e679756
f2104a6
* Mon Sep 06 2010 Michal Schmidt <mschmidt@redhat.com> 0.14-1
f2104a6
- Update to 0.14 release.
f2104a6
aaea827
* Thu Aug 19 2010 Michal Schmidt <mschmidt@redhat.com> 0.13.90-1
aaea827
- Update to 0.13.90 (a.k.a. 0.14 beta1)
aaea827
- Icon cache handling.
977ba2a
- Cleanups and fixes of Requires.
aaea827
- Refresh pygtk crash patch.
977ba2a
- Update gnome-keyring patch.
2c52c09
- Remove now unnecessary declaration and cleaning of BuildRoot.
aaea827
9c1880d
* Tue Aug 10 2010 Michal Schmidt <mschmidt@redhat.com> 0.13.4-2
9c1880d
- Workaround pygtk crash with Python 2.7 (RHBZ#621887).
9c1880d
08d6523
* Sat Apr 03 2010 Michal Schmidt <mschmidt@redhat.com> 0.13.4-1
08d6523
- Update to upstream bugfix release 0.13.4.
08d6523
2d90de0
* Sun Mar 28 2010 Michal Schmidt <mschmidt@redhat.com> 0.13.4-0.1.20100328hg
2d90de0
- Update to current gajim_0.13 branch to fix contact syncing (RHBZ#577534).
2d90de0
c643d51
* Mon Mar 15 2010 Michal Schmidt <mschmidt@redhat.com> 0.13.3-3
c643d51
- What the trayicon really needs is gnome-python2-libegg (RHBZ#573358).
c643d51
7a7804d
* Mon Mar 15 2010 Michal Schmidt <mschmidt@redhat.com> 0.13.3-2
7a7804d
- Require gnome-python2-extras for trayicon (RHBZ#573358).
7a7804d
c8d6480
* Mon Mar 08 2010 Michal Schmidt <mschmidt@redhat.com> 0.13.3-1
c8d6480
- Update to 0.13.3.
c8d6480
- Add gajim-0.13.3-gnome-keyring-CancelledError.patch (RHBZ#556374).
c8d6480
29ae070
* Fri Feb 05 2010 Michal Schmidt <mschmidt@redhat.com> - 0.13.2-1
29ae070
- Version bump to 0.13.2. (RHBZ#541470)
29ae070
- 0.13.1 and 0.13.2 are bugfix releases.
29ae070
- New in 0.13:
29ae070
  * BOSH connection support
29ae070
  * Roster versioning support
29ae070
  * Interface to send XHTML messages
29ae070
  * Changelog: http://hg.gajim.org/gajim/file/cb35a23ac836/ChangeLog
29ae070
  * Bugs fixed: http://trac.gajim.org/query?status=closed&milestone=0.13
29ae070
- 'idle' and 'gtkspell' modules are now implemented in Python using ctype.
29ae070
- Internal 'trayicon' module is not necessary with gnome-python2-desktop.
29ae070
- With no more binary modules included the package is now noarch.
29ae070
- Require python-libasyncns for src/common/resolver.py.
29ae070
- --enable-remote is no longer recognized by ./configure.
29ae070
- Hardlink identical scripts.
29ae070
- Remove fc8, fc9 support.
29ae070
67eafba
* Sat Sep 19 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.12.5-1
67eafba
- Version bump to 0.12.5. (Red Hat Bugzilla #516191)
67eafba
  * Fixed history manager.
67eafba
  * Improved file transfer.
67eafba
  * http://trac.gajim.org/query?status=closed&milestone=0.12.4
67eafba
  * http://trac.gajim.org/browser/ChangeLog?rev=5f8edb79072f
67eafba
f76650c
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.12.3-3
f76650c
- Use bzipped upstream tarball.
f76650c
67eafba
* Fri Jul 24 2009 Release Engineering <rel-eng@fedoraproject.org> - 0.12.3-2
67eafba
- Autorebuild for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0a180cc
0e25a80
* Wed Jul 22 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.12.3-1
0e25a80
- Version bump to 0.12.3. (Red Hat Bugzilla #510803)
0e25a80
  * Better keepalive / ping behaviour.
0e25a80
  * Fixed custom port handling.
0e25a80
  * Fixed PEP discovery.
0e25a80
  * Fixed PLAIN authentication (in particular with Google Talk).
0e25a80
  * Fixed SSL with some servers.
0e25a80
  * Handle XFCE notification-daemon.
0e25a80
  * Improve Kerberos support.
0e25a80
  * NetworkManager 0.7 support.
0e25a80
  * Restore old behaviour of click on systray: left click to open events.
0e25a80
  * Totem support for played music.
67eafba
  * http://trac.gajim.org/query?status=closed&milestone=0.12.2
0e25a80
0e25a80
* Tue Jul 14 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.12.1-2
0e25a80
- Replaced 'License: GPLv2' with 'License: GPLv3'.
0e25a80
- Added 'Requires: gnupg python-crypto python-GnuPGInterface'. (Red Hat
0e25a80
  Bugzilla #510804)
0e25a80
fb51b72
* Sat May 02 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.12.1-3
fb51b72
- Added 'Requires: gnome-python2-bonobo'. (Red Hat Bugzilla #470181)
fb51b72
4f66224
* Tue Feb 24 2009 Release Engineering <rel-eng@fedoraproject.org> - 0.12.1-2
4f66224
- Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
691331e
643b560
* Tue Dec 23 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.12.1-1
643b560
- Version bump to 0.12.1.
0e25a80
  * Fixed click on notifications when text string is empty.
0e25a80
  * Fixed file transfer.
0e25a80
  * Improve systray popup menu.
0e25a80
  * Translation updates: de.
643b560
- /usr/share/gajim/src/gajim-{remote}.py need not contain shebangs nor have the
643b560
  executable bits.
643b560
e5e7570
* Thu Dec 18 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.12-1
e5e7570
- Version bump to 0.12.
0e25a80
  * Better auto-away support.
0e25a80
  * Better sessions support.
0e25a80
  * Fixed Banshee support.
0e25a80
  * Fixed end to end encryption autonegation.
0e25a80
  * Fixed GSSAPI authentication.
0e25a80
  * Fixed text rendering in notifications.
0e25a80
  * Quodlibet support.
67eafba
  * http://trac.gajim.org/query?status=closed&milestone=0.12
67eafba
  * http://trac.gajim.org/browser/tags/gajim-0.12/ChangeLog
e5e7570
- Added 'Requires: notify-python python-kerberos'.
e5e7570
643b560
* Sun Nov 30 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.12-0.1.beta1
fb51b72
- Version bump to 0.12 beta1. (Red Hat Bugzilla #471295)
fb51b72
- Added 'Requires: pyOpenSSL'. (Red Hat Bugzilla #467523)
e5e7570
- Added 'Requires: python-sexy'.
bc6fe13
643b560
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.11.4-7
643b560
- Rebuilding with python-2.6 in Rawhide.
643b560
33ec531
* Sun Nov 09 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.11.4-6
33ec531
- Added 'Requires: gnome-python2-gnome' on all distributions starting from
fb51b72
  Fedora 10. (Red Hat Bugzilla #470181)
33ec531
33ec531
* Tue Oct 28 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.11.4-5
33ec531
- Added 'Requires: avahi-tools'.
33ec531
b2d90b9
* Mon Jul 14 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.11.4-4
b2d90b9
- Rebuilding to overcome Koji outage.
b2d90b9
0caf32a
* Mon Jul 14 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.11.4-3
0caf32a
- Updated BuildRoot according to Fedora packaging guidelines.
fb51b72
- Added 'Requires: gnome-python2-canvas'. (Red Hat Bugzilla #454622)
0caf32a
- Removed 'BuildRequires: pkgconfig' and dropped version from
0caf32a
  'BuildRequires: pygtk2-devel'.
0caf32a
- Fixed docdir and removed empty README.
0caf32a
67eafba
* Tue Feb 19 2008 Release Engineering <rel-eng@fedoraproject.org> - 0.11.4-2
fb9d8d2
- Autorebuild for gcc-4.3.
e378a69
510fffc
* Wed Dec 26 2007 Matěj Cepl <mcepl@redhat.com> 0.11.4-1
ed8d9a3
- New upstream release.
ed8d9a3
Dawid Gajownik fe84f5e
* Sun Nov 25 2007 Dawid Gajownik <gajownik[AT]gmail.com> - 0.11.3-2
Dawid Gajownik fe84f5e
- Fix problem with python(abi)
Dawid Gajownik fe84f5e
- Add Requires: python-docutils
Dawid Gajownik fe84f5e
Dawid Gajownik 5f93636
* Sun Nov 18 2007 Dawid Gajownik <gajownik[AT]gmail.com> - 0.11.3-1
Dawid Gajownik 5f93636
- Update to 0.11.3 (#315931)
Dawid Gajownik 5f93636
- Fix Licence tag
Dawid Gajownik 5f93636
Dawid Gajownik a2c6f86
* Fri Feb 23 2007 Dawid Gajownik <gajownik[AT]gmail.com> - 0.11.1-1
Dawid Gajownik a2c6f86
- Update to 0.11.1
Dawid Gajownik a2c6f86
- Remove python-sqlite2 dependency (it's now provided by python-2.5)
Dawid Gajownik a2c6f86
Dawid Gajownik a2c6f86
* Tue Jan 23 2007 Dawid Gajownik <gajownik[AT]gmail.com> - 0.11.1-0.1.pre1
Dawid Gajownik a2c6f86
- Update to 0.11.1-pre1
Dawid Gajownik a2c6f86
Dawid Gajownik a2c6f86
* Sun Jan 14 2007 Dawid Gajownik <gajownik[AT]gmail.com> - 0.11-1
Dawid Gajownik a2c6f86
- Update to 0.11
Dawid Gajownik a2c6f86
a12da72
* Thu Dec 21 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.10.1-4
a12da72
- Rebuild for new Python.
a12da72
2a41a03
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.10.1-3
Dawid Gajownik a2c6f86
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
2a41a03
Dawid Gajownik 2525c6f
* Mon Sep 18 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.10.1-2
Dawid Gajownik 2525c6f
- Rebuild for FE6
Dawid Gajownik 2525c6f
- Fix mixed-use-of-spaces-and-tabs rpmlint warning
Dawid Gajownik 2525c6f
Dawid Gajownik ae70afb
* Mon Jun  5 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.10.1-1
Dawid Gajownik ae70afb
- Update to 0.10.1
Dawid Gajownik ae70afb
- Change e-mail address in ChangeLog
Dawid Gajownik ae70afb
Dawid Gajownik ae70afb
* Tue May  2 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.10-1
Dawid Gajownik 9fe81e5
- Update to 0.10
Dawid Gajownik 9fe81e5
Dawid Gajownik ae70afb
* Wed Apr 19 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.10-0.1.pre2
Dawid Gajownik 656f42d
- Update to 0.10-pre2
Dawid Gajownik 656f42d
Dawid Gajownik ae70afb
* Thu Apr 13 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.10-0.1.pre1
Dawid Gajownik 5ed2c8c
- Update to 0.10-pre1
Dawid Gajownik 5ed2c8c
- Drop patches
Dawid Gajownik 5ed2c8c
Dawid Gajownik ae70afb
* Thu Mar 30 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.9.1-3
Dawid Gajownik f1996ce
- Remove Gnome dependencies
Dawid Gajownik f1996ce
- Fix crash with notify-daemon (#187274, Stefan Plewako)
Dawid Gajownik f1996ce
  http://trac.gajim.org/ticket/1347
Dawid Gajownik f1996ce
Dawid Gajownik ae70afb
* Tue Feb 14 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.9.1-2
Dawid Gajownik 13119cd
- Rebuild for Fedora Extras 5
Dawid Gajownik 13119cd
Dawid Gajownik ae70afb
* Sun Jan 15 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.9.1-1
Dawid Gajownik 8d2ef47
- update to 0.9.1 (Eric Tanguy, #176614)
Dawid Gajownik 8d2ef47
- drop aplay.patch
Dawid Gajownik 8d2ef47
- fix compilation with modular X.Org X11R7
Dawid Gajownik 8d2ef47
Dawid Gajownik ae70afb
* Tue Sep  6 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.8.2-1
Dawid Gajownik a38e64c
- new version 0.8.2
Dawid Gajownik a38e64c
- remove patches .cflags, .po, .x86_64, .remote (pushed upstream)
Dawid Gajownik a38e64c
Dawid Gajownik ae70afb
* Sat Sep  3 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.8.1-1
Dawid Gajownik 425c0cc
- Version 0.8.1
Dawid Gajownik 425c0cc
- drop gajim-remote.py file (included in tarball)
Dawid Gajownik 425c0cc
Dawid Gajownik ae70afb
* Wed Aug 24 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.8-5
Dawid Gajownik eadc838
- Don't build internal modules
Dawid Gajownik eadc838
Dawid Gajownik ae70afb
* Wed Aug 24 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.8-4
Dawid Gajownik cbfeb0e
- Add missing BuildRequires:  desktop-file-utils
Dawid Gajownik cbfeb0e
Dawid Gajownik ae70afb
* Wed Aug 24 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.8-3
Dawid Gajownik 9674f26
- add .x86_64.patch (fix broken lib dir)
Dawid Gajownik 9674f26
Dawid Gajownik ae70afb
* Wed Aug 24 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.8-2
Dawid Gajownik 2c200cf
- fix gajim-remote.py script
Dawid Gajownik 2c200cf
Dawid Gajownik ae70afb
* Sat Aug 20 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.8-1
Dawid Gajownik 2c200cf
- Initial RPM release.