diff --git a/sources b/sources index 57f7779..c971260 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (spice-protocol-0.12.14.tar.bz2) = 4266bcbef9f641a97a2ff72f1b01380a41e51f4b1a0dbb73fdf68baf552598a62d5cf0c526adf2997a55ee5d4fe9392927c3d7f4556827bfb2933f59bfab55bb +SHA512 (spice-protocol-0.12.15.tar.bz2) = 1a3c3c26239d092c6c24708f5bd070ae1cb146f92f2329b63bec2d21a7276cdf1b9567f434bfbeeb1f7cd7dd4ad47494c51dcdbbba5af8e271e66dfe5b11de9d diff --git a/spice-protocol.spec b/spice-protocol.spec index 9e55316..0fd8889 100644 --- a/spice-protocol.spec +++ b/spice-protocol.spec @@ -1,13 +1,12 @@ Name: spice-protocol -Version: 0.12.14 -Release: 2%{?dist} +Version: 0.12.15 +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 -Patch0001: 0001-qxl_dev-Align-QXLRam-to-4-bytes.patch BuildArch: noarch %description @@ -18,8 +17,6 @@ and the para-virtual graphics card QXL. %prep %setup -q -%patch0001 -p1 - %build %configure make %{?_smp_mflags} @@ -35,6 +32,9 @@ make DESTDIR=%{buildroot} install %changelog +* Mon Jan 14 2019 Marc-André Lureau - 0.12.15-1 +- Update to 0.12.15 release + * Fri Jul 13 2018 Victor Toso - 0.12.14-2 - Align QXLRam to 4 bytes to avoid compilers detect misaligned access Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1565766