diff --git a/gtk-vnc.spec b/gtk-vnc.spec index be803f9..e6211f5 100644 --- a/gtk-vnc.spec +++ b/gtk-vnc.spec @@ -32,10 +32,11 @@ Summary: A GTK2 widget for VNC clients Name: gtk-vnc Version: 0.9.0 -Release: 2%{?dist}%{?extra_release} +Release: 3%{?dist}%{?extra_release} License: LGPLv2+ Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.xz Patch1: 0001-fix-crash-when-connection-fails-early.patch +Patch2: 0002-gvnc-1.0.pc.in-Use-GLIB_REQUIRED.patch URL: https://wiki.gnome.org/Projects/gtk-vnc Requires: gvnc = %{version}-%{release} %if %{with_gtk2} @@ -157,6 +158,7 @@ Libraries, includes, etc. to compile with the gtk-vnc library %setup -q -n gtk-vnc-%{version} -c cd gtk-vnc-%{version} %patch1 -p1 +%patch2 -p1 cd .. %if %{with_gtk3} @@ -320,6 +322,9 @@ rm -f %{buildroot}%{_libdir}/*.la %endif %changelog +* Thu Aug 30 2018 Daniel P. Berrangé - 0.9.0-3 +- Fix gvnc-1.0.pc file version dep + * Fri Aug 24 2018 Daniel P. Berrangé - 0.9.0-2 - Fix crash if connection fails early (rhbz #1620203)