Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37550015
en ru br
Репозитории 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
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: 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.

9 ноября 2007 Dmitry V. Levin <ldv at altlinux.org> 1.3.1-alt1

  • 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).

23 октября 2007 Dmitry V. Levin <ldv at altlinux.org> 1.3.0-alt1

  • 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.

18 сентября 2007 Dmitry V. Levin <ldv at altlinux.org> 1.2.7-alt1

  • gear-srpmimport: Pass --fast option to git-commit (ldv).
  • gear-update: Added --all and --exclude options (legion).

29 августа 2007 Dmitry V. Levin <ldv at altlinux.org> 1.2.6-alt1

  • 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).

20 мая 2007 Dmitry V. Levin <ldv at altlinux.org> 1.2.5-alt1

  • gear-srpmimport:
     + Do not perform a noop merge (#11721).
     + Fixed import of archives with non-directory toplevel files.

10 апреля 2007 Dmitry V. Levin <ldv at altlinux.org> 1.2.4-alt1

  • 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.

12 марта 2007 Dmitry V. Levin <ldv at altlinux.org> 1.2.3-alt1

  • Added gear-rules(5) man page which describes the .gear-rules
     file format (vsu).

11 марта 2007 Dmitry V. Levin <ldv at altlinux.org> 1.2.2-alt1

  • 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.

4 марта 2007 Dmitry V. Levin <ldv at altlinux.org> 1.2.1-alt1

  • gear: Fixed suffix support (ldv, #11008).

28 февраля 2007 Dmitry V. Levin <ldv at altlinux.org> 1.2.0-alt1

  • 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).

9 декабря 2006 Dmitry V. Levin <ldv at altlinux.org> 1.1.1-alt1

  • 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).

22 ноября 2006 Dmitry V. Levin <ldv at altlinux.org> 1.1.0-alt1

  • 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).

5 октября 2006 Dmitry V. Levin <ldv at altlinux.org> 1.0.3-alt1

  • 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).

8 сентября 2006 Dmitry V. Levin <ldv at altlinux.org> 1.0.2-alt1

  • 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).

28 августа 2006 Dmitry V. Levin <ldv at altlinux.org> 1.0.1-alt1

  • gear-release: Fix typo in option handling (legion).
  • gear-update: New utility (legion, ldv).

22 августа 2006 Dmitry V. Levin <ldv at altlinux.org> 1.0.0-alt1

  • Initial revision.
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin