Skip to content

Commit

Permalink
forgot to bump the version here..
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Mar 7, 2021
1 parent 50fa529 commit 0e7c27a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packaging/buildah/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pushd ${BUILDAH_DIR}
#go make a snapshot:
pushd ../..
python3 ./setup.py sdist --formats=xztar
mv dist/xpra-4.1.tar.xz ./packaging/buildah/pkgs/
mv dist/xpra-4.1.1.tar.xz ./packaging/buildah/pkgs/
popd

DO_DOWNLOAD="${DO_DOWNLOAD:-1}"
Expand Down
2 changes: 1 addition & 1 deletion packaging/buildah/build_debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ REPO_ARCH_PATH="`pwd`/repo/main/binary-$DEB_BUILD_ARCH"
mkdir -p $REPO_ARCH_PATH
rm xpra-build-deps*

VERSION=4.1
VERSION=4.1.1
tar -Jxf pkgs/xpra-$VERSION.tar.xz
pushd xpra-$VERSION
ln -sf packaging/debian .
Expand Down
2 changes: 1 addition & 1 deletion packaging/buildah/build_rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ done
#make sure we expose the revision number
#so the spec file can generate the expected file names
#(ie: xpra-4.1-0.r29000)
XPRA_VERSION=4.1
XPRA_VERSION=4.1.1
tar -Jxf pkgs/xpra-$XPRA_VERSION.tar.xz xpra-$XPRA_VERSION/xpra/src_info.py
XPRA_REVISION=`grep "REVISION=" "xpra-$XPRA_VERSION/xpra/src_info.py" | awk -F= '{print $2}'`
export XPRA_REVISION
Expand Down

0 comments on commit 0e7c27a

Please sign in to comment.