bump version to 0.1.4

This commit is contained in:
Ryo Nakamura
2024-02-07 16:09:46 +09:00
parent 1d8d853b30
commit 2ef4267f72
6 changed files with 27 additions and 25 deletions

View File

@@ -1,17 +0,0 @@
## Build mscp as src.rpm for publishing at COPR
### How to build
```shell-session
cd mscp
mkdir build && cd build
cmake .. make build-srpm
```
`make build-srpm` builds mscp src.rpm inside a docker container.
After that, there is `mscp-0.1.3-1.el9.src.rpm` under the `build`
directory. The next step for publishing is to upload the src.rpm to
[coprs/upaaa/mscp](https://copr.fedorainfracloud.org/coprs/upaaa/mscp/build/6983569/).

View File

@@ -38,5 +38,8 @@ make -C build install DESTDIR=%{buildroot}
%changelog
* Wed Feb 07 2024 Ryo nakamura <upa@haeena.net> - 0.1.4-0
- RPM release for v0.1.4
* Sat Feb 03 2024 Ryo nakamura <upa@haeena.net> - 0.1.3-0
- Initial release for rpm packaging