From 45ea24dbb11e9f799400a4de5dfb3faeb3099d70 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Fri, 12 Aug 2016 09:29:47 +0200 Subject: [PATCH] Update to latest snapshot --- .gitignore | 1 + remmina.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 4e3df6b..bdca729 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ remmina-0.7.5.tar.gz /Remmina-1.2.0.rcgit.12.tar.gz /Remmina-1.2.0.rcgit.13.tar.gz /Remmina-1.2.0-rcgit.14.tar.gz +/Remmina-cbcb19e.tar.gz diff --git a/remmina.spec b/remmina.spec index 2180ebb..4450ae8 100644 --- a/remmina.spec +++ b/remmina.spec @@ -1,18 +1,18 @@ # Main branch is the "next" branch, not master -#%%global commit0 b43697d8d79cea20d3fdbdea2c4b8de92a2f331f -#%%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) +%global commit0 cbcb19ec443e869d0e82a07a4f29c9cd8a5bc134 +%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) # RC releases -%global snapshot rcgit.14 +#%global snapshot rcgit.14 Name: remmina Version: 1.2.0 -Release: 0.19%{?snapshot:.%{snapshot}}%{?shortcommit0:.git.%{shortcommit0}}%{?dist} +Release: 0.20%{?snapshot:.%{snapshot}}%{?shortcommit0:.git.%{shortcommit0}}%{?dist} Summary: Remote Desktop Client License: GPLv2+ and MIT URL: http://remmina.sourceforge.net -#Source0: https://github.com/FreeRDP/Remmina/archive/%%{commit0}/Remmina-%%{commit0}.tar.gz#/Remmina-%%{shortcommit0}.tar.gz -Source0: https://github.com/FreeRDP/Remmina/archive/v%{version}%{?snapshot:-%{snapshot}}.tar.gz#/Remmina-%{version}%{?snapshot:-%{snapshot}}.tar.gz +Source0: https://github.com/FreeRDP/Remmina/archive/%{commit0}/Remmina-%{commit0}.tar.gz#/Remmina-%{shortcommit0}.tar.gz +#Source0: https://github.com/FreeRDP/Remmina/archive/v%{version}%{?snapshot:-%{snapshot}}.tar.gz#/Remmina-%{version}%{?snapshot:-%{snapshot}}.tar.gz # Cmake helper file to easy build plugins outside remmina source tree # See http://www.muflone.com/remmina-plugin-rdesktop/english/install.html which @@ -160,7 +160,8 @@ client. %prep -%setup -qn Remmina-%{version}%{?snapshot:-%{snapshot}} +#%setup -qn Remmina-%{version}%{?snapshot:-%{snapshot}} +%setup -qn Remmina-%{commit0} #? Hack: https://github.com/FreeRDP/Remmina/issues/292 sed -i 's#install(DIRECTORY include/remmina DESTINATION include/remmina #install(DIRECTORY remmina/include/remmina DESTINATION include/ #' CMakeLists.txt @@ -323,6 +324,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Aug 12 2016 Simone Caronni - 1.2.0-0.20.git.cbcb19e +- Update to latest snapshot. + * Thu Jun 23 2016 Simone Caronni - 1.2.0-0.19.rcgit.14 - Rebuild for spice-gtk upgrade. diff --git a/sources b/sources index 4c965c1..0c16261 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c855a37b9afdec35dd03980b303a1c3a Remmina-1.2.0-rcgit.14.tar.gz +796893f059ccabede4840843d5ebf730 Remmina-cbcb19e.tar.gz