|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
# Main branch is the "next" branch, not master; but temporarily switch to the
|
|
|
|
|
# libfreerdp_updates branch
|
|
|
|
|
%global commit0 35604d5e02e4ab02bb2e42fd1cc03d3bdd14ee3d
|
|
|
|
|
%global date 20161126
|
|
|
|
|
# Main branch is the "next" branch, not master
|
|
|
|
|
%global commit0 d1a4a73317848d350d2dae3715646aa6c8b69b39
|
|
|
|
|
%global date 20161226
|
|
|
|
|
%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
# RC releases
|
|
|
|
@ -9,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 0.27%{?snapshot:.%{snapshot}}%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
|
Release: 0.28%{?snapshot:.%{snapshot}}%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
|
URL: http://remmina.sourceforge.net
|
|
|
|
@ -327,6 +326,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 09 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.28.20161226gitd1a4a73
|
|
|
|
|
- Switch to latest snapshot of the next branch.
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|