3 Commits

Author SHA256 Message Date
b2102c0fa6 Accepting request 1233200 from editors
- Update to version 708.99c1f5e:
  * Try running the login shell by default for "ssh" and "scp" Tramp methods
  * Add option to specify one shell for all Tramp methods
  * Add option to try using the login shell for Tramp Methods
  * Fix display errors when using text-scale mode with ncurses. Fixes gh#akermu/emacs-libvterm#731
  * Detect vterm-mode correctly when using derived modes
  * Don't garble partial multi-byte character after control sequence
  * Support overriding the maximum scrollback at compile-time

OBS-URL: https://build.opensuse.org/request/show/1233200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-vterm?expand=0&rev=3
2024-12-24 15:26:34 +00:00
Björn Bidar
dc286b48af Fix issue-tracker reference in changelog
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-vterm?expand=0&rev=7
2024-12-24 00:52:16 +00:00
Björn Bidar
726637d553 - Update to version 708.99c1f5e:
* Try running the login shell by default for "ssh" and "scp" Tramp methods
  * Add option to specify one shell for all Tramp methods
  * Add option to try using the login shell for Tramp Methods
  * Fix display errors when using text-scale mode with ncurses. Fixes #gh/akermu/emacs-libvterm#731
  * Detect vterm-mode correctly when using derived modes
  * Don't garble partial multi-byte character after control sequence
  * Support overriding the maximum scrollback at compile-time

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-vterm?expand=0&rev=6
2024-12-24 00:46:06 +00:00
6 changed files with 24 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<!-- -*- xml -*- !-->
<services>
<service mode="disabled" name="obs_scm">
<service mode="manual" name="obs_scm">
<param name="parent-tag">0e3163109795b459c110ac9f9b772d8cb6900695</param>
<param name="versionformat">@TAG_OFFSET@.%h</param>
<param name="url">https://github.com/akermu/emacs-libvterm.git</param>
@@ -10,10 +10,10 @@
<param name="changesgenerate">enable</param>
<param name="changesauthor">Björn Bidar &#60;bjorn.bidar@thaodan.de&#62;</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<service mode="manual" name="set_version"/>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6ee806b8adb6f844bb25b75e43a16d87cf4846539ac332547f21a210b97def3
size 63220

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81c9bcf0f3a03abd83ec47626fab213810c7ed18a2d68f73ebfa643024aff955
size 238603

4
emacs-libvterm.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: emacs-libvterm
version: 708.99c1f5e
mtime: 1734492686
commit: 99c1f5e76ac927825775c887c93e46036fac7327

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 24 00:11:13 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
- Update to version 708.99c1f5e:
* Try running the login shell by default for "ssh" and "scp" Tramp methods
* Add option to specify one shell for all Tramp methods
* Add option to try using the login shell for Tramp Methods
* Fix display errors when using text-scale mode with ncurses. Fixes gh#akermu/emacs-libvterm#731
* Detect vterm-mode correctly when using derived modes
* Don't garble partial multi-byte character after control sequence
* Support overriding the maximum scrollback at compile-time
-------------------------------------------------------------------
Mon Mar 25 18:27:26 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>

View File

@@ -21,7 +21,7 @@
%global _upstream_name emacs-libvterm
Name: emacs-%{_name}
Version: 698.ae4ae1a
Version: 708.99c1f5e
Release: 0
Summary: An experimental module for libvterm bindings to Emacs
License: GPL-3.0-or-later