[remmina/f21] Update to latest 1.1.1 snapshot.

Simone Caronni slaanesh at fedoraproject.org
Tue Oct 21 13:56:02 UTC 2014


commit c430d093033ff1cb2bf3a2e5f18270db9493d9e2
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Tue Oct 21 15:56:01 2014 +0200

    Update to latest 1.1.1 snapshot.

 .gitignore                    |    1 +
 remmina-rfx_context_new.patch |   12 ++++++++++++
 remmina.spec                  |   18 +++++++++++++-----
 sources                       |    2 +-
 4 files changed, 27 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f8c7ac9..024b79d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ remmina-0.7.5.tar.gz
 /Remmina-1.0.0.tar.gz
 /Remmina-26b814aec6e930746d079c885449dd50d3484fb0.tar.gz
 /Remmina-1470c974cddaede87d09345f712202ddcda0810b.tar.gz
+/Remmina-efb7b5f87b2ed1604fa8bdf559fd4e08e2a18d9b.tar.gz
diff --git a/remmina-rfx_context_new.patch b/remmina-rfx_context_new.patch
new file mode 100644
index 0000000..7acffe9
--- /dev/null
+++ b/remmina-rfx_context_new.patch
@@ -0,0 +1,12 @@
+diff -Naur Remmina-efb7b5f87b2ed1604fa8bdf559fd4e08e2a18d9b.old/remmina-plugins/rdp/rdp_plugin.c Remmina-efb7b5f87b2ed1604fa8bdf559fd4e08e2a18d9b/remmina-plugins/rdp/rdp_plugin.c
+--- Remmina-efb7b5f87b2ed1604fa8bdf559fd4e08e2a18d9b.old/remmina-plugins/rdp/rdp_plugin.c	2014-10-21 15:28:25.956724006 +0200
++++ Remmina-efb7b5f87b2ed1604fa8bdf559fd4e08e2a18d9b/remmina-plugins/rdp/rdp_plugin.c	2014-10-21 15:29:01.772465878 +0200
+@@ -257,7 +257,7 @@
+ 		settings->LargePointerFlag = True;
+ 		settings->PerformanceFlags = PERF_FLAG_NONE;
+ 
+-		rfi->rfx_context = rfx_context_new();
++		rfi->rfx_context = rfx_context_new(FALSE);
+ 	}
+ 
+ 	freerdp_client_load_addins(instance->context->channels, instance->settings);
diff --git a/remmina.spec b/remmina.spec
index cdb8cf4..c627b10 100644
--- a/remmina.spec
+++ b/remmina.spec
@@ -1,18 +1,20 @@
 # Review at https://bugzilla.redhat.com/show_bug.cgi?id=553402
 
 # https://fedoraproject.org/wiki/Packaging:SourceURL#Github
-%global commit 1470c974cddaede87d09345f712202ddcda0810b
+%global commit efb7b5f87b2ed1604fa8bdf559fd4e08e2a18d9b
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           remmina
-Version:        1.0.0
-Release:        12%{?shortcommit:.git.%{shortcommit}}%{?dist}
+Version:        1.1.1
+Release:        1%{?shortcommit:.git.%{shortcommit}}%{?dist}
 Summary:        Remote Desktop Client
 
 License:        GPLv2+ and MIT
 URL:            http://remmina.sourceforge.net
-#VCS: git:https://github.com/FreeRDP/Remmina.git
+# VCS: git:https://github.com/FreeRDP/Remmina.git
 Source0:        https://github.com/FreeRDP/Remmina/archive/%{commit}/Remmina-%{commit}.tar.gz
+# https://github.com/FreeRDP/Remmina/issues/228
+Patch0:         %{name}-rfx_context_new.patch
 
 BuildRequires:  avahi-ui-devel
 BuildRequires:  cmake >= 2.8
@@ -138,6 +140,7 @@ client.
 
 %prep
 %setup -qn Remmina-%{commit}
+%patch0 -p1
 
 # Do not install tools into user home directory
 sed -i \
@@ -243,7 +246,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %files -f %{name}.lang -f %{name}-plugins.lang
-%doc AUTHORS ChangeLog COPYING README
+%doc AUTHORS ChangeLog LICENSE README
 %{_bindir}/%{name}
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/actions/*.*
@@ -284,6 +287,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Oct 21 2014 Simone Caronni <negativo17 at gmail.com> - 1.1.1-1.git.efb7b5f
+- Update to latest snapshot, version now at 1.1.1.
+- Full GTK3 version removed and moved to 1.2.0 branch.
+- Add patch that was lost upstram in the various branching.
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-12.git.1470c97
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 30bf2fe..e34d0d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae43ffbf87654559e7d904da4d328e8f  Remmina-1470c974cddaede87d09345f712202ddcda0810b.tar.gz
+777bfceeb66be43779e53e87ce8d3f8b  Remmina-efb7b5f87b2ed1604fa8bdf559fd4e08e2a18d9b.tar.gz


More information about the scm-commits mailing list