f40572f
%global commit0 88fcce0da63548e33f83d4cfaefffc56000c5c2f
f212643
21f9cfd
Name:          remmina
e4082f7
Version:       1.3.10
e4082f7
Release:       1%{?dist}
21f9cfd
Summary:       Remote Desktop Client
21f9cfd
License:       GPLv2+ and MIT
0556e6e
URL:           http://remmina.org
77c4862
f212643
Source0:       https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-%{version}.tar.gz#/%{name}-%{version}.tar.gz
f1d8479
558cc9f
%if 0%{?rhel} == 7
558cc9f
ExcludeArch:   aarch64
558cc9f
%endif
558cc9f
f1d8479
# Cmake helper file to easy build plugins outside remmina source tree
94198c3
# See http://www.muflone.com/remmina-plugin-rdesktop/english/install.html which
94198c3
# use http://www.muflone.com/remmina-plugin-builder/ with remmina bundled source.
94198c3
# So we can't use it directly only as instructions.
21f9cfd
Source1:       pluginBuild-CMakeLists.txt
21f9cfd
71a04b7
BuildRequires: gcc-c++
bd03c12
%if 0%{?fedora} || 0%{?rhel} >= 8
bd03c12
BuildRequires: cmake >= 3.0.0
bd03c12
%else
bd03c12
BuildRequires: cmake3
bd03c12
%endif
21f9cfd
BuildRequires: desktop-file-utils
21f9cfd
BuildRequires: gettext
9b6dfb0
BuildRequires: harfbuzz-devel
21f9cfd
BuildRequires: intltool
e4ea6cb
BuildRequires: kf5-kwallet-devel
21f9cfd
BuildRequires: libappstream-glib
21f9cfd
BuildRequires: libgcrypt-devel
71a04b7
BuildRequires: libsodium-devel
21f9cfd
BuildRequires: pkgconfig(appindicator3-0.1)
21f9cfd
BuildRequires: pkgconfig(avahi-ui) >= 0.6.30
21f9cfd
BuildRequires: pkgconfig(avahi-ui-gtk3) >= 0.6.30
David Woodhouse 6eeca8c
BuildRequires: pkgconfig(freerdp2)
21f9cfd
BuildRequires: pkgconfig(gtk+-3.0)
a5e429e
BuildRequires: pkgconfig(json-glib-1.0)
21f9cfd
BuildRequires: pkgconfig(libsecret-1)
a5e429e
BuildRequires: pkgconfig(libsoup-2.4)
21f9cfd
BuildRequires: pkgconfig(libssh) >= 0.6
21f9cfd
BuildRequires: pkgconfig(libvncserver)
ed5772d
BuildRequires: pkgconfig(spice-client-gtk-3.0)
21f9cfd
BuildRequires: pkgconfig(vte-2.91)
71a04b7
BuildRequires: pkgconfig(webkit2gtk-4.0)
21f9cfd
BuildRequires: pkgconfig(xkbfile)
b7fc97a
c5bf6ab
# We don't ship the remmina-plugins-telepathy package any longer
bfa7094
Obsoletes:     %{name}-plugins-telepathy < %{version}-%{release}
fc1472c
bd03c12
%if 0%{?fedora} || 0%{?rhel} >= 8
bfa7094
Recommends:    %{name}-plugins-exec
bfa7094
Recommends:    %{name}-plugins-nx
bfa7094
Recommends:    %{name}-plugins-rdp
bfa7094
Recommends:    %{name}-plugins-secret
f212643
Recommends:    %{name}-plugins-st
bfa7094
Recommends:    %{name}-plugins-vnc
bfa7094
Recommends:    %{name}-plugins-xdmcp
bd03c12
%else
bd03c12
Requires:      %{name}-plugins-exec
bd03c12
Requires:      %{name}-plugins-nx
bd03c12
Requires:      %{name}-plugins-rdp
bd03c12
Requires:      %{name}-plugins-secret
bd03c12
Requires:      %{name}-plugins-st
bd03c12
Requires:      %{name}-plugins-vnc
bd03c12
Requires:      %{name}-plugins-xdmcp
bd03c12
%endif
9bcffd7
c204681
%description
da4b388
Remmina is a remote desktop client written in GTK+, aiming to be useful for
da4b388
system administrators and travelers, who need to work with lots of remote
73a792b
computers in front of either large monitors or tiny net-books.
c204681
5feaa00
Remmina supports multiple network protocols in an integrated and consistent
5feaa00
user interface. Currently RDP, VNC, XDMCP and SSH are supported.
c204681
9bcffd7
Please don't forget to install the plugins for the protocols you want to use.
9bcffd7
9bcffd7
9bcffd7
%package        devel
9bcffd7
Summary:        Development files for %{name}
9bcffd7
Requires:       %{name} = %{version}-%{release}
c90ff24
Requires:       pkgconfig
9bcffd7
9bcffd7
%description    devel
da4b388
The %{name}-devel package contains header files for developing plugins for
9bcffd7
%{name}.
9bcffd7
c204681
bfa7094
%package        plugins-exec
bfa7094
Summary:        External execution plugin for Remmina Remote Desktop Client
fc1472c
Requires:       %{name}%{?_isa} = %{version}-%{release}
c90ff24
bfa7094
%description    plugins-exec
da4b388
Remmina is a remote desktop client written in GTK+, aiming to be useful for
da4b388
system administrators and travelers, who need to work with lots of remote
73a792b
computers in front of either large monitors or tiny net-books.
c90ff24
bfa7094
This package contains the plugin to execute external processes (commands or
bfa7094
applications) from the Remmina window.
bfa7094
bfa7094
bfa7094
%package        plugins-secret
bfa7094
Summary:        Keyring integration for Remmina Remote Desktop Client
bfa7094
Requires:       %{name}%{?_isa} = %{version}-%{release}
bfa7094
Obsoletes:      %{name}-plugins-gnome < %{version}-%{release}
bfa7094
Provides:       %{name}-plugins-gnome%{?_isa} = %{version}-%{release}
bfa7094
bfa7094
%description    plugins-secret
bfa7094
Remmina is a remote desktop client written in GTK+, aiming to be useful for
bfa7094
system administrators and travelers, who need to work with lots of remote
bfa7094
computers in front of either large monitors or tiny net-books.
bfa7094
bfa7094
This package contains the plugin with keyring support for the Remmina remote
bfa7094
desktop client.
c90ff24
c90ff24
c90ff24
%package        plugins-nx
c90ff24
Summary:        NX plugin for Remmina Remote Desktop Client
fc1472c
Requires:       %{name}%{?_isa} = %{version}-%{release}
Orion Poplawski 4f93424
Requires:       nxproxy
c90ff24
c90ff24
%description    plugins-nx
da4b388
Remmina is a remote desktop client written in GTK+, aiming to be useful for
da4b388
system administrators and travelers, who need to work with lots of remote
73a792b
computers in front of either large monitors or tiny net-books.
c90ff24
c90ff24
This package contains the NX plugin for the Remmina remote desktop client.
c90ff24
c90ff24
c90ff24
%package        plugins-rdp
c90ff24
Summary:        RDP plugin for Remmina Remote Desktop Client
fc1472c
Requires:       %{name}%{?_isa} = %{version}-%{release}
c90ff24
c90ff24
%description    plugins-rdp
da4b388
Remmina is a remote desktop client written in GTK+, aiming to be useful for
da4b388
system administrators and travelers, who need to work with lots of remote
73a792b
computers in front of either large monitors or tiny net-books.
c90ff24
c90ff24
This package contains the Remote Desktop Protocol (RDP) plugin for the Remmina
c90ff24
remote desktop client.
c90ff24
f212643
%package        plugins-st
f212643
Summary:        Simple Terminal plugin for Remmina Remote Desktop Client
f212643
Requires:       %{name}%{?_isa} = %{version}-%{release}
f212643
f212643
%description    plugins-st
f212643
Remmina is a remote desktop client written in GTK+, aiming to be useful for
f212643
system administrators and travelers, who need to work with lots of remote
f212643
computers in front of either large monitors or tiny net-books.
f212643
f212643
This package contains the Simple Terminal plugin for the Remmina remote desktop
f212643
client.
c90ff24
c90ff24
%package        plugins-vnc
c90ff24
Summary:        VNC plugin for Remmina Remote Desktop Client
fc1472c
Requires:       %{name}%{?_isa} = %{version}-%{release}
c90ff24
c90ff24
%description    plugins-vnc
da4b388
Remmina is a remote desktop client written in GTK+, aiming to be useful for
da4b388
system administrators and travelers, who need to work with lots of remote
73a792b
computers in front of either large monitors or tiny net-books.
c90ff24
da4b388
This package contains the VNC plugin for the Remmina remote desktop
c90ff24
client.
c90ff24
c90ff24
c90ff24
%package        plugins-xdmcp
c90ff24
Summary:        XDMCP plugin for Remmina Remote Desktop Client
fc1472c
Requires:       %{name}%{?_isa} = %{version}-%{release}
c90ff24
Requires:       xorg-x11-server-Xephyr
c90ff24
c90ff24
%description    plugins-xdmcp
da4b388
Remmina is a remote desktop client written in GTK+, aiming to be useful for
da4b388
system administrators and travelers, who need to work with lots of remote
73a792b
computers in front of either large monitors or tiny net-books.
c90ff24
da4b388
This package contains the XDMCP plugin for the Remmina remote desktop
c90ff24
client.
c90ff24
c90ff24
ed5772d
%package        plugins-spice
ed5772d
Summary:        SPICE plugin for Remmina Remote Desktop Client
ed5772d
Requires:       %{name}%{?_isa} = %{version}-%{release}
ed5772d
ed5772d
%description    plugins-spice
ed5772d
Remmina is a remote desktop client written in GTK+, aiming to be useful for
ed5772d
system administrators and travelers, who need to work with lots of remote
ed5772d
computers in front of either large monitors or tiny net-books.
ed5772d
ed5772d
This package contains the SPICE plugin for the Remmina remote desktop
ed5772d
client.
ed5772d
f9dedbb
71a04b7
%package        plugins-www
71a04b7
Summary:        WWW plugin for Remmina Remote Desktop Client
71a04b7
Requires:       %{name}%{?_isa} = %{version}-%{release}
71a04b7
71a04b7
%description    plugins-www
71a04b7
Remmina is a remote desktop client written in GTK+, aiming to be useful for
71a04b7
system administrators and travelers, who need to work with lots of remote
71a04b7
computers in front of either large monitors or tiny net-books.
71a04b7
71a04b7
This package contains the WWW plugin (web browser with authentication) for the
71a04b7
Remmina remote desktop client.
71a04b7
71a04b7
e4ea6cb
%package        plugins-kwallet
e4ea6cb
Summary:        KDE Wallet plugin for Remmina Remote Desktop Client
e4ea6cb
Requires:       %{name}%{?_isa} = %{version}-%{release}
e4ea6cb
e4ea6cb
%description    plugins-kwallet
e4ea6cb
Remmina is a remote desktop client written in GTK+, aiming to be useful for
e4ea6cb
system administrators and travelers, who need to work with lots of remote
e4ea6cb
computers in front of either large monitors or tiny net-books.
e4ea6cb
e4ea6cb
This package contains the KDE Wallet plugin for the Remmina remote desktop
e4ea6cb
client. It will be activated automatically if KDE Wallet is installed and
e4ea6cb
running.
e4ea6cb
e4ea6cb
77c4862
%package        gnome-session
77c4862
Summary:        Gnome Shell session for Remmina kiosk mode
77c4862
Requires:       %{name}%{?_isa} = %{version}-%{release}
77c4862
Requires:       gnome-session
77c4862
77c4862
%description    gnome-session
77c4862
Remmina is a remote desktop client written in GTK+, aiming to be useful for
77c4862
system administrators and travelers, who need to work with lots of remote
77c4862
computers in front of either large monitors or tiny net-books.
77c4862
77c4862
This package contains Remmina kiosk mode, including a Gnome Shell session
77c4862
that shows up under the display manager session menu.
ed5772d
c204681
%prep
71a04b7
%autosetup -p1 -n Remmina-v%{version}-%{commit0}
71a04b7
71a04b7
# Remove unsupported entries
71a04b7
sed -i -e '/x-scheme-handler/d' data/desktop/remmina-file.desktop.in
94198c3
c204681
%build
c90ff24
mkdir -p build
c90ff24
4a20671
# Workaround for Pango on Fedora 31+
4a20671
export CFLAGS="%{optflags} -I%{_includedir}/harfbuzz"
4a20671
bd03c12
%if 0%{?fedora} || 0%{?rhel} >= 8
a8d81bb
%cmake --build=build \
bd03c12
%else
bd03c12
%cmake3 --build=build \
bd03c12
%endif
a8d81bb
    -DCMAKE_INSTALL_LIBDIR=%{_lib} \
a8d81bb
    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
633fc2a
    -DWITH_APPINDICATOR=ON \
a8d81bb
    -DWITH_AVAHI=ON \
a8d81bb
    -DWITH_FREERDP=ON \
fc1472c
    -DWITH_GCRYPT=ON \
a8d81bb
    -DWITH_GETTEXT=ON \
fc1472c
    -DWITH_LIBSSH=ON \
ed5772d
    -DWITH_SPICE=ON \
c5bf6ab
    -DWITH_TELEPATHY=OFF \
a8d81bb
    -DWITH_VTE=ON \
a8d81bb
    .
c204681
bfa7094
%make_build
c204681
c204681
%install
94198c3
%make_install
c90ff24
94198c3
mkdir -p %{buildroot}/%{_libdir}/cmake/%{name}/
94198c3
cp -pr cmake/*.cmake %{buildroot}/%{_libdir}/cmake/%{name}/
94198c3
cp -pr config.h.in %{buildroot}/%{_includedir}/%{name}/
94198c3
cp -p %{SOURCE1} %{buildroot}/%{_includedir}/%{name}/
94198c3
c204681
%find_lang %{name}
c204681
929f49a
%check
929f49a
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
929f49a
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
929f49a
341c775
%files -f %{name}.lang
f1d8479
%license LICENSE
ba52c25
%doc AUTHORS ChangeLog README.md
c204681
%{_bindir}/%{name}
71a04b7
%{_bindir}/%{name}-file-wrapper.sh
bfa7094
%{_datadir}/metainfo/*.appdata.xml
c204681
%{_datadir}/applications/*.desktop
61eb05f
%{_datadir}/icons/hicolor/*/actions/*.*
61eb05f
%{_datadir}/icons/hicolor/*/apps/*.*
77c4862
%{_datadir}/icons/hicolor/*/emblems/remmina-*.svg
bfa7094
%{_datadir}/mime/packages/*.xml
aa3a594
%{_datadir}/%{name}/
fc1472c
%dir %{_libdir}/remmina/
fc1472c
%dir %{_libdir}/remmina/plugins/
a1865d0
%{_mandir}/man1/%{name}.*
c204681
9bcffd7
%files devel
9bcffd7
%{_includedir}/%{name}/
53c455b
%{_libdir}/pkgconfig/%{name}.pc
94198c3
%{_libdir}/cmake/%{name}/*.cmake
c90ff24
bfa7094
%files plugins-exec
bfa7094
%{_libdir}/remmina/plugins/remmina-plugin-exec.so
bfa7094
bfa7094
%files plugins-secret
bfa7094
%{_libdir}/remmina/plugins/remmina-plugin-secret.so
c90ff24
c90ff24
%files plugins-nx
c90ff24
%{_libdir}/remmina/plugins/remmina-plugin-nx.so
77c4862
%{_datadir}/icons/hicolor/*/emblems/remmina-nx-symbolic.svg
c90ff24
c90ff24
%files plugins-rdp
c90ff24
%{_libdir}/remmina/plugins/remmina-plugin-rdp.so
77c4862
%{_datadir}/icons/hicolor/*/emblems/remmina-rdp-ssh-symbolic.svg
77c4862
%{_datadir}/icons/hicolor/*/emblems/remmina-rdp-symbolic.svg
c90ff24
f212643
%files plugins-st
f212643
%{_libdir}/remmina/plugins/remmina-plugin-st.so
f212643
%{_datadir}/icons/hicolor/*/emblems/remmina-tool-symbolic.svg
f212643
c90ff24
%files plugins-vnc
c90ff24
%{_libdir}/remmina/plugins/remmina-plugin-vnc.so
77c4862
%{_datadir}/icons/hicolor/*/emblems/remmina-vnc-ssh-symbolic.svg
77c4862
%{_datadir}/icons/hicolor/*/emblems/remmina-vnc-symbolic.svg
c90ff24
c90ff24
%files plugins-xdmcp
c90ff24
%{_libdir}/remmina/plugins/remmina-plugin-xdmcp.so
77c4862
%{_datadir}/icons/hicolor/*/emblems/remmina-xdmcp-ssh-symbolic.svg
77c4862
%{_datadir}/icons/hicolor/*/emblems/remmina-xdmcp-symbolic.svg
c90ff24
ed5772d
%files plugins-spice
ed5772d
%{_libdir}/remmina/plugins/remmina-plugin-spice.so
77c4862
%{_datadir}/icons/hicolor/*/emblems/remmina-spice-ssh-symbolic.svg
77c4862
%{_datadir}/icons/hicolor/*/emblems/remmina-spice-symbolic.svg
ed5772d
71a04b7
%files plugins-www
71a04b7
%{_libdir}/remmina/plugins/remmina-plugin-www.so
71a04b7
e4ea6cb
%files plugins-kwallet
e4ea6cb
%{_libdir}/remmina/plugins/remmina-plugin-kwallet.so
e4ea6cb
77c4862
%files gnome-session
77c4862
%{_bindir}/gnome-session-remmina
77c4862
%{_bindir}/remmina-gnome
77c4862
%{_datadir}/gnome-session/sessions/remmina-gnome.session
77c4862
%{_datadir}/xsessions/remmina-gnome.desktop
77c4862
%{_mandir}/man1/gnome-session-remmina.1.*
77c4862
%{_mandir}/man1/remmina-gnome.1.*
9bcffd7
c204681
%changelog
e4082f7
* Fri Feb 07 2020 Simone Caronni <negativo17@gmail.com> - 1.3.10-1
e4082f7
- Update to 1.3.10.
e4082f7
856b398
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-2
856b398
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
856b398
f40572f
* Fri Sep 06 2019 Simone Caronni <negativo17@gmail.com> - 1.3.6-1
f40572f
- Update to 1.3.6.
f40572f
bd03c12
* Fri Sep 06 2019 Simone Caronni <negativo17@gmail.com> - 1.3.5-3
bd03c12
- Allow building on RHEL/CentOS 7.
bd03c12
e4ea6cb
* Tue Aug 20 2019 Simone Caronni <negativo17@gmail.com> - 1.3.5-2
e4ea6cb
- Enable KDE Wallet plugin.
e4ea6cb
71a04b7
* Tue Aug 20 2019 Simone Caronni <negativo17@gmail.com> - 1.3.5-1
71a04b7
- Update to 1.3.5
71a04b7
a78c639
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-2
a78c639
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a78c639
eff1c8d
* Sat May 18 2019 Simone Caronni <negativo17@gmail.com> - 1.3.4-1
eff1c8d
- Update to 1.3.4.
eff1c8d
abe2771
* Thu Feb 28 2019 Simone Caronni <negativo17@gmail.com> - 1.3.3-1
abe2771
- Update to 1.3.3.
abe2771
3781eee
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.32.1-2
3781eee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
3781eee
55bd2ca
* Fri Nov 30 2018 Simone Caronni <negativo17@gmail.com> - 1.2.32.1-1
55bd2ca
- Update to 1.2.32.1.
55bd2ca
f212643
* Mon Oct 15 2018 Simone Caronni <negativo17@gmail.com> - 1.2.32-1
f212643
- Update to 1.2.32, new Simple Terminal plugin.
f212643
- Project moved to Gitlab, update spec file accordingly.
f212643
f9dedbb
* Mon Aug 20 2018 Simone Caronni <negativo17@gmail.com> - 1.2.31.3-1
f9dedbb
- Update to 1.2.31.3.
f9dedbb
77c4862
* Tue Aug 14 2018 Mike DePaulo <mikedep333@gmail.com> - 1.2.31.2-1
77c4862
- Update to latest stable release 1.2.31.2
77c4862
- Add remmina-gnome-session subpackage for new Kiosk mode
77c4862
62b2afa
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-0.52.20180408.git.6b62986
62b2afa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
62b2afa
3b39231
* Mon Apr 09 2018 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.51.20180408.git.6b62986
3b39231
- Update to latest snapshot (rcgit.29).
3b39231
1e54eb8
* Wed Mar 21 2018 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.50.20180321.git.f467f19
1e54eb8
- New snapshot, removes duplicate icon.
1e54eb8
929f49a
* Mon Mar 19 2018 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.49.20180319.git.5f3cc40
929f49a
- Move checks in the check section.
929f49a
- New source snapshot (#1553098, #1557572).
929f49a
a5e429e
* Thu Mar 15 2018 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.48.20180314.git.04e4a99
a5e429e
- Update to latest snapshot post rc27.
a5e429e
9514498
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-0.47.20180107.git.d70108c
9514498
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9514498
502ad7d
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.0-0.46.20180107.git.d70108c
502ad7d
- Remove obsolete scriptlets
502ad7d
fb25ca3
* Tue Jan 16 2018 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.45.20180107.git.d70108c
fed2d0d
- Update to latest snapshot.
fed2d0d
5825e57
* Fri Jan 05 2018 Pavel Alexeev <Pahan@Hubbitus.info> - 1.2.0-0.44.rcgit.26
5825e57
- Update to version v1.2.0-rcgit.26.
5825e57
- Drop remmina-format-security.patch which seams handled upstream in different way.
5825e57
bfa7094
* Wed Dec 20 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.43.20171220git08f5b4b
bfa7094
- Update to latest 1.2.0 snapshot (rcgit.25).
bfa7094
- Gnome plugin renamed to secret.
bfa7094
- Add new executor plugin.
bfa7094
0b4af86
* Mon Sep 11 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.42.20170908git205df66
0b4af86
- Update to latest snapshot.
0b4af86
- Trim changelog.
0b4af86
72258f5
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-0.41.20170724git0387ee0
72258f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
72258f5
472bc82
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-0.40.20170724git0387ee0
472bc82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
472bc82
9996651
* Thu Jul 27 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.39.20170724git0387ee0
9996651
- Update to latest snapshot (matching with rcgit 19).
9996651
246e7f9
* Wed Jul 12 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.38.20170710git89009c8
246e7f9
- Update to latest snapshot.
246e7f9
54640b9
* Mon Jun 26 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.37.20170622git7e82138
54640b9
- Rebuild for FreeRDP update.
54640b9
c899ee4
* Mon Jun 26 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.36.20170622git7e82138
c899ee4
- Update to latest snapshot.
c899ee4
c66ac0e
* Mon May 15 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.35.20170510git41c8de6
c66ac0e
- Update to latest snapshot.
c66ac0e
d354918
* Mon Apr 24 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.34.20170424git2c0a77e
d354918
- Update to latest snapshot.
d354918
f49c537
* Wed Mar 22 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.33.20170317git4d8d257
f49c537
- Update to latest snapshot.
f49c537
c5bf6ab
* Thu Mar 09 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.32.20170302git1da1fb6
c5bf6ab
- Remove non-working telepathy plugin.
c5bf6ab
c238d54
* Thu Mar 02 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.31.20170302git1da1fb6
c238d54
- Update to latest snapshot.
c238d54
Rex Dieter 2ef1d73
* Wed Feb 15 2017 Rex Dieter <rdieter@fedoraproject.org> - 1.2.0-0.30.20161226gitd1a4a73
Rex Dieter 2ef1d73
- rebuild (libvncserver)
Rex Dieter 2ef1d73
8389ace
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-0.29.20161226gitd1a4a73
8389ace
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8389ace
049df62
* Mon Jan 09 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.28.20161226gitd1a4a73
049df62
- Switch to latest snapshot of the next branch.
049df62
2e25eae
* Sat Dec 03 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.27.20161126git35604d5
2e25eae
- Update to latest code drop from the libfreerdp_updates branch.
2e25eae
16727b3
* Fri Nov 04 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.26.20161104git80a77b8
16727b3
- Update to latest snapshot.
16727b3
- Still not building properly with FreeRDP:
16727b3
  https://github.com/FreeRDP/Remmina/issues/1028
16727b3
3b9c7fd
* Fri Oct 14 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.25.20161010gitaeaae39
3b9c7fd
- Update to latest snapshot.
3b9c7fd
dc959bf
* Sat Oct 08 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.24.20161004git88f490d
dc959bf
- Update to latest snapshot.
dc959bf
ee96e42
* Tue Sep 20 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.23.20160914git42f5a87
ee96e42
- Update to latest snapshot, update release to follow packaging guidelines.
ee96e42
a46bced
* Sat Aug 27 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 1.2.0-0.22.git.679bb8e
a46bced
- Provide GIT_REVISION to cmake for use in version.
a46bced
141cf1c
* Tue Aug 16 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 1.2.0-0.21.git.679bb8e
141cf1c
- Update to try solve issues with tray icons - https://github.com/FreeRDP/Remmina/issues/944#issuecomment-239913278
141cf1c
- Drop old issue 292 hack.
141cf1c
- Conditionally allow build by hash or pre-releases.
141cf1c
45ea24d
* Fri Aug 12 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.20.git.cbcb19e
45ea24d
- Update to latest snapshot.
45ea24d
71ac563
* Thu Jun 23 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.19.rcgit.14
71ac563
- Rebuild for spice-gtk upgrade.
71ac563
72e9cb5
* Tue Jun 21 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.18.rcgit.14
72e9cb5
- Update to version 1.2.0-rcgit.14.
72e9cb5
056798d
* Tue Jun 07 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.17.rcgit.13
056798d
- Use "snapshot" name only once in the SPEC file.
056798d
ed5772d
* Tue Jun 07 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.16.rcgit.12
ed5772d
- Update to version 12.0-rcgit.13, enable SPICE plugin, update cmake options.
ed5772d
David Woodhouse 3f0dc11
* Fri May 20 2016 David Woodhouse <dwmw2@infradead.org> - 1.2.0-0.15.rcgit.12
David Woodhouse 3f0dc11
- Disable survey, as it has build problems
David Woodhouse 3f0dc11
David Woodhouse 6eeca8c
* Fri May 20 2016 David Woodhouse <dwmw2@infradead.org> - 1.2.0-0.14.rcgit.12
David Woodhouse 6eeca8c
- Update to version 12.0-rcgit.12.
David Woodhouse 6eeca8c
c3ef9de
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-0.13.rcgit.7
c3ef9de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c3ef9de
ba52c25
* Sat Jan 02 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 1.2.0-0.12.rcgit.7
ba52c25
- Update to version 1.2.0-rcgit.7.
ba52c25
21f9cfd
* Fri Jan 01 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 1.2.0-0.11.git.b43697d
21f9cfd
- Recommends all plugins by suggestion bz#1241658.