Skip to content

Commit

Permalink
quick and dirty fix for node backbone patch causing warnings due to h…
Browse files Browse the repository at this point in the history
…unks
  • Loading branch information
useidel committed Dec 10, 2024
1 parent c56bdde commit 7f7b809
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions signal-desktop.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: signal-desktop
Version: 7.35.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Private messaging from your desktop
License: GPLv3
URL: https://github.com/signalapp/Signal-Desktop/
Expand Down Expand Up @@ -44,6 +44,11 @@ rm -f patches/*express*
# Allow higher Node versions
sed 's#"node": "#&>=#' -i package.json

# Workaround for the backbone patch triggers hunks
mv package.json package.json.ORIG
cat package.json.ORIG | sed -e 's/--error-on-fail//g' > package.json


# new for AARCH64 builds
# https://github.com/electron-userland/electron-builder-binaries/issues/49#issuecomment-1100804486
%ifarch aarch64
Expand Down Expand Up @@ -141,13 +146,16 @@ done


%changelog
* Tue Dec 11 2024 Udo Seidel <[email protected]> 7.35.2-1
- workaround for backbone patch with hunks

* Thu Dec 05 2024 Udo Seidel <[email protected]> 7.35.1-1
- The new filter icon next to the search box makes it easy to quickly find unread chats, but feel free to take your time deciding whether or not to leave them on read after seeing what they had to say.

* Thu Dec 05 2024 Udo Seidel <[email protected]> 7.35.0-1
- The new filter icon next to the search box makes it easy to quickly find unread chats, but feel free to take your time deciding whether or not to leave them on read after seeing what they had to say.

* Wed Nov 21 2024 Udo Seidel <[email protected]> 7.34.0-1
* Thu Nov 21 2024 Udo Seidel <[email protected]> 7.34.0-1
- This update introduces support for new processors on Windows like the Snapdragon X Elite, so you don't need to twist your ARM into emulating x86 anymore.
- We also fixed a bug that broke the dark theme in Signal when your operating system settings were configured to use a light theme. Signal Desktop can now properly handle your thematically split personality.

Expand Down

0 comments on commit 7f7b809

Please sign in to comment.