SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gear-2.0.3-1.1.noarch.rpm :
Mon Aug 11 14:00:00 2014 Led 2.0.3-1
- initial build for openSUSE
- fixed set unbound vars

Wed May 22 14:00:00 2013 Dmitry V. Levin 2.0.3-alt1
- gear-update-src-{cpio,gem,tar,zip}: set safe permissions
of the unpacked directory tree.
- gear: fixed --export-dir support (by Paul Wolneykien).

Mon Jan 21 13:00:00 2013 Dmitry V. Levin 2.0.2-alt1
- Fixed typo in specsubst support.

Tue Jan 8 13:00:00 2013 Dmitry V. Levin 2.0.1-alt1
- test suite: updated for git >= 1.8.0.

Fri Dec 14 13:00:00 2012 Dmitry V. Levin 2.0.0-alt1
- gear-sh-functions (expand_rpm_macros): changed macros expansion
algorithm to expand those macros that are known and leave unknown
macros unexpanded.
- Implemented .gear/rules specsubst directive that controls
instantiation of spec file templates with parameters
defined by tag objects (closes: #20912).

Tue Dec 4 13:00:00 2012 Dmitry V. Levin 1.7.7-alt1
- gear-store-tags: handle the last line of .gear/rules when
it is not EOL-terminated (closes: #28165).

Sun Nov 25 13:00:00 2012 Dmitry V. Levin 1.7.6-alt1
- gear-srpmimport: added support of srpms with type RPMLEAD_BINARY.

Sun Oct 28 13:00:00 2012 Dmitry V. Levin 1.7.5-alt1
- gear-commit: improved specfile guess logic (closes: #27754).
- gear-srpmimport: fixed import of archives containing .git
subdirectories by ignoring these .git subdirectories (closes: #25981).

Thu Jul 26 14:00:00 2012 Dmitry V. Levin 1.7.4-alt1
- gear: allowed path separators in tar base names (closes: #27400).
- test suite: updated for git >= 1.7.11.

Thu Apr 12 14:00:00 2012 Dmitry V. Levin 1.7.3.1-alt1
- test suite: updated for zip >= 3.0.

Mon Feb 27 13:00:00 2012 Dmitry V. Levin 1.7.3.0-alt1
- gear-command-remote-build: canonicalize workdir
(by Alexey Gladkov; closes: #19994).
- gear-update: added --remove-source option (by Alexey Gladkov).
- gear-mock: new utility, implements support for mock build system
(by Alexey Gladkov).
- gear: pass -n option to gzip(1) by default.
- test suite: updated for git >= 1.7.9.

Fri Aug 12 14:00:00 2011 Dmitry V. Levin 1.7.2.6-alt1
- gear-srpmimport: added xz support.
- gear(1): minor documentation enhancements.
- gear: implemented support for specifying a HEAD subtree to --tree-ish
along with --commit (by Kirill Shutemov).

Sun Mar 6 13:00:00 2011 Dmitry V. Levin 1.7.2.5-alt1
- gear-merge: fixed incomplete migration to libshell in 1.6.0-alt1
(by Vladimir Kamarzin; closes: #24268).

Sat Mar 5 13:00:00 2011 Dmitry V. Levin 1.7.2.4-alt1
- gear-
*-rules.5: fixed title line sections.

Sat Feb 26 13:00:00 2011 Dmitry V. Levin 1.7.2.3-alt1
- gear: fixed typo in --commit during merge (closes: #25160).
- gear-srpmimport: pass --no-verify option to git-commit.

Mon Sep 6 14:00:00 2010 Dmitry V. Levin 1.7.2.2-alt1
- gear-import: pass --no-verify option to git-commit.
- Renamed gear-update-tag to gear-store-tags (closes: #18739).
- gear-command-{hasher,rpmbuild}: unset GIT_
* environment
variables used by gear itself (closes: #20884).
- tests: fixed false positive on non-tmpfs filesystems
(closes: #24012).

Thu Jul 29 14:00:00 2010 Dmitry V. Levin 1.7.2.1-alt1
- gear-update-tag --verify: Implemented check for missing and
unnecessary tags.

Wed Jul 28 14:00:00 2010 Dmitry V. Levin 1.7.2-alt1
- gear-commit, gear-merge: export variables for use in git hooks
(by Alexey Gladkov; closes: #23803).
- gear-sh-functions.in (is_ancestor_commit): rewriten in more reliable
and efficient way; affects gear(1) and gear-update-tag(1).

Thu Jul 8 14:00:00 2010 Dmitry V. Levin 1.7.1-alt1
- gear: reimplemented --commit option, so it no longer touches
current branch and git index file.
- gear-rpm: added additional diagnostics about missing command
(closes: #21892).
- gear-import (remove_suffix): added
*.xz and
*.txz suffixes.
- gear-update-tag: recognize and ignore \"suffix=\" tar\'s rules option.

Mon Apr 12 14:00:00 2010 Dmitry V. Levin 1.7.0-alt1
- Bugfixes:
+ manpages: Quoted dash symbols in command and option names
(closes: #22526).
- Improvements:
+ Documented git-config options (Alexey Froloff).
+ gear-update:
- Implemented plugins support (Alexey Gladkov, Alexey Froloff).
- Added rubygems support (Alexey Froloff).
- Added tests (Alexey Froloff).
+ gear-import: New utility
(Alexey Gladkov, Alexey Froloff; closes: #23320).

Mon Oct 5 14:00:00 2009 Dmitry V. Levin 1.6.0-alt1
- Bugfixes:
+ gear-merge: Use quote_shell_args() from libshell (Alexey Gladkov).
+ gear-command-hasher: Use gear-command-tar.
+ gear-command-tar, gear-command-remote-build: Fixed tar --create.
+ gear --export-dir: Avoid creating useless output tarball.
+ gear: Remove original file after compression.
- Improvements:
+ gear: Enabled quoting support in rules syntax (Alexey Gladkov, me).
+ gear-rules.5.in: Added a note about special characters quoting support.
+ gear, gear-update-tag, gear-rules.5.in:
Added and documented lzma/xz support.
+ gear-update: Read --exclude pattern defaults from git-config
variable gear.update.exclude-pattern (Alexey Froloff).
+ gear: Use bold red color in the warning about unreverted
temporary commit.
+ Added tests for basic gear rules.

Fri Mar 13 13:00:00 2009 Dmitry V. Levin 1.5.3-alt1
- gear-create-tag: Fixed usage, added --time option (Alexey Gladkov).
- gear-srpmimport: Made --quiet mode more quiet.
- gear-srpmimport: Enhanced changelog name parser.
- gear-commit: Added --no-edit option (Alexey Gladkov).
- gear-remote: Fixed options order (Alexey Gladkov; closes: #19073).
- Added URL, updated %description (closes: #18852).


 
ICM