Danila Vershinin

Results 55 issues of Danila Vershinin

For a WireGuard newbie like me, this repo is missing some trivial points: * How the client should be set up using the provided client file? * What to be...

docs

Interested in building Fedora packages, but couldn't find a location, if any, for RPM specs of .src.rpm files...

```bash curl https://apis.getpagespeed.com/lastversion/linux ```

* All the tested GitHub repos (cases) should be moved to static https://github.com/lastversion-test-repos * Split test suits by provider (GitHub, etc.) to test new things faster

Possible to create `lastversion` dnf plugin which would incorporate with DNF in a useful manner. Current ideas: * `dnf list new-releases` would show a table of installed packages that have...

This file [`spdx_id_to_rpmspec.py`](https://github.com/dvershinin/lastversion/blob/master/lastversion/spdx_id_to_rpmspec.py) contains the mapping between GitHub's [spdx_id](https://spdx.org/licenses/) to [Fedora approved short license names](https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses). It will be used when updating a `.spec` file and automatically filling out the proper...

good first issue

- [x] Ability to pass a path to a `.spec` file instead of repo name/URL. This will allow for easy updating of the `Version:` tag in spec files without adding...

enhancement
feature_request

When invoked against spec file, check existence of "commit" global. If such exists then fetch latest commit and update it in the spec file. Also update or add commit_date global....

e.g. `lastversion opcache-reset --at wp` using [`json`](https://api.wordpress.org/plugins/info/1.0/opcache-reset.json)

Most RPM-based auto-builds should only work with minor semantic version updates, because major updates bring API-incompatible changes, and as such aren't very suitable for distros aiming stability. E.g. ``` #...