33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
-
+
-
+
|
1. Make sure to be on rawhide and run `git pull`.
1. Increase version in `objfw.spec` and `git add` it.
1. Download the tarball and signature via `spectool -g objfw.spec`.
1. `fedpkg upload` both `objfw-${version}.tar.gz` and `objfw-${version}.tar.gz.sig`.
1. Remove the old version from `sources` and `.gitignore`, then `git add` both.
1. `git commit -m "Update to ${version}"`
1. `for i in f39 f40 f41 epel8 epel9; do git checkout $i && git merge rawhide; done`
1. `for i in f39 f40 f41 epel8 epel9 epel10; do git checkout $i && git merge rawhide; done`
1. `git push`
1. `for i in rawhide f39 f40 f41 epel8 epel9; do git checkout $i && fedpkg build --nowait; done`
1. `for i in f39 f40 f41 epel8 epel9 epel10 rawhide; do git checkout $i && fedpkg build --nowait; done`
1. Wait for the builds to be done, then create the updates on [Bodhi](https://bodhi.fedoraproject.org/). Set the Karma required to 1.
### Fedora MinGW
1. Make sure to be on rawhide and run `git pull`.
1. Increase version in `mingw-objfw.spec` and `git add` it.
1. Download the tarball and signature via `spectool -g mingw-objfw.spec`.
|