Name: signal-desktop Version: 6.29.1 Release: 1%{?dist} Summary: Private messaging from your desktop License: GPLv3 URL: https://github.com/signalapp/Signal-Desktop/ Source0: https://github.com/signalapp/Signal-Desktop/archive/v%{version}.tar.gz BuildRequires: binutils, git, python2, gcc, gcc-c++, openssl-devel, bsdtar, jq, zlib, xz, nodejs, ca-certificates, git-lfs %if 0%{?fedora} > 28 BuildRequires: python-unversioned-command %endif %if 0%{?fedora} > 29 BuildRequires: libxcrypt-compat %endif %if 0%{?fedora} > 31 BuildRequires: libxcrypt-compat, vips-devel %endif %if 0%{?el8} BuildRequires: platform-python-devel, python3 %endif %if 0%{?fedora} > 31 BuildRequires: yarnpkg %else BuildRequires: yarn %endif %if 0%{?fedora} > 35 BuildRequires: npm %endif # new for AARCH64 builds %ifarch aarch64 BuildRequires: rubygems, rubygem-json %endif AutoReqProv: no Provides: signal-desktop Requires: libnotify, libXtst, nss %global __requires_exclude_from ^/%{_libdir}/%{name}/release/.*$ %define _build_id_links none %description Private messaging from your desktop %prep # https://bugzilla.redhat.com/show_bug.cgi?id=1793722 export SOURCE_DATE_EPOCH="$(date +"%s")" # git-lfs hook needs to be installed for one of the dependencies git lfs install node --version rm -rf Signal-Desktop-%{version} tar xfz %{S:0} cd Signal-Desktop-%{version} # Allow higher Node versions sed 's#"node": "#&>=#' -i package.json # new for AARCH64 builds # https://github.com/electron-userland/electron-builder-binaries/issues/49#issuecomment-1100804486 %ifarch aarch64 PATH=$PATH:%{_builddir}/../../bin export PATH gem install fpm %endif yarn install --frozen-lockfileyarn %build # https://bugzilla.redhat.com/show_bug.cgi?id=1793722 export SOURCE_DATE_EPOCH="$(date +"%s")" echo $SOURCE_DATE_EPOCH # https://github.com/electron-userland/electron-builder-binaries/issues/49#issuecomment-1100804486 %ifarch aarch64 export USE_SYSTEM_FPM=true PATH=$PATH:%{_builddir}/../../bin export PATH %endif cd %{_builddir}/Signal-Desktop-%{version} yarn generate yarn build-release %install # Electron directory of the final build depends on the arch %ifnarch x86_64 %global PACKDIR linux-ia32-unpacked %else %global PACKDIR linux-unpacked %endif # new for AARCH64 builds %ifarch aarch64 %global PACKDIR linux-arm64-unpacked %endif # copy base files install -dm755 %{buildroot}/%{_libdir}/%{name} cp -a %{_builddir}/Signal-Desktop-%{version}/release/%{PACKDIR}/* %{buildroot}/%{_libdir}/%{name} install -dm755 %{buildroot}%{_bindir} ln -s %{_libdir}/%{name}/signal-desktop %{buildroot}%{_bindir}/signal-desktop install -dm755 %{buildroot}%{_datadir}/applications/ # Changes from upstream: # 1. Run signal WITH sandbox since it looks like there's no problems with fedora and friends # 2. Use tray icon by default # 3. Small fix for tray for Plasma users cat << EOF > %{buildroot}%{_datadir}/applications/signal-desktop.desktop [Desktop Entry] Name=Signal Exec=/usr/bin/signal-desktop --use-tray-icon %U Terminal=false Type=Application Icon=signal-desktop StartupWMClass=Signal Comment=Private messaging from your desktop MimeType=x-scheme-handler/sgnl; Categories=Network;InstantMessaging;Chat; EOF for i in 16 24 32 48 64 128 256 512 1024; do install -dm755 %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/ install -Dm 644 %{_builddir}/Signal-Desktop-%{version}/build/icons/png/${i}x${i}.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png done %files %defattr(-,root,root) %{_bindir}/* %{_libdir}/* %{_datadir}/* %changelog * Thu Aug 24 2023 Udo Seidel 6.29.1-1 - The Chat Color customization screen is now displayed correctly across different languages and selected locales. - We improved notification support on Windows. If you don't click on a notification when it first arrives, the latest missed notification will appear in the Windows Notification Center. Clicking on that notification will now jump directly to that chat. We'd like to thank Julien Richard for their feedback. * Tue Aug 22 2023 Udo Seidel 6.29.0-1 - The Chat Color customization screen is now displayed correctly across different languages and selected locales. - We improved notification support on Windows. If you don't click on a notification when it first arrives, the latest missed notification will appear in the Windows Notification Center. Clicking on that notification will now jump directly to that chat. We'd like to thank Julien Richard for their feedback. * Wed Aug 09 2023 Udo Seidel 6.28.0-1 - We modified the notification icons that appear for group updates, like when someone new joins a group. These icons help improve legibility, especially if you live within the darkness of the Dark Theme. The previous icons merely adopted the dark. The new icons were born in it, molded by it. * Tue Aug 01 2023 Udo Seidel 6.27.1-1 - This update includes a few improvements for voice and video calls, and some minor documentation updates (thanks, @vijithassar). * Tue Aug 01 2023 Udo Seidel 6.27.0-1 - This update includes a few improvements for voice and video calls, and some minor documentation updates (thanks, @vijithassar). * Mon Jul 24 2023 Udo Seidel 6.26.0-2 - fixed wrong date format in SPEC file * Thu Jul 20 2023 Udo Seidel 6.26.0-1 - Diacritics (such as accent marks) are now supported in @ mentions, so you can remind Aristotélēs to answer your philosophy question in the "Ancient Greek Time Travellers" group chat. - Three cheers for triple-click text selection improvements. Thanks, @nrayburn-tech [github.com]! * Fri Jul 14 2023 Udo Seidel 6.25.0-1 - Now that the calling and conversation headers are draggable, repositioning your Signal window won't be such a drag. * Thu Jul 06 2023 Udo Seidel 6.24.0-1 - Now you can search your @ mentions too. "Thanks for adding this feature," you might say. "Don't mention it," we'll reply. * Thu Jun 29 2023 Udo Seidel 6.23.0-1 - In addition to a small assortment of bug fixes, this release also incorporates developer documentation updates (thanks, @d108!) and some design improvements to the message forwarding interface (thanks, @hackerbirds!). * Thu Jun 22 2023 Udo Seidel 6.22.0-1 - Format text in your messages by selecting any text in the message composition field. Make a bold statement that's actually bold, send M. Night Shyamalan a twist ending with a spoiler effect, emphasize a name by writing "Alex" in italics, put a line through a rejected dinner idea with strikethrough, or share code in monospace. - We added support for the latest emoji characters, so now you can express your excitement with "Shaking Face" (🫨) or react with a "Pea Pod" (🫛) when someone asks you how close you are to your friends. * Thu Jun 15 2023 Udo Seidel 6.21.0-1 - Get a better look at yourself while a 1-on-1 call is ringing. Individual video calls now use the same full-screen view that previously only appeared at the beginning of a new group call. When it comes to being consistent, we try to be persistent (not resistant) and now the discrepancy is nonexistent because these things are no longer different. - We'd also like to express our appreciation to @complexspaces for their help and feedback while working on this release. * Fri Jun 09 2023 Udo Seidel 6.20.2-1 * Wed Jun 07 2023 Udo Seidel 6.20.1-1 - If someone mentions you in a chat (like @ Your Name Goes Here), now you can quickly scroll to that mention and read all of the wonderful things that they said about you. You’re simply the best. * Thu Jun 01 2023 Udo Seidel 6.20.0-1 - If someone mentions you in a chat (like @ Your Name Goes Here), now you can quickly scroll to that mention and read all of the wonderful things that they said about you. You’re simply the best. * Thu May 25 2023 Udo Seidel 6.19.0-1 - Silence isn’t always golden, but it does have a new icon. We updated the Camera and Mute buttons in voice and video calls so it’s even easier to see when they are enabled or disabled. - Localization improvements, and better handling of right-to-left languages in the message composition field. Thanks, @sha-265! - If you are on a version of Windows before Windows 10, or a version of Ubuntu before 20.04 LTS, you will need to update your operating system to continue using Signal: https://support.signal.org/hc/articles/5109141421850-Supporting-Older-Operating-Systems * Tue May 23 2023 Udo Seidel 6.18.1-1 - We've added additional translations for certain UI strings * Thu May 18 2023 Udo Seidel 6.18.0-1 - Use the "Navigate by section" keyboard shortcuts (⌘/Ctrl+T & ⌘/Ctrl+F6) to quickly move between different areas of the app. It's like a - superhero version of the Tab key that can fly further and faster than its mild-mannered alter ego. - We added support for optional message sounds so that you can also hear notifications for sent and received messages while a chat is - open (Settings > Notifications). - Jump to the latest unread message in a chat (⌘/Ctrl+J) without touching the mouse or helping the touchpad live up to its name. - Updated icons give the app a fresh look and help improve legibility. There's a new "Copy text" option in the triple-dot menu too. Thanks, @yusufsahinhamza! * Fri May 12 2023 Udo Seidel 6.17.1-1 - see previous release * Tue May 09 2023 Udo Seidel 6.17.0-1 - Improved support for right-to-left (RTL) languages. - Locales are now matched based on your system preferences. This should result in better default behavior when multiple languages are configured. - This release additionally (a10y) introduces several accessibility (a11y) enhancements and bug fixes, and we affectionately (a12y) would like to thank the community for their feedback and suggestions. * Wed Apr 26 2023 Udo Seidel 6.16.0-1 - Hard at work fixing bugs and making other performance improvements to keep the app running smoothly for you. * Thu Apr 20 2023 Udo Seidel 6.15.0-1 - The “Delete for everyone” option is now also available when multiple messages have been selected. Sometimes the road to a successful message is paved with “This message was deleted.” * Wed Apr 12 2023 Udo Seidel 6.14.0-1 - Tweaks, bug fixes, and performance enhancements. Keep on texting, calling, and video chatting as usual. * Thu Apr 06 2023 Udo Seidel 6.13.0-1 - Progress report: The new progress bar is ready. Quickly see more information about the loading process whenever you launch Signal Desktop. - Theme preferences now also apply to the checkboxes in Signal Settings. Thanks to @rakleed on GitHub for helping us check "More fully embrace darkness in the dark theme" off of our TODO list. * Tue Apr 04 2023 Udo Seidel 6.12.0-4 - switched to use the fedora shipped npm and not the one from https://rpm.nodesource.com/pub_16.x/fc/$releasever/$basearch * Sun Apr 02 2023 Udo Seidel 6.12.0-3 - small clean-up * Sat Apr 01 2023 Udo Seidel 6.12.0-2 - enabled build for AARCH64 (https://github.com/signalapp/Signal-Desktop/issues/4530) * Thu Mar 30 2023 Udo Seidel 6.12.0-1 - Now you can select multiple messages and forward or delete them all at once. - We updated the Sticker Creator with a few design tweaks and added some helpful tips for aspiring sticker artists. The Sticker Creator now opens in your web browser, which makes Signal Desktop a little smaller and leaves a bit more room on your hard drive for all of your favorite sticker packs. * Thu Mar 23 2023 Udo Seidel 6.11.0-1 - Start talking to yourself even faster with a new icon that makes the “Note to Self” chat easier to find. Thanks to @hackerbirds on GitHub for their contribution. * Fri Mar 17 2023 Udo Seidel 6.10.1-1 - same as 6.10.0-1 * Thu Mar 16 2023 Udo Seidel 6.10.0-1 - Click on any picture or video and use the new Forward and Backward buttons in the media viewer to take a visual walk down memory lane. - Voice messages are now saved as drafts if you switch to another chat while a recording is in progress. - Sending a sticker no longer causes draft text to get cleared. Thanks, @lamemakes [github.com]! - We'd also like to thank @norstbox [github.com] for bringing the conversation search bar icons back into alignment. * Fri Mar 10 2023 Udo Seidel 6.9.0-1 - Quickly see who is speaking during group calls with a new highlight feature that shows you where to look. If it's your turn to speak, you'll need to look within. - Have the time of your life with several stickers in the media editor that let you add stylized time decorations on outgoing images. - Use the voice notes mini player to continue listening to long messages even after you switch to a different chat. * Thu Mar 02 2023 Udo Seidel 6.8.0-1 - ou wouldn't download a car, but now when you download an MP3 voice note it will be saved with the proper file extension. - Quickly begin typing a message after attaching a file, or just hit Enter/Return to send the file without any extra clicks. Thanks, @zyphlar! - The send button in the large composition view has been brought into alignment. Thanks, @hackerbirds! - If you are the only person in a group (so far) and you attempt to begin a group call, now you can join the call and start talking to yourself right away instead of waiting for the call to ring. Thanks, @lamemakes! * Wed Feb 22 2023 Udo Seidel 6.7.0-1 - Additional small tweaks, bug fixes, and assorted plans for the future. * Thu Feb 16 2023 Udo Seidel 6.6.0-1 - Hard at work fixing bugs and making other performance improvements to keep the app running smoothly for you. * Sat Feb 11 2023 Udo Seidel 6.5.1-1 - We fixed a rare bug that could prevent the app from launching correctly. If Signal started immediately crashing after the last update, you can reinstall this version without losing any of your message history. We sincerely apologize for the inconvenience. * Sat Feb 11 2023 Udo Seidel 6.5.0-1 - Speed up your response time. Now you can react quicker by clicking on any emoji when replying to a story. - It's now possible to search your message history for individual characters in Chinese and Japanese. * Thu Feb 02 2023 Udo Seidel 6.4.1-1 - Hard at work fixing bugs and making other performance improvements to keep the app running smoothly for you. * Thu Feb 02 2023 Udo Seidel 6.4.0-1 - Hard at work fixing bugs and making other performance improvements to keep the app running smoothly for you. * Fri Jan 27 2023 Udo Seidel 6.3.0-1 - Double-click on any message row in a chat to start a quoted reply. It's like a shortcut for new thoughts about old ideas. Thanks to @WhyNotHugo and the Signal community for implementing this feature and providing feedback. - Now it's easier to click outside of an image to dismiss the gallery view without zooming in. Sometimes you just wanted to close, and instead things got too close. Thanks to @jojomatik for the fix! - Tweaks, bug fixes, and performance enhancements. * Thu Jan 12 2023 Udo Seidel 6.2.0-1 - Tweaks, bug fixes, and performance enhancements. Keep on texting, calling, and video chatting as usual - Removed patch covering not being able to read release date from git * Thu Dec 15 2022 Udo Seidel 6.1.0-1 - When you start a group call for small groups (up to 16 people), you can choose to send a ringing notification. Group members will hear a ring if they are on the iOS beta or using Desktop or Android. - Small tweaks, bug fixes, and performance enhancements. * Tue Dec 06 2022 Udo Seidel 6.0.1-1 - Stories are now in Signal! Share disappearing text, images, and video updates with select friends or groups that automatically disappear after 24 hours. For everyone who loves sharing stories, here’s a way to do it privately and without seeing any ads. If you don’t want to see or share stories, you can opt out of it all in your Preferences > Privacy. * Wed Nov 30 2022 Udo Seidel 6.0.0-1 - Stories are now in Signal! Share disappearing text, images, and video updates with select friends or groups that automatically disappear after 24 hours. For everyone who loves sharing stories, here’s a way to do it privately and without seeing any ads. If you don’t want to see or share stories, you can opt out of it all in your Preferences > Privacy. * Thu Nov 10 2022 Udo Seidel 5.63.1-1 - Hard at work fixing bugs and making other performance improvements to keep the app running smoothly for you. * Fri Nov 04 2022 Udo Seidel 5.63.0-1 - Hard at work fixing bugs and making other performance improvements to keep the app running smoothly for you. * Thu Oct 06 2022 Udo Seidel 5.62.0-1 - Can’t remember which of your friends named Lou is on your basketball team? Check contact details to see shared groups between you and a friend. - Easily add a friend to a group from their contact details screen to keep the conversation exciting. * Fri Sep 30 2022 Udo Seidel 5.61.1-1 - Fix positioning of submenus in custom titlebar on Windows in RTL mode - Fix dismissing of forward and other modals * Thu Sep 29 2022 Udo Seidel 5.61.0-1 - Facing a conversation with a long list of Voice Notes to listen to? Click play, sit back, and relax - they'll continue playing automatically! - You can now attach some video flavor to a message along with your vacation photos! * Wed Sep 21 2022 Udo Seidel 5.60.0-1 - Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal! * Thu Sep 15 2022 Udo Seidel 5.59.0-1 - Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal! * Thu Sep 08 2022 Udo Seidel 5.58.0-1 - Tweaks, bug fixes, and performance enhancements. Keep on texting, calling, and video chatting as usual. * Sat Sep 03 2022 Udo Seidel 5.57.0-1 - Change the speed of audio messages to either get to the point or catch the details. - Streamline your emoji searching. Once you’ve pulled up the emoji picker, skip the magnifying glass and just start typing keywords. * Thu Aug 25 2022 Udo Seidel 5.56.0-1 - Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal! * Thu Aug 18 2022 Udo Seidel 5.55.0-1 - Additional small tweaks, bug fixes, and assorted plans for the future. * Wed Aug 10 2022 Udo Seidel 5.54.0-1 - Additional small tweaks, bug fixes, and assorted plans for the future. * Thu Aug 04 2022 Udo Seidel 5.53.0-1 - If you’re using the JAWS screen reading program, you can now successfully play voice memos and access longer messages that get shortened behind a “read more” button. - Additional small tweaks, bug fixes, and performance enhancements. * Thu Jul 28 2022 Udo Seidel 5.52.0-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. * Tue Jul 26 2022 Udo Seidel 5.51.1-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. * Thu Jul 21 2022 Udo Seidel 5.51.0-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. * Thu Jul 14 2022 Udo Seidel 5.50.0-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. * Mon Jul 11 2022 Udo Seidel 5.49.0-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. * Fri Jul 01 2022 Udo Seidel 5.48.0-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. * Thu Jun 16 2022 Udo Seidel 5.46.0-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. * Thu Jun 02 2022 Udo Seidel 5.45.0-1 - Dynamic audio indicators in group calls help you see if you're whispering, yelling, or just right. - Groups you’ve requested to join from your phone (via an invite link) will now show up on Desktop. - Got a spotty Wi-Fi connection? Not a problem, you can now retry downloading attachments. * Thu May 26 2022 Udo Seidel 5.44.1-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. * Thu May 12 2022 Udo Seidel 5.43.0-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. * Fri May 06 2022 Udo Seidel 5.42.0-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. * Fri Apr 29 2022 Udo Seidel 5.41.0-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. * Sat Apr 23 2022 Udo Seidel 5.40.1-1 - Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. - Thanks to our open source contributors @dsanders11 and @yusufsahinhamza for contributing to these improvements. * Thu Apr 21 2022 Udo Seidel 5.40.0-1 - Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. - Thanks to our open source contributors @dsanders11 and @yusufsahinhamza for contributing to these improvements. * Thu Apr 14 2022 Udo Seidel 5.39.0-1 - You can now add people to groups using just their phone number. - Your favorite contacts are now just a few keystrokes away. - Contact search now supports non-Latin alphabets like Cyrillic. * Thu Apr 07 2022 Udo Seidel 5.38.0-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. * Fri Mar 25 2022 Udo Seidel 5.36.0-1 - Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time. - When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too! * Thu Mar 10 2022 Udo Seidel 5.35.0-1 - A new update system has been introduced and folks should start seeing smaller updates with the next update. - Applications that use media keys rejoice! Signal no longer has a hold on them. - Better font support for our Japanese friends. * Sat Mar 05 2022 Udo Seidel 5.34.0-1 - This version contains a number of small tweaks and bug fixes to keep Signal running smoothly. - Ever used Signal while on an unstable connection? You can worry no more - disappearing message timer changes and more will now be synced back once your Wi-Fi feels better again. * Wed Feb 16 2022 Udo Seidel 5.32.0-1 - and again trying to stay on top of the actual released version * Thu Feb 10 2022 Udo Seidel 5.31.0-1 - and trying to stay on top of the actual released version :-) * Thu Feb 10 2022 Udo Seidel 5.30.0-1 - catch-up with actual minor release * Wed Jan 05 2022 Udo Seidel 5.26.0-1 - catch-up with actual minor release * Mon Nov 01 2021 Udo Seidel 5.22.0-1 - boost to actual minor release * Wed Oct 20 2021 Udo Seidel 5.20.0-1 - boost to actual minor release * Sat Oct 09 2021 Udo Seidel 5.19.0-1 - boost to most recent minor release * Wed Sep 29 2021 Udo Seidel 5.17.2-1 - next minor release * Mon Sep 13 2021 Udo Seidel 5.17.1-1 - next minor release * Thu Sep 09 2021 Udo Seidel 5.16.0-1 - Guess what: jump to latest minor release * Sat Aug 07 2021 Udo Seidel 5.12.1-1 - And Again jump to latest minor release * Thu Jul 29 2021 Udo Seidel 5.11.0-1 - Again jump to latest minor release * Fri Jul 09 2021 Udo Seidel 5.8.0-1 - Again jump to latest minor release * Sun Jun 06 2021 Udo Seidel 5.4.0-1 - Jump to latest minor release - remove of package.json patch * Sun May 16 2021 Udo Seidel 5.1.0-1 - Update to new minor release - Remove openssl dynamic link patches - Remove bundled binaries for other platforms * Sat May 01 2021 Udo Seidel 5.0.0-1 - Update to new major version * Thu Feb 18 2021 Udo Seidel 1.40.0-1 - update to new release * Tue Jan 26 2021 Udo Seidel 1.39.6-3 - patching outsourced from SPEC to patch files * Mon Jan 25 2021 Udo Seidel 1.39.6-2 - cleanup of spec file - covering renaming of yarn package on fedora * Fri Sep 25 2020 Guilherme Cardoso 1.36.2-1 - Patch to remove fsevents from build, since it make build failing in linux environments and is only needed for Apple MacOS users * Mon Jul 27 2020 Guilherme Cardoso 1.34.4-3 - Replaced 'requires' 'libappindicator' with 'libappindicator-gtk3' * Sun Jun 21 2020 Guilherme Cardoso 1.34.2-2 - Re-order %build and %prep steps - Also manually build zkgroup nodemodule shared object on el7 * Tue Apr 28 2020 Guilherme Cardoso 1.33.4-1 - Added workarounds for el8 copr build * Tue Apr 7 2020 Guilherme Cardoso 1.33.0-1 - Reordered patching and build flow - Removed spellchecker directory patch for fedora * Sat Mar 14 2020 Guilherme Cardoso 1.32.1-2 - Don't try to override XDG_CURRENT_DESKTOP anymore * Sat Feb 08 2020 Guilherme Cardoso 1.30.1-3 - Fix spellchecker and audio player. Huge thank you to Christoph Schwille * Fri Jan 24 2020 Guilherme Cardoso 1.30.0-1 - Refactor spec file, since Signal no longer builds rpm file - Fix package providing and requiring a lot of libraries - Slimmed down instalation by deleting some build files present on release * Mon Jan 20 2020 Guilherme Cardoso 1.29.6-1 - Resync patches and build recipe from archlinux - RPM spec build dependencies cleanup (ZaWertun) * Thu Nov 14 2019 Guilherme Cardoso 1.28.0-1 - Simplify changelog to include only major changes * Fri Sep 6 2019 Guilherme Cardoso 1.27.1-1 - Version bump - Small adjustments to rpm spec file and its patches * Sat Mar 30 2019 Guilherme Cardoso 1.23.2-1 - Updated to dynamic eletron version, idea taken from ArchLinux AUR Signal package (_installed_electron_version) * Thu Jan 17 2019 Guilherme Cardoso 1.20.0-2 - Version bump - Updated patches from archlinux aur build - Add depndencies for Fedora rawhide * Wed Oct 31 2018 Guilherme Cardoso 1.17.2-1 - Version bump - Explicit nodejs dependency, which tries to solve the requirement of having nodejs LTS version 8 - Thanks clime for the help * Mon Oct 22 2018 Guilherme Cardoso 1.16.3-4 - Fix wrong this rpmspec version info * Mon Oct 15 2018 Guilherme Cardoso 1.16.2-3 - Workaround for KDE plasma Signal's tray icon https://github.com/signalapp/Signal-Desktop/issues/1876 * Fri Oct 12 2018 Guilherme Cardoso 1.16.2-2 - Patch to use tray icon * Fri Aug 17 2018 Guilherme Cardoso 1.15.5-2 - Try to patch to allow higher node versions for Fedora Rawhide - Manual symlink * Thu Aug 16 2018 Matthias Andree 1.15.5-1 - Shuffle things around a bit - Add jq to build requisites - tweak files section so it actually finds its inputs - add node-gyp to developer dependencies only - add -no-default-rc to yarn calls throughout * Tue Aug 14 2018 Guilherme Cardoso 1.15.4-1 - Version bump - Build fixes arround embebed OpenSSL's from mandree and stemid Link: https://github.com/signalapp/Signal-Desktop/issues/2634 * Wed May 02 2018 Guilherme Cardoso 1.9.0-1 - Version bump - Spec file cleanup * Mon Apr 16 2018 Guilherme Cardoso 1.7.1-4 - Added a few more yarn steps (check, lint) * Mon Apr 16 2018 Guilherme Cardoso 1.7.1-3 - Fix build. Requires 'yarn transpile'. Thanks spacekookie. Ref: https://github.com/signalapp/Signal-Desktop/issues/2256 * Sat Apr 14 2018 Guilherme Cardoso 1.7.1-2 - Remove patch lowering nodejs due to async problems - Simplified BuildRequires * Wed Apr 11 2018 Guilherme Cardoso 1.6.1-2 - Fix desktop shortcut (thanks to bol for reporting) * Tue Mar 13 2018 Guilherme Cardoso 1.6.0-1 - Version bump - Update project homepage url - Patch to override nodejs version of Signal's sources * Sun Feb 18 2018 Guilherme Cardoso 1.3.0-2 - Build from sources instead of unpacking .deb release * Mon Feb 05 2018 Guilherme Cardoso 1.3.0-1 - Version bump - Added missing dependencies from original deb package * Thu Nov 02 2017 Richard Monk 1.0.35-1 - Initial Packaging