Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b2102c0fa6 | |||
|
|
dc286b48af | ||
|
|
726637d553 |
8
_service
8
_service
@@ -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 <bjorn.bidar@thaodan.de></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>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6ee806b8adb6f844bb25b75e43a16d87cf4846539ac332547f21a210b97def3
|
||||
size 63220
|
||||
3
emacs-libvterm-708.99c1f5e.obscpio
Normal file
3
emacs-libvterm-708.99c1f5e.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81c9bcf0f3a03abd83ec47626fab213810c7ed18a2d68f73ebfa643024aff955
|
||||
size 238603
|
||||
4
emacs-libvterm.obsinfo
Normal file
4
emacs-libvterm.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: emacs-libvterm
|
||||
version: 708.99c1f5e
|
||||
mtime: 1734492686
|
||||
commit: 99c1f5e76ac927825775c887c93e46036fac7327
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user