[remmina-plugins] - Update to 0.9.2 - Enable 32-bit color depth (#656120)

Christoph Wickert cwickert at fedoraproject.org
Fri Jan 21 19:53:07 UTC 2011


commit c4474dbcef3fb32567892d2c464d1b08d559f490
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Fri Jan 21 20:52:58 2011 +0100

    - Update to 0.9.2
    - Enable 32-bit color depth (#656120)

 remmina-plugins.spec |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/remmina-plugins.spec b/remmina-plugins.spec
index 6f7e483..eddcd21 100644
--- a/remmina-plugins.spec
+++ b/remmina-plugins.spec
@@ -1,14 +1,15 @@
-%global minorversion 0.8
+%global minorversion 0.9
 
 Name:           remmina-plugins
-Version:        0.8.4
-Release:        2%{?dist}
+Version:        0.9.2
+Release:        1%{?dist}
 Summary:        Plugins for Remmina Remote Desktop Client
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://remmina.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/remmina/%{name}-%{version}.tar.gz
+Patch0:         remmina-plugins-0.9.2-32bpp.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  intltool, 
@@ -32,6 +33,7 @@ This package contains the plugins for Remmina.
 %package        common
 Summary:        Common files for Remmina Remote Desktop Client plugins
 Group:          Applications/System
+Requires:       remmina >= 0.9
 
 %description    common
 Remmina is a remote desktop client written in GTK+, aiming to be useful for 
@@ -121,10 +123,11 @@ client.
 
 %prep
 %setup -q
+%patch0 -p1 -b .32bpp
 
 
 %build
-%configure --disable-static
+%configure --disable-static --enable-vnc=dl
 make %{?_smp_mflags}
 
 
@@ -134,6 +137,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %find_lang %{name}
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -176,6 +180,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 19 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.2-1
+- Update to 0.9.2
+- Enable 32-bit color depth (#656120)
+
 * Tue Nov 30 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.8.4-2
 - Fix dependencies for remmina-plugins-common package
 - Rename plugins packages to remmina-plugins-* for consistency.


More information about the scm-commits mailing list