Update to 2.0.0-rc4
Update to the latest release candidate. This is needed to fix Vinagre and GNOME Boxes and apart from that, it contains many bug and security fixes.
This commit is contained in:
parent
3037823c69
commit
98e7e5d51d
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
||||
/FreeRDP-a9ecd6a.tar.gz
|
||||
/FreeRDP-2.0.0-rc3.tar.gz
|
||||
/FreeRDP-00af869.tar.gz
|
||||
/FreeRDP-2.0.0-rc4.tar.gz
|
||||
|
13
freerdp.spec
13
freerdp.spec
@ -1,6 +1,4 @@
|
||||
%global commit0 00af869cd3261dcd773664cce93ac46096df286f
|
||||
%global date 20181008
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global gittag 2.0.0-rc4
|
||||
|
||||
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
|
||||
# "--with=x264" or "--with=openh264" to mock/rpmbuild; or by globally setting
|
||||
@ -20,13 +18,13 @@
|
||||
|
||||
Name: freerdp
|
||||
Version: 2.0.0
|
||||
Release: 46.%{date}git%{shortcommit0}%{?dist}
|
||||
Release: 47.rc4%{?dist}
|
||||
Epoch: 2
|
||||
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
||||
License: ASL 2.0
|
||||
URL: http://www.freerdp.com/
|
||||
|
||||
Source0: https://github.com/FreeRDP/FreeRDP/archive/%{commit0}/FreeRDP-%{commit0}.tar.gz#/FreeRDP-%{shortcommit0}.tar.gz
|
||||
Source0: https://github.com/FreeRDP/FreeRDP/archive/%{gittag}/FreeRDP-%{gittag}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
@ -142,7 +140,7 @@ The %{name}-libwinpr-devel package contains libraries and header files for
|
||||
developing applications that use %{name}-libwinpr.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n FreeRDP-%{commit0}
|
||||
%autosetup -p1 -n FreeRDP-%{gittag}
|
||||
|
||||
# Rpmlint fixes
|
||||
find . -name "*.h" -exec chmod 664 {} \;
|
||||
@ -296,6 +294,9 @@ find %{buildroot} -name "*.a" -delete
|
||||
%{_libdir}/pkgconfig/winpr-tools2.pc
|
||||
|
||||
%changelog
|
||||
* Thu Nov 29 2018 Ondrej Holy <oholy@redhat.com> - 2:2.0.0-47.rc4
|
||||
- Update to 2.0.0-rc4
|
||||
|
||||
* Mon Oct 15 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-46.20181008git00af869
|
||||
- Enable Xtest option (#1559606).
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (FreeRDP-00af869.tar.gz) = 90a6272ef25d79c90f8986bb392397b21a6c104b78f48c850f7f6225e64130c72ea851b9633dec700fc6952e8ba6e0aa145bd8ef7464b182e43ec1d67a36fa74
|
||||
SHA512 (FreeRDP-2.0.0-rc4.tar.gz) = b4a4d4a58d09010bc45fb90cca148dc4421a4cf0cd5caf288aa702212ef081f14fc418b91f1b79ec8631f582c9ebcdd3031d3333b6a892adb29c402492abb649
|
||||
|
Loading…
Reference in New Issue
Block a user