From ba52c25c29b209effda1c728c3dfd067266636bb Mon Sep 17 00:00:00 2001 From: Hubbitus Date: Tue, 5 Jan 2016 01:34:27 +0300 Subject: [PATCH] - Update to version 1.2.0-rcgit.7. --- remmina.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/remmina.spec b/remmina.spec index 8650cfc..698df9d 100644 --- a/remmina.spec +++ b/remmina.spec @@ -1,14 +1,16 @@ # Main branch is the "next" branch, not master -%global commit0 b43697d8d79cea20d3fdbdea2c4b8de92a2f331f -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +#%%global commit0 b43697d8d79cea20d3fdbdea2c4b8de92a2f331f +#%%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) +%global upstream_version 1.2.0-rcgit.7 Name: remmina Version: 1.2.0 -Release: 0.11%{?shortcommit0:.git.%{shortcommit0}}%{?dist} +Release: 0.12.rcgit.7%{?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/%%{commit0}/Remmina-%%{commit0}.tar.gz#/Remmina-%%{shortcommit0}.tar.gz +Source0: https://github.com/FreeRDP/Remmina/archive/1.2.0-rcgit.7.tar.gz#/Remmina-%{upstream_version}.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 @@ -142,7 +144,7 @@ client. %prep -%setup -qn Remmina-%{commit0} +%setup -qn Remmina-%{upstream_version} #? 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 @@ -249,7 +251,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang %{!?_licensedir:%global license %%doc} %license LICENSE -%doc AUTHORS ChangeLog README +%doc AUTHORS ChangeLog README.md %{_bindir}/%{name} %{_datadir}/appdata/*.appdata.xml %{_datadir}/applications/*.desktop @@ -292,6 +294,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sat Jan 02 2016 Pavel Alexeev - 1.2.0-0.12.rcgit.7 +- Update to version 1.2.0-rcgit.7. + * Fri Jan 01 2016 Pavel Alexeev - 1.2.0-0.11.git.b43697d - Recommends all plugins by suggestion bz#1241658.