pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/srain



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar  4 08:10:10 UTC 2022

Modified Files:
        pkgsrc/chat/srain: Makefile PLIST distinfo

Log Message:
srain: update to 1.3.2

2022-02-10 Version 1.3.2
========================

- Features:

  - Add French translation

- Bug fixes:

  - Silence assertion failure on /part command
  - Silence "Unknown capability" warning on trailing whitespace

- Changes:

  - Add tooltips to buttons with no text

2021-12-18 Version 1.3.1
========================

- Bug fixes:

  - Fix build of macOS
  - Make channel messages with origin out of channels can be shown
  - Rejoin channels after NICKSERV authentication finishes

2021-09-23 Version 1.3.0
========================

- Features:

  - Implement ISUPPORT parsing + the UTF8ONLY IRCv3 specification
  - Add support for RPL_UMODEIS
  - Make nick completion case-insensitive
  - Add button for inserting emoji

- Bug fixes:

  - Fix configuration syntax errors caused by trailing commas


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/chat/srain/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/srain/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/chat/srain/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/srain/Makefile
diff -u pkgsrc/chat/srain/Makefile:1.14 pkgsrc/chat/srain/Makefile:1.15
--- pkgsrc/chat/srain/Makefile:1.14     Wed Dec  8 16:03:32 2021
+++ pkgsrc/chat/srain/Makefile  Fri Mar  4 08:10:10 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/12/08 16:03:32 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/03/04 08:10:10 nia Exp $
 
-DISTNAME=      srain-1.2.4
-PKGREVISION=   1
+DISTNAME=      srain-1.3.2
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=SrainApp/}
 

Index: pkgsrc/chat/srain/PLIST
diff -u pkgsrc/chat/srain/PLIST:1.5 pkgsrc/chat/srain/PLIST:1.6
--- pkgsrc/chat/srain/PLIST:1.5 Tue May  4 15:01:22 2021
+++ pkgsrc/chat/srain/PLIST     Fri Mar  4 08:10:10 2022
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.5 2021/05/04 15:01:22 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/03/04 08:10:10 nia Exp $
 bin/srain
 man/man1/srain.1
 share/applications/im.srain.Srain.desktop
 share/examples/srain/builtin.cfg
 share/icons/hicolor/128x128/apps/im.srain.Srain.Red.png
 share/icons/hicolor/128x128/apps/im.srain.Srain.png
+share/locale/fr/LC_MESSAGES/srain.mo
 share/locale/nl/LC_MESSAGES/srain.mo
 share/locale/ru/LC_MESSAGES/srain.mo
 share/locale/uk/LC_MESSAGES/srain.mo

Index: pkgsrc/chat/srain/distinfo
diff -u pkgsrc/chat/srain/distinfo:1.11 pkgsrc/chat/srain/distinfo:1.12
--- pkgsrc/chat/srain/distinfo:1.11     Tue Oct 26 10:05:25 2021
+++ pkgsrc/chat/srain/distinfo  Fri Mar  4 08:10:10 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:05:25 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/03/04 08:10:10 nia Exp $
 
-BLAKE2s (srain-1.2.4.tar.gz) = de195ea55e444775da3214d8701cbdd3623f9cbf5e2932f404c676bbdf37dd65
-SHA512 (srain-1.2.4.tar.gz) = 96d15f9d8bccc197b1bcda2c4707bdeea8e5cb33e3a8ad88ea5431b059c64e2ccb2e82897fcb1c02198420fed2c59148ff1c32f5f305cfffa88f096e41b42cb4
-Size (srain-1.2.4.tar.gz) = 954684 bytes
+BLAKE2s (srain-1.3.2.tar.gz) = e898529b5e7e77817a0a6ee089f36abfcad8ba13bb33cdab1d3fc854dd926c3e
+SHA512 (srain-1.3.2.tar.gz) = eb5456f548b89b0c17133c74aee03e1ca02d2e798401be92e542e4b8bf8ccfaf38a15afa0b75cbcbebdbd8f7fa584b809686d41b776a8e32079566d93f8c741d
+Size (srain-1.3.2.tar.gz) = 1931640 bytes
 SHA1 (patch-data_meson.build) = d24ed2caa3cd36bde4d808014c7bfb309366b6bf
 SHA1 (patch-src_lib_path.c) = 5885c65984ebb23a75ae88bc7e52b2b262104588



Home | Main Index | Thread Index | Old Index