Compare commits
No commits in common. "c8" and "c9" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/spice-protocol-0.14.2.tar.xz
|
||||
SOURCES/spice-protocol-0.14.3.tar.xz
|
||||
SOURCES/victortoso-E37A484F.keyring
|
||||
|
@ -1,2 +1,2 @@
|
||||
8fccd24bd7f1daa1e0190ed0fac8ead59fbdf58f SOURCES/spice-protocol-0.14.2.tar.xz
|
||||
12c98ce42f161ded0d281f0064b04694ccadb2ea SOURCES/spice-protocol-0.14.3.tar.xz
|
||||
da7a529db1ea28a1540c5892ea9836abeb378c3e SOURCES/victortoso-E37A484F.keyring
|
||||
|
Binary file not shown.
BIN
SOURCES/spice-protocol-0.14.3.tar.xz.sig
Normal file
BIN
SOURCES/spice-protocol-0.14.3.tar.xz.sig
Normal file
Binary file not shown.
@ -1,17 +1,15 @@
|
||||
Name: spice-protocol
|
||||
Version: 0.14.2
|
||||
Release: 1%{?dist}
|
||||
Version: 0.14.3
|
||||
Release: 4%{?dist}
|
||||
Summary: Spice protocol header files
|
||||
Group: Development/Libraries
|
||||
# Main headers are BSD, controller / foreign menu are LGPL
|
||||
License: BSD and LGPLv2+
|
||||
URL: https://www.spice-space.org/
|
||||
Source0: https://www.spice-space.org/download/releases/%{name}-%{version}.tar.xz
|
||||
Source1: https://www.spice-space.org/download/releases/%{name}-%{version}.tar.xz.sig
|
||||
Source2: victortoso-E37A484F.keyring
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: git-core
|
||||
BuildArch: noarch
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: meson
|
||||
|
||||
@ -22,7 +20,7 @@ and the para-virtual graphics card QXL.
|
||||
|
||||
%prep
|
||||
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%autosetup -S git_am
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -33,28 +31,59 @@ gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING README.md
|
||||
%doc COPYING CHANGELOG.md
|
||||
%{_includedir}/spice-1
|
||||
%{_datadir}/pkgconfig/spice-protocol.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.14.3-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.14.3-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sun Nov 29 2020 Victor Toso <victortoso@redhat.com> - 0.14.3-1
|
||||
- Update to 0.14.3 release
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri May 15 2020 Victor Toso <victortoso@redhat.com> - 0.14.2-1
|
||||
- Update to 0.14.2
|
||||
Resolves: rhbz#1817451
|
||||
- Update to 0.14.2 release (now using meson only)
|
||||
- Add gpg check to release's signature
|
||||
|
||||
* Tue May 05 2020 Victor Toso <victortoso@redhat.com> - 0.14.1-1
|
||||
- Update to 0.14.1
|
||||
Resolves: rhbz#1817451
|
||||
* Sat Mar 7 2020 Victor Toso <victortoso@redhat.com> - 0.14.1-1
|
||||
- Update to 0.14.1 release
|
||||
|
||||
* Fri May 17 2019 Victor Toso <victortoso@redhat.com> - 0.14.0-1
|
||||
- Update to 0.14.0
|
||||
Resolves: rhbz#1711253
|
||||
- Add signature check to release
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Jul 30 2018 Victor Toso <victortoso@redhat.com> - 0.12.14-1
|
||||
- Update to 0.12.14
|
||||
- Fix misaligned warnings - Resolves: rhbz#1565766
|
||||
* Fri Oct 04 2019 Adam Williamson <awilliam@redhat.com> - 0.14.0-3
|
||||
- Backport clipboard-race patches for #1755038
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Apr 12 2019 Victor Toso <victortoso@redhat.com> - 0.14.0-1
|
||||
- Update to 0.14.0 release
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Jan 14 2019 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12.15-1
|
||||
- Update to 0.12.15 release
|
||||
|
||||
* Fri Jul 13 2018 Victor Toso <victortoso@redhat.com> - 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
|
||||
|
||||
* Thu Jun 07 2018 Christophe Fergeau <cfergeau@redhat.com> - 0.12.14-1
|
||||
- Update to 0.12.14 release
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.13-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user