yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.34k stars 30 forks source link

Latest release deb package reports 269 instead of 273 #161

Closed raghur closed 4 years ago

raghur commented 4 years ago
% apt info fvim                                                                                                                                                                                                               [9:51:40 AM]
Package: fvim
Version: 0.2.269-gcee45d3-4-g41ce0c6
Status: install ok installed
Priority: extra
Section: default
Maintainer: <vsts@fv-az496>
Installed-Size: 116 MB
Homepage: http://example.com/no-uri-given
License: unknown
Vendor: vsts@fv-az496
Download-Size: unknown
APT-Manual-Installed: yes
APT-Sources: /var/lib/dpkg/status
Description: no description given

% dpkg --info ~/Downloads/fvim-linux.deb                                                                                                                                                                                      [9:59:05 AM]
 new Debian package, version 2.0.
 size 30076520 bytes: control archive=8713 bytes.
     270 bytes,    11 lines      control              
   21940 bytes,   308 lines      md5sums              
 Package: fvim
 Version: 0.2.269-gcee45d3-4-g41ce0c6
 License: unknown
 Vendor: vsts@fv-az496
 Architecture: amd64
 Maintainer: <vsts@fv-az496>
 Installed-Size: 113724
 Section: default
 Priority: extra
 Homepage: http://example.com/no-uri-given
 Description: no description given
raghu ~
% md5sum ~/Downloads/fvim-linux.deb                                                                                                                                                                                           [9:59:18 AM]
38b02a546d731ee23dae2511ccdb53ce
yatli commented 4 years ago

hi @raghur thanks for reporting. git-describe stopped adding the rev numbers together for me a while ago, and I'm still looking for a fix.

The version string says 0.2.269-gcee45d3-4-g41ce0c6 but it should be 269+4 actually.

yatli commented 4 years ago

Does that version work for you on Debian? I'm testing on Arch+LXDE (no compositor) and observe very bad performance.

yatli commented 4 years ago

v0.2-277 should fix the performance problem.

yatli commented 4 years ago

switched to gitversion -- it gives me calculated release tag names.