forked from pool/scrcpy
- Update to version 1.14:
* Mention how to turn the screen on in README * Update links to v1.14 in README and BUILD * Bump version to 1.14 * Reactivate "turn device screen on" feature * Push clipboard text only if not null * Improve manpage formatting * Initialize a default log level * Upgrade platform-tools (30.0.0) for Windows * Paste on "set clipboard" if possible * Fix union typo OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=68
This commit is contained in:
parent
a24cb41d7f
commit
fd4ca4b5e2
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
scrcpy-server-v1.13 filter=lfs diff=lfs merge=lfs -text
|
scrcpy-server-v1.14 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="revision">release</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service name="download_files" mode="disabled">
|
||||||
|
<param name="enforceupstream">yes</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="disabled"/>
|
||||||
|
<service name="download_files" mode="disabled"/>
|
||||||
|
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
||||||
|
<param name="changesrevision">8b73c90427e5f31d031357c2b319512b57ef78f5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6f65a22b495240358a56f84098edc48e9e396eab20b6130538088d96eb7e36f0
|
|
||||||
size 229500
|
|
3
scrcpy-1.14.tar.xz
Normal file
3
scrcpy-1.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b0c02ef8b6797c83aa64b88ddf4aabecec1c596232ce16bc637ad30a21d02580
|
||||||
|
size 210188
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5fee64ca1ccdc2f38550f31f5353c66de3de30c2e929a964e30fa2d005d5f885
|
|
||||||
size 27694
|
|
3
scrcpy-server-v1.14
Normal file
3
scrcpy-server-v1.14
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d1b18a2b80e956771fd63b99b414d2d028713a8f12ddfa5a369709ad4295620
|
||||||
|
size 33142
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 02 15:55:49 UTC 2020 - pousaduarte@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.14:
|
||||||
|
* Mention how to turn the screen on in README
|
||||||
|
* Update links to v1.14 in README and BUILD
|
||||||
|
* Bump version to 1.14
|
||||||
|
* Reactivate "turn device screen on" feature
|
||||||
|
* Push clipboard text only if not null
|
||||||
|
* Improve manpage formatting
|
||||||
|
* Initialize a default log level
|
||||||
|
* Upgrade platform-tools (30.0.0) for Windows
|
||||||
|
* Paste on "set clipboard" if possible
|
||||||
|
* Fix union typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 3 18:01:37 UTC 2020 - Adam Mizerski <adam@mizerski.pl>
|
Sun May 3 18:01:37 UTC 2020 - Adam Mizerski <adam@mizerski.pl>
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: scrcpy
|
Name: scrcpy
|
||||||
Version: 1.13
|
Version: 1.14
|
||||||
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
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
URL: https://github.com/Genymobile/scrcpy
|
URL: https://github.com/Genymobile/scrcpy
|
||||||
Source0: https://github.com/Genymobile/scrcpy/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: https://github.com/Genymobile/scrcpy/releases/download/v%{version}/scrcpy-server-v%{version}
|
Source1: https://github.com/Genymobile/scrcpy/releases/download/v%{version}/scrcpy-server-v%{version}
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: meson >= 0.48
|
BuildRequires: meson >= 0.48
|
||||||
|
Loading…
Reference in New Issue
Block a user