|
|
c7eb99 |
Name: vino
|
|
|
c7eb99 |
Version: 3.22.0
|
|
|
c7eb99 |
Release: 10%{?dist}
|
|
|
c7eb99 |
Summary: A remote desktop system for GNOME
|
|
|
c7eb99 |
|
|
|
c7eb99 |
License: GPLv2+
|
|
|
c7eb99 |
URL: https://wiki.gnome.org/Projects/Vino
|
|
|
c7eb99 |
#VCS: git:git://git.gnome.org/vino
|
|
|
c7eb99 |
Source0: https://download.gnome.org/sources/%{name}/3.22/%{name}-%{version}.tar.xz
|
|
|
c7eb99 |
|
|
|
c7eb99 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1631391
|
|
|
c7eb99 |
Patch0: Return-error-if-X11-is-not-detected.patch
|
|
|
c7eb99 |
Patch1: Do-not-restart-service-after-unclean-exit-code.patch
|
|
|
c7eb99 |
|
|
|
c7eb99 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1631210
|
|
|
c7eb99 |
Patch2: Do-not-listen-all-if-invalid-interface-is-provided.patch
|
|
|
c7eb99 |
Patch3: Prevent-monitoring-all-interfaces-after-change-of-ot.patch
|
|
|
c7eb99 |
Patch4: Properly-remove-watches-when-changing-server-props.patch
|
|
|
c7eb99 |
|
|
|
c7eb99 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1602728
|
|
|
c7eb99 |
Patch5: Fix-various-defects-reported-by-covscan.patch
|
|
|
c7eb99 |
|
|
|
c7eb99 |
BuildRequires: pkgconfig(avahi-client)
|
|
|
c7eb99 |
BuildRequires: pkgconfig(avahi-glib)
|
|
|
c7eb99 |
BuildRequires: pkgconfig(gnutls)
|
|
|
c7eb99 |
BuildRequires: pkgconfig(gtk+-x11-3.0)
|
|
|
c7eb99 |
BuildRequires: pkgconfig(ice)
|
|
|
c7eb99 |
BuildRequires: pkgconfig(libnotify)
|
|
|
c7eb99 |
BuildRequires: pkgconfig(libsecret-1)
|
|
|
c7eb99 |
BuildRequires: pkgconfig(sm)
|
|
|
c7eb99 |
BuildRequires: libgcrypt-devel
|
|
|
c7eb99 |
BuildRequires: libXt-devel, libXtst-devel, libXdamage-devel
|
|
|
c7eb99 |
BuildRequires: intltool
|
|
|
c7eb99 |
BuildRequires: gettext
|
|
|
c7eb99 |
BuildRequires: desktop-file-utils
|
|
|
c7eb99 |
|
|
|
c7eb99 |
# For user unit.
|
|
|
c7eb99 |
BuildRequires: systemd
|
|
|
c7eb99 |
%{?systemd_requires}
|
|
|
c7eb99 |
|
|
|
c7eb99 |
# Following requires are for directory ownership
|
|
|
c7eb99 |
Requires: dbus
|
|
|
c7eb99 |
|
|
|
c7eb99 |
%description
|
|
|
c7eb99 |
Vino is a VNC server for GNOME. It allows remote users to
|
|
|
c7eb99 |
connect to a running GNOME session using VNC.
|
|
|
c7eb99 |
|
|
|
c7eb99 |
|
|
|
c7eb99 |
%prep
|
|
|
c7eb99 |
%setup -q
|
|
|
c7eb99 |
%patch0 -p1 -b .Return-error-if-X11-is-not-detected
|
|
|
c7eb99 |
%patch1 -p1 -b .Do-not-restart-service-after-unclean-exit-code
|
|
|
c7eb99 |
%patch2 -p1 -b .Do-not-listen-all-if-invalid-interface-is-provided
|
|
|
c7eb99 |
%patch3 -p1 -b .Prevent-monitoring-all-interfaces-after-change-of-ot.patch
|
|
|
c7eb99 |
%patch4 -p1 -b .Properly-remove-watches-when-changing-server-props.patch
|
|
|
c7eb99 |
%patch5 -p1 -b .Fix-various-defects-reported-by-covscan
|
|
|
c7eb99 |
|
|
|
c7eb99 |
|
|
|
c7eb99 |
%build
|
|
|
c7eb99 |
%configure \
|
|
|
c7eb99 |
--disable-silent-rules \
|
|
|
c7eb99 |
--with-avahi \
|
|
|
c7eb99 |
--with-secret \
|
|
|
c7eb99 |
--with-gnutls \
|
|
|
c7eb99 |
--without-telepathy
|
|
|
c7eb99 |
|
|
|
c7eb99 |
make %{?_smp_mflags}
|
|
|
c7eb99 |
|
|
|
c7eb99 |
|
|
|
c7eb99 |
%install
|
|
|
c7eb99 |
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
|
|
c7eb99 |
|
|
|
c7eb99 |
rm -f $RPM_BUILD_ROOT%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
|
|
|
c7eb99 |
rm -f $RPM_BUILD_ROOT%{_datadir}/telepathy/clients/Vino.client
|
|
|
c7eb99 |
|
|
|
c7eb99 |
%find_lang %{name}
|
|
|
c7eb99 |
|
|
|
c7eb99 |
|
|
|
c7eb99 |
%check
|
|
|
c7eb99 |
desktop-file-validate %{buildroot}%{_datadir}/applications/vino-server.desktop
|
|
|
c7eb99 |
|
|
|
c7eb99 |
|
|
|
c7eb99 |
%post
|
|
|
c7eb99 |
%systemd_user_post
|
|
|
c7eb99 |
|
|
|
c7eb99 |
|
|
|
c7eb99 |
%preun
|
|
|
c7eb99 |
%systemd_user_preun
|
|
|
c7eb99 |
|
|
|
c7eb99 |
|
|
|
c7eb99 |
%postun
|
|
|
c7eb99 |
%systemd_user_postun
|
|
|
c7eb99 |
|
|
|
c7eb99 |
|
|
|
c7eb99 |
%files -f %{name}.lang
|
|
|
c7eb99 |
%doc AUTHORS NEWS README docs/TODO docs/remote-desktop.txt
|
|
|
c7eb99 |
%license COPYING
|
|
|
c7eb99 |
%{_libexecdir}/*
|
|
|
c7eb99 |
%{_datadir}/applications/vino-server.desktop
|
|
|
c7eb99 |
%{_datadir}/glib-2.0/schemas/org.gnome.Vino.enums.xml
|
|
|
c7eb99 |
%{_datadir}/glib-2.0/schemas/org.gnome.Vino.gschema.xml
|
|
|
c7eb99 |
%{_userunitdir}/vino-server.service
|
|
|
c7eb99 |
|
|
|
c7eb99 |
|
|
|
c7eb99 |
%changelog
|
|
|
c7eb99 |
* Wed Sep 26 2018 Ondrej Holy <oholy@redhat.com> - 3.22.0-10
|
|
|
c7eb99 |
- Fix various defects reported by covscan
|
|
|
c7eb99 |
- Resolves: #1602728
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Sep 20 2018 Ondrej Holy <oholy@redhat.com> - 3.22.0-9
|
|
|
c7eb99 |
- Do not listen all if invalid interface is provided
|
|
|
c7eb99 |
- Resolves: #1631210
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Sep 20 2018 Ondrej Holy <oholy@redhat.com> - 3.22.0-8
|
|
|
c7eb99 |
- Do not restart service after unclean exit code
|
|
|
c7eb99 |
- Resolves: #1631391
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Aug 13 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.22.0-7
|
|
|
c7eb99 |
- Disable Telepathy support
|
|
|
c7eb99 |
Resolves: #1612055
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-6
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.22.0-5
|
|
|
c7eb99 |
- Remove obsolete scriptlets
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-4
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-3
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-2
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Sep 20 2016 David King <amigadave@amigadave.com> - 3.22.0-1
|
|
|
c7eb99 |
- Update to 3.22.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Sep 13 2016 David King <amigadave@amigadave.com> - 3.21.92-1
|
|
|
c7eb99 |
- Update to 3.21.92
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon May 09 2016 David King <amigadave@amigadave.com> - 3.20.2-1
|
|
|
c7eb99 |
- Update to 3.20.2
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Apr 11 2016 David King <amigadave@amigadave.com> - 3.20.1-1
|
|
|
c7eb99 |
- Update to 3.20.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Mar 22 2016 David King <amigadave@amigadave.com> - 3.20.0-1
|
|
|
c7eb99 |
- Update for 3.20.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.1-2
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Nov 12 2015 David King <amigadave@amigadave.com> - 3.18.1-1
|
|
|
c7eb99 |
- Update to 3.18.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Sep 21 2015 David King <amigadave@amigadave.com> - 3.18.0-1
|
|
|
c7eb99 |
- Update to 3.18.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Sep 01 2015 David King <amigadave@amigadave.com> - 3.17.91-1
|
|
|
c7eb99 |
- Update to 3.17.91
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-2
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
c7eb99 |
- Update to 3.16.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Mar 16 2015 David King <amigadave@amigadave.com> - 3.15.92-1
|
|
|
c7eb99 |
- Update to 3.15.92
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Mar 02 2015 David King <amigadave@amigadave.com> - 3.15.91-1
|
|
|
c7eb99 |
- Update to 3.5.91
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Feb 24 2015 David King <amigadave@amigadave.com> - 3.15.90-2
|
|
|
c7eb99 |
- Avoid a critical warning from EggSMClient on startup (#1194174)
|
|
|
c7eb99 |
- Preserve timestamps during install
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Feb 16 2015 David King <amigadave@amigadave.com> - 3.15.90-1
|
|
|
c7eb99 |
- Update to 3.15.90
|
|
|
c7eb99 |
- Use license macro for COPYING
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Jan 19 2015 David King <amigadave@amigadave.com> - 3.15.4-1
|
|
|
c7eb99 |
- Update to 3.15.4
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Jan 09 2015 David King <amigadave@amigadave.com> - 3.14.1-2
|
|
|
c7eb99 |
- Drop unnecessary libtool sed
|
|
|
c7eb99 |
- Validate desktop file during check phase
|
|
|
c7eb99 |
- Update URL
|
|
|
c7eb99 |
- Use pkgconfig for BuildRequires
|
|
|
c7eb99 |
- Tidy spec file
|
|
|
c7eb99 |
- Remove obsolete calls to gtk-update-icon-cache
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
|
|
|
c7eb99 |
- Update to 3.14.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
c7eb99 |
- Update to 3.14.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
|
|
|
c7eb99 |
- Update to 3.13.90
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3-2
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
|
|
|
c7eb99 |
- Update to 3.13.3
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-3
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Mar 27 2014 Parag <paragn AT fedoraproject DOT org> - 3.12.0-2
|
|
|
c7eb99 |
- update spec file as per merge-review(rh#226527)
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
|
|
|
c7eb99 |
- Update to 3.12.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
|
|
|
c7eb99 |
- Update to 3.11.92
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Jan 13 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
|
|
|
c7eb99 |
- Update to 3.11.4
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
|
|
|
c7eb99 |
- Update to 3.10.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Sep 26 2013 Rex Dieter <rdieter@fedoraproject.org> 3.10.0-2
|
|
|
c7eb99 |
- add explicit avahi build deps, build verbosely.
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
c7eb99 |
- Update to 3.10.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
|
|
|
c7eb99 |
- Update to 3.9.92
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.3-2
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 3.9.3-1
|
|
|
c7eb99 |
- Update to 3.9.3
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
|
|
|
c7eb99 |
- Update to 3.9.2
|
|
|
c7eb99 |
- Adapt the spec file for dropped preferences dialog
|
|
|
c7eb99 |
- Build with libsecret
|
|
|
c7eb99 |
- Update the configure options; most have been renamed from --enable to --with
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
|
|
|
c7eb99 |
- Update to 3.8.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
|
c7eb99 |
- Update to 3.8.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
|
|
|
c7eb99 |
- Update to 3.7.92
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Mar 8 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
|
|
|
c7eb99 |
- Update to 3.7.91
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
|
|
|
c7eb99 |
- Update to 3.7.90
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.4-2
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
|
|
|
c7eb99 |
- Update to 3.7.4
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.3-1
|
|
|
c7eb99 |
- Update to 3.7.3
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sun Dec 2 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.2-2
|
|
|
c7eb99 |
- Don't add a vendor prefix to the desktop file, that breaks
|
|
|
c7eb99 |
activating the preferences from the statusicon (#827913)
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
|
|
|
c7eb99 |
- Update to 3.6.2
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
|
|
c7eb99 |
- Update to 3.6.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
|
|
c7eb99 |
- Update to 3.6.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
|
|
|
c7eb99 |
- Update to 3.5.92
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
|
|
|
c7eb99 |
- Update to 3.5.90
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-2
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
|
|
|
c7eb99 |
- Update to 3.5.2
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sun May 06 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-1
|
|
|
c7eb99 |
- Update to 3.5.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
|
|
|
c7eb99 |
- Silence rpm scriptlet output
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
|
|
|
c7eb99 |
- Update to 3.4.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Mar 27 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
|
|
|
c7eb99 |
- Update to 3.4.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
|
|
|
c7eb99 |
- Update to 3.3.92
|
|
|
c7eb99 |
- Don't BR unique-devel; vino doesn't use libunique any more
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
|
|
|
c7eb99 |
- Update to 3.3.3
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
|
|
|
c7eb99 |
- Update to 3.3.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
|
|
|
c7eb99 |
- Rebuilt for glibc bug#747377
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
|
|
|
c7eb99 |
- Update to 3.2.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
|
|
c7eb99 |
- Update to 3.2.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
|
|
|
c7eb99 |
- Update to 3.1.92
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
|
|
|
c7eb99 |
- Update to 3.1.91
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
|
|
|
c7eb99 |
- Update to 3.1.90
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-1
|
|
|
c7eb99 |
- Update to 3.1.5
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
|
|
|
c7eb99 |
- Update to 3.1.4
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
|
|
|
c7eb99 |
- Update to 3.1.3
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Jun 14 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
|
|
|
c7eb99 |
- Update to 3.1.2
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
|
|
|
c7eb99 |
- Update to 3.1.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.2-2
|
|
|
c7eb99 |
- Update icon cache scriptlet
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed May 4 2011 Christopher Aillon <caillon@redhat.com> - 3.0.2-1
|
|
|
c7eb99 |
- Update to 3.0.2
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
|
|
|
c7eb99 |
- Update to 3.0.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
|
|
|
c7eb99 |
- Update to 3.0.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.5-1
|
|
|
c7eb99 |
- Update to 2.99.5
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.4-1
|
|
|
c7eb99 |
- Update to 2.99.4
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Mar 8 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-1
|
|
|
c7eb99 |
- Update to 2.99.3
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.0-1
|
|
|
c7eb99 |
- Update to 2.99.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.0-3
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Nov 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-2
|
|
|
c7eb99 |
- Rebuild against libnotify 0.7.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
|
|
|
c7eb99 |
- Update to 2.32.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
|
|
|
c7eb99 |
- Update to 2.31.91
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
|
|
|
c7eb99 |
- Update to 2.31.4
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.2-1
|
|
|
c7eb99 |
- Update to 2.28.2
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Oct 19 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
|
|
|
c7eb99 |
- Update to 2.28.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sun Sep 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
|
|
|
c7eb99 |
- Even better, just rely on autostart
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sun Sep 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
|
|
|
c7eb99 |
- Make vino-server set a proper restart command
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
|
|
c7eb99 |
- Update to 2.28.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Sep 7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
|
|
|
c7eb99 |
- Update to 2.27.92
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Aug 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
|
|
|
c7eb99 |
- Update to 2.27.91
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
|
|
|
c7eb99 |
- Update to 2.27.90
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Aug 3 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-2
|
|
|
c7eb99 |
- Enable telepathy
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
|
|
|
c7eb99 |
- Update to 2.27.5
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.1-6
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Jul 9 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-5
|
|
|
c7eb99 |
- Rebuild to shrink GConf schemas
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-4
|
|
|
c7eb99 |
- Try again: rebuild with new gcc
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-3
|
|
|
c7eb99 |
- Rebuild with new gcc
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Jun 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-2
|
|
|
c7eb99 |
- Drop unneeded direct dependencies
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
|
|
|
c7eb99 |
- Update to 2.26.1
|
|
|
c7eb99 |
- See http://download.gnome.org/sources/vino/2.26/vino-2.26.1.news
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
|
|
c7eb99 |
- Update to 2.26.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Mar 2 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.92-1
|
|
|
c7eb99 |
- Update to 2.25.92
|
|
|
c7eb99 |
- Enable NetworkManager support
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
|
|
|
c7eb99 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
|
|
|
c7eb99 |
- Update to 2.25.91
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Feb 3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-1
|
|
|
c7eb99 |
- Update to 2.25.90
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Jan 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.5-1
|
|
|
c7eb99 |
- Update to 2.25.5
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Jan 6 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.4-1
|
|
|
c7eb99 |
- Update to 2.25.4
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.3-1
|
|
|
c7eb99 |
- Update to 2.25.3
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
|
|
c7eb99 |
- Update to 2.24.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
|
|
c7eb99 |
- Update to 2.24.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Sep 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
|
|
|
c7eb99 |
- Update to 2.23.92
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
|
|
|
c7eb99 |
- Update to 2.23.91
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
|
|
|
c7eb99 |
- Update to 2.23.90
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Jul 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-3
|
|
|
c7eb99 |
- Use autostart to have gnome-session start the server
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Jul 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
|
|
|
c7eb99 |
- Use standard icon names
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
|
|
|
c7eb99 |
- Update to 2.23.5
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
|
|
|
c7eb99 |
- Update to 2.22.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
|
|
c7eb99 |
- Update to 2.22.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
|
|
|
c7eb99 |
- Update 2.21.92
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
|
|
|
c7eb99 |
- Update to 2.21.91
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
|
|
|
c7eb99 |
- Update to 2.21.90
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Dec 5 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
|
|
|
c7eb99 |
- Update to 2.21.3
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Nov 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
|
|
|
c7eb99 |
- Update to 2.21.2
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
|
|
|
c7eb99 |
- Rebuild against new dbus-glib
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
|
|
|
c7eb99 |
- Update to 2.20.1 (translation updates)
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Oct 2 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
|
|
|
c7eb99 |
- Fix a directory ownership issue
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
|
|
c7eb99 |
- Update to 2.20.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Sep 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-1
|
|
|
c7eb99 |
- Update to 2.19.92
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
|
|
|
c7eb99 |
- Update to 2.19.90
|
|
|
c7eb99 |
- Update the license field
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Jul 9 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
|
|
|
c7eb99 |
- Update to 2.19.5
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-1
|
|
|
c7eb99 |
- Update to 2.18.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
|
|
c7eb99 |
- Update to 2.18.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
|
|
|
c7eb99 |
- Update to 2.17.92
|
|
|
c7eb99 |
- Drop obsolete patches
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Jan 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-2
|
|
|
c7eb99 |
- Fix some careless gconf value handling
|
|
|
c7eb99 |
- use libnotify
|
|
|
c7eb99 |
- Improve category in the desktop file
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
|
|
|
c7eb99 |
- Update to 2.17.5
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
|
|
|
c7eb99 |
- Update to 2.17.4
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Nov 6 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
|
|
|
c7eb99 |
- Update to 2.17.2
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
|
|
|
c7eb99 |
- Update to 2.16.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-6
|
|
|
c7eb99 |
- Fix scripts according to the packaging guidelines
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Oct 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-5
|
|
|
c7eb99 |
- Fix #191160
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.13.5-4.1
|
|
|
c7eb99 |
- rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Sat Jun 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-4
|
|
|
c7eb99 |
- More missing BuildRequires
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-3
|
|
|
c7eb99 |
- Add missing BuildRequires
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.5-2.2
|
|
|
c7eb99 |
- bump again for double-long bug on ppc(64)
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.5-2.1
|
|
|
c7eb99 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Jan 17 2006 Mark McLoughlin <markmc@redhat.com> 2.13.5-2
|
|
|
c7eb99 |
- Build with --enable-avahi
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
|
|
|
c7eb99 |
- Update to 2.13.5
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
c7eb99 |
- rebuilt
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Sep 26 2005 Mark McLoughlin <markmc@redhat.com> 2.12.0-2
|
|
|
c7eb99 |
- Add patch from Alexandre Oliva <oliva@lsd.ic.unicamp.br> to fix
|
|
|
c7eb99 |
more keyboard brokeness (#158713)
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Sep 7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
|
|
|
c7eb99 |
- Update to 2.12.0
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Aug 17 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-2
|
|
|
c7eb99 |
- Rebuild
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Aug 4 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
|
|
|
c7eb99 |
- New upstream version
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Jul 11 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1.2-1
|
|
|
c7eb99 |
- Newer upstream version
|
|
|
c7eb99 |
- Drop upstreamed patches
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri May 20 2005 Mark McLoughlin <markmc@redhat.com> 2.10.0-4
|
|
|
c7eb99 |
- Fix various keyboarding handling issues:
|
|
|
c7eb99 |
+ bug #142974: caps lock not working
|
|
|
c7eb99 |
+ bug #140515: shift not working with some keys
|
|
|
c7eb99 |
+ bug #134451: over-eager key repeating
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 2.10.0-3
|
|
|
c7eb99 |
- silence %%post
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
|
|
|
c7eb99 |
- rebuilt
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 2.10.0-1
|
|
|
c7eb99 |
- Update to 2.10.0
|
|
|
c7eb99 |
- Update the GTK+ theme icon cache on (un)install
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Mar 2 2005 Mark McLoughlin <markmc@redhat.com> 2.9.2-2
|
|
|
c7eb99 |
- Rebuild with gcc4
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Jan 27 2005 Matthias Clasen <mclasen@redhat.com> 2.9.2-1
|
|
|
c7eb99 |
- Update to 2.9.2
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Oct 12 2004 Mark McLoughlin <markmc@redhat.com> 2.8.1-1
|
|
|
c7eb99 |
- Update to 2.8.1
|
|
|
c7eb99 |
- Remove backported fixes
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Oct 7 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1.1
|
|
|
c7eb99 |
- Don't hang with metacity's "reduced resources" mode (#134240)
|
|
|
c7eb99 |
- Improve the key repeat rate situation a good deal (#134451)
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Sep 29 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1
|
|
|
c7eb99 |
- Update to 2.8.0.1
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0-1
|
|
|
c7eb99 |
- Update to 2.8.0
|
|
|
c7eb99 |
- Remove upstreamed work-without-gnutls patch
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Sep 7 2004 Matthias Clasen <mclasen@redhat.com> 2.7.92-3
|
|
|
c7eb99 |
- Disable help button until there is help (#131632)
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Sep 1 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-2
|
|
|
c7eb99 |
- Add patch to fix hang without GNU TLS (bug #131354)
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-1
|
|
|
c7eb99 |
- Update to 2.7.92
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Aug 17 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91-1
|
|
|
c7eb99 |
- Update to 2.7.91
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Mon Aug 16 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-2
|
|
|
c7eb99 |
- Define libgcrypt_version
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Thu Aug 12 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1
|
|
|
c7eb99 |
- Update to 2.7.90
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Wed Aug 4 2004 Mark McLoughlin <markmc@redhat.com> 2.7.4-1
|
|
|
c7eb99 |
- Update to 2.7.4
|
|
|
c7eb99 |
|
|
|
c7eb99 |
* Tue Jul 13 2004 Mark McLoughlin <markmc@redhat.com> 2.7.3.1-1
|
|
|
c7eb99 |
- Initial build.
|