SHA256
4
0
forked from pool/profanity
Files
profanity/profanity-0.14.0-typos.patch
Michael Vetter 7b2eecafca - Eliminate usage of update-alternatives:
+ Mark the -mini and -standard packages as conflicting
  + Use RemovePathPostfixes to strip .mini, resp .standard from the
    file names in the buildroot, allowing to still produce both
    flavors in one build.
  + Suggest profanity-standard from the main-package: in case of a
    user installing profanity, and not closer specifying the
    flavor, profanity-standard will be picked by the solver.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/profanity?expand=0&rev=20
2024-11-25 08:27:06 +00:00

71 lines
3.2 KiB
Diff

From 2cf1269b6892ef12650c6474efec72d6d978a2fc Mon Sep 17 00:00:00 2001
From: Michael Vetter <jubalh@iodoru.org>
Date: Thu, 3 Aug 2023 08:26:23 +0200
Subject: [PATCH] Typo fixes
---
CHANGELOG | 10 +++++-----
RELEASE_GUIDE.md | 7 +++----
2 files changed, 8 insertions(+), 9 deletions(-)
Index: profanity-0.14.0/CHANGELOG
===================================================================
--- profanity-0.14.0.orig/CHANGELOG
+++ profanity-0.14.0/CHANGELOG
@@ -1,7 +1,7 @@
0.14.0 (2023-08-03)
===================
-13 people contributed to this release: Daniel Santos, @DebXWoody, @H3rnand3zzz, @ike08, @MarcoPolo-PasTonMolo, @mdosch, @pasis, @paulfertser, @shahab-vahedi, @sjaeckel, @techmetx11, @thexhr and jubalh.
+13 people contributed to this release: Daniel Santos, @DebXWoody, @H3rnand3zzz, @ike08, @MarcoPolo-PasTonMolo, @mdosch, @pasis, @paulfertser, @shahab-vahedi, @sjaeckel, @techmetx11, @thexhr and @jubalh.
Thanks a lot to our sponsors: @mdosch, @LeSpocky, @jamesponddotco and one anonymous sponsor.
If you want to support us too: https://profanity-im.github.io/donate.html
@@ -9,13 +9,13 @@ If you want to support us too: https://p
This release depends on libstrophe >= 0.12.3. This is not done for feature reasons, but because several issues were fixed inside libstrophe.
Changes:
-- Introduce new `/privacy command (#1836, #1870)
+- Introduce new `/privacy` command (#1836, #1870)
`/os` -> `/privacy os`
`/privacy logging`
- Fix crash when using NetBSD curses implementation (#1769)
- Fix OMEMO autodetection in autotools (#1865)
- Add ability to completely turn logs off (#1857)
-- Extend /pgp command to make key exchange procedure easier (#1850)
+- Extend `/pgp` command to make key exchange procedure easier (#1850)
Used by PSI and Pidgin as well.
- Add ability to download and install plugins directly (#1842)
`/plugins install`
@@ -41,7 +41,7 @@ Changes:
- Improve OMEMO QR code (#1796)
- Improve OMEMO help (#1838)
- Fix duplicate download IDs (#1794)
-- Add macro for possible NULL prints and use it on known sports (#1786)
+- Add macro for possible NULL prints (#1786)
- Prevent setting invalid combination of libstrophe flags
- Fix libstrophe timer-callback usage
- Fix memory leaks (#1780, #1814, #1837)
@@ -53,7 +53,7 @@ Changes:
- Improve MAM support (#1724, #1791, #1868)
- Add vCard support (XEP-0054) (#1757)
- Fix autocompletion for lastactivity
-- Improve /msg and /win autocompletion: autocomplete roster nickname and actual barejid
+- Improve `/msg` and `/win` autocompletion: autocomplete roster nickname and actual barejid
- UI improvements (#1800, #1773, #1821)
0.13.1 (2022-10-12)
Index: profanity-0.14.0/docs/profanity.1
===================================================================
--- profanity-0.14.0.orig/docs/profanity.1
+++ profanity-0.14.0/docs/profanity.1
@@ -169,7 +169,7 @@ or to the mailing list at:
.br
.SH LICENSE
Copyright (C) 2012 \- 2019 James Booth <boothj5web@gmail.com>.
-Copyright (C) 2019 \- 2023 Michael Vetter <jubalh@iodoru.com>.
+Copyright (C) 2019 \- 2023 Michael Vetter <jubalh@iodoru.org>.
License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.