Changelog for
rubygem-hub-1.12.4-7.2.i586.rpm :
Fri Aug 12 14:00:00 2016 tampakrapAATTopensuse.org
- Create -bash-completion and -zsh-completion subpackages
- Add zsh and bash-completion as build deps so that hub doesn\'t own their dirs
Tue Feb 10 13:00:00 2015 cooloAATTsuse.com
- Version bump 1.12.4:
* Don\'t try to read existing hub token from GitHub API since that API feature
is getting removed for security reasons. Instead, generate a new token each
time including the current machine identifier.
* Ruby 2.2.0 compatibility
* Enable retrying entering 2FA code if previous one was invalid
* Friendlier error messages when bad credentials were used
* Encode special characters in branch names for compare command
* Auto-private URLs in remote add when matching your own repos
Fri Dec 5 13:00:00 2014 tampakrapAATTopensuse.org
- Copy the manpage from the correct dir
- Replace the PreReq with Requires, since the former creates circular dependency issue
Sat Nov 29 13:00:00 2014 tampakrapAATTopensuse.org
- Install the manpage under %{_mandir}
- Version bump 1.12.3:
* Fix hub --noop clone output for repos user has push access to
* Fix hub browse help output when not in any repo
* Tweak URI implementation for compatibility with stdlib
* Ensure branch names with funky characters are shell-escaped
Fri Nov 28 13:00:00 2014 tampakrapAATTopensuse.org
- Fix the requires between the versioned and unversion packages
- Move the Provides to the versioned pkg
Wed Nov 19 13:00:00 2014 tampakrapAATTopensuse.org
- Update specfile to the new gem2spec schema
Sun Jul 20 14:00:00 2014 tampakrapAATTopensuse.org
- Version bump 1.12.2
- 1.12.2 changelog:
* Explicitly paginate just help text instead of all output
* Doing so enables us to clear the screen reliably upon exiting the pager
without risking single-page output being swallowed.
* Don\'t allow man page width to exceed 120 characters
* Show hub
-h short usage help on stdout
* Fix hub browse on detached HEAD
* Fix hub compare for branch names with slashes in them
* Fix hub am for Enterprise URLs
- 1.12.1 changelog:
* Fix checking out a pull request when fork name is different than original
repo
* The repository name of the pull request head doesn\'t necessarily match the
name of the project\'s repository. This can happen when a user forks a
project but already has a repository of the same name.
* Use non-predictable filename for downloaded patch file
* Since the /tmp directory is readable by everybody on Unix, and since the
patch name could be public or easy to guess, a attacker could create a
symlink to a file writable by the user running hub, which would be replaced
by the patch.
* This has been assigned CVE-2014-0177.
* Fix API 422 error: Duplicate value for \"description\"
* Fix \"invalid byte sequence\" errors in pull-request
* If the user\'s LANG environment variable doesn\'t include \"UTF-8\", the
default external encoding in Ruby will be US-ASCII and as such, string
operations will fail dealing with pull request message or changelog that
contains non-ASCII characters.
* Respect git \"core.commentchar\" setting in pull-request message
* Fix displaying output of hub --noop pull-request
* In attempts to make multi-page output from hub get cleared when exiting the
pager in the terminal, I\'ve broken outputting short bits of text such as
- -noop output, which would accidentally get swallowed. This fixes that
output, but reverts clearing the terminal scrollback when exiting hub help
hub, for instance. I will revisit this in the future.
* Don\'t re-wrap default pull request message taken from commit
* Re-wrapping to 78 chars was dangerous since it could lead to moving a #-reference
to the beginning of a line which would then get interpreted as a comment.
Fri Jun 13 14:00:00 2014 tampakrapAATTopensuse.org
- Rewrite of specfile, fix all installation paths
- Use gem macros
- Install manpage
- Install zsh/bash completion files
- Create subpackage -doc
- Run spec-cleaner
Tue Mar 11 13:00:00 2014 dmacvicarAATTsuse.de
- initial package for 1.12.0