diff --git a/.cvsignore b/.cvsignore index f35e397..ef21dfd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,3 @@ .build*.log *.rpm -gtk-vnc-0.3.8.tar.bz2 +gtk-vnc-0.3.9.tar.bz2 diff --git a/gtk-vnc.spec b/gtk-vnc.spec index 13dc619..d638fc4 100644 --- a/gtk-vnc.spec +++ b/gtk-vnc.spec @@ -6,20 +6,15 @@ Summary: A GTK widget for VNC clients Name: gtk-vnc -Version: 0.3.8 -Release: 10%{?dist} +Version: 0.3.9 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.bz2 -Patch1: %{name}-%{version}-relative-mouse.patch -Patch2: %{name}-%{version}-sasl-auth.patch -Patch3: %{name}-%{version}-sasl-auth-tunnel.patch -Patch4: %{name}-%{version}-ungrab.patch -Patch5: %{name}-%{version}-ungrab-2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://live.gnome.org/gtk-vnc BuildRequires: gtk2-devel pygtk2-devel python-devel zlib-devel -BuildRequires: gnutls-devel gtkglext-devel cyrus-sasl-devel +BuildRequires: gnutls-devel cyrus-sasl-devel %if %{with_plugin} %if 0%{?fedora} > 8 BuildRequires: xulrunner-devel @@ -27,8 +22,6 @@ BuildRequires: xulrunner-devel BuildRequires: firefox-devel %endif %endif -# Temp hack for Patch2 -BuildRequires: automake autoconf libtool %description gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines @@ -74,19 +67,8 @@ browsers. %prep %setup -q -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 %build -# Temp hack for patch2 -libtoolize --copy --force -aclocal -I gnulib/m4 -autoheader -automake --add-missing --copy -autoconf %if %{with_plugin} %configure --enable-plugin=yes %else @@ -138,6 +120,9 @@ rm -fr %{buildroot} %endif %changelog +* Tue Aug 11 2009 Daniel P. Berrange - 0.3.9-1 +- Update to 0.3.9 release + * Tue Aug 11 2009 Ville Skyttä - 0.3.8-10 - Use bzipped upstream tarball. diff --git a/sources b/sources index 396516d..e3ee355 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c7b07a868568206acd3f6e9e4d18ba1 gtk-vnc-0.3.8.tar.bz2 +18cbf50b393fea57b691987e5ea62259 gtk-vnc-0.3.9.tar.bz2