Репозитории ALT

S: | 2.6.0-alt1 |
D: | 1.4.0-alt1.1 |
5.1: | 1.7.0-alt1 |
4.1: | 1.4.0-alt1 |
4.0: | 1.4.0-alt1 |
3.0: | |
+backports: | 1.1.1-alt0.M30.1 |
Группа :: Разработка/Прочее
Пакет: gear
Главная Изменения Спек Патчи Sources Загрузить Gear Bugs and FR Repocop
17 марта 2008 Dmitry V. Levin <ldv at altlinux.org> 1.4.0-alt1
- Changes made by Alexey Gladkov:
+ gear-merge: New utility to merge branches.
+ gear-merge-rules(5): New man page which describes
the .gear/merge file format.
+ gear --command: New option.
+ gear-command-hasher, gear-command-rpmbuild, gear-command-tar:
New helpers.
+ gear-hsh, gear-rpm, gear-buildreq: New utilities which
hopefully provide more convenient user interface than
old --hasher and --rpmbuild options.
+ gear-command-remote-build: New helper.
+ gear-remote, gear-remote-hsh, gear-remote-rpm: New utilities.
+ gear-commit: Use getopt from libshell. - My changes:
+ gear-create-tag: Fixed -u option support.
+ gear-srpmimport: Add empty .gitignore file to each empty directory.
+ Made readlink(1) usage secure.
+ gear-srpmimport: Added support for git-commit versions
which do not handle --fast option.
+ Use shell-error, shell-quote and shell-args from libshell
to replace several functions originally developed within
hasher and gear projects.
+ Do not use dashed form of git commands.
+ gear: Implemented empty archive suffix support.
+ Renamed: *.ru_RU.KOI8-R -> *.ru.koi8
+ QUICKSTART.ru.koi8: Formatted for AsciiDoc.
+ ABOUT.ru.koi8: Imported thesis about gear from Protva2007
in AsciiDoc format.
+ Packaged asciidoc-generated QUICKSTART.ru.html and ABOUT.ru.html files.
+ gear-update-tag: Added -q/--quiet and --no-clean options.
+ gear-update-tag: Changed --all option to imply --clean. - Other minor fixes and cleanups, see git log for details.
- gear-create-tag:
+ Enabled keyword substitution in --name and ----message options (ldv). - gear-sh-functions.in (get_NVR_from_spec):
+ Added minimal support for RPM macros (vsu).
- Added .gear directory support (ldv).
- Extended rules syntax: made whitespaces between directive
and its parameters optional (legion, ldv). - gear-create-tag (show_help): Fixed options output (ldv).
- gear (make_diff): Pass additional options to git-diff-tree,
this change makes "diff" directive complete (ldv). - Install gear-sh-functions without execute permissions set (ldv).
- gear-commit: Fixed unbound variable error (legion, #13057).
- gear-update: Added --create option (legion).
- gear-update: Added check for initial commit and
for changed files in the index (legion, ldv). - gear-hsh-build (raorn):
+ Honor "prefix" option from ~/.hasher/config.
+ Enhanced --repo handling.
+ exit_handler: Show path to hasher repo if build has failed.
- gear-srpmimport: Pass --fast option to git-commit (ldv).
- gear-update: Added --all and --exclude options (legion).
- gear-update (legion):
+ Added cpio* types support.
+ Allowed update of top directory. - gear:
+ Robustify --commit (ldv). - gear, gear-srpmimport, gear-update:
+ Run grep in C locale, run sort in C collation (ldv). - gear-create-tag:
+ New utility, creates a signed release tag object (legion, ldv).
- gear-srpmimport:
+ Do not perform a noop merge (#11721).
+ Fixed import of archives with non-directory toplevel files.
- gear-sh-functions.in (chdir_to_toplevel): New function.
- gear, gear-srpmimport, gear-update: Use chdir_to_toplevel().
- gear-commit: Chdir to toplevel directory early.
- Added gear-rules(5) man page which describes the .gear-rules
file format (vsu).
- Changed "git-COMMAND" style commands to "git COMMAND" style.
- gear-update: Suppressed "git rm" output.
- gear-update, gear-update-tag: Separated "git COMMAND"
command-line options from lists of files where appropriate. - QUICKSTART.ru_RU.KOI8-R:
+ Reworded git config recommendations using "git config" commands.
+ Updated examples.
- gear: Fixed suffix support (ldv, #11008).
- gear-update: New utility, replaces gear-update-archive and
gear-update-directory (legion, ldv). - gear-upload: Move to separate package, girar-utils (ldv).
- gear: Chdir to toplevel directory early (ldv).
- gear-srpmimport (ldv):
+ Chdir to toplevel directory early.
+ If --quiet option given, do commit and merge quietly.
+ Rename --no-untar option to --no-unpack.
+ Rewrite archive importer: - Use file(1) to recognize file types
instead of suffix-based switch. - Handle zip archives.
- Support arbitrary archive names.
- QUICKSTART.ru_RU.KOI8-R: Mention ~/.gitconfig (azol).
- gear-update-tag: Fix temporary directory removal (ldv).
- gear-update-tag: Treat "zip" directive as "tar" (raorn).
- gear: Implement suffix= option for tar-like rules (george).
- gear, gear-commit, gear-sh-functions.in:
Reworked to implement .gear-rules "tags:" directive and
.gear-tags directory support (vsu, raorn). - gear-update-tag:
New utility, updates list of stored tags
in the package repository (vsu). - gear-update-archive:
Avoid loss of source files due to .gitignore (vsu). - gear-release:
Removed unneeded utility, the idea of release tags
seems to be dead-end (ldv). - Renamed info() to msg_info() to avoid ambiguity and
unwanted package requirements (ldv). - QUICKSTART.ru_RU.KOI8-R: Fix typos (#10229).
- gear-srpmimport:
Removed implicit requirement for --branch (ldv, #10274). - gear:
Added keyword substitution in directory name (ldv, #10091).
Replaced deprecated "git-tar-tree" with "git-archive --format=tar" (ldv).
Implemented zip archive type support (raorn). - gear-upload:
New utility to ease initial upload of git repositories to git.alt (legion).
- Update copyright information.
- Add fresh git-core to package requirements.
- gear:
+ Process exclude directives without warnings (vsu). - gear-sh-functions.in:
+ Fix checks for multiple specfiles (vsu). - gear-release:
+ Create tags in refs/releases/ directory (ldv). - gear-update-archive:
+ Fix old source removal (ldv).
+ Fix check for untracked or modified files (legion).
+ Implement top directory update (legion).
+ Fix destination directory validation (legion).
+ Fix typos (vsu). - gear-hsh-build:
+ more flexible hasher support (raorn).
+ also pass --repo option to hasher (raorn).
+ honor "target" option from hasher config (raorn).
+ use $GIT_DIR/$CWD if no repositories given (raorn). - Makefile:
+ Specify the program source for man pages (vsu).
+ Remove boldface from the NAME section of man pages (vsu). - gear.1.inc:
+ Document operating modes of gear (vsu).
+ Document current limitations of gear (vsu). - gear-commit.1.inc:
+ Fix short description (ldv). - gear-update-archive.1.inc, gear-update-directory.1.inc:
+ Fix typos (vsu).
- gear:
+ New option: --update-spec (legion). - gear-commit:
+ New option: --spec (legion). - gear-release:
+ New option: --create (legion). - gear-update:
+ Rename to gear-update-archive (legion). - gear-hsh-build:
+ New utility (raorn).
- gear-release: Fix typo in option handling (legion).
- gear-update: New utility (legion, ldv).
- Initial revision.