Blame SPECS/vino.spec

8a737c
%define libgcrypt_version 1.2.0
8a737c
%define libnotify_version 0.7.0
8a737c
%define telepathy_glib_version 0.11.6
8a737c
8a737c
Summary: A remote desktop system for GNOME
8a737c
Name: vino
8d437d
Version: 3.14.2
8d437d
Release: 1%{?dist}
8a737c
URL: http://www.gnome.org
8a737c
#VCS: git:git://git.gnome.org/vino
8d437d
Source0: http://download.gnome.org/sources/vino/3.14/%{name}-%{version}.tar.xz
df278b
8a737c
License: GPLv2+
8a737c
8d437d
BuildRequires: gnutls-devel
8a737c
BuildRequires: gtk3-devel
8a737c
BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
8a737c
BuildRequires: libnotify-devel >= %{libnotify_version}
8a737c
BuildRequires: telepathy-glib-devel >= %{telepathy_glib_version}
8d437d
BuildRequires: libXt-devel, libXtst-devel, libXdamage-devel
8d437d
BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib)
8a737c
BuildRequires: intltool
8a737c
BuildRequires: gettext
8d437d
BuildRequires: libsecret-devel
8a737c
BuildRequires: libsoup-devel
8a737c
BuildRequires: NetworkManager-devel
8a737c
BuildRequires: libSM-devel
8a737c
# BuildRequires: autoconf automake libtool
8a737c
BuildRequires: gnome-common
8d437d
BuildRequires: desktop-file-utils
8d437d
8d437d
# Following requires are for directory ownership
8d437d
Requires: telepathy-filesystem
8d437d
Requires: dbus
8a737c
8a737c
%description
8a737c
Vino is a VNC server for GNOME. It allows remote users to
8a737c
connect to a running GNOME session using VNC.
8a737c
8a737c
%prep
8a737c
%setup -q
8a737c
8a737c
# autoreconf -i -f
8a737c
# intltoolize --force
8a737c
8a737c
%build
8a737c
%configure                      \
8d437d
  --disable-silent-rules        \
8d437d
  --with-avahi                  \
8d437d
  --with-network-manager        \
8d437d
  --with-secret                 \
8d437d
  --with-telepathy              \
8d437d
  --with-gnutls                 \
8a737c
8a737c
# drop unneeded direct library deps with --as-needed
8a737c
# libtool doesn't make this easy, so we do it the hard way
8a737c
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
8a737c
8a737c
make %{?_smp_mflags}
8a737c
8a737c
%install
8a737c
make install DESTDIR=$RPM_BUILD_ROOT
8a737c
8d437d
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/vino-server.desktop
8d437d
8a737c
8a737c
%find_lang %{name}
8a737c
8a737c
%post
8a737c
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
8a737c
8a737c
%postun
8a737c
if [ $1 -eq 0 ]; then
8a737c
  touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
8a737c
  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
8a737c
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
8a737c
fi
8a737c
8a737c
%posttrans
8a737c
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
8a737c
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
8a737c
8a737c
8a737c
%files -f %{name}.lang
8a737c
%doc AUTHORS COPYING NEWS README docs/TODO docs/remote-desktop.txt
8a737c
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
8a737c
%{_datadir}/telepathy/clients/Vino.client
8a737c
%{_libexecdir}/*
8d437d
%{_datadir}/applications/vino-server.desktop
8a737c
%{_datadir}/glib-2.0/schemas/org.gnome.Vino.enums.xml
8a737c
%{_datadir}/glib-2.0/schemas/org.gnome.Vino.gschema.xml
8a737c
%{_datadir}/GConf/gsettings/org.gnome.Vino.convert
8a737c
8a737c
%changelog
8d437d
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 3.14.2-1
8d437d
- Update to 3.14.2
8d437d
- Resolves: #1174570, #1192548
8d437d
df278b
* Sat Feb 15 2014 Soren Sandmann <ssp@redhat.com> - 3.8.1-10
df278b
- Do not install vino-preferences.ui (#1059231)
df278b
df278b
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.1-9
df278b
- Mass rebuild 2014-01-24
df278b
df278b
* Tue Jan 7 2014 Soren Sandmann <ssp@redhat.com> - 3.8.1-8
df278b
- Make 'initialised' variable static; caught by coverity
df278b
df278b
* Mon Jan 6 2014 Soren Sandmann <ssp@redhat.com> - 3.8.1-7
df278b
- Also dont install the .desktop file for vino-preferences
df278b
df278b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.1-6
df278b
- Mass rebuild 2013-12-27
df278b
df278b
* Fri Dec 20 2013 Soren Sandmann <ssp@redhat.com> - 3.8.1-5
df278b
- Dont install vino-preferences and vino-passwd.
df278b
- This fixes bugs 882985, 948897, and 955591
df278b
df278b
* Tue Dec 17 2013 Soren Sandmann <ssp@redhat.com> - 3.8.1-4
df278b
- Translation updates (bz 1030384)
df278b
8a737c
* Wed Sep 18 2013 Debarshi Ray <rishi@fedorapeople.org> - 3.8.1-3
8a737c
- Fix denial of service (CVE-2013-5745)
8a737c
8a737c
* Mon Jun 10 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-2
8a737c
- Be more careful with memory allocation
8a737c
8a737c
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
8a737c
- Update to 3.8.1
8a737c
8a737c
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
8a737c
- Update to 3.8.0
8a737c
8a737c
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
8a737c
- Update to 3.7.92
8a737c
8a737c
* Fri Mar  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
8a737c
- Update to 3.7.91
8a737c
8a737c
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
8a737c
- Update to 3.7.90
8a737c
8a737c
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.4-2
8a737c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8a737c
8a737c
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
8a737c
- Update to 3.7.4
8a737c
8a737c
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.3-1
8a737c
- Update to 3.7.3
8a737c
8a737c
* Sun Dec  2 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.2-2
8a737c
- Don't add a vendor prefix to the desktop file, that breaks
8a737c
  activating the preferences from the statusicon (#827913)
8a737c
8a737c
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
8a737c
- Update to 3.6.2
8a737c
8a737c
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
8a737c
- Update to 3.6.1
8a737c
8a737c
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
8a737c
- Update to 3.6.0
8a737c
8a737c
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
8a737c
- Update to 3.5.92
8a737c
8a737c
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
8a737c
- Update to 3.5.90
8a737c
8a737c
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-2
8a737c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8a737c
8a737c
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
8a737c
- Update to 3.5.2
8a737c
8a737c
* Sun May 06 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-1
8a737c
- Update to 3.5.1
8a737c
8a737c
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
8a737c
- Silence rpm scriptlet output
8a737c
8a737c
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
8a737c
- Update to 3.4.1
8a737c
8a737c
* Tue Mar 27 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
8a737c
- Update to 3.4.0
8a737c
8a737c
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
8a737c
- Update to 3.3.92
8a737c
- Don't BR unique-devel; vino doesn't use libunique any more
8a737c
8a737c
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
8a737c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8a737c
8a737c
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
8a737c
- Update to 3.3.3
8a737c
8a737c
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
8a737c
- Update to 3.3.1
8a737c
8a737c
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
8a737c
- Rebuilt for glibc bug#747377
8a737c
8a737c
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
8a737c
- Update to 3.2.1
8a737c
8a737c
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
8a737c
- Update to 3.2.0
8a737c
8a737c
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
8a737c
- Update to 3.1.92
8a737c
8a737c
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
8a737c
- Update to 3.1.91
8a737c
8a737c
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
8a737c
- Update to 3.1.90
8a737c
8a737c
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-1
8a737c
- Update to 3.1.5
8a737c
8a737c
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
8a737c
- Update to 3.1.4
8a737c
8a737c
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
8a737c
- Update to 3.1.3
8a737c
8a737c
* Tue Jun 14 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
8a737c
- Update to 3.1.2
8a737c
8a737c
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
8a737c
- Update to 3.1.1
8a737c
8a737c
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.2-2
8a737c
- Update icon cache scriptlet
8a737c
8a737c
* Wed May  4 2011 Christopher Aillon <caillon@redhat.com> - 3.0.2-1
8a737c
- Update to 3.0.2
8a737c
8a737c
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
8a737c
- Update to 3.0.1
8a737c
8a737c
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
8a737c
- Update to 3.0.0
8a737c
8a737c
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.5-1
8a737c
- Update to 2.99.5
8a737c
8a737c
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.4-1
8a737c
- Update to 2.99.4
8a737c
8a737c
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-1
8a737c
- Update to 2.99.3
8a737c
8a737c
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.0-1
8a737c
- Update to 2.99.0
8a737c
8a737c
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.0-3
8a737c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8a737c
8a737c
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-2
8a737c
- Rebuild against libnotify 0.7.0
8a737c
8a737c
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
8a737c
- Update to 2.32.0
8a737c
8a737c
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
8a737c
- Update to 2.31.91
8a737c
8a737c
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
8a737c
- Update to 2.31.4
8a737c
8a737c
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.2-1
8a737c
- Update to 2.28.2
8a737c
8a737c
* Mon Oct 19 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
8a737c
- Update to 2.28.1
8a737c
8a737c
* Sun Sep 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
8a737c
- Even better, just rely on autostart
8a737c
8a737c
* Sun Sep 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
8a737c
- Make vino-server set a proper restart command
8a737c
8a737c
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
8a737c
- Update to 2.28.0
8a737c
8a737c
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
8a737c
- Update to 2.27.92
8a737c
8a737c
* Tue Aug 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
8a737c
- Update to 2.27.91
8a737c
8a737c
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
8a737c
- Update to 2.27.90
8a737c
8a737c
* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-2
8a737c
- Enable telepathy
8a737c
8a737c
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
8a737c
- Update to 2.27.5
8a737c
8a737c
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.1-6
8a737c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8a737c
8a737c
* Thu Jul  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-5
8a737c
- Rebuild to shrink GConf schemas
8a737c
8a737c
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-4
8a737c
- Try again: rebuild with new gcc
8a737c
8a737c
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-3
8a737c
- Rebuild with new gcc
8a737c
8a737c
* Fri Jun 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-2
8a737c
- Drop unneeded direct dependencies
8a737c
8a737c
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
8a737c
- Update to 2.26.1
8a737c
- See http://download.gnome.org/sources/vino/2.26/vino-2.26.1.news
8a737c
8a737c
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
8a737c
- Update to 2.26.0
8a737c
8a737c
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.92-1
8a737c
- Update to 2.25.92
8a737c
- Enable NetworkManager support
8a737c
8a737c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
8a737c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8a737c
8a737c
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
8a737c
- Update to 2.25.91
8a737c
8a737c
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-1
8a737c
- Update to 2.25.90
8a737c
8a737c
* Fri Jan 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.5-1
8a737c
- Update to 2.25.5
8a737c
8a737c
* Tue Jan  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.4-1
8a737c
- Update to 2.25.4
8a737c
8a737c
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.3-1
8a737c
- Update to 2.25.3
8a737c
8a737c
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
8a737c
- Update to 2.24.1
8a737c
8a737c
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
8a737c
- Update to 2.24.0
8a737c
8a737c
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
8a737c
- Update to 2.23.92
8a737c
8a737c
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
8a737c
- Update to 2.23.91
8a737c
8a737c
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
8a737c
- Update to 2.23.90
8a737c
8a737c
* Fri Jul 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-3
8a737c
- Use autostart to have gnome-session start the server
8a737c
8a737c
* Fri Jul 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
8a737c
- Use standard icon names
8a737c
8a737c
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
8a737c
- Update to 2.23.5
8a737c
8a737c
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
8a737c
- Update to 2.22.1
8a737c
8a737c
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
8a737c
- Update to 2.22.0
8a737c
8a737c
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
8a737c
- Update 2.21.92
8a737c
8a737c
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
8a737c
- Update to 2.21.91
8a737c
8a737c
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
8a737c
- Update to 2.21.90
8a737c
8a737c
* Wed Dec  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
8a737c
- Update to 2.21.3
8a737c
8a737c
* Tue Nov 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
8a737c
- Update to 2.21.2
8a737c
8a737c
* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
8a737c
- Rebuild against new dbus-glib
8a737c
8a737c
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
8a737c
- Update to 2.20.1 (translation updates)
8a737c
8a737c
* Tue Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
8a737c
- Fix a directory ownership issue
8a737c
8a737c
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
8a737c
- Update to 2.20.0
8a737c
8a737c
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-1
8a737c
- Update to 2.19.92
8a737c
8a737c
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
8a737c
- Update to 2.19.90
8a737c
- Update the license field
8a737c
8a737c
* Mon Jul  9 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
8a737c
- Update to 2.19.5
8a737c
8a737c
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-1
8a737c
- Update to 2.18.1
8a737c
8a737c
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
8a737c
- Update to 2.18.0
8a737c
8a737c
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
8a737c
- Update to 2.17.92
8a737c
- Drop obsolete patches
8a737c
8a737c
* Wed Jan 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-2
8a737c
- Fix some careless gconf value handling
8a737c
- use libnotify
8a737c
- Improve category in the desktop file
8a737c
8a737c
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
8a737c
- Update to 2.17.5
8a737c
8a737c
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
8a737c
- Update to 2.17.4
8a737c
8a737c
* Mon Nov  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
8a737c
- Update to 2.17.2
8a737c
df278b
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
8a737c
- Update to 2.16.0
8a737c
8a737c
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-6
8a737c
- Fix scripts according to the packaging guidelines
8a737c
8a737c
* Tue Oct 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-5
8a737c
- Fix #191160
8a737c
8a737c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.13.5-4.1
8a737c
- rebuild
8a737c
8a737c
* Sat Jun 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-4
8a737c
- More missing BuildRequires
8a737c
8a737c
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-3
8a737c
- Add missing BuildRequires
8a737c
8a737c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.5-2.2
8a737c
- bump again for double-long bug on ppc(64)
8a737c
8a737c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.5-2.1
8a737c
- rebuilt for new gcc4.1 snapshot and glibc changes
8a737c
8a737c
* Tue Jan 17 2006 Mark McLoughlin <markmc@redhat.com> 2.13.5-2
8a737c
- Build with --enable-avahi
8a737c
8a737c
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
8a737c
- Update to 2.13.5
8a737c
8a737c
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8a737c
- rebuilt
8a737c
8a737c
* Mon Sep 26 2005 Mark McLoughlin <markmc@redhat.com> 2.12.0-2
8a737c
- Add patch from Alexandre Oliva <oliva@lsd.ic.unicamp.br> to fix
8a737c
  more keyboard brokeness (#158713)
8a737c
8a737c
* Wed Sep  7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
8a737c
- Update to 2.12.0
8a737c
8a737c
* Wed Aug 17 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-2
8a737c
- Rebuild
8a737c
8a737c
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
8a737c
- New upstream version
8a737c
8a737c
* Mon Jul 11 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1.2-1
8a737c
- Newer upstream version
8a737c
- Drop upstreamed patches
8a737c
8a737c
* Fri May 20 2005 Mark McLoughlin <markmc@redhat.com> 2.10.0-4
8a737c
- Fix various keyboarding handling issues:
8a737c
   + bug #142974: caps lock not working
8a737c
   + bug #140515: shift not working with some keys
8a737c
   + bug #134451: over-eager key repeating
8a737c
8a737c
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 2.10.0-3
8a737c
- silence %%post
8a737c
8a737c
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
8a737c
- rebuilt
8a737c
8a737c
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 2.10.0-1
8a737c
- Update to 2.10.0
8a737c
- Update the GTK+ theme icon cache on (un)install
8a737c
8a737c
* Wed Mar  2 2005 Mark McLoughlin <markmc@redhat.com> 2.9.2-2
8a737c
- Rebuild with gcc4
8a737c
8a737c
* Thu Jan 27 2005 Matthias Clasen <mclasen@redhat.com> 2.9.2-1
8a737c
- Update to 2.9.2
8a737c
8a737c
* Tue Oct 12 2004 Mark McLoughlin <markmc@redhat.com> 2.8.1-1
8a737c
- Update to 2.8.1
8a737c
- Remove backported fixes
8a737c
8a737c
* Thu Oct  7 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1.1
8a737c
- Don't hang with metacity's "reduced resources" mode (#134240) 
8a737c
- Improve the key repeat rate situation a good deal (#134451)
8a737c
8a737c
* Wed Sep 29 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1
8a737c
- Update to 2.8.0.1
8a737c
8a737c
* Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0-1
8a737c
- Update to 2.8.0
8a737c
- Remove upstreamed work-without-gnutls patch
8a737c
8a737c
* Tue Sep  7 2004 Matthias Clasen <mclasen@redhat.com> 2.7.92-3
8a737c
- Disable help button until there is help (#131632)
8a737c
 
8a737c
* Wed Sep  1 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-2
8a737c
- Add patch to fix hang without GNU TLS (bug #131354)
8a737c
8a737c
* Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-1
8a737c
- Update to 2.7.92
8a737c
8a737c
* Tue Aug 17 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91-1
8a737c
- Update to 2.7.91
8a737c
8a737c
* Mon Aug 16 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-2
8a737c
- Define libgcrypt_version
8a737c
8a737c
* Thu Aug 12 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1
8a737c
- Update to 2.7.90
8a737c
8a737c
* Wed Aug  4 2004 Mark McLoughlin <markmc@redhat.com> 2.7.4-1
8a737c
- Update to 2.7.4
8a737c
8a737c
* Tue Jul 13 2004 Mark McLoughlin <markmc@redhat.com> 2.7.3.1-1
8a737c
- Initial build.