diff --git a/_servicedata b/_servicedata index fbe47a4..09cbfc9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/Genymobile/scrcpy.git - 2573df9727767f423ef0be33993e27490ac25315 \ No newline at end of file + 9aa88b6fc3724851c5728093b11eb8f1464a6e95 \ No newline at end of file diff --git a/scrcpy-1.1~git20180318.tar.xz b/scrcpy-1.1~git20180318.tar.xz deleted file mode 100644 index 3b529c8..0000000 --- a/scrcpy-1.1~git20180318.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca733eb0d85716144b9d7a69286ea57af61e35a3a9e05931f2b79c33bcba1c56 -size 151768 diff --git a/scrcpy-1.1~git20180408.tar.xz b/scrcpy-1.1~git20180408.tar.xz new file mode 100644 index 0000000..319e762 --- /dev/null +++ b/scrcpy-1.1~git20180408.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2727e2b091cb64da7f2b67b31d264cc0058d1933301882ed31c87e13513f0397 +size 152144 diff --git a/scrcpy-server-v1.0.jar b/scrcpy-server-v1.0.jar deleted file mode 100644 index b6e2903..0000000 --- a/scrcpy-server-v1.0.jar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b573b06a6072476b85b6308e3ad189f2665ad5be4f8ca3a6b9ec81d64df20558 -size 19038 diff --git a/scrcpy-server-v1.1.jar b/scrcpy-server-v1.1.jar new file mode 100644 index 0000000..2fc81ad --- /dev/null +++ b/scrcpy-server-v1.1.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14826512bf38447ec94adf3b531676ce038d19e7e06757fb4e537882b17e77b3 +size 19334 diff --git a/scrcpy.changes b/scrcpy.changes index b44358e..cd5fba9 100644 --- a/scrcpy.changes +++ b/scrcpy.changes @@ -1,3 +1,85 @@ +------------------------------------------------------------------- +Tue Apr 10 13:06:03 UTC 2018 - pousaduarte@gmail.com + +- Update to version 1.1~git20180408: + * Map numpad ENTER key + +------------------------------------------------------------------- +Thu Apr 05 12:40:37 UTC 2018 - pousaduarte@gmail.com + +- Update to version 1.1~git20180405: + * Add FAQ section about KWin crash + +------------------------------------------------------------------- +Wed Apr 04 11:39:14 UTC 2018 - pousaduarte@gmail.com + +- Update to version 1.1~git20180404: + * Avoid pointer arithmetic on "void *" + * Use const pointers when possible + +------------------------------------------------------------------- +Sat Mar 31 11:02:02 UTC 2018 - pousaduarte@gmail.com + +- Update to version 1.1~git20180331: + * Document 32 bits packages Windows in README + +------------------------------------------------------------------- +Thu Mar 29 10:04:47 UTC 2018 - pousaduarte@gmail.com + +- Update to version 1.1~git20180328: + * Make checkstyle happy + * Install on macOS via Homebrew in README + +------------------------------------------------------------------- +Wed Mar 28 10:58:32 UTC 2018 - pousaduarte@gmail.com + +- Update to version 1.1~git20180328: + * Document how to make a portable build on Windows + +------------------------------------------------------------------- +Tue Mar 27 10:59:57 UTC 2018 - pousaduarte@gmail.com + +- Update to version 1.1~git20180327: + * Factorize texture creation + +------------------------------------------------------------------- +Mon Mar 26 12:54:43 UTC 2018 - pousaduarte@gmail.com + +- Update to version 1.1~git20180326: + * Forward double-click events + +------------------------------------------------------------------- +Sun Mar 25 12:54:55 UTC 2018 - pousaduarte@gmail.com + +- Update to version 1.1~git20180325: + * Add instructions to install Java 8 on macOS + * Update README.md + * Add instructions to run via Docker + +------------------------------------------------------------------- +Sat Mar 24 10:34:49 UTC 2018 - pousaduarte@gmail.com + +- Update to version 1.1~git20180324: + * Change links to wikipedia + * Add links to FFmpeg and LibSDL2 dependencies + * Process the last video frame + * Unref last packet on exit + * Clarify adb requirements + * Describe workaround to get output on Windows + +------------------------------------------------------------------- +Wed Mar 21 21:38:36 UTC 2018 - opensuse-packaging@opensuse.org + +- Update to version 1.1~git20180321: + * Disable custom SDL signal handlers + * Remove useless blocks in switch/case + +------------------------------------------------------------------- +Wed Mar 21 20:13:18 UTC 2018 - opensuse-packaging@opensuse.org + +- Update to version 1.1~git20180320: + * Include source root directory + ------------------------------------------------------------------- Sun Mar 18 16:45:01 UTC 2018 - pousaduarte@gmail.com diff --git a/scrcpy.spec b/scrcpy.spec index 260fb1a..3d7d3d0 100644 --- a/scrcpy.spec +++ b/scrcpy.spec @@ -17,14 +17,14 @@ Name: scrcpy -Version: 1.1~git20180318 +Version: 1.1~git20180408 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.0/scrcpy-server-v1.0.jar +Source1: https://github.com/Genymobile/scrcpy/releases/download/v1.1/scrcpy-server-v1.1.jar BuildRequires: meson BuildRequires: ninja