Compare commits

...

3 Commits

Author SHA1 Message Date
Neil Hanlon
698eed3aa1
on second thought, lets not 2023-01-26 21:03:18 -05:00
Neil Hanlon
933b73ceb9
use rpmautospec 2023-01-26 20:58:53 -05:00
Neil Hanlon
25ce748f2f
bump release to 0.0.3 2023-01-26 20:57:55 -05:00

View File

@ -1,11 +1,10 @@
Name: blisp
Version: 0.0.2
Version: 0.0.3
Release: 0%{?dist}
Summary: Bouffalo Labs ISP tool/library for flashing Bouffalo RISC-V MCUs
URL: https://github.com/pine64/blisp
License: MIT, Apache
%dnl Source0: https://git.shrug.pw/api/packages/neil/generic/%{name}/%{version}/%{name}-%{version}.tar.gz
Source0: https://github.com/pine64/%{name}/archive/refs/tags/v%{version}.tar.gz
Patch0: 0001-Fix-cmake.patch
@ -52,6 +51,9 @@ rm -rv vendor/
%ldconfig_scriptlets
%changelog
* Thu Jan 26 2023 Neil Hanlon <neil@shrug.pw> - 0.0.3-0
- Update to upstream 0.0.3
* Thu Jan 12 2023 Neil Hanlon <neil@shrug.pw> - 0.0.2-0
- Update to upstream 0.0.2 and fix cmakelists patch