diff --git a/files/01-fix-version-from-archive-sources.patch b/files/01-fix-version-from-archive-sources.patch new file mode 100644 --- /dev/null +++ b/files/01-fix-version-from-archive-sources.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index 089ebe557..76b19d946 100644 +--- a/Makefile ++++ b/Makefile +@@ -25,7 +25,7 @@ endif + # Make version suffix -beta.NNNN.CCCCCCCC (N=Commit number, C=Commit) + VERSION_SUFFIX := -beta.$(shell git rev-list --count HEAD).$(shell git show --no-patch --no-notes --pretty='%h' HEAD) + # TAG is current version + commit number + commit + branch +-TAG := $(VERSION)$(VERSION_SUFFIX)$(TAG_BRANCH) ++TAG := $(VERSION) + ifdef RELEASE_TAG + TAG := $(RELEASE_TAG) + endif diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : rclone -version : 1.52.2 -release : 18 +version : 1.54.0 +release : 19 source : - - git|https://github.com/rclone/rclone : v1.52.2 + - https://github.com/rclone/rclone/archive/v1.54.0.tar.gz : 483d0731e3fbcdff33934784a8d39706f07358c5c8eec9136ba31458f775958e license : MIT component : network.util networking : yes @@ -11,6 +11,8 @@ Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage builddeps : - golang +setup : | + %patch -p1 < $pkgfiles/01-fix-version-from-archive-sources.patch build : | %make ./rclone genautocomplete bash rclone.bash_completion diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -29,12 +29,12 @@ - - 2020-06-25 - 1.52.2 + + 2021-02-17 + 1.54.0 Packaging update Martin Bürge martin.buerge@gmail.com \ No newline at end of file