Accepting request 1098778 from home:munix9
- Update to version 2.1.1: * Bump version to 2.1.1 * Fix meizu deadlock * Increase attempts to start AudioRecord * Log device selection at INFO level * Fix fedora package in build instructions * Fix possible division by zero * Add direct links to donations * Ignore fold change events for other display ids * Remove superfluous log * Update links to v2.1 OBS-URL: https://build.opensuse.org/request/show/1098778 OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=80
This commit is contained in:
parent
e7b3667614
commit
f660cebf1f
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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-v2.1 filter=lfs diff=lfs merge=lfs -text
|
||||
scrcpy-server-v2.1.1 filter=lfs diff=lfs merge=lfs -text
|
||||
|
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">v2.1</param>
|
||||
<param name="revision">v2.1.1</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">2dab1f7024dd7edbd3b630a1a435c14b98f368c1</param></service></servicedata>
|
||||
<param name="changesrevision">d391fc3b695679f4770ed2e3950b135ebbda2f27</param></service></servicedata>
|
3
scrcpy-2.1.1.tar.xz
Normal file
3
scrcpy-2.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b19dc379e457192a8a86f1511c111b613eac987b9bc2a66d04d37d80c6998069
|
||||
size 317352
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bda06152e392be7bea35680677ef355c7f8142a39e68db6a7bfc7323f752b37
|
||||
size 317136
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b8bf1940264b930c71a1c614c57da2247f52b2d4240bca865cc6d366dff6688
|
||||
size 56955
|
3
scrcpy-server-v2.1.1
Normal file
3
scrcpy-server-v2.1.1
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9558db6c56743a1dc03b38f59801fb40e91cc891f8fc0c89e5b0b067761f148e
|
||||
size 56995
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 15 06:07:48 UTC 2023 - munix9@googlemail.com
|
||||
|
||||
- Update to version 2.1.1:
|
||||
* Bump version to 2.1.1
|
||||
* Fix meizu deadlock
|
||||
* Increase attempts to start AudioRecord
|
||||
* Log device selection at INFO level
|
||||
* Fix fedora package in build instructions
|
||||
* Fix possible division by zero
|
||||
* Add direct links to donations
|
||||
* Ignore fold change events for other display ids
|
||||
* Remove superfluous log
|
||||
* Update links to v2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 22 15:01:04 UTC 2023 - munix9@googlemail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: scrcpy
|
||||
Version: 2.1
|
||||
Version: 2.1.1
|
||||
Release: 0
|
||||
Summary: Display and control your Android device
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user