2010-07-13 08:37:00 +00:00
|
|
|
Name: spice
|
2021-04-19 08:47:27 +00:00
|
|
|
Version: 0.15.0
|
2022-01-22 01:27:47 +00:00
|
|
|
Release: 4%{?dist}
|
2010-07-13 08:37:00 +00:00
|
|
|
Summary: Implements the SPICE protocol
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.spice-space.org/
|
2010-07-20 20:03:33 +00:00
|
|
|
Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
|
2021-04-19 08:47:27 +00:00
|
|
|
Source1: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2.sig
|
2019-04-30 10:14:20 +00:00
|
|
|
Source2: victortoso-E37A484F.keyring
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=613529
|
2017-11-08 17:20:56 +00:00
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
2012-06-01 12:35:39 +00:00
|
|
|
ExclusiveArch: x86_64
|
|
|
|
%else
|
2016-06-14 15:01:44 +00:00
|
|
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
|
2012-06-01 12:35:39 +00:00
|
|
|
%endif
|
2010-07-13 08:37:00 +00:00
|
|
|
|
2021-01-11 23:30:27 +00:00
|
|
|
BuildRequires: make
|
2021-04-19 08:47:27 +00:00
|
|
|
BuildRequires: gcc gcc-c++
|
2010-07-13 08:37:00 +00:00
|
|
|
BuildRequires: pkgconfig
|
2012-12-20 20:07:39 +00:00
|
|
|
BuildRequires: glib2-devel >= 2.22
|
2019-04-30 10:14:20 +00:00
|
|
|
BuildRequires: spice-protocol >= 0.14.0
|
2014-05-19 14:51:12 +00:00
|
|
|
BuildRequires: opus-devel
|
2017-08-24 15:38:53 +00:00
|
|
|
BuildRequires: pixman-devel openssl-devel libjpeg-devel
|
2011-07-25 15:52:06 +00:00
|
|
|
BuildRequires: libcacard-devel cyrus-sasl-devel
|
2017-08-24 15:38:53 +00:00
|
|
|
BuildRequires: lz4-devel
|
|
|
|
BuildRequires: gstreamer1-devel gstreamer1-plugins-base-devel
|
2017-09-26 08:53:36 +00:00
|
|
|
BuildRequires: orc-devel
|
2016-04-13 15:27:08 +00:00
|
|
|
BuildRequires: gnupg2
|
2017-02-06 18:39:40 +00:00
|
|
|
BuildRequires: git-core
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The Simple Protocol for Independent Computing Environments (SPICE) is
|
|
|
|
a remote display system built for virtual environments which allows
|
|
|
|
you to view a computing 'desktop' environment not only on the machine
|
|
|
|
where it is running, but from anywhere on the Internet and from a wide
|
|
|
|
variety of machine architectures.
|
|
|
|
|
2012-09-28 09:36:29 +00:00
|
|
|
|
2010-07-13 08:37:00 +00:00
|
|
|
%package server
|
|
|
|
Summary: Implements the server side of the SPICE protocol
|
2013-08-02 14:31:39 +00:00
|
|
|
Obsoletes: spice-client < %{version}-%{release}
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
%description server
|
|
|
|
The Simple Protocol for Independent Computing Environments (SPICE) is
|
|
|
|
a remote display system built for virtual environments which allows
|
|
|
|
you to view a computing 'desktop' environment not only on the machine
|
|
|
|
where it is running, but from anywhere on the Internet and from a wide
|
|
|
|
variety of machine architectures.
|
|
|
|
|
|
|
|
This package contains the run-time libraries for any application that wishes
|
|
|
|
to be a SPICE server.
|
|
|
|
|
2012-09-28 09:36:29 +00:00
|
|
|
|
2010-07-13 08:37:00 +00:00
|
|
|
%package server-devel
|
|
|
|
Summary: Header files, libraries and development documentation for spice-server
|
2013-08-02 14:31:39 +00:00
|
|
|
Requires: %{name}-server%{?_isa} = %{version}-%{release}
|
2010-07-13 08:37:00 +00:00
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description server-devel
|
|
|
|
This package contains the header files, static libraries and development
|
|
|
|
documentation for spice-server. If you like to develop programs
|
|
|
|
using spice-server, you will need to install spice-server-devel.
|
|
|
|
|
2012-09-28 09:36:29 +00:00
|
|
|
|
2010-07-13 08:37:00 +00:00
|
|
|
%prep
|
2016-04-13 16:04:26 +00:00
|
|
|
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
2017-02-06 17:44:11 +00:00
|
|
|
%autosetup -S git_am
|
2012-09-06 17:58:53 +00:00
|
|
|
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
%build
|
2012-06-01 12:14:02 +00:00
|
|
|
%define configure_client --disable-client
|
2021-04-19 08:47:27 +00:00
|
|
|
%configure --enable-smartcard --disable-client --enable-lz4 --enable-gstreamer=1.0 --disable-celt051 --disable-werror
|
2012-09-28 09:36:29 +00:00
|
|
|
make %{?_smp_mflags} WARN_CFLAGS='' V=1
|
|
|
|
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
rm -f %{buildroot}%{_libdir}/libspice-server.a
|
|
|
|
rm -f %{buildroot}%{_libdir}/libspice-server.la
|
2011-09-28 13:12:58 +00:00
|
|
|
mkdir -p %{buildroot}%{_libexecdir}
|
2012-06-01 12:14:02 +00:00
|
|
|
|
|
|
|
|
2018-02-03 17:08:54 +00:00
|
|
|
%ldconfig_scriptlets server
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
|
2012-09-28 09:36:29 +00:00
|
|
|
%files server
|
2016-06-14 15:01:44 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING
|
2020-02-27 12:50:01 +00:00
|
|
|
%doc README CHANGELOG.md
|
2012-09-28 09:36:29 +00:00
|
|
|
%{_libdir}/libspice-server.so.1*
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
%files server-devel
|
|
|
|
%{_includedir}/spice-server
|
|
|
|
%{_libdir}/libspice-server.so
|
|
|
|
%{_libdir}/pkgconfig/spice-server.pc
|
|
|
|
|
2012-09-28 09:36:29 +00:00
|
|
|
|
2012-05-13 11:42:48 +00:00
|
|
|
%changelog
|
2022-01-22 01:27:47 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-09-14 17:15:22 +00:00
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 0.15.0-3
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
2021-07-23 18:05:46 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-04-19 08:47:27 +00:00
|
|
|
* Mon Apr 19 2021 Victor Toso <victortoso@redhat.com> - 0.15.0-1
|
|
|
|
- Update to 0.15.0
|
|
|
|
|
2021-01-27 20:52:36 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-29 11:16:57 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-02-27 12:50:01 +00:00
|
|
|
* Thu Feb 27 2020 Victor Toso <victortoso@redhat.com> - 0.14.3-1
|
|
|
|
- Update to 0.14.3
|
|
|
|
|
2020-01-31 00:03:59 +00:00
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 23:53:55 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-04-30 10:14:20 +00:00
|
|
|
* Tue Apr 30 2019 Victor Toso <victortoso@redhat.com> - 0.14.2-1
|
|
|
|
- Update to 0.14.2
|
|
|
|
|
2019-01-24 14:21:13 +00:00
|
|
|
* Tue Feb 05 2019 Christophe Fergeau <cfergeau@redhat.com> - 0.14.1-3
|
|
|
|
- Fix off-by-one error during guest-to-host memory address conversion
|
|
|
|
Resolves: CVE-2019-3813
|
|
|
|
|
2019-02-03 08:19:29 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-08-22 15:00:14 +00:00
|
|
|
* Fri Aug 17 2018 Christophe Fergeau <cfergeau@redhat.com> - 0.14.1-1
|
|
|
|
- New upstream release
|
|
|
|
- Disable celt 0.5.1 support, Opus support has been there for 4 years, so
|
|
|
|
celt should no longer be needed
|
|
|
|
|
2018-07-14 06:33:02 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-09 17:24:00 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-03 17:08:54 +00:00
|
|
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.14.0-3
|
|
|
|
- Switch to %%ldconfig_scriptlets
|
|
|
|
|
2017-11-08 17:20:56 +00:00
|
|
|
* Wed Nov 08 2017 Merlin Mathesius <mmathesi@redhat.com> - 0.14.0-2
|
|
|
|
- Cleanup spec file conditionals
|
|
|
|
|
2017-10-11 11:40:25 +00:00
|
|
|
* Wed Oct 11 2017 Christophe Fergeau <cfergeau@redhat.com> - 0.14.0-1
|
|
|
|
- Update to new stable release
|
|
|
|
|
2017-09-26 08:53:36 +00:00
|
|
|
* Tue Sep 26 2017 Christophe Fergeau <christophe@redhat.com> - 0.13.91-1
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
2017-08-24 15:38:53 +00:00
|
|
|
* Thu Aug 24 2017 Christophe Fergeau <cfergeau@redhat.com> - 0.13.90-3
|
|
|
|
- Add missing (new) BuildRequires, remove obsolete one
|
|
|
|
|
2017-08-03 08:45:15 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.90-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 08:14:57 +00:00
|
|
|
* Wed Jul 26 2017 Christophe Fergeau <cfergeau@redhat.com> 0.13.90-1
|
|
|
|
- Update to latest upstream release (0.13.90)
|
|
|
|
|
2017-02-06 17:44:11 +00:00
|
|
|
* Mon Feb 06 2017 Christophe Fergeau <cfergeau@redhat.com> 0.13.3-2
|
|
|
|
- Add upstream patches fixing CVE-2016-9577 and CVE-2016-9578
|
|
|
|
|
2016-11-21 16:58:10 +00:00
|
|
|
* Mon Nov 21 2016 Christophe Fergeau <cfergeau@redhat.com> 0.13.3-1
|
|
|
|
- Update to spice 0.13.3
|
|
|
|
|
2016-07-08 15:37:47 +00:00
|
|
|
* Fri Aug 05 2016 Christophe Fergeau <cfergeau@redhat.com> - 0.13.2-1
|
|
|
|
- Update to spice 0.13.2
|
|
|
|
|
2016-06-14 15:01:44 +00:00
|
|
|
* Tue Jun 14 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.1-2
|
|
|
|
- Use %%license
|
|
|
|
- Build on aarch64
|
|
|
|
|
2016-04-13 15:17:20 +00:00
|
|
|
* Wed Apr 13 2016 Christophe Fergeau <cfergeau@redhat.com> 0.13.1-1
|
|
|
|
- Update to 0.13.1 release. This is a development release, but by the
|
|
|
|
time Fedora 25 gets released, a stable 0.14.0 should be released.
|
|
|
|
|
2016-02-05 00:26:31 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-10-06 16:15:53 +00:00
|
|
|
* Tue Oct 06 2015 Christophe Fergeau <cfergeau@redhat.com> 0.12.6-1
|
|
|
|
- Update to new 0.12.6 upstream release
|
|
|
|
|
2015-07-29 16:40:41 +00:00
|
|
|
* Wed Jul 29 2015 Christophe Fergeau <cfergeau@redhat.com> 0.12.5-9
|
|
|
|
- Drop patch added in previous build which is no longer needed with
|
|
|
|
spice-protocol 0.12.9 (and actually is actually breaking QEMU compilation
|
|
|
|
without an additional patch)
|
|
|
|
|
2015-07-03 15:09:19 +00:00
|
|
|
* Fri Jul 03 2015 Christophe Fergeau <cfergeau@redhat.com> 0.12.5-8
|
|
|
|
- Add upstream patch avoiding a regression in spice-protocol 0.12.8 which
|
|
|
|
breaks SPICE support in QEMU
|
|
|
|
|
2015-07-02 11:56:16 +00:00
|
|
|
* Thu Jul 02 2015 Christophe Fergeau <cfergeau@redhat.com> 0.12.5-7
|
|
|
|
- Fix migration race condition which causes a crash when triggered
|
|
|
|
Resolves: rhbz#1238212
|
|
|
|
|
2015-06-19 01:28:20 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-25 10:46:28 +00:00
|
|
|
* Mon Aug 25 2014 Christophe Fergeau <cfergeau@redhat.com> 0.12.5-5
|
|
|
|
- Fix advertised sound playback/recording rates in public headers
|
|
|
|
Resolves: rhbz#1129961 (QEMU would need a rebuild though)
|
|
|
|
|
2014-08-18 03:21:43 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-08 06:57:26 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-19 14:51:12 +00:00
|
|
|
* Mon May 19 2014 Christophe Fergeau <cfergeau@redhat.com> 0.12.5-2
|
|
|
|
- Add missing BuildRequires in order to enable Opus support
|
|
|
|
|
2014-05-19 12:58:36 +00:00
|
|
|
* Mon May 19 2014 Christophe Fergeau <cfergeau@redhat.com> 0.12.5-1
|
|
|
|
- Update to new 0.12.5 release
|
|
|
|
|
2013-10-30 10:36:24 +00:00
|
|
|
* Wed Oct 30 2013 Christophe Fergeau <cfergeau@redhat.com> 0.12.4-3
|
|
|
|
- Add patch fixing CVE-2013-4282
|
|
|
|
|
2013-09-13 15:12:59 +00:00
|
|
|
* Fri Sep 13 2013 Christophe Fergeau <cfergeau@redhat.com> 0.12.4-2
|
|
|
|
- Add upstream patch fixing rhbz#995041
|
|
|
|
|
2013-08-02 14:31:39 +00:00
|
|
|
* Fri Aug 2 2013 Hans de Goede <hdegoede@redhat.com> - 0.12.4-1
|
|
|
|
- New upstream bug-fix release 0.12.4
|
|
|
|
- Add patches from upstream git to fix sound-channel-free crash (rhbz#986407)
|
|
|
|
- Add Obsoletes for dropped spice-client sub-package
|
|
|
|
|
2013-05-23 13:27:11 +00:00
|
|
|
* Thu May 23 2013 Christophe Fergeau <cfergeau@redhat.com> 0.12.3-2
|
|
|
|
- Stop building spicec, it's obsolete and superseded by remote-viewer
|
|
|
|
(part of virt-viewer)
|
|
|
|
|
2013-05-21 16:08:13 +00:00
|
|
|
* Tue May 21 2013 Christophe Fergeau <cfergeau@redhat.com> 0.12.3-1
|
|
|
|
- New upstream release 0.12.3
|
|
|
|
- Drop all patches (they were all upstreamed)
|
|
|
|
|
2013-04-15 14:33:26 +00:00
|
|
|
* Mon Apr 15 2013 Hans de Goede <hdegoede@redhat.com> - 0.12.2-4
|
|
|
|
- Add fix from upstream for a crash when the guest uses RGBA (rhbz#952242)
|
|
|
|
|
2013-03-07 14:44:20 +00:00
|
|
|
* Thu Mar 07 2013 Adam Jackson <ajax@redhat.com> 0.12.2-4
|
|
|
|
- Rebuild for new libsasl2 soname in F19
|
|
|
|
|
2013-01-21 15:09:59 +00:00
|
|
|
* Mon Jan 21 2013 Hans de Goede <hdegoede@redhat.com> - 0.12.2-3
|
|
|
|
- Add a number of misc. bug-fixes from upstream
|
|
|
|
|
2012-12-21 19:13:19 +00:00
|
|
|
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 0.12.2-2
|
|
|
|
- rebuild against new libjpeg
|
|
|
|
|
2012-12-20 20:07:39 +00:00
|
|
|
* Thu Dec 20 2012 Hans de Goede <hdegoede@redhat.com> - 0.12.2-1
|
|
|
|
- New upstream release 0.12.2
|
|
|
|
|
2012-09-28 09:36:29 +00:00
|
|
|
* Fri Sep 28 2012 Hans de Goede <hdegoede@redhat.com> - 0.12.0-1
|
|
|
|
- New upstream release 0.12.0
|
|
|
|
- Some minor spec file cleanups
|
|
|
|
- Enable building on arm
|
|
|
|
|
2012-09-06 18:54:46 +00:00
|
|
|
* Thu Sep 6 2012 Soren Sandmann <ssp@redhat.com> - 0.11.3-1
|
|
|
|
- BuildRequire pyparsing
|
|
|
|
|
2012-09-06 17:58:53 +00:00
|
|
|
* Thu Sep 6 2012 Soren Sandmann <ssp@redhat.com> - 0.11.3-1
|
|
|
|
- Add capability patches
|
|
|
|
- Add capability patches to the included copy of spice-protocol
|
|
|
|
|
|
|
|
Please see the comment above Patch6 and Patch7
|
|
|
|
regarding this situation.
|
|
|
|
|
2012-09-06 17:05:12 +00:00
|
|
|
* Thu Sep 6 2012 Soren Sandmann <ssp@redhat.com> - 0.11.3-1
|
|
|
|
- Update to 0.11.3 and drop upstreamed patches
|
|
|
|
- BuildRequire spice-protocol 0.12.1
|
|
|
|
|
2012-07-21 20:35:40 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-14 08:03:45 +00:00
|
|
|
* Mon May 14 2012 Alon Levy <alevy@redhat.com>
|
|
|
|
- Fix mjpeg memory leak and bad behavior.
|
|
|
|
- Add usbredir to list of channels for security purposes. (#819484)
|
|
|
|
|
|
|
|
* Sun May 13 2012 Alon Levy <alevy@redhat.com>
|
2012-05-13 11:42:48 +00:00
|
|
|
- Add double free fix. (#808936)
|
|
|
|
|
2012-04-24 14:22:10 +00:00
|
|
|
* Tue Apr 24 2012 Alon Levy <alevy@redhat.com>
|
|
|
|
- Add 32 bit fixes from git master. (#815717)
|
|
|
|
|
2012-02-28 20:10:51 +00:00
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-2
|
|
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
|
2012-01-23 16:55:39 +00:00
|
|
|
* Mon Jan 23 2012 Hans de Goede <hdegoede@redhat.com> - 0.10.1-1
|
|
|
|
- New upstream release 0.10.1
|
|
|
|
|
2012-01-14 04:13:25 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-10 15:20:49 +00:00
|
|
|
* Thu Nov 10 2011 Alon Levy <alevy@redhat.com> - 0.10.0-1
|
|
|
|
- New upstream release 0.10.0
|
|
|
|
- support spice-server.i686
|
|
|
|
|
2011-09-28 13:12:58 +00:00
|
|
|
* Wed Sep 28 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.9.1-2
|
|
|
|
- Provides spice-xpi-client alternative in spice-client
|
|
|
|
|
2011-08-25 13:25:37 +00:00
|
|
|
* Thu Aug 25 2011 Hans de Goede <hdegoede@redhat.com> - 0.9.1-1
|
|
|
|
- New upstream release 0.9.1
|
|
|
|
|
2011-07-25 13:01:26 +00:00
|
|
|
* Mon Jul 25 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.9.0-1
|
|
|
|
- New upstream release 0.9.0
|
|
|
|
|
2011-04-20 11:42:48 +00:00
|
|
|
* Wed Apr 20 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.1-1
|
|
|
|
- New upstream release 0.8.1
|
|
|
|
|
2011-03-11 14:37:14 +00:00
|
|
|
* Fri Mar 11 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.0-2
|
|
|
|
- Fix being unable to send ctrl+alt+key when release mouse is bound to
|
|
|
|
ctrl+alt (which can happen when used from RHEV-M)
|
|
|
|
|
2011-03-02 06:00:37 +00:00
|
|
|
* Tue Mar 1 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.0-1
|
|
|
|
- New upstream release 0.8.0
|
|
|
|
|
2011-02-11 14:51:16 +00:00
|
|
|
* Fri Feb 11 2011 Hans de Goede <hdegoede@redhat.com> - 0.7.3-1
|
|
|
|
- New upstream release 0.7.3
|
|
|
|
|
2011-02-09 15:34:54 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-19 14:49:04 +00:00
|
|
|
* Wed Jan 19 2011 Hans de Goede <hdegoede@redhat.com> - 0.7.2-1
|
|
|
|
- New upstream release 0.7.2
|
|
|
|
|
2010-12-17 13:37:15 +00:00
|
|
|
* Fri Dec 17 2010 Hans de Goede <hdegoede@redhat.com> - 0.7.1-1
|
|
|
|
- New upstream release 0.7.1
|
2010-12-17 11:32:40 +00:00
|
|
|
- Drop all patches (all upstreamed)
|
|
|
|
- Enable smartcard (CAC) support
|
|
|
|
|
2010-11-17 11:33:17 +00:00
|
|
|
* Wed Nov 17 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-4
|
2010-11-25 11:17:56 +00:00
|
|
|
- Fix the info layer not showing when used through the XPI
|
|
|
|
- Do not let the connection gui flash by when a hostname has been specified
|
|
|
|
on the cmdline
|
2010-11-17 11:33:17 +00:00
|
|
|
- Fix spice client locking up when dealing with XIM input (#654265)
|
2010-11-25 11:17:56 +00:00
|
|
|
- Fix modifier keys getting stuck (#655048)
|
|
|
|
- Fix spice client crashing when dealing with XIM ibus input (#655836)
|
|
|
|
- Fix spice client only showing a white screen in full screen mode
|
2010-11-17 11:33:17 +00:00
|
|
|
|
2010-11-06 06:17:52 +00:00
|
|
|
* Sat Nov 6 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-3
|
|
|
|
- Log to ~/.spicec/cegui.log rather then to CEGUI.log in the cwd, this
|
|
|
|
fixes spicec from aborting when run in a non writable dir (#650253)
|
|
|
|
|
2010-11-05 12:42:15 +00:00
|
|
|
* Fri Nov 5 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-2
|
|
|
|
- Various bugfixes from upstream git:
|
|
|
|
- Make spicec work together with the Firefox XPI for RHEV-M
|
|
|
|
- Make sure the spicec window gets properly raised when first shown
|
|
|
|
|
2010-10-18 17:10:07 +00:00
|
|
|
* Mon Oct 18 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-1
|
|
|
|
- Update to 0.6.3
|
|
|
|
- Enable GUI
|
|
|
|
|
2010-09-30 06:56:16 +00:00
|
|
|
* Thu Sep 30 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.6.1-1
|
|
|
|
- Update to 0.6.1.
|
|
|
|
|
2010-08-31 14:19:38 +00:00
|
|
|
* Tue Aug 31 2010 Alexander Larsson <alexl@redhat.com> - 0.6.0-1
|
|
|
|
- Update to 0.6.0 (stable release)
|
|
|
|
|
2010-07-20 20:03:33 +00:00
|
|
|
* Tue Jul 20 2010 Alexander Larsson <alexl@redhat.com> - 0.5.3-1
|
|
|
|
- Update to 0.5.3
|
|
|
|
|
2010-07-13 10:08:43 +00:00
|
|
|
* Tue Jul 13 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-4
|
|
|
|
- Quote %% in changelog to avoid macro expansion.
|
|
|
|
|
2010-07-13 08:37:00 +00:00
|
|
|
* Mon Jul 12 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-3
|
2010-07-13 10:08:43 +00:00
|
|
|
- %%configure handles CFLAGS automatically, no need to fiddle
|
|
|
|
with %%{optflags} manually.
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
* Mon Jul 12 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-2
|
|
|
|
- Fix license: LGPL.
|
|
|
|
- Cleanup specfile, drop bits not needed any more with
|
|
|
|
recent rpm versions (F13+).
|
|
|
|
- Use optflags as-is.
|
2011-09-28 13:12:58 +00:00
|
|
|
-
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
* Fri Jul 9 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-1
|
|
|
|
- initial package.
|
|
|
|
|