|
|
@ -1,10 +1,10 @@
|
|
|
|
# Main branch is the "next" branch, not master
|
|
|
|
# Main branch is the "next" branch, not master
|
|
|
|
%global commit0 8855df73b33fe5b92142e257c9ff679dea4fbd82
|
|
|
|
%global commit0 b43697d8d79cea20d3fdbdea2c4b8de92a2f331f
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
Name: remmina
|
|
|
|
Version: 1.2.0
|
|
|
|
Version: 1.2.0
|
|
|
|
Release: 0.9%{?shortcommit0:.git.%{shortcommit0}}%{?dist}
|
|
|
|
Release: 0.10%{?shortcommit0:.git.%{shortcommit0}}%{?dist}
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
URL: http://remmina.sourceforge.net
|
|
|
|
URL: http://remmina.sourceforge.net
|
|
|
@ -291,6 +291,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Dec 13 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.10.git.b43697d
|
|
|
|
|
|
|
|
- Update to latest snapshot (1.2.0.rcgit.6), Wayland backend has been disabled.
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 15 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.9.git.8855df7
|
|
|
|
* Sun Nov 15 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.9.git.8855df7
|
|
|
|
- Update to latest snapshot.
|
|
|
|
- Update to latest snapshot.
|
|
|
|
- Update to new packaging guidelines for GitHub sources and license tag.
|
|
|
|
- Update to new packaging guidelines for GitHub sources and license tag.
|
|
|
|