freerdp/freerdp.spec

475 lines
16 KiB
RPMSpec
Raw Normal View History

2016-10-08 13:55:35 +00:00
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
# "--with=x264" or "--with=openh264" to mock/rpmbuild; or by globally setting
# these variables:
2015-12-13 10:58:02 +00:00
2016-10-08 13:55:35 +00:00
#global _with_ffmpeg 1
#global _with_x264 1
#global _with_openh264 1
2015-12-13 10:58:02 +00:00
2018-01-16 08:32:27 +00:00
# Momentarily disable GSS support
2018-01-16 08:59:35 +00:00
# https://github.com/FreeRDP/FreeRDP/issues/4348
2018-01-16 08:32:27 +00:00
#global _with_gss 1
# Disable server support in RHEL
# https://bugzilla.redhat.com/show_bug.cgi?id=1639165
%{!?rhel:%global _with_server 1}
# Disable support for missing codecs in RHEL
%{!?rhel:%global _with_soxr 1}
%if 0%{?fedora} || 0%{?rhel} >= 8
%global _with_lame 1
%endif
Name: freerdp
Version: 2.4.1
Release: 1%{?dist}
Epoch: 2
2014-06-18 07:22:04 +00:00
Summary: Free implementation of the Remote Desktop Protocol (RDP)
License: ASL 2.0
2010-11-08 22:37:46 +00:00
URL: http://www.freerdp.com/
2015-11-15 10:56:06 +00:00
Source0: https://github.com/FreeRDP/FreeRDP/archive/%{version}/FreeRDP-%{version}.tar.gz
2010-11-08 22:37:46 +00:00
BuildRequires: gcc
BuildRequires: gcc-c++
2014-06-18 07:22:04 +00:00
BuildRequires: alsa-lib-devel
BuildRequires: cmake >= 2.8
BuildRequires: cups-devel
BuildRequires: gsm-devel
%{?_with_lame:BuildRequires: lame-devel}
2019-08-20 13:05:25 +00:00
BuildRequires: libicu-devel
2014-06-18 07:22:04 +00:00
BuildRequires: libjpeg-turbo-devel
2010-11-08 22:37:46 +00:00
BuildRequires: libX11-devel
BuildRequires: libXcursor-devel
BuildRequires: libXdamage-devel
2014-06-18 07:22:04 +00:00
BuildRequires: libXext-devel
BuildRequires: libXi-devel
BuildRequires: libXinerama-devel
BuildRequires: libxkbfile-devel
2014-06-18 07:22:04 +00:00
BuildRequires: libXrandr-devel
%{?_with_server:BuildRequires: libXtst-devel}
2014-06-18 07:22:04 +00:00
BuildRequires: libXv-devel
%{?_with_openh264:BuildRequires: openh264-devel}
2015-12-13 10:58:02 +00:00
%{?_with_x264:BuildRequires: x264-devel}
%{?_with_server:BuildRequires: pam-devel}
2014-06-18 07:22:04 +00:00
BuildRequires: xmlto
BuildRequires: zlib-devel
BuildRequires: multilib-rpm-config
2010-11-08 22:37:46 +00:00
2020-02-07 16:59:44 +00:00
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-base-1.0)
BuildRequires: pkgconfig(gstreamer-app-1.0)
BuildRequires: pkgconfig(gstreamer-audio-1.0)
BuildRequires: pkgconfig(gstreamer-fft-1.0)
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
BuildRequires: pkgconfig(gstreamer-video-1.0)
2018-01-16 08:32:27 +00:00
%{?_with_gss:BuildRequires: pkgconfig(krb5) >= 1.13}
BuildRequires: pkgconfig(libpcsclite)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(openssl)
%{?_with_soxr:BuildRequires: pkgconfig(soxr)}
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-scanner)
BuildRequires: pkgconfig(xkbcommon)
%{?_with_ffmpeg:
2018-10-15 11:59:13 +00:00
BuildRequires: pkgconfig(libavcodec) >= 57.48.101
BuildRequires: pkgconfig(libavutil)
}
Provides: xfreerdp = %{?epoch}:%{version}-%{release}
2013-09-10 11:58:50 +00:00
Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
2010-11-08 22:37:46 +00:00
%description
2018-08-04 04:13:55 +00:00
The xfreerdp & wlfreerdp Remote Desktop Protocol (RDP) clients from the FreeRDP
project.
2010-11-08 22:37:46 +00:00
2018-08-04 04:13:55 +00:00
xfreerdp & wlfreerdp can connect to RDP servers such as Microsoft Windows
machines, xrdp and VirtualBox.
2010-11-08 22:37:46 +00:00
%package libs
Summary: Core libraries implementing the RDP protocol
Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
Obsoletes: %{name}-plugins < 1:1.1.0
2014-06-18 07:22:04 +00:00
Provides: %{name}-plugins = %{?epoch}:%{version}-%{release}
2010-11-08 22:37:46 +00:00
%description libs
libfreerdp-core can be embedded in applications.
2010-11-08 22:37:46 +00:00
libfreerdp-channels and libfreerdp-kbd might be convenient to use in X
applications together with libfreerdp-core.
2010-11-08 22:37:46 +00:00
libfreerdp-core can be extended with plugins handling RDP channels.
2010-11-08 22:37:46 +00:00
%package devel
Summary: Development files for %{name}
2013-09-10 11:58:50 +00:00
Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
2010-11-08 22:37:46 +00:00
Requires: pkgconfig
2014-06-18 07:22:04 +00:00
Requires: cmake >= 2.8
2010-11-08 22:37:46 +00:00
%description devel
2014-06-18 07:22:04 +00:00
The %{name}-devel package contains libraries and header files for developing
applications that use %{name}-libs.
%{?_with_server:
2015-03-13 01:01:30 +00:00
%package server
Summary: Server support for %{name}
Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
2015-03-13 01:01:30 +00:00
%description server
The %{name}-server package contains servers which can export a desktop via
the RDP protocol.
}
2015-03-13 01:01:30 +00:00
%package -n libwinpr
2014-06-18 07:22:04 +00:00
Summary: Windows Portable Runtime
Provides: %{name}-libwinpr = %{?epoch}:%{version}-%{release}
Obsoletes: %{name}-libwinpr < 1:1.2.0
2014-06-18 07:22:04 +00:00
%description -n libwinpr
2014-06-18 07:22:04 +00:00
WinPR provides API compatibility for applications targeting non-Windows
environments. When on Windows, the original native API is being used instead of
the equivalent WinPR implementation, without having to modify the code using it.
%package -n libwinpr-devel
2014-06-18 07:22:04 +00:00
Summary: Windows Portable Runtime development files
Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
2014-06-18 07:22:04 +00:00
Requires: pkgconfig
Requires: cmake >= 2.8
2010-11-08 22:37:46 +00:00
%description -n libwinpr-devel
2014-06-18 07:22:04 +00:00
The %{name}-libwinpr-devel package contains libraries and header files for
developing applications that use %{name}-libwinpr.
2010-11-08 22:37:46 +00:00
%prep
%autosetup -p1 -n FreeRDP-%{version}
2010-11-08 22:37:46 +00:00
2014-06-18 07:22:04 +00:00
# Rpmlint fixes
find . -name "*.h" -exec chmod 664 {} \;
find . -name "*.c" -exec chmod 664 {} \;
2010-11-08 22:37:46 +00:00
%build
2013-12-26 01:33:04 +00:00
%cmake %{?_cmake_skip_rpath} \
2014-06-18 07:22:04 +00:00
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
-DWITH_ALSA=ON \
-DWITH_CAIRO=ON \
2014-06-18 07:22:04 +00:00
-DWITH_CUPS=ON \
2016-10-08 13:55:35 +00:00
-DWITH_CHANNELS=ON -DBUILTIN_CHANNELS=OFF \
-DWITH_CLIENT=ON \
2014-06-18 07:22:04 +00:00
-DWITH_DIRECTFB=OFF \
2016-10-08 13:55:35 +00:00
-DWITH_FFMPEG=%{?_with_ffmpeg:ON}%{?!_with_ffmpeg:OFF} \
2014-06-18 07:22:04 +00:00
-DWITH_GSM=ON \
2018-01-16 08:32:27 +00:00
-DWITH_GSSAPI=%{?_with_gss:ON}%{?!_with_gss:OFF} \
-DWITH_GSTREAMER_1_0=ON -DWITH_GSTREAMER_0_10=OFF \
2019-07-21 13:29:34 +00:00
-DWITH_ICU=ON \
2014-06-18 07:22:04 +00:00
-DWITH_IPP=OFF \
-DWITH_JPEG=ON \
-DWITH_LAME=%{?_with_lame:ON}%{?!_with_lame:OFF} \
2015-11-15 10:56:06 +00:00
-DWITH_MANPAGES=ON \
2016-10-08 13:55:35 +00:00
-DWITH_OPENH264=%{?_with_openh264:ON}%{?!_with_openh264:OFF} \
2014-06-18 07:22:04 +00:00
-DWITH_OPENSSL=ON \
-DWITH_PCSC=ON \
-DWITH_PULSE=ON \
-DWITH_SERVER=%{?_with_server:ON}%{?!_with_server:OFF} \
-DWITH_SERVER_INTERFACE=%{?_with_server:ON}%{?!_with_server:OFF} \
-DWITH_SHADOW_X11=%{?_with_server:ON}%{?!_with_server:OFF} \
-DWITH_SHADOW_MAC=%{?_with_server:ON}%{?!_with_server:OFF} \
-DWITH_SOXR=%{?_with_soxr:ON}%{?!_with_soxr:OFF} \
2015-11-15 10:56:06 +00:00
-DWITH_WAYLAND=ON \
2014-06-18 07:22:04 +00:00
-DWITH_X11=ON \
2016-10-08 13:55:35 +00:00
-DWITH_X264=%{?_with_x264:ON}%{?!_with_x264:OFF} \
2014-06-18 07:22:04 +00:00
-DWITH_XCURSOR=ON \
-DWITH_XEXT=ON \
-DWITH_XKBFILE=ON \
-DWITH_XI=ON \
-DWITH_XINERAMA=ON \
-DWITH_XRENDER=ON \
-DWITH_XTEST=%{?_with_server:ON}%{?!_with_server:OFF} \
2014-06-18 07:22:04 +00:00
-DWITH_XV=ON \
-DWITH_ZLIB=ON \
2013-09-01 19:14:39 +00:00
%ifarch x86_64
2014-06-18 07:22:04 +00:00
-DWITH_SSE2=ON \
2019-07-21 13:29:34 +00:00
-DWITH_VAAPI=%{?_with_ffmpeg:ON}%{?!_with_ffmpeg:OFF} \
2014-06-18 07:22:04 +00:00
%else
-DWITH_SSE2=OFF \
2013-09-01 19:14:39 +00:00
%endif
%ifarch armv7hl
2014-06-18 07:22:04 +00:00
-DARM_FP_ABI=hard \
-DWITH_NEON=OFF \
%endif
%ifarch armv7hnl
2014-06-18 07:22:04 +00:00
-DARM_FP_ABI=hard \
-DWITH_NEON=ON \
%endif
%ifarch armv5tel armv6l armv7l
2014-06-18 07:22:04 +00:00
-DARM_FP_ABI=soft \
-DWITH_NEON=OFF \
%endif
2014-06-18 07:22:04 +00:00
.
%cmake_build
2010-11-08 22:37:46 +00:00
%install
%cmake_install
2015-11-15 16:26:18 +00:00
find %{buildroot} -name "*.a" -delete
%multilib_fix_c_header --file %{_includedir}/freerdp2/freerdp/build-config.h
2010-11-08 22:37:46 +00:00
%files
%{_bindir}/winpr-hash
2015-12-13 10:42:41 +00:00
%{_bindir}/winpr-makecert
2015-11-15 10:56:06 +00:00
%{_bindir}/wlfreerdp
2010-11-08 22:37:46 +00:00
%{_bindir}/xfreerdp
%{_mandir}/man1/winpr-hash.1*
%{_mandir}/man1/winpr-makecert.1*
%{_mandir}/man1/wlfreerdp.1*
%{_mandir}/man1/xfreerdp.1*
2010-11-08 22:37:46 +00:00
%files libs
2015-11-15 10:56:06 +00:00
%license LICENSE
2019-05-18 12:58:15 +00:00
%doc README.md ChangeLog
%{_libdir}/freerdp2/
%{_libdir}/libfreerdp-client2.so.*
%{?_with_server:
%{_libdir}/libfreerdp-server2.so.*
%{_libdir}/libfreerdp-shadow2.so.*
%{_libdir}/libfreerdp-shadow-subsystem2.so.*
}
%{_libdir}/libfreerdp2.so.*
%{_libdir}/libuwac0.so.*
2016-12-03 10:10:12 +00:00
%{_mandir}/man7/wlog.*
2010-11-08 22:37:46 +00:00
%files devel
%{_includedir}/freerdp2
%{_includedir}/uwac0
%{_libdir}/cmake/FreeRDP2
%{_libdir}/cmake/FreeRDP-Client2
%{?_with_server:
%{_libdir}/cmake/FreeRDP-Server2
%{_libdir}/cmake/FreeRDP-Shadow2
}
%{_libdir}/cmake/uwac0
%{_libdir}/libfreerdp-client2.so
%{?_with_server:
%{_libdir}/libfreerdp-server2.so
%{_libdir}/libfreerdp-shadow2.so
%{_libdir}/libfreerdp-shadow-subsystem2.so
}
%{_libdir}/libfreerdp2.so
%{_libdir}/libuwac0.so
%{_libdir}/pkgconfig/freerdp2.pc
%{_libdir}/pkgconfig/freerdp-client2.pc
%{?_with_server:
%{_libdir}/pkgconfig/freerdp-server2.pc
%{_libdir}/pkgconfig/freerdp-shadow2.pc
}
%{_libdir}/pkgconfig/uwac0.pc
2010-11-08 22:37:46 +00:00
%{?_with_server:
2015-03-13 01:01:30 +00:00
%files server
2019-05-18 12:58:15 +00:00
%{_bindir}/freerdp-proxy
%{_bindir}/freerdp-shadow-cli
%{_mandir}/man1/freerdp-shadow-cli.1*
}
2015-03-13 01:01:30 +00:00
%files -n libwinpr
2015-11-15 10:56:06 +00:00
%license LICENSE
2019-05-18 12:58:15 +00:00
%doc README.md ChangeLog
%{_libdir}/libwinpr2.so.*
%{_libdir}/libwinpr-tools2.so.*
2014-06-18 07:22:04 +00:00
%files -n libwinpr-devel
%{_libdir}/cmake/WinPR2
%{_includedir}/winpr2
%{_libdir}/libwinpr2.so
%{_libdir}/libwinpr-tools2.so
%{_libdir}/pkgconfig/winpr2.pc
%{_libdir}/pkgconfig/winpr-tools2.pc
2010-11-08 22:37:46 +00:00
%changelog
* Wed Nov 10 2021 Ondrej Holy <oholy@redhat.com> - 2:2.4.1-1
- Update to 2.4.1 (CVE-2021-41159, CVE-2021-41160).
2021-09-14 17:01:55 +00:00
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2:2.4.0-3
- Rebuilt with OpenSSL 3.0.0
2021-08-11 06:43:20 +00:00
* Wed Aug 11 2021 Ondrej Holy <oholy@redhat.com> - 2:2.4.0-2
- Preparation for OpenSSL 3.0
2021-07-29 06:31:21 +00:00
* Thu Jul 29 2021 Ondrej Holy <oholy@redhat.com> - 2:2.4.0-1
- Update to 2.4.0.
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.3.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2021-05-19 23:59:05 +00:00
* Wed May 19 2021 Pete Walter <pwalter@fedoraproject.org> - 2:2.3.2-2
- Rebuild for ICU 69
2021-04-15 12:29:44 +00:00
* Thu Apr 15 2021 Simone Caronni <negativo17@gmail.com> - 2:2.3.2-1
- Update to 2.3.2.
* Tue Mar 23 2021 Simone Caronni <negativo17@gmail.com> - 2:2.2.0-6
- Explicitly enable Cairo support (#1938393).
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.2.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Aug 11 2020 Ondrej Holy <oholy@redhat.com> - 2:2.2.0-4
- Use %%cmake_ macros to fix out-of-source builds (#1863586)
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.2.0-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2020-07-23 14:05:58 +00:00
* Thu Jul 23 2020 Simone Caronni <negativo17@gmail.com> - 2:2.2.0-1
- Update to 2.2.0.
2020-06-30 05:38:56 +00:00
* Tue Jun 30 2020 Simone Caronni <negativo17@gmail.com> - 2:2.1.2-1
- Update to 2.1.2.
2020-05-21 13:03:14 +00:00
* Thu May 21 2020 Ondrej Holy <oholy@redhat.com> - 2:2.1.1-1
- Update to 2.1.1.
2020-05-22 14:13:07 +00:00
* Fri May 15 2020 Ondrej Holy <oholy@redhat.com> - 2:2.1.0-1
- Update to 2.1.0 (#1833540).
2020-05-15 12:56:33 +00:00
* Fri May 15 2020 Pete Walter <pwalter@fedoraproject.org> - 2:2.0.0-57.20200207git245fc60
- Rebuild for ICU 67
2020-02-07 16:59:44 +00:00
* Fri Feb 07 2020 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-56.20200207git245fc60
- Update to latest snapshot.
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-55.20190820git6015229
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2019-11-01 16:07:19 +00:00
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 2:2.0.0-54.20190820git6015229
- Rebuild for ICU 65
2019-08-20 12:58:13 +00:00
* Tue Aug 20 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-53.20190820git6015229
- Update to latest snapshot.
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-52.20190918git5e672d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-07-21 13:29:34 +00:00
* Sun Jul 21 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-51.20190918git5e672d4
- Update to latest snapshot.
2019-05-18 12:58:15 +00:00
* Sat May 18 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-50.20190517gitb907324
- Update to latest snapshot.
2019-03-06 06:01:49 +00:00
* Wed Mar 06 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-49.20190304git435872b
- Fix for GFX color depth (Windows 10).
* Thu Feb 28 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-48.20190228gitce386c8
- Update to latest snapshot post rc4.
- CVE-2018-1000852 (#1661642).
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-47.rc4.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Nov 29 2018 Ondrej Holy <oholy@redhat.com> - 2:2.0.0-47.rc4
- Update to 2.0.0-rc4
2018-10-15 19:54:39 +00:00
* Mon Oct 15 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-46.20181008git00af869
- Enable Xtest option (#1559606).
2018-10-15 11:59:13 +00:00
* Mon Oct 15 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-45.20181008git00af869
- Update to last snapshot post 2.0.0-rc3.
2018-08-20 13:30:50 +00:00
* Mon Aug 20 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-44.rc3
- Update SPEC file.
2018-08-04 04:09:13 +00:00
* Sat Aug 04 2018 Mike DePaulo <mikedep333@fedoraproject.org> - 2:2.0.0-43.20180801.rc3
- Update to 2.0.0-rc3
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-42.20180405gita9ecd6a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-04-09 07:13:23 +00:00
* Mon Apr 09 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-41.20180405gita9ecd6a
- Update to latest snapshot.
2018-03-21 08:31:08 +00:00
* Wed Mar 21 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-40.20180320gitde83f4d
- Add PAM support (fixes freerdp-shadow-cli). Thanks Paolo Zeppegno.
- Update to latest snapshot.
2018-03-15 07:56:33 +00:00
* Thu Mar 15 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-39.20180314gitf8baeb7
- Update to latest snapshot.
- Fixes connection to RDP servers with the latest Microsoft patches:
https://github.com/FreeRDP/FreeRDP/issues/4449
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-38.20180115git8f52c7e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jan 18 2018 Karsten Hopp <karsten@redhat.com> - 2.0.0-37git}
- use versioned build requirement on pkgconfig(openssl) to prevent using
compat-openssl10-devel instead of openssl-devel
2018-01-16 08:19:46 +00:00
* Tue Jan 16 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-36.20180115git8f52c7e
- Update to latest snapshot.
2018-01-16 08:32:27 +00:00
- Make GSS support optional and disable it for now (#1534094 and FreeRDP #4348,
#1435, #4363).
2018-01-16 08:19:46 +00:00
* Wed Dec 20 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-35.20171220gitbfe8359
- Update to latest snapshot post 2.0.0rc1.
2017-09-11 13:16:09 +00:00
* Mon Sep 11 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-34.20170831git3b83526
- Update to latest snapshot.
- Trim changelog.
2017-08-07 08:30:17 +00:00
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 2:2.0.0-33.20170724gitf8c9f43
- Rebuilt for AutoReq cmake-filesystem
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-32.20170724gitf8c9f43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-31.20170724gitf8c9f43
- Update to latest snapshot, Talos security fixes.
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-30.20170710gitf580bea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-12 14:44:26 +00:00
* Wed Jul 12 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-29.20170710gitf580bea
- Update to latest snapshot.
2017-06-26 09:17:00 +00:00
* Mon Jun 26 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-28.20170623git9904c32
- Update to latest snapshot.
2017-05-15 10:04:47 +00:00
* Mon May 15 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-27.20170512gitb1df835
- Update to latest snapshot.
2017-04-20 06:29:27 +00:00
* Thu Apr 20 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-26.20170419gitbfcf8e7
- Update to latest 2.0 snapshot.
2017-04-13 15:39:19 +00:00
* Thu Apr 13 2017 Orion Poplawski <orion@cora.nwra.com> - 2:2.0.0-25.20170317git8c68761
- Install tools via make install
2017-03-22 10:37:19 +00:00
* Wed Mar 22 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-24.20170317git8c68761
- Update to latest snapshot.
* Mon Mar 06 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-23.20170302git210de68
- Remove shared libxfreerdp-client shared library.
* Thu Mar 02 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-22.20170302git210de68
- Move libxfreerdp-client shared object into devel subpackage.
* Thu Mar 02 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-21.20170302git210de68
- Update to latest snapshot.
- Update build requirements, tune build options.
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-20.20161228git90877f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-01-09 08:22:31 +00:00
* Mon Jan 09 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-19.20161228git90877f5
- Update to latest snapshot.