File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,16 @@ mv "./packaging/debian/xpra/changelog.new" "./packaging/debian/xpra/changelog"
46
46
sed -i' ' " s/Version:.*/Version: $NEWV /" " ./packaging/rpm/xpra.spec"
47
47
sed -i' ' " /%changelog/a - TODO" " ./packaging/rpm/xpra.spec"
48
48
49
+ sed -i' ' " s+../pkgs/xpra-.*tar.xz+../pkgs/xpra-$NEWV .*tar.xz+g" " ./packaging/debian/xpra.sh"
50
+
49
51
CHANGELOGDATE=` date ' +%a %b %d %Y' `
50
52
sed -i' ' " /%changelog/a \* $CHANGELOGDATE $AUTHOR $NEWV -10" " ./packaging/rpm/xpra.spec"
51
53
52
54
git commit -m " bump version" \
53
55
./pyproject.toml \
54
56
xpra/__init__.py \
55
57
packaging/rpm/xpra.spec \
58
+ packaging/debian/xpra.sh \
56
59
packaging/debian/xpra/changelog \
57
60
packaging/MSWindows/xpra.iss \
58
61
fs/lib/cups/backend/xpraforwarder \
You can’t perform that action at this time.
0 commit comments