Update to 0.39
This commit is contained in:
parent
39ec37af69
commit
6e70dc20c9
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
|||||||
/victortoso-E37A484F.keyring
|
/victortoso-E37A484F.keyring
|
||||||
/spice-gtk-0.38.tar.xz
|
/spice-gtk-0.38.tar.xz
|
||||||
/spice-gtk-0.38.tar.xz.sig
|
/spice-gtk-0.38.tar.xz.sig
|
||||||
|
/spice-gtk-0.39.tar.xz
|
||||||
|
/spice-gtk-0.39.tar.xz.sig
|
||||||
|
5
sources
5
sources
@ -1,2 +1,3 @@
|
|||||||
SHA512 (spice-gtk-0.38.tar.xz) = 27b44ac9f0cee2737ce03bb3f47c62fc0ee2402c291c49fc56cffc4ccb63e2cab001a68ba865a6375d82cb38444408d59c68469783ee4279fa818d8682e902f3
|
SHA512 (spice-gtk-0.39.tar.xz) = ff0f3ca6b10a2c415f2fa8d61464c5710aaa2a46c2c83909f146fa45f01151e756d9c3d79cb162dd3d0c1279b6ef55a67fc5c1266af2cb5b46ac1eaa0254c8d2
|
||||||
SHA512 (spice-gtk-0.38.tar.xz.sig) = fd04d339a3e70b04494b58809c1b196bf17c1b7daaa25712ecca4a24afaaea1fe240d1b6d53f28ad961b1179ed7b9279426540704bdc2e807635816b5d9d25ca
|
SHA512 (spice-gtk-0.39.tar.xz.sig) = 4f2322c4490934943016c440736d9358fe68950f5681cee6afe977d63c7e11bb79818aa72f2618481e5deaefa64e73d01ae5adcd710d36410c962ff9d57a2c25
|
||||||
|
SHA512 (victortoso-E37A484F.keyring) = 091755da8a358c8c8ebd3b5443b4b5eb3c260afed943454c085d48c973de6a42763547c321c64e4da5c1b2983ad0c5146aaeddeb1d54ef414f7e6a530a3bf14a
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#define _version_suffix
|
#define _version_suffix
|
||||||
|
|
||||||
Name: spice-gtk
|
Name: spice-gtk
|
||||||
Version: 0.38
|
Version: 0.39
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A GTK+ widget for SPICE clients
|
Summary: A GTK+ widget for SPICE clients
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -41,6 +41,7 @@ BuildRequires: python3-six
|
|||||||
BuildRequires: python3-pyparsing
|
BuildRequires: python3-pyparsing
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: gnupg2
|
BuildRequires: gnupg2
|
||||||
|
BuildRequires: libcap-ng-devel
|
||||||
|
|
||||||
Obsoletes: spice-gtk-python < 0.32
|
Obsoletes: spice-gtk-python < 0.32
|
||||||
|
|
||||||
@ -195,6 +196,9 @@ gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|||||||
%{_bindir}/spicy-stats
|
%{_bindir}/spicy-stats
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 1 2020 Victor Toso <victortoso@redhat.com> - 0.39-1
|
||||||
|
- Update to v0.39
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.38-3
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.38-3
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user