diff --git a/.files b/.files index 73a01ae..a706282 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 73665de..68c62d6 100644 --- a/.rev +++ b/.rev @@ -101,4 +101,13 @@ * Fix potential crash in video calls 1097860 + + 3ddce25e2b7a77f8d178a1d4c78339e6 + 0.4.3 + + anag+factory + - Add dino-0.4.3-emoji.patch: + Add more emoji translations gh/dino/dino#1207 + 1160567 + diff --git a/dino-0.4.3-emoji.patch b/dino-0.4.3-emoji.patch new file mode 100644 index 0000000..5ab0b7c --- /dev/null +++ b/dino-0.4.3-emoji.patch @@ -0,0 +1,21 @@ +From 5900d4d5e5a0cadcd5e837732c5914ce54fb6f1f Mon Sep 17 00:00:00 2001 +From: Michael Vetter +Date: Fri, 4 Mar 2022 20:32:45 +0100 +Subject: [PATCH] Add smiley translations for :') + +--- + main/src/ui/chat_input/smiley_converter.vala | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/main/src/ui/chat_input/smiley_converter.vala b/main/src/ui/chat_input/smiley_converter.vala +index 8f4dee9aa..da5074383 100644 +--- a/main/src/ui/chat_input/smiley_converter.vala ++++ b/main/src/ui/chat_input/smiley_converter.vala +@@ -24,6 +24,7 @@ class SmileyConverter { + smiley_translations[";P"] = "😜"; + smiley_translations[":("] = "🙁"; + smiley_translations[":'("] = "😢"; ++ smiley_translations[":')"] = "🥲"; + smiley_translations[":/"] = "😕"; + smiley_translations["<3"] = "❤️"; + smiley_translations[":*"] = "😘️"; diff --git a/dino.changes b/dino.changes index 5135e88..da1ce8e 100644 --- a/dino.changes +++ b/dino.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Mar 22 08:32:14 UTC 2024 - Michael Vetter + +- Add dino-0.4.3-emoji.patch: + Add more emoji translations gh/dino/dino#1207 + +------------------------------------------------------------------- Mon Jul 10 05:42:08 UTC 2023 - Michael Vetter - Update to 0.4.3: diff --git a/dino.spec b/dino.spec index a6ebe50..af04a91 100644 --- a/dino.spec +++ b/dino.spec @@ -1,7 +1,7 @@ # # spec file for package dino # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,6 +32,8 @@ License: GPL-3.0-only Group: Productivity/Networking/Instant Messenger URL: https://github.com/dino/dino Source: https://github.com/dino/dino/releases/download/v%{version}/dino-%{version}.tar.gz +# PATCH-FEATURE-UPSTREAM -- Add more emoji translations gh/dino/dino#1207 +Patch0: dino-0.4.3-emoji.patch BuildRequires: cmake BuildRequires: gcc-c++ %if 0%{?suse_version} @@ -179,7 +181,7 @@ Contains the HTTP Upload plugin for %{name}. %endif %prep -%setup -q +%autosetup -p1 %build # workaround until we clarified if the gcc return type check is actually wrong there.