- 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:
Duarte Pousa 2020-06-02 16:09:28 +00:00 committed by Git OBS Bridge
parent a24cb41d7f
commit fd4ca4b5e2
9 changed files with 47 additions and 9 deletions

2
.gitattributes vendored
View File

@ -22,4 +22,4 @@
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## 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
View 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
View 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>

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0c02ef8b6797c83aa64b88ddf4aabecec1c596232ce16bc637ad30a21d02580
size 210188

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fee64ca1ccdc2f38550f31f5353c66de3de30c2e929a964e30fa2d005d5f885
size 27694

3
scrcpy-server-v1.14 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d1b18a2b80e956771fd63b99b414d2d028713a8f12ddfa5a369709ad4295620
size 33142

View File

@ -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>

View File

@ -17,13 +17,13 @@
Name: scrcpy
Version: 1.13
Version: 1.14
Release: 0
Summary: Display and control your Android device
License: Apache-2.0
Group: Hardware/Mobile
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}
BuildRequires: gcc
BuildRequires: meson >= 0.48