Blame SPECS/spice.spec

4c08dd
Name:           spice
ad1357
Version:        0.14.0
b2d6b4
Release:        2%{?dist}.5
4c08dd
Summary:        Implements the SPICE protocol
4c08dd
Group:          User Interface/Desktops
4c08dd
License:        LGPLv2+
4c08dd
URL:            http://www.spice-space.org/
4c08dd
Source0:        http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
ad1357
Patch1:         0001-inputs-channel-Check-message-size-handling-migration.patch
ad1357
Patch2:         0002-red-channel-Remove-red_channel_init_outgoing_message.patch
ad1357
Patch3:         0003-reds-Remove-leak-allocating-migration-state.patch
ad1357
Patch4:         0004-tests-Check-leaks-registering-migration-interface.patch
ad1357
Patch5:         0005-Notify-client-of-the-creation-of-new-channels-dynami.patch
ad1357
Patch6:         0006-stream-device-Add-device-to-handle-streaming.patch
ad1357
Patch7:         0007-stream-device-Start-parsing-new-protocol-from-guest.patch
ad1357
Patch8:         0008-stream-channel-Write-a-base-channel-to-implement-the.patch
ad1357
Patch9:         0009-stream-channel-Start-implementing-DisplayChannel-pro.patch
ad1357
Patch10:        0010-stream-device-Create-channel-for-stream-device.patch
ad1357
Patch11:        0011-stream-device-Handle-streaming-data-from-device-to-c.patch
ad1357
Patch12:        0012-stream-channel-Allows-not-fixed-size.patch
ad1357
Patch13:        0013-stream-channel-Allows-to-register-callback-to-get-ne.patch
ad1357
Patch14:        0014-stream-channel-Support-client-connection-disconnecti.patch
ad1357
Patch15:        0015-stream-channel-Do-not-show-an-empty-blank-screen-on-.patch
ad1357
Patch16:        0016-char-device-Do-not-stop-and-clear-interface-on-reset.patch
ad1357
Patch17:        0017-stream-device-Start-supporting-resetting-device-when.patch
ad1357
Patch18:        0018-stream-device-Create-channel-when-needed.patch
ad1357
Patch19:        0019-stream-device-Limit-sending-queue-from-guest-to-serv.patch
ad1357
Patch20:        0020-stream-channel-Activate-streaming-report-from-client.patch
1bb5d1
Patch21:        0021-reds-Disable-TLS-1.0.patch
1bb5d1
Patch22:        0022-cursor-Delay-release-of-QXL-guest-cursor-resources.patch
2527eb
Patch23:        0023-sound-Don-t-mute-recording-when-client-reconnects.patch
b2d6b4
Patch24:        0024-Fix-flexible-array-buffer-overflow.patch
4c08dd
4c08dd
# https://bugzilla.redhat.com/show_bug.cgi?id=613529
4c08dd
%if 0%{?rhel}
4c08dd
ExclusiveArch:  x86_64
4c08dd
%else
4c08dd
ExclusiveArch:  i686 x86_64 armv6l armv7l armv7hl
4c08dd
%endif
4c08dd
4c08dd
BuildRequires:  pkgconfig
4c08dd
BuildRequires:  glib2-devel >= 2.22
cc8519
BuildRequires:  spice-protocol >= 0.12.10
4c08dd
BuildRequires:  celt051-devel
4c08dd
BuildRequires:  pixman-devel alsa-lib-devel openssl-devel libjpeg-turbo-devel
4c08dd
BuildRequires:  libcacard-devel cyrus-sasl-devel
ad1357
BuildRequires:  lz4-devel
b2d6b4
BuildRequires:  pyparsing python-six
ad1357
BuildRequires:  opus-devel
e2c81d
BuildRequires:  git
ad1357
BuildRequires:  autoconf automake libtool
4c08dd
4c08dd
%description
4c08dd
The Simple Protocol for Independent Computing Environments (SPICE) is
4c08dd
a remote display system built for virtual environments which allows
4c08dd
you to view a computing 'desktop' environment not only on the machine
4c08dd
where it is running, but from anywhere on the Internet and from a wide
4c08dd
variety of machine architectures.
4c08dd
4c08dd
4c08dd
%package server
4c08dd
Summary:        Implements the server side of the SPICE protocol
4c08dd
Group:          System Environment/Libraries
4c08dd
Obsoletes:      spice-client < %{version}-%{release}
4c08dd
4c08dd
%description server
4c08dd
The Simple Protocol for Independent Computing Environments (SPICE) is
4c08dd
a remote display system built for virtual environments which allows
4c08dd
you to view a computing 'desktop' environment not only on the machine
4c08dd
where it is running, but from anywhere on the Internet and from a wide
4c08dd
variety of machine architectures.
4c08dd
4c08dd
This package contains the run-time libraries for any application that wishes
4c08dd
to be a SPICE server.
4c08dd
4c08dd
4c08dd
%package server-devel
4c08dd
Summary:        Header files, libraries and development documentation for spice-server
4c08dd
Group:          Development/Libraries
4c08dd
Requires:       %{name}-server%{?_isa} = %{version}-%{release}
4c08dd
Requires:       pkgconfig
4c08dd
Requires:       spice-protocol >= 0.12.3
4c08dd
4c08dd
%description server-devel
4c08dd
This package contains the header files, static libraries and development
4c08dd
documentation for spice-server. If you like to develop programs
4c08dd
using spice-server, you will need to install spice-server-devel.
4c08dd
4c08dd
4c08dd
%prep
e2c81d
%autosetup -S git_am
4c08dd
4c08dd
4c08dd
%build
ad1357
autoreconf -fi
ad1357
%configure --enable-smartcard --disable-client
4c08dd
make %{?_smp_mflags} WARN_CFLAGS='' V=1
4c08dd
4c08dd
4c08dd
%install
4c08dd
make DESTDIR=%{buildroot} install
4c08dd
rm -f %{buildroot}%{_libdir}/libspice-server.a
4c08dd
rm -f %{buildroot}%{_libdir}/libspice-server.la
4c08dd
mkdir -p %{buildroot}%{_libexecdir}
4c08dd
4c08dd
4c08dd
%post server -p /sbin/ldconfig
4c08dd
%postun server -p /sbin/ldconfig
4c08dd
4c08dd
4c08dd
%files server
4c08dd
%doc COPYING README NEWS
4c08dd
%{_libdir}/libspice-server.so.1*
4c08dd
4c08dd
%files server-devel
4c08dd
%{_includedir}/spice-server
4c08dd
%{_libdir}/libspice-server.so
4c08dd
%{_libdir}/pkgconfig/spice-server.pc
4c08dd
4c08dd
4c08dd
%changelog
b2d6b4
* Thu Aug 09 2018 Frediano Ziglio <fziglio@redhat.com> - 0.14.0-2.5
b2d6b4
- Fix flexible array buffer overflow
b2d6b4
  Resolves: rhbz#1596008
b2d6b4
2527eb
* Tue Jun 12 2018 Victor Toso <victortoso@redhat.com> - 0.14.0-2.4
2527eb
- Don't mute Record channel on client reconnection
2527eb
  Resolves: rhbz#1582601
2527eb
1bb5d1
* Fri Apr 27 2018 Christophe Fergeau <cfergeau@redhat.com> - 0.14.0-2.3
1bb5d1
- Revert back to spice 0.12 behaviour where QXL guest resources for cursor
1bb5d1
  commands are only released when the current cursor is replaced. This avoids
1bb5d1
  a QEMU regression causing crashes during migration
1bb5d1
  Resolves: rhbz#1572489
1bb5d1
1bb5d1
* Mon Mar 19 2018 Christophe Fergeau <cfergeau@redhat.com> - 0.14.0-2.2
1bb5d1
- Rebuild for missing changelog entry
1bb5d1
  Related: rhbz#1551072
1bb5d1
1bb5d1
* Thu Mar 15 2018 Christophe Fergeau <cfergeau@redhat.com> - 0.14.0-2.1
1bb5d1
- Disable TLSv1.0
1bb5d1
  Related: rhbz#1551072
1bb5d1
ad1357
* Thu Oct 12 2017 Christophe Fergeau <cfergeau@redhat.com> - 0.14.0-2
ad1357
- Add streaming patches for use with spice-streaming-agent
ad1357
  Related: rhbz#1478356
ad1357
ad1357
* Wed Oct 11 2017 Christophe Fergeau <cfergeau@redhat.com> - 0.14.0-1
ad1357
- Rebase to 0.14.0 release
ad1357
  Resolves: rhbz#1472948
ad1357
ad1357
* Fri Sep 22 2017 Christophe Fergeau <cfergeau@redhat.com> 0.13.90-2
ad1357
- Add lz4-devel BuildRequires
ad1357
  Resolves: rhbz#1460191
ad1357
ad1357
* Wed Jul 26 2017 Christophe Fergeau <cfergeau@redhat.com> 0.13.90-1
ad1357
- Rebase to latest upstream release
ad1357
  Resolves: rhbz#1472948
ad1357
ad1357
* Fri Jul 14 2017 Jonathon Jongsma <jjongsma@redhat.com> - 0.12.8-4
ad1357
- build with opus support
ad1357
  Resolves: rhbz#1456832
799229
799229
* Fri Jun 30 2017 Christophe Fergeau <cfergeau@redhat.com> 0.12.8-3
799229
- Prevent potential buffer/integer overflows with invalid MonitorsConfig messages
799229
  sent from an authenticated client
799229
  Resolves: CVE-2017-7506
799229
cc8519
* Tue Apr 25 2017 Christophe Fergeau <cfergeau@redhat.com> 0.12.8-2
cc8519
- Drop clients immediatly if the magic they send is wrong
cc8519
  Resolves: rhbz#1416692
cc8519
cc8519
* Mon Jan 16 2017 Christophe Fergeau <cfergeau@redhat.com> 0.12.8-1
cc8519
- Rebase to spice-server 0.12.8
cc8519
  Resolves: rhbz#1388947
cc8519
  Resolves: rhbz#1377551
cc8519
  Resolves: rhbz#1283202
88d513
* Fri Dec 09 2016 Frediano Ziglio <fziglio@redhat.com> - 0.12.4-20
88d513
- Fix buffer overflow in main_channel_alloc_msg_rcv_buf when reading large
88d513
  messages.
88d513
  Resolves: CVE-2016-9577
88d513
- Fix remote DoS via crafted message.
88d513
  Resolves: CVE-2016-9578
e2c81d
* Fri Sep 09 2016 Christophe Fergeau <cfergeau@redhat.com> 0.12.4-19
e2c81d
- Ensure SPICE_MIGRATE_COMPLETED is sent in all cases when it's needed.
e2c81d
  Resolves: rhbz#1352836
e2c81d
* Fri Jul 01 2016 Christophe Fergeau <cfergeau@redhat.com> - 0.12.4-18
e2c81d
- Fix crash when connecting to VM using smartcard passthrough
e2c81d
  Resolves: rhbz#1340899
e2c81d
- Fix hang after unredirecting a USB device
e2c81d
  Resolves: rhbz#1338752
e2c81d
- Backport spice_qxl_set_max_monitors()
e2c81d
  Resolves: rhbz#1283202
e2c81d
* Wed Apr 27 2016 Christophe Fergeau <cfergeau@redhat.com> - 0.12.4-17
e2c81d
- Fix crash when the client sends a wrong header (for example when using spice-html5)
e2c81d
  Resolves: rhbz#1281442
e2c81d
- Fix crash when guest provides wrong address
e2c81d
  Resolves: rhbz#1264356
64d5d0
- Fix thread-safety issue causing a crash when playing a Youtube video spanning
64d5d0
  multiple monitors
64d5d0
  Resolves: rhbz#1253375
e2c81d
- Add patches reducing QEMU wake-ups
e2c81d
  Related: rhbz#912763, rhbz#1186146
e2c81d
- Fix use-after-free after resetting a VM
e2c81d
  Resolves: rhbz#1281455
e2c81d
- Send KeepAlive probes every 10 minutes
e2c81d
  Resolves: rhbz#1298590
e2c81d
- Add client to guest volume synchronization
e2c81d
  Resolves: rhbz#1264107
e2c81d
e2c81d
* Mon Apr 25 2016 Christophe Fergeau <cfergeau@redhat.com> - 0.12.4-16
e2c81d
- Use autosetup
e2c81d
  Related: CVE-2016-0749
6e1750
- Fix heap-based memory corruption within smartcard handling
6e1750
  Resolves: CVE-2016-0749
6e1750
- Fix host memory access from guest with invalid primary surface parameters
6e1750
  Resolves: CVE-2016-2150
6e1750
2be4b2
* Wed Sep 23 2015 Frediano Ziglio <fziglio@redhat.com> 0.12.4-15
73b8f2
- CVE-2015-5260 CVE-2015-5261 fixed various security flaws
2be4b2
  Resolves: rhbz#1267134
73b8f2
2be4b2
* Thu Sep 10 2015 Frediano Ziglio <fziglio@redhat.com> 0.12.4-14
73b8f2
- Validate surface_id
2be4b2
  Resolves: rhbz#1260971
2be4b2
2be4b2
* Tue Jul 21 2015 Frediano Ziglio <fziglio@redhat.com> 0.12.4-13
2be4b2
- Clean stale statistics file before creating a new one
2be4b2
  Resolves: rhbz#1177326
2be4b2
2be4b2
* Fri Jul 10 2015 Fabiano FidĂªncio <fidencio@redhat.com> 0.12.4-12
2be4b2
- Fix a backport issue on Patch0040.
2be4b2
  Related: rhbz#1071176
2be4b2
  Resolves: rhbz#1241860
2be4b2
2be4b2
* Thu Jul 09 2015 Fabiano FidĂªncio <fidencio@redhat.com> 0.12.4-11
2be4b2
- Don't assert on invalid client message
2be4b2
  Resolves: rhbz#1227410
2be4b2
- Don't truncate large 'now' values in _spice_timer_set
2be4b2
  Resolves: rhbz#1227408
2be4b2
- Avoid race conditions reading monitor configs from guest
2be4b2
  Resolves: rhbz#1239128
2be4b2
- Lock the pixmap image cache for the entire fill_bits call
2be4b2
  Resolves: rhbz#1235443
73b8f2
2be4b2
* Wed Jul 08 2015 Fabiano FidĂªncio <fidencio@redhat.com> 0.12.4-10
2be4b2
- Fix qemu segmentation fault (core dumped) when boot KVM guest with
2be4b2
  spice in FIPS enabled mode.
2be4b2
  Resolves: rhbz#1071176
11e32f
fce154
* Mon Jan 05 2015 Marc-Andre Lureau <marcandre.lureau@redhat.com> 0.12.4-9
fce154
- Allow recent TLS/SSL methods, block SSLv2/SSLv3. Resolves: rhbz#1175540
fce154
fce154
* Tue Oct 21 2014 Christophe Fergeau <cfergeau@redhat.com> 0.12.4-8
fce154
- Fix defects reported by Coverity
fce154
  Resolves: rhbz#885717
fce154
- Validate surface bounding box sent from QXL driver
fce154
  Resolves: rhbz#1052856
fce154
- Fix assertion sometimes happening during migration while a client is
fce154
  connected
fce154
  Resolves: rhbz#1035184
fce154
- Fix crash when restarting VM with old client
fce154
  Resolves: rhbz#1145919
fce154
fce154
* Thu Sep 18 2014 Christophe Fergeau <cfergeau@redhat.com> 0.12.4-7
fce154
- Fix assert in mjpeg_encoder_adjust_params_to_bit_rate()
fce154
  Resolves: rhbz#1086823
fce154
- Fix "Spice-ERROR **: reds.c:1464:reds_send_link_ack: assertion
fce154
  `link->link_mess->channel_type == SPICE_CHANNEL_MAIN' failed" assertion
fce154
  Resolves: rhbz#1058625
fce154
- Lower a monitor-config warning to debug level
fce154
  Resolves: rhbz#1119220
fce154
- mjpeg: Don't warn on unsupported image formats
fce154
  Resolves: rhbz#1070028
fce154
fce154
* Thu Aug 07 2014 Marc-Andre Lureau <marcandre.lureau@redhat.com> 0.12.4-6
fce154
- Fix invalid surface clearing
fce154
  Resolves: rhbz#1029646
0e7ea9
20333d
* Wed Jan 29 2014 Christophe Fergeau <cfergeau@redhat.com> 0.12.4-5
20333d
- Fix qemu crash during migration with reboot
20333d
  Resolves: rhbz#1016795
20333d
- Monitor whether the client is alive
20333d
  Resolves: rhbz#1016790
20333d
4c08dd
* Tue Oct 15 2013 Christophe Fergeau <cfergeau@redhat.com> 0.12.4-3
4c08dd
- Fix spice-server crash when client sends a password which is too long
4c08dd
  Resolves: CVE-2013-4282
4c08dd
4c08dd
* Fri Sep 13 2013 Christophe Fergeau <cfergeau@redhat.com> 0.12.4-2
4c08dd
- Add upstream patch fixing rhbz#995041
4c08dd
4c08dd
* Fri Aug  2 2013 Hans de Goede <hdegoede@redhat.com> - 0.12.4-1
4c08dd
- Add patches from upstream git to fix sound-channel-free crash (rhbz#986407)
4c08dd
- Add Obsoletes for dropped spice-client sub-package
4c08dd
20333d
* Mon Jul 22 2013 Yonit Halperin <yhalperi@redhat.com> 0.12.4-1
4c08dd
- New upstream release 0.12.4
4c08dd
- Require libjpeg-turbo-devel instead of libjpeg-devel
4c08dd
- Remove "BuildRequires: spice-protocol" from spice-server
4c08dd
- Add "Requires: spice-protocol" to spice-server-devel.
4c08dd
4c08dd
* Thu May 23 2013 Christophe Fergeau <cfergeau@redhat.com> 0.12.3-2
4c08dd
- Stop building spicec, it's obsolete and superseded by remote-viewer
4c08dd
  (part of virt-viewer)
4c08dd
4c08dd
* Tue May 21 2013 Christophe Fergeau <cfergeau@redhat.com> 0.12.3-1
4c08dd
- New upstream release 0.12.3
4c08dd
- Drop all patches (they were all upstreamed)
4c08dd
4c08dd
* Mon Apr 15 2013 Hans de Goede <hdegoede@redhat.com> - 0.12.2-4
4c08dd
- Add fix from upstream for a crash when the guest uses RGBA (rhbz#952242)
4c08dd
4c08dd
* Thu Mar 07 2013 Adam Jackson <ajax@redhat.com> 0.12.2-4
4c08dd
- Rebuild for new libsasl2 soname in F19
4c08dd
4c08dd
* Mon Jan 21 2013 Hans de Goede <hdegoede@redhat.com> - 0.12.2-3
4c08dd
- Add a number of misc. bug-fixes from upstream
4c08dd
4c08dd
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 0.12.2-2
4c08dd
- rebuild against new libjpeg
4c08dd
4c08dd
* Thu Dec 20 2012 Hans de Goede <hdegoede@redhat.com> - 0.12.2-1
4c08dd
- New upstream release 0.12.2
4c08dd
4c08dd
* Fri Sep 28 2012 Hans de Goede <hdegoede@redhat.com> - 0.12.0-1
4c08dd
- New upstream release 0.12.0
4c08dd
- Some minor spec file cleanups
4c08dd
- Enable building on arm
4c08dd
4c08dd
* Thu Sep 6 2012 Soren Sandmann <ssp@redhat.com> - 0.11.3-1
4c08dd
- BuildRequire pyparsing
4c08dd
4c08dd
* Thu Sep 6 2012 Soren Sandmann <ssp@redhat.com> - 0.11.3-1
4c08dd
- Add capability patches
4c08dd
- Add capability patches to the included copy of spice-protocol
4c08dd
4c08dd
    Please see the comment above Patch6 and Patch7
4c08dd
    regarding this situation.
4c08dd
4c08dd
* Thu Sep 6 2012 Soren Sandmann <ssp@redhat.com> - 0.11.3-1
4c08dd
- Update to 0.11.3 and drop upstreamed patches
4c08dd
- BuildRequire spice-protocol 0.12.1
4c08dd
4c08dd
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-6
4c08dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4c08dd
4c08dd
* Mon May 14 2012 Alon Levy <alevy@redhat.com>
4c08dd
- Fix mjpeg memory leak and bad behavior.
4c08dd
- Add usbredir to list of channels for security purposes. (#819484)
4c08dd
4c08dd
* Sun May 13 2012 Alon Levy <alevy@redhat.com>
4c08dd
- Add double free fix. (#808936)
4c08dd
4c08dd
* Tue Apr 24 2012 Alon Levy <alevy@redhat.com>
4c08dd
- Add 32 bit fixes from git master. (#815717)
4c08dd
4c08dd
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-2
4c08dd
- Rebuilt for c++ ABI breakage
4c08dd
4c08dd
* Mon Jan 23 2012 Hans de Goede <hdegoede@redhat.com> - 0.10.1-1
4c08dd
- New upstream release 0.10.1
4c08dd
4c08dd
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-2
4c08dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4c08dd
4c08dd
* Thu Nov 10 2011 Alon Levy <alevy@redhat.com> - 0.10.0-1
4c08dd
- New upstream release 0.10.0
4c08dd
- support spice-server.i686
4c08dd
4c08dd
* Wed Sep 28 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.9.1-2
4c08dd
- Provides spice-xpi-client alternative in spice-client
4c08dd
4c08dd
* Thu Aug 25 2011 Hans de Goede <hdegoede@redhat.com> - 0.9.1-1
4c08dd
- New upstream release 0.9.1
4c08dd
4c08dd
* Mon Jul 25 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.9.0-1
4c08dd
- New upstream release 0.9.0
4c08dd
4c08dd
* Wed Apr 20 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.1-1
4c08dd
- New upstream release 0.8.1
4c08dd
4c08dd
* Fri Mar 11 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.0-2
4c08dd
- Fix being unable to send ctrl+alt+key when release mouse is bound to
4c08dd
  ctrl+alt (which can happen when used from RHEV-M)
4c08dd
4c08dd
* Tue Mar  1 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.0-1
4c08dd
- New upstream release 0.8.0
4c08dd
4c08dd
* Fri Feb 11 2011 Hans de Goede <hdegoede@redhat.com> - 0.7.3-1
4c08dd
- New upstream release 0.7.3
4c08dd
4c08dd
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-2
4c08dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4c08dd
4c08dd
* Wed Jan 19 2011 Hans de Goede <hdegoede@redhat.com> - 0.7.2-1
4c08dd
- New upstream release 0.7.2
4c08dd
4c08dd
* Fri Dec 17 2010 Hans de Goede <hdegoede@redhat.com> - 0.7.1-1
4c08dd
- New upstream release 0.7.1
4c08dd
- Drop all patches (all upstreamed)
4c08dd
- Enable smartcard (CAC) support
4c08dd
4c08dd
* Wed Nov 17 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-4
4c08dd
- Fix the info layer not showing when used through the XPI
4c08dd
- Do not let the connection gui flash by when a hostname has been specified
4c08dd
  on the cmdline
4c08dd
- Fix spice client locking up when dealing with XIM input (#654265)
4c08dd
- Fix modifier keys getting stuck (#655048)
4c08dd
- Fix spice client crashing when dealing with XIM ibus input (#655836)
4c08dd
- Fix spice client only showing a white screen in full screen mode
4c08dd
4c08dd
* Sat Nov  6 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-3
4c08dd
- Log to ~/.spicec/cegui.log rather then to CEGUI.log in the cwd, this
4c08dd
  fixes spicec from aborting when run in a non writable dir (#650253)
4c08dd
4c08dd
* Fri Nov  5 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-2
4c08dd
- Various bugfixes from upstream git:
4c08dd
  - Make spicec work together with the Firefox XPI for RHEV-M
4c08dd
  - Make sure the spicec window gets properly raised when first shown
4c08dd
4c08dd
* Mon Oct 18 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-1
4c08dd
- Update to 0.6.3
4c08dd
- Enable GUI
4c08dd
4c08dd
* Thu Sep 30 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.6.1-1
4c08dd
- Update to 0.6.1.
4c08dd
4c08dd
* Tue Aug 31 2010 Alexander Larsson <alexl@redhat.com> - 0.6.0-1
4c08dd
- Update to 0.6.0 (stable release)
4c08dd
4c08dd
* Tue Jul 20 2010 Alexander Larsson <alexl@redhat.com> - 0.5.3-1
4c08dd
- Update to 0.5.3
4c08dd
4c08dd
* Tue Jul 13 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-4
4c08dd
- Quote %% in changelog to avoid macro expansion.
4c08dd
4c08dd
* Mon Jul 12 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-3
4c08dd
- %%configure handles CFLAGS automatically, no need to fiddle
4c08dd
  with %%{optflags} manually.
4c08dd
4c08dd
* Mon Jul 12 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-2
4c08dd
- Fix license: LGPL.
4c08dd
- Cleanup specfile, drop bits not needed any more with
4c08dd
  recent rpm versions (F13+).
4c08dd
- Use optflags as-is.
4c08dd
-
4c08dd
4c08dd
* Fri Jul 9 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-1
4c08dd
- initial package.
4c08dd