Package vim-plugin-spec_alt-ftplugin: Information

    Source package: vim-plugin-spec_alt-ftplugin
    Version: 0.3-alt1
    Latest version according to Repology
    Build time:  Apr 9, 2021, 12:33 PM in the task #264959
    Category: Editors
    Report package bug
    Summary: Vim plugin for easy ALT RPM spec editing
    Description: 
    This is an alternative spec file handling plugin which makes
    maintaining %changelog easier; it was written by Anton V. Denisov
    instead of calling add_changelog by hand each time.

    List of rpms provided by this srpm:
    vim-plugin-spec_alt-ftplugin (noarch)




      1. rpm-build-vim

    Last changed


    Jan. 20, 2021 Gleb Fotengauer-Malinovskiy 0.3-alt1
    - Use describe-specfile from gear to parse spec for EVR.
    - Added hasher and git as fallback methods to determine packager.
    - Added new configuration variables:
      + g:spec_chglog_packager to set packager and skip automatic method;
      + g:spec_chglog_get_specfile_evr_method to parse spec for package EVR:
        - rpm (use rpm --specfile; UNSAFE);
        - gear (use gear's spec parser; default).
    Sept. 30, 2020 Anton Farygin 0.2-alt1
    - hid stderr from rpm with version request to avoid garbage in
      generated changelog
    March 29, 2018 Michael Shigorin 0.1-alt3
    - R: rpmspec (closes: #34730)