f1d8479
# Main branch is the "next" branch, not master
ba52c25
#%%global commit0 b43697d8d79cea20d3fdbdea2c4b8de92a2f331f
ba52c25
#%%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
ba52c25
%global upstream_version 1.2.0-rcgit.7
c204681
21f9cfd
Name:          remmina
21f9cfd
Version:       1.2.0
c3ef9de
Release:       0.13.rcgit.7%{?shortcommit0:.git.%{shortcommit0}}%{?dist}
21f9cfd
Summary:       Remote Desktop Client
21f9cfd
License:       GPLv2+ and MIT
21f9cfd
URL:           http://remmina.sourceforge.net
ba52c25
#Source0:       https://github.com/FreeRDP/Remmina/archive/%%{commit0}/Remmina-%%{commit0}.tar.gz#/Remmina-%%{shortcommit0}.tar.gz
ba52c25
Source0:       https://github.com/FreeRDP/Remmina/archive/1.2.0-rcgit.7.tar.gz#/Remmina-%{upstream_version}.tar.gz
f1d8479
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
21f9cfd
BuildRequires: cmake >= 2.8
21f9cfd
BuildRequires: desktop-file-utils
21f9cfd
BuildRequires: gettext
21f9cfd
BuildRequires: intltool
21f9cfd
BuildRequires: libappstream-glib
21f9cfd
BuildRequires: libgcrypt-devel
21f9cfd
BuildRequires: pkgconfig(appindicator3-0.1)
21f9cfd
BuildRequires: pkgconfig(avahi-ui) >= 0.6.30
21f9cfd
BuildRequires: pkgconfig(avahi-ui-gtk3) >= 0.6.30
21f9cfd
BuildRequires: pkgconfig(freerdp) >= 2.0.0
21f9cfd
BuildRequires: pkgconfig(gtk+-3.0)
21f9cfd
BuildRequires: pkgconfig(libsecret-1)
21f9cfd
BuildRequires: pkgconfig(libssh) >= 0.6
21f9cfd
BuildRequires: pkgconfig(libvncserver)
21f9cfd
BuildRequires: pkgconfig(telepathy-glib)
21f9cfd
BuildRequires: pkgconfig(vte-2.91)
21f9cfd
BuildRequires: pkgconfig(xkbfile)
b7fc97a
fc1472c
# We don't ship the remmina-plugins-common package any longer
21f9cfd
Provides:      remmina-plugins-common = %{version}
21f9cfd
Obsoletes:     remmina-plugins-common < 1.0.0-7
fc1472c
21f9cfd
Recommends:    remmina-plugins-telepathy remmina-plugins-nx remmina-plugins-rdp
21f9cfd
Recommends:    remmina-plugins-gnome remmina-plugins-vnc remmina-plugins-xdmcp
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
c90ff24
%package        plugins-gnome
c90ff24
Summary:        GNOME keyring integration for Remmina Remote Desktop Client
fc1472c
Requires:       %{name}%{?_isa} = %{version}-%{release}
c90ff24
c90ff24
%description    plugins-gnome
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 plugin with GNOME keyring support for the Remmina
c90ff24
remote 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
c90ff24
c90ff24
%package        plugins-telepathy
c90ff24
Summary:        Telepathy plugin for Remmina Remote Desktop Client
fc1472c
Requires:       %{name}%{?_isa} = %{version}-%{release}
c90ff24
c90ff24
%description    plugins-telepathy
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 Telepathy plugin for the Remmina remote desktop
c90ff24
client.
c90ff24
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
c204681
%prep
ba52c25
%setup -qn Remmina-%{upstream_version}
362a437
94198c3
#? Hack: https://github.com/FreeRDP/Remmina/issues/292
94198c3
sed -i 's#install(DIRECTORY include/remmina DESTINATION include/remmina #install(DIRECTORY remmina/include/remmina DESTINATION include/ #' CMakeLists.txt
94198c3
c204681
%build
c90ff24
mkdir -p build
c90ff24
a8d81bb
%cmake --build=build \
a8d81bb
    -DCMAKE_INSTALL_LIBDIR=%{_lib} \
a8d81bb
    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
94198c3
    -DCMAKE_INSTALL_COMPONENT=1 \
633fc2a
    -DWITH_APPINDICATOR=ON \
a8d81bb
    -DWITH_AVAHI=ON \
a8d81bb
    -DWITH_FREERDP=ON \
fc1472c
    -DWITH_GCRYPT=ON \
a8d81bb
    -DWITH_GETTEXT=ON \
fc1472c
    -DWITH_GETTEXT=ON \
fc1472c
    -DWITH_LIBSSH=ON \
a8d81bb
    -DWITH_LIBSSH=ON \
a8d81bb
    -DWITH_PTHREAD=ON \
fc1472c
    -DWITH_TELEPATHY=ON \
a8d81bb
    -DWITH_VTE=ON \
fc1472c
    -DWITH_ZLIB=ON \
a8d81bb
    .
c204681
c90ff24
make %{?_smp_mflags}
c204681
c204681
%install
94198c3
%make_install
c90ff24
347ce86
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
341c775
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml
c204681
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
c204681
%post
c204681
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
c204681
fc1472c
%post plugins-nx
fc1472c
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
fc1472c
fc1472c
%post plugins-rdp
fc1472c
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
fc1472c
fc1472c
%post plugins-vnc
fc1472c
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
fc1472c
fc1472c
%post plugins-xdmcp
fc1472c
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
fc1472c
fc1472c
c204681
%postun
c204681
if [ $1 -eq 0 ] ; then
c204681
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
c204681
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
c204681
fi
c204681
fc1472c
%postun plugins-nx
fc1472c
if [ $1 -eq 0 ] ; then
fc1472c
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
fc1472c
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fc1472c
fi
fc1472c
fc1472c
%postun plugins-rdp
fc1472c
if [ $1 -eq 0 ] ; then
fc1472c
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
fc1472c
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fc1472c
fi
fc1472c
fc1472c
%postun plugins-vnc
fc1472c
if [ $1 -eq 0 ] ; then
fc1472c
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
fc1472c
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fc1472c
fi
fc1472c
fc1472c
%postun plugins-xdmcp
fc1472c
if [ $1 -eq 0 ] ; then
fc1472c
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
fc1472c
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fc1472c
fi
fc1472c
fc1472c
c204681
%posttrans
c204681
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
c204681
fc1472c
%posttrans plugins-nx
fc1472c
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fc1472c
fc1472c
%posttrans plugins-rdp
fc1472c
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fc1472c
fc1472c
%posttrans plugins-vnc
fc1472c
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fc1472c
fc1472c
%posttrans plugins-xdmcp
fc1472c
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fc1472c
c204681
341c775
%files -f %{name}.lang
f1d8479
%{!?_licensedir:%global license %%doc}
f1d8479
%license LICENSE
ba52c25
%doc AUTHORS ChangeLog README.md
c204681
%{_bindir}/%{name}
341c775
%{_datadir}/appdata/*.appdata.xml
c204681
%{_datadir}/applications/*.desktop
61eb05f
%{_datadir}/icons/hicolor/*/actions/*.*
61eb05f
%{_datadir}/icons/hicolor/*/apps/*.*
61eb05f
%{_datadir}/icons/hicolor/*/emblems/remmina-sftp.png
aa3a594
%{_datadir}/%{name}/
fc1472c
%dir %{_libdir}/remmina/
fc1472c
%dir %{_libdir}/remmina/plugins/
c204681
9bcffd7
%files devel
9bcffd7
%{_includedir}/%{name}/
53c455b
%{_libdir}/pkgconfig/%{name}.pc
94198c3
%{_libdir}/cmake/%{name}/*.cmake
c90ff24
c90ff24
%files plugins-gnome
c90ff24
%{_libdir}/remmina/plugins/remmina-plugins-gnome.so
c90ff24
c90ff24
%files plugins-nx
c90ff24
%{_libdir}/remmina/plugins/remmina-plugin-nx.so
c90ff24
%{_datadir}/icons/hicolor/*/emblems/remmina-nx.png
c90ff24
c90ff24
%files plugins-rdp
c90ff24
%{_libdir}/remmina/plugins/remmina-plugin-rdp.so
c90ff24
%{_datadir}/icons/hicolor/*/emblems/remmina-rdp-ssh.png
c90ff24
%{_datadir}/icons/hicolor/*/emblems/remmina-rdp.png
c90ff24
c90ff24
%files plugins-telepathy
c90ff24
%{_libdir}/remmina/plugins/remmina-plugin-telepathy.so
c90ff24
c90ff24
%files plugins-vnc
c90ff24
%{_libdir}/remmina/plugins/remmina-plugin-vnc.so
c90ff24
%{_datadir}/icons/hicolor/*/emblems/remmina-vnc-ssh.png
c90ff24
%{_datadir}/icons/hicolor/*/emblems/remmina-vnc.png
c90ff24
c90ff24
%files plugins-xdmcp
c90ff24
%{_libdir}/remmina/plugins/remmina-plugin-xdmcp.so
c90ff24
%{_datadir}/icons/hicolor/*/emblems/remmina-xdmcp-ssh.png
c90ff24
%{_datadir}/icons/hicolor/*/emblems/remmina-xdmcp.png
c90ff24
9bcffd7
c204681
%changelog
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.
21f9cfd
8468c68
* Sun Dec 13 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.10.git.b43697d
8468c68
- Update to latest snapshot (1.2.0.rcgit.6), Wayland backend has been disabled.
8468c68
f1d8479
* Sun Nov 15 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.9.git.8855df7
f1d8479
- Update to latest snapshot.
f1d8479
- Update to new packaging guidelines for GitHub sources and license tag.
2c0a39e
- Bump FreeRDP requirement to make it more explicit.
f1d8479
0cc55c7
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-0.8.git.b3237e8
0cc55c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0cc55c7
633fc2a
* Fri Jun 05 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.7.git.b3237e8
633fc2a
- Re-add appindicator support. See:
633fc2a
  https://lists.fedoraproject.org/pipermail/devel/2015-June/211121.html
633fc2a
  https://lists.fedoraproject.org/pipermail/devel/2014-March/196343.html
633fc2a
bfc12eb
* Wed Jun 03 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.6.git.b3237e8
bfc12eb
- Remove appindicator support.
bfc12eb
7af7a22
* Fri May 01 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.5.git.b3237e8
7af7a22
- Update to latest snapshot (post 1.2.0-rcgit.3).
7af7a22
e2a0493
* Tue Mar 17 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.4.git.b3e339e
e2a0493
- Update build requirements.
e2a0493
cd94979
* Tue Feb 24 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.3.git.b3e339e
341c775
- Update to latest 1.2.0 snapshot (post 1.2.0-rcgit.2) for updated FreeRDP.
341c775
- Require latest FreeRDP snapshot for building.
341c775
- Remove upstream patch.
341c775
- Format and sort BuildRequires, add AppData file.
341c775
aa3a594
* Tue Dec 16 2014 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.1.rcgit.1
aa3a594
- Update to latest 1.2.0 snapshot.
aa3a594
- Require latest FreeRDP 1.2.0-beta1+android9 for building.
aa3a594
- External tools now in datadir, use upstream commit for it.
aa3a594
- Removed upstreamed patch.
aa3a594
2ef81fd
* Thu Oct 23 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 1.1.1-2.git.efb7b5f
2ef81fd
- Try enable APPINDICATOR by suggestion of Giovanni Panozzo.
2ef81fd
ac158f2
* Tue Oct 21 2014 Simone Caronni <negativo17@gmail.com> - 1.1.1-1.git.efb7b5f
ac158f2
- Update to latest snapshot, version now at 1.1.1. Remove upstreamed patch.
ac158f2
- Full GTK3 version removed and moved to 1.2.0 branch.
ac158f2
- Add patch that was lost upstram in the various branching.
ac158f2
Orion Poplawski 4f93424
* Wed Sep 3 2014 Orion Poplawski <orion@cora.nwra.com> - 1.0.0-15.git.65d2ca4
Orion Poplawski 4f93424
- Have remmina-plugins-nx require nxproxy (bug #1004860)
Orion Poplawski 4f93424
35a6e19
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-14.git.65d2ca4
35a6e19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
35a6e19
b7fc97a
* Fri Aug 15 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 1.0.0-13.git.65d2ca4
b7fc97a
- Add Patch0: remmina-1.0-clipboard-fix.patch
b7fc97a
- Update to 65d2ca4872150942cced1fbe92248dd933e9c0cb
b7fc97a
94198c3
* Mon Aug 11 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 1.0.0-12.git.1470c97
94198c3
- Include in devel sub-package for build external plugins:
94198c3
    o %%{_libdir}/cmake/%%{name}/*.cmake
94198c3
    o config.h.in
94198c3
    o Source1: pluginBuild-CMakeLists.txt (with short instructions inside)
94198c3
- Fix error installing devel files /usr/include/remmina/*.h (hack!)
94198c3
c72447e
* Fri Jul 18 2014 Simone Caronni <negativo17@gmail.com> - 1.0.0-11.git.1470c97
c72447e
- Update to latest snapshot.
c72447e
- Release number bumped to 1.2.0 beta 1 and then reverted to 1.0.0 upstram,
c72447e
  adjust accordingly.
c72447e
- Desktop file fixed upstream, remove sed line.
c72447e
- Package grdc, qtnx, gnome-applet-remmina and xfce4-remmina-plugin are not
c72447e
  required anymore by any package.
c72447e
- Remove requirement on freerdp binary for plugins-rdp.
c72447e
0332580
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-0.3.git.26b814a
0332580
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0332580
ff98b2c
* Tue May 27 2014 Simone Caronni <negativo17@gmail.com> - 1.1.0-0.2.git.26b814a
ff98b2c
- Remove Group tags.
ff98b2c
- Fix file list.
ff98b2c
- Remove duplicate buildrequires.
ff98b2c
- Fix rpmlint errors.
ff98b2c
da4b388
* Mon May 19 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 1.1.0-0.1.git.26b814a
da4b388
- Try build master branch with new freerdp 1.2 in rawhide (https://github.com/FreeRDP/Remmina/issues/193)
da4b388
- Some spec cleanup.
da4b388
- Drop all patches.
da4b388
- Fix desktop file installation, remove --remove-key="Actions" option.
da4b388
- Fix %%doc files path.
da4b388
- Drop strange external_tools installed in $HOME/.remmina
da4b388
- Bump BuildRequires: freerdp-devel to version >= 1.2.0
da4b388
361777d
* Thu Apr 24 2014 Tomáš Mráz <tmraz@redhat.com> - 1.0.0-10
361777d
- Rebuild for new libgcrypt
361777d
916b8e3
* Mon Dec 02 2013 Orion Poplawski <orion@cora.nwra.com> - 1.0.0-9
916b8e3
- Obsolete/Provide qtnx (Bug #1034046)
916b8e3
dd78407
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-8
dd78407
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
dd78407
fc1472c
* Tue May 07 2013 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.0-7
fc1472c
- Fix scrolling in VNC (#830210)
fc1472c
- Handle GDK_SCROLL_SMOOTH in VNC and RDP
fc1472c
- Bring back the --icon/-i autostart option (#834883)
fc1472c
- Fix fullscreen with multiple monitors (#864262)
fc1472c
- Resize window to fit remote resolution (#953678)
fc1472c
- Enable TLS-support in VNC plugin
fc1472c
- Close SSH tunnels on disconnect (https://github.com/FreeRDP/Remmina/issues/77)
fc1472c
- Patch out copy of libvncserver shipped in source tarball
fc1472c
- Update icon cache also for plugins
fc1472c
- Drop the remmina-plugins-common package
fc1472c
- Drop Provides/Obsoletes for grdc
fc1472c
- Spec file clean-up
fc1472c
4505170
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-6
4505170
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4505170
894239b
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-5
894239b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
894239b
48973fa
* Sat Jun 09 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.0-4
48973fa
- Fix DSO linking against gnutls (#819976)
48973fa
75c2aae
* Sun Jun 03 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.0-3
75c2aae
- Fix crash introduced by clipboard support (#827756)
75c2aae
8a5eb05
* Fri Jun 01 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.0-2
8a5eb05
- Add clipboard support (#818155)
8a5eb05
- Fix a memory leak and a crash
8a5eb05
53c455b
* Sun Apr 22 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.0-1
c90ff24
- Update to 1.0.0
c90ff24
- Plugins are now part of this package (again)
c90ff24
- Fix two linker errors
c90ff24
- Add VCS key
c90ff24
303c5a6
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-5
303c5a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
303c5a6
f9ca22e
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.9.3-4
f9ca22e
- Rebuild for new libpng
f9ca22e
4f1c918
* Sat Mar 05 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.9.3-3
4f1c918
- Fix obsoletes for for gnome-applet-remmina and xfce4-remmina-plugin
4f1c918
fb99b08
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-2
fb99b08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fb99b08
9bcffd7
* Wed Jan 19 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.9.3-1
9bcffd7
- Update to 0.9.3
9bcffd7
9bcffd7
* Sun Nov 28 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.3-1
9bcffd7
- Update to 0.8.3
9bcffd7
- Plugins are in remmina-plugins now
9bcffd7
01a7823
* Sat Nov 27 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.5-3
01a7823
- Enable 32-bit color depth (#656120)
01a7823
e292a81
* Mon Jul 19 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.5-2
88193ae
- Fix menu entry (#616115)
88193ae
01d2cbe
* Wed May 05 2010 Damien Durand <splinux@fedoraproject.org> - 0.7.5-1
01d2cbe
- Upstream release, 0.7.5
01d2cbe
- Remove the old "DSO" patch
01d2cbe
160ca60
* Tue Mar 16 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.4-2
160ca60
- Add patch to fix DSO issue
160ca60
c204681
* Sat Feb 27 2010 Damien Durand <splinux@fedoraproject.org> 0.7.4-1
c204681
- Update to 0.7.4
c204681
- Fix License tag
c204681
c204681
* Sun Feb 14 2010 Damien Durand <splinux@fedoraproject.org> 0.7.3-1
c204681
- Upstream release
c204681
- Add rdesktop, xorg-x11-server-Xephyr in Requires
c204681
- Add grdc in Provides/Obsoletes
9d66acb
- Add --enable-vnc=dl in %%configure
c204681
- Remove unneeded README.LibVNCServer
c204681
- Fix "icons/hicolor" path
c204681
c204681
* Thu Jan 07 2010 Damien Durand <splinux@fedoraproject.org> 0.7.2-2
c204681
- Fix Summary
c204681
- Split BuildRequires
c204681
c204681
* Thu Jan 07 2010 Damien Durand <splinux@fedoraproject.org> 0.7.2-1
c204681
- Initial release