spice-protocol package update
Signed-off-by: virtbuilder_pel7x64builder0 <virtbuilder@powerel.org>master
parent
6d46787f2a
commit
143a2fe4ad
|
@ -1,13 +1,15 @@
|
|||
Name: spice-protocol
|
||||
Version: 0.12.13
|
||||
Version: 0.12.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Spice protocol header files
|
||||
Group: Development/Libraries
|
||||
# Main headers are BSD, controller / foreign menu are LGPL
|
||||
License: BSD and LGPLv2+
|
||||
URL: http://www.spice-space.org/
|
||||
Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
|
||||
URL: https://www.spice-space.org/
|
||||
Source0: https://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: automake autoconf git-core
|
||||
|
||||
%description
|
||||
Header files describing the spice protocol
|
||||
|
@ -15,12 +17,15 @@ and the para-virtual graphics card QXL.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -S git_am
|
||||
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install
|
||||
|
||||
|
@ -32,43 +37,32 @@ make DESTDIR=%{buildroot} install
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 12 2017 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12.13-1
|
||||
- Update to 0.12.13 release
|
||||
* Fri Jun 08 2018 Victor Toso <victortoso@redhat.com> - 0.12.14-1
|
||||
- Update to 0.12.14
|
||||
Related: rhbz#1562129
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
* Thu Oct 12 2017 Christophe Fergeau <cfergeau@redhat.com> - 0.12.13-2
|
||||
- Add streaming patches for use in combination with spice-streaming-agent
|
||||
Related: rhbz#1471000
|
||||
|
||||
* Fri Aug 05 2016 Christophe Fergeau <cfergeau@redhat.com> - 0.12.12-1
|
||||
- Update to 0.12.12 release
|
||||
* Thu Jul 20 2017 Uri Lublin <uril@redhat.com> - 0.12.13-1
|
||||
- Update to 0.12.13
|
||||
- Related: rhbz#1471000
|
||||
|
||||
* Fri Mar 11 2016 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12.11-1
|
||||
- Update to 0.12.11 release
|
||||
* Mon Mar 13 2017 Pavel Grunt <pgrunt@redhat.com> - 0.12.12-2
|
||||
- Rebuilt with correct hardening flags due to bug 1387475
|
||||
- Resolves: rhbz#1420779
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
* Fri Dec 16 2016 Pavel Grunt <pgrunt@redhat.com> - 0.12.12-1
|
||||
- Update to 0.12.12
|
||||
- Resolves: rhbz#1402729
|
||||
|
||||
* Thu Oct 01 2015 Christophe Fergeau <cfergeau@redhat.com> 0.12.10-1
|
||||
- Update to 0.12.10 - Add python scripts and .proto files used
|
||||
to generate spice-gtk/spice-server marshalling C code
|
||||
* Fri Apr 29 2016 Victor Toso <victortoso@redhat.com> - 0.12.11-1
|
||||
- Update to 0.12.11
|
||||
- Resolves: rhbz#1322363
|
||||
|
||||
* Wed Jul 29 2015 Christophe Fergeau <cfergeau@redhat.com> 0.12.9-1
|
||||
- Update to 0.12.9 - Fixes QEMU build failures when using 0.12.8 with
|
||||
spice-server 0.12.5
|
||||
|
||||
* Tue Jun 30 2015 Christophe Fergeau <cfergeau@redhat.com> 0.12.8-1
|
||||
- Update to 0.12.8
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Mon May 19 2014 Christophe Fergeau <cfergeau@redhat.com> 0.12.7-1
|
||||
- Update to 0.12.7
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.12.6-2
|
||||
- Mass rebuild 2013-12-27
|
||||
|
||||
* Wed Jul 3 2013 Hans de Goede <hdegoede@redhat.com> - 0.12.6-1
|
||||
- Update to 0.12.6
|
||||
|
|
Loading…
Reference in New Issue