rpms/remmina/F-12 remmina-0.7.4-dsofix.patch, NONE, 1.1 import.log, 1.1, 1.2 remmina.spec, 1.2, 1.3

Damien Durand splinux at fedoraproject.org
Tue Mar 16 17:11:56 UTC 2010


Author: splinux

Update of /cvs/pkgs/rpms/remmina/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16256/F-12

Modified Files:
	import.log remmina.spec 
Added Files:
	remmina-0.7.4-dsofix.patch 
Log Message:


remmina-0.7.4-dsofix.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE remmina-0.7.4-dsofix.patch ---
--- remmina-0.7.4.orig/src/Makefile.in	2010-02-17 14:23:16.000000000 +0100
+++ remmina-0.7.4/src/Makefile.in	2010-03-16 02:12:17.000000000 +0100
@@ -136,7 +136,7 @@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/remmina/F-12/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	1 Mar 2010 18:01:46 -0000	1.1
+++ import.log	16 Mar 2010 17:11:55 -0000	1.2
@@ -1 +1,2 @@
 remmina-0_7_4-1_fc12:F-12:remmina-0.7.4-1.fc12.src.rpm:1267466415
+remmina-0_7_4-2_fc13:F-12:remmina-0.7.4-2.fc13.src.rpm:1268759442


Index: remmina.spec
===================================================================
RCS file: /cvs/pkgs/rpms/remmina/F-12/remmina.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- remmina.spec	16 Mar 2010 01:34:31 -0000	1.2
+++ remmina.spec	16 Mar 2010 17:11:55 -0000	1.3
@@ -1,12 +1,13 @@
 Name:           remmina
 Version:        0.7.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Remote Desktop Client
 
 Group:          Applications/Internet
 License:        GPLv2+ and MIT
 URL:            http://remmina.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:         remmina-0.7.4-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  intltool, gtk2-devel, libvncserver-devel
@@ -14,22 +15,23 @@ BuildRequires:  libjpeg-devel, gnutls-de
 BuildRequires:  avahi-ui-devel, vte-devel, unique-devel
 BuildRequires:  gettext, desktop-file-utils      
 
-Requires:       rdesktop, xorg-x11-server-Xephyr
+Requires:  rdesktop, xorg-x11-server-Xephyr
 
-Provides:       grdc = %{version}
-Obsoletes:      grdc < 0.6.1
+Provides: grdc = %{version}
+Obsoletes: grdc < 0.6.1
 
 %description
-Remmina is a remote desktop client written in GTK+, aiming to be useful for 
-system administrators and travelers, who need to work with lots of remote 
-computers in front of either large monitors or tiny netbooks.
+Remmina is a remote desktop client written in GTK+, aiming to be useful 
+for system administrators and travellers, who need to work with lots
+of remote computers in front of either large monitors or tiny netbooks.
 
-Remmina supports multiple network protocols in an integrated and consistent
-user interface. Currently RDP, VNC, XDMCP and SSH are supported.
+Remmina supports multiple network protocols in an integrated and consistant
+ user interface. Currently RDP, VNC, XDMCP and SSH are supported.
 
 
 %prep
 %setup -q
+%patch0 -p1 -b .dsofix
 
 
 %build
@@ -74,6 +76,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/%{name}/
 
 %changelog
+* Tue Mar 16 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.7.4-2
+- Add patch to fix DSO issue
+
 * Sat Feb 27 2010 Damien Durand <splinux at fedoraproject.org> 0.7.4-1
 - Update to 0.7.4
 - Fix License tag
@@ -82,7 +87,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 - Upstream release
 - Add rdesktop, xorg-x11-server-Xephyr in Requires
 - Add grdc in Provides/Obsoletes
-- Add --enable-vnc=dl in %%configure
+- Add --enable-vnc=dl in %configure
 - Remove unneeded README.LibVNCServer
 - Fix "icons/hicolor" path
 



More information about the scm-commits mailing list