This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Post-v25 fixes#54
Merged
Daenyth merged 4 commits intoDaenyth:masterfrom Feb 12, 2014
jrstjohn:post-v25-fixes
Merged
Conversation
Add a post_upgrade message for the changes since v24.
This inserts the number of commits between the date and the commit hash. This should resolve an issue that could occur when building the package twice in one day when multiple commits were made on the same day where the latter commit(s)' hash would trick vercmp into thinking a package downgrade was happening.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request resolves some pretty minor issues discovered after v25 was tagged. The commit messages are self-explanatory.
In your reply to #50, you stated that you did not want 'gem2arch' listed as a dependency here; however, to be consistent with e6ac27b, I added this change at the end of this pull request. If you really don't want 'gem2arch' (or 'pkgfile') as dependencies, feel free to ignore the last commit here, and I can send you another pull request to remove 'pkgfile' from the depends array.