rpms/remmina/F-13 remmina.spec,1.1,1.2

Christoph Wickert cwickert at fedoraproject.org
Tue Mar 16 01:21:26 UTC 2010


Author: cwickert

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

Modified Files:
	remmina.spec 
Log Message:
* Tue Mar 16 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.7.4-2
- Add patch to fix DSO issue



Index: remmina.spec
===================================================================
RCS file: /cvs/pkgs/rpms/remmina/F-13/remmina.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- remmina.spec	5 Mar 2010 12:21:48 -0000	1.1
+++ remmina.spec	16 Mar 2010 01:21:26 -0000	1.2
@@ -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
@@ -30,6 +31,7 @@ Remmina supports multiple network protoc
 
 %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



More information about the scm-commits mailing list