Update to latest snapshot
This commit is contained in:
parent
38fe6956dc
commit
c53e860c5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
|||||||
/FreeRDP-2.0.0-rc4.tar.gz
|
/FreeRDP-2.0.0-rc4.tar.gz
|
||||||
/FreeRDP-ce386c8.tar.gz
|
/FreeRDP-ce386c8.tar.gz
|
||||||
/FreeRDP-435872b.tar.gz
|
/FreeRDP-435872b.tar.gz
|
||||||
|
/FreeRDP-b907324.tar.gz
|
||||||
|
14
freerdp.spec
14
freerdp.spec
@ -1,5 +1,5 @@
|
|||||||
%global commit0 435872b417481955e7ef788312e32b344c36515e
|
%global commit0 b907324009b0af6c9fee449e61e6fbcf5d5d865e
|
||||||
%global date 20190304
|
%global date 20190517
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
|
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: freerdp
|
Name: freerdp
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 49.%{date}git%{shortcommit0}%{?dist}
|
Release: 50.%{date}git%{shortcommit0}%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -233,7 +233,7 @@ find %{buildroot} -name "*.a" -delete
|
|||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README ChangeLog
|
%doc README.md ChangeLog
|
||||||
%{_libdir}/freerdp2/
|
%{_libdir}/freerdp2/
|
||||||
%{_libdir}/libfreerdp-client2.so.*
|
%{_libdir}/libfreerdp-client2.so.*
|
||||||
%{?_with_server:
|
%{?_with_server:
|
||||||
@ -273,13 +273,14 @@ find %{buildroot} -name "*.a" -delete
|
|||||||
|
|
||||||
%{?_with_server:
|
%{?_with_server:
|
||||||
%files server
|
%files server
|
||||||
|
%{_bindir}/freerdp-proxy
|
||||||
%{_bindir}/freerdp-shadow-cli
|
%{_bindir}/freerdp-shadow-cli
|
||||||
%{_mandir}/man1/freerdp-shadow-cli.1*
|
%{_mandir}/man1/freerdp-shadow-cli.1*
|
||||||
}
|
}
|
||||||
|
|
||||||
%files -n libwinpr
|
%files -n libwinpr
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README ChangeLog
|
%doc README.md ChangeLog
|
||||||
%{_libdir}/libwinpr2.so.*
|
%{_libdir}/libwinpr2.so.*
|
||||||
%{_libdir}/libwinpr-tools2.so.*
|
%{_libdir}/libwinpr-tools2.so.*
|
||||||
|
|
||||||
@ -292,6 +293,9 @@ find %{buildroot} -name "*.a" -delete
|
|||||||
%{_libdir}/pkgconfig/winpr-tools2.pc
|
%{_libdir}/pkgconfig/winpr-tools2.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 18 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-50.20190517gitb907324
|
||||||
|
- Update to latest snapshot.
|
||||||
|
|
||||||
* Wed Mar 06 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-49.20190304git435872b
|
* Wed Mar 06 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-49.20190304git435872b
|
||||||
- Fix for GFX color depth (Windows 10).
|
- Fix for GFX color depth (Windows 10).
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (FreeRDP-435872b.tar.gz) = dcfb57d726d37a3c8e648e786e4140bebedecb500f1fac8ac3c9a6dbb83cce2de5ba3acf65d00fdf04b47f9c8a1290a356cf4f0d7fcbabb60ea1ed1edb635e34
|
SHA512 (FreeRDP-b907324.tar.gz) = ff5b0118b35185c75ab926fdf688aa67f5e480166e0cf36e1c96fd7d367aa21349f7853fdf1a9e8e7986e347d69b6621338e1d9d514edab34eca57e67959f11f
|
||||||
|
Loading…
Reference in New Issue
Block a user