diff --git a/.gitattributes b/.gitattributes index c83f172..8c1502e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/_service b/_service new file mode 100644 index 0000000..c56e569 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + git + https://github.com/Genymobile/scrcpy.git + @PARENT_TAG@ + v(.*) + enable + release + + + *.tar + xz + + + yes + + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..4ac12de --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/Genymobile/scrcpy.git + 8b73c90427e5f31d031357c2b319512b57ef78f5 \ No newline at end of file diff --git a/scrcpy-1.13.tar.gz b/scrcpy-1.13.tar.gz deleted file mode 100644 index 4e72471..0000000 --- a/scrcpy-1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f65a22b495240358a56f84098edc48e9e396eab20b6130538088d96eb7e36f0 -size 229500 diff --git a/scrcpy-1.14.tar.xz b/scrcpy-1.14.tar.xz new file mode 100644 index 0000000..4fdfc54 --- /dev/null +++ b/scrcpy-1.14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c02ef8b6797c83aa64b88ddf4aabecec1c596232ce16bc637ad30a21d02580 +size 210188 diff --git a/scrcpy-server-v1.13 b/scrcpy-server-v1.13 deleted file mode 100644 index 80bf492..0000000 --- a/scrcpy-server-v1.13 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fee64ca1ccdc2f38550f31f5353c66de3de30c2e929a964e30fa2d005d5f885 -size 27694 diff --git a/scrcpy-server-v1.14 b/scrcpy-server-v1.14 new file mode 100644 index 0000000..0818c72 --- /dev/null +++ b/scrcpy-server-v1.14 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1b18a2b80e956771fd63b99b414d2d028713a8f12ddfa5a369709ad4295620 +size 33142 diff --git a/scrcpy.changes b/scrcpy.changes index 7c83c0b..4e14401 100644 --- a/scrcpy.changes +++ b/scrcpy.changes @@ -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 diff --git a/scrcpy.spec b/scrcpy.spec index 2e218d8..3190b01 100644 --- a/scrcpy.spec +++ b/scrcpy.spec @@ -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