Switch to release branch, adjust versioning
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=63
This commit is contained in:
committed by
Git OBS Bridge
parent
54f27708b0
commit
073cfeb404
3
_service
3
_service
@@ -2,9 +2,10 @@
|
||||
<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@~git%cd</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>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
||||
<param name="changesrevision">6b3d9e3eab1d9ba4250300eccd04528dbee9023a</param></service></servicedata>
|
||||
<param name="changesrevision">9bcee4ea428472c884fc869a42e0d667c5958b4b</param></service></servicedata>
|
3
scrcpy-1.10.tar.xz
Normal file
3
scrcpy-1.10.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af5090e840ec6e021fc68ced6e2477a725395a4fb2415bb36ef85c52f223f534
|
||||
size 173644
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cb7ef787dbacde67adca4e728efa66952ec2d7f32aed46a5887ea209d2d0c3a
|
||||
size 171876
|
3
scrcpy-server-v1.10.jar
Normal file
3
scrcpy-server-v1.10.jar
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbeb1a4e046f1392c1dc73c3ccffd7f86dec4636b505556ea20929687a119390
|
||||
size 22546
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad7e539f100e48259b646f26982bc63e0a60a81ac87ae135e242855bef69bd1a
|
||||
size 22470
|
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 05 11:20:09 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.10:
|
||||
* Update links to v1.10 in README and BUILD
|
||||
* Bump version to 1.10
|
||||
* List scrcpy characteristics in README
|
||||
* Upgrade SDL (2.0.10) for Windows
|
||||
* Update platform-tools (29.0.2) for Windows
|
||||
* Upgrade FFmpeg (4.1.4) for Windows
|
||||
* Initialize queue "last" field
|
||||
* Use Cmd instead of Ctrl on macOS when possible
|
||||
* Use generic FIFO queue for recording
|
||||
* Add generic intrusive FIFO queue
|
||||
* Fix cbuf documentation
|
||||
* Remove unnecessary backslash in cbuf
|
||||
* Remove root directory from Windows zip releases
|
||||
* Log recording failure
|
||||
* Log scrcpy version and URL on start
|
||||
* Record asynchronously
|
||||
* Reduce latency by 1 frame
|
||||
* Add option to change the push target
|
||||
* Document --window-title in README
|
||||
* Add option --window-title
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 03 17:28:19 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
|
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: scrcpy
|
||||
Version: 1.9~git20190730
|
||||
Version: 1.10
|
||||
Release: 0
|
||||
Summary: Display and control your Android device
|
||||
License: Apache-2.0
|
||||
Group: Hardware/Mobile
|
||||
Url: https://github.com/Genymobile/scrcpy
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: https://github.com/Genymobile/scrcpy/releases/download/v1.9/scrcpy-server-v1.9.jar
|
||||
Source1: https://github.com/Genymobile/scrcpy/releases/download/v%{version}/scrcpy-server-v%{version}.jar
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc
|
||||
|
Reference in New Issue
Block a user