diff --git a/.gitattributes b/.gitattributes index f589d1e..e475d77 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-v2.5 filter=lfs diff=lfs merge=lfs -text +scrcpy-server-v2.6 filter=lfs diff=lfs merge=lfs -text diff --git a/scrcpy-2.5.tar.gz b/scrcpy-2.5.tar.gz deleted file mode 100644 index 248e4ac..0000000 --- a/scrcpy-2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a29ac5171dd81c250337d9b0500f1edbaf01044645b35f8993a191ffbb8597f -size 415854 diff --git a/scrcpy-2.6.tar.gz b/scrcpy-2.6.tar.gz new file mode 100644 index 0000000..d0f1b42 --- /dev/null +++ b/scrcpy-2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13ff4149d2ee0b40099348a57fa6d16e3fdebe7f6168f02f65ea9b3ceb337c1 +size 419604 diff --git a/scrcpy-server-v2.5 b/scrcpy-server-v2.5 deleted file mode 100644 index 3cc0612..0000000 --- a/scrcpy-server-v2.5 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1488b1105d6aff534873a26bf610cd2aea06ee867dd7a4d9c6bb2c091396eb15 -size 69624 diff --git a/scrcpy-server-v2.6 b/scrcpy-server-v2.6 new file mode 100644 index 0000000..c8f02e3 --- /dev/null +++ b/scrcpy-server-v2.6 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b723ff79a27f14e6ebaaaae7ef9548c40651c94e64d178612b13adf7158eb2e +size 71084 diff --git a/scrcpy.changes b/scrcpy.changes index fcc91d7..6955810 100644 --- a/scrcpy.changes +++ b/scrcpy.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Aug 1 17:31:56 UTC 2024 - munix9@googlemail.com + +- Update to version 2.6: + * Add audio playback capture method (#4380, #5102) + * Add audio duplication feature (#3875, #4380, #5102) + * Add mouse secondary bindings with Shift+click (#5055, #5076) + * Rework mouse events (#5067, #5076) + * Fix "turn screen off" for Honor devices (#4823, #4943, #5109) + * Add clipboard workaround for Honor devices (#4822, #5073) + * Always apply device workarounds (#4922, #5140, #5148, #5154) + * Fix missing initialization (#5057, #5058) + * Do not report error on device disconnected (#5044) + * Upgrade SDL to 2.30.5 in Windows releases + * Various technical fixes + ------------------------------------------------------------------- Sat Jun 29 16:35:04 UTC 2024 - munix9@googlemail.com diff --git a/scrcpy.spec b/scrcpy.spec index 1b98cd5..c53277d 100644 --- a/scrcpy.spec +++ b/scrcpy.spec @@ -17,7 +17,7 @@ Name: scrcpy -Version: 2.5 +Version: 2.6 Release: 0 Summary: Display and control your Android device License: Apache-2.0 @@ -35,7 +35,7 @@ BuildRequires: pkgconfig(libavformat) BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(sdl2) Requires: android-tools -%if 0%{?suse_version} <= 1500 +%if 0%{?suse_version} < 1600 BuildRequires: gcc11 BuildRequires: gcc11-PIE %else @@ -72,7 +72,7 @@ Optional dependency offering zsh completion for scrcpy. %autosetup -p1 %build -%if 0%{?suse_version} <= 1500 +%if 0%{?suse_version} < 1600 export CC=gcc-11 %endif