forked from pool/scrcpy
Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=3
This commit is contained in:
parent
17f531cc17
commit
d6b220e3d8
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
||||||
<param name="changesrevision">9aa88b6fc3724851c5728093b11eb8f1464a6e95</param></service></servicedata>
|
<param name="changesrevision">c8a5f9dc63e9a3aa394a2a9eeb9d2690e3e068a1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2727e2b091cb64da7f2b67b31d264cc0058d1933301882ed31c87e13513f0397
|
|
||||||
size 152144
|
|
3
scrcpy-1.2~git20180528.tar.xz
Normal file
3
scrcpy-1.2~git20180528.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9eedd3e2f5b6c3671f2d473a3b3284a6c8ea85ada8b58cbab39c6946b98a9c8c
|
||||||
|
size 155352
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 29 12:32:40 UTC 2018 - pousaduarte@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.2~git20180528:
|
||||||
|
* Update links to v1.2 in README
|
||||||
|
* Bump version to 1.2
|
||||||
|
* Rename SHA256SUM to SHA256SUMS
|
||||||
|
* Make CreateProcess() flags depend on "noconsole"
|
||||||
|
* Update README and FAQ for the new Windows releases
|
||||||
|
* Also build "noconsole" binary for Windows
|
||||||
|
* Add cross-compilation scripts for Windows
|
||||||
|
* Indicate that libs are included for Windows
|
||||||
|
* Indicate that scrcpy also works over TCP/IP
|
||||||
|
* Document APK drag & drop
|
||||||
|
* Quote apk path on Windows
|
||||||
|
* Drag and drop to install apk files from computer
|
||||||
|
* Fix net_send_all() warning
|
||||||
|
* Fix proc_show_touches warning
|
||||||
|
* Release controller lock while processing events
|
||||||
|
* Fix leak on server start error
|
||||||
|
* Add missing includes
|
||||||
|
* Change volume shortcuts
|
||||||
|
* Improve startup time when show_touches is enabled
|
||||||
|
* Disable "show touches" once window is closed
|
||||||
|
* Add an option to enable "show touches"
|
||||||
|
* Group scrcpy options into a struct
|
||||||
|
* Swap MENU and APP_SWITCH shortcuts
|
||||||
|
* Rename "shake" to "menu"
|
||||||
|
* Add support for CTRL+S to send hardware "shake" to device w/readme
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 10 13:06:03 UTC 2018 - pousaduarte@gmail.com
|
Tue Apr 10 13:06:03 UTC 2018 - pousaduarte@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: scrcpy
|
Name: scrcpy
|
||||||
Version: 1.1~git20180408
|
Version: 1.2~git20180528
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Display and control your Android device
|
Summary: Display and control your Android device
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user