|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
# Main branch is the "next" branch, not master
|
|
|
|
|
%global commit0 80a77b897541879e779178c588d07d4610d685c9
|
|
|
|
|
%global date 20161104
|
|
|
|
|
# Main branch is the "next" branch, not master; but temporarily switch to the
|
|
|
|
|
# libfreerdp_updates branch
|
|
|
|
|
%global commit0 35604d5e02e4ab02bb2e42fd1cc03d3bdd14ee3d
|
|
|
|
|
%global date 20161126
|
|
|
|
|
%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
# RC releases
|
|
|
|
@ -8,7 +9,7 @@
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 0.26%{?snapshot:.%{snapshot}}%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
|
Release: 0.27%{?snapshot:.%{snapshot}}%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
|
URL: http://remmina.sourceforge.net
|
|
|
|
@ -325,6 +326,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 03 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.27.20161126git35604d5
|
|
|
|
|
- Update to latest code drop from the libfreerdp_updates branch.
|
|
|
|
|
|
|
|
|
|
* Fri Nov 04 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.26.20161104git80a77b8
|
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
- Still not building properly with FreeRDP:
|
|
|
|
|