Skip to content

Commit

Permalink
bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
upa committed Mar 14, 2024
1 parent 11a48bb commit 40cf231
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5
11 changes: 10 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
mscp (0.1.4) UNRELEASED; urgency=medium
mscp (0.1.5) UNRELEASED; urgency=medium

* add support for resuming failed transfer (#5 and #10)
* remove the list structure derived from the linux kernel and refactoring
for this change.
* add and fix test cases (changing port number and number of connections)

-- Ryo Nakamura <[email protected]> Thu, 14 Mar 2024 12:51:23 +0900

mscp (0.1.4) unstable; urgency=medium

* add a test for builds on FreeBSD
* updat container images for tests
Expand Down
5 changes: 3 additions & 2 deletions doc/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mscp_0.1.4_source.build mscp_0.1.4_source.changes

1. write changes in `debian/changelog` at main branch (the date command needed here is `date -R`)
2. switch to `ppa-focal` or `ppa-jammy` branch
3. reblase to the `main` branch and modify `debian/changes`:
3. rebase to the `main` branch and modify `debian/changes`:
* change `UNRELEASED` to the release name (`focal` or `jammy`).
4. run `make build-deb` at the build directory and `cd debbuild`
5. sign the files with `debsign -k [GPGKEYID] mscp_X.X.X~X_source.changes`
Expand Down Expand Up @@ -52,7 +52,8 @@ mscp-0.1.3-1.el9.src.rpm

### To publish mscp in COPR:

1. update `changelog` in `rpm/mscp.spec` (the date command needed here is `date "+%a %b %d %Y"`)
1. update `rpm/mscp.spec.in`, the `changelog` section (the date
command needed here is `date "+%a %b %d %Y"`)
2. run `make build-srpm`
3. download `mscp-X.X.X-1.yyy.src.rpm`
4. upload the src.rpm to Build page at COPR.
Expand Down
7 changes: 5 additions & 2 deletions rpm/mscp.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ make -C build install DESTDIR=%{buildroot}


%changelog
* Wed Feb 07 2024 Ryo nakamura <[email protected]> - 0.1.4-0
* Thu Mar 14 2024 Ryo Nakamura <[email protected]> - 0.1.5-0
- RPM release for v0.1.5

* Wed Feb 07 2024 Ryo Nakamura <[email protected]> - 0.1.4-0
- RPM release for v0.1.4

* Sat Feb 03 2024 Ryo nakamura <[email protected]> - 0.1.3-0
* Sat Feb 03 2024 Ryo Nakamura <[email protected]> - 0.1.3-0
- Initial release for rpm packaging

0 comments on commit 40cf231

Please sign in to comment.