Skip to content

Commit

Permalink
correctly update the spec file version
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 2, 2024
1 parent 366e439 commit 9ad9915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fs/bin/set_source_version
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ echo "" >> "./packaging/debian/xpra/changelog.new"
cat "./packaging/debian/xpra/changelog" >> "./packaging/debian/xpra/changelog.new"
mv "./packaging/debian/xpra/changelog.new" "./packaging/debian/xpra/changelog"

sed -i'' "s/%define version .*/%define version $NEWV/" "./packaging/rpm/xpra.spec"
sed -i'' "s/Version:.*/Version: $NEWV/" "./packaging/rpm/xpra.spec"
sed -i'' "/%changelog/a - TODO" "./packaging/rpm/xpra.spec"

CHANGELOGDATE=`date '+%a %b %d %Y'`
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ autoprov: no
%endif

Name: %{package_prefix}
Version: 6.0
Version: 6.0.1
Summary: Xpra gives you "persistent remote applications" for X.
Group: Networking
License: GPLv2+ and BSD and LGPLv3+ and MIT
Expand Down

0 comments on commit 9ad9915

Please sign in to comment.