LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 645|回复: 2

pacman 3.4.0 进入testing了

[复制链接]
发表于 2010-6-17 14:22:48 | 显示全部楼层 |阅读模式
http://projects.archlinux.org/pa ... 639be2a7f76955c6408  diff NEWS update for pacman-3.4

  1. +3.4.0 - new "Architecture" option that will restrict pacman to
  2. + installing only packages from the given architecture. Can be
  3. + set to "auto" in which case the output of "uname -m" is used
  4. + - use "$arch" when specifying a mirror url to automatically
  5. + select the correct architecture
  6. + - Installing packages with -U can handle installing
  7. + dependencies, conflict resolution and replacing packages
  8. + - can upgrade the system and install a new package using
  9. + "pacman -Syu <pkg>"
  10. + - new -D/--database operation for modifying package install
  11. + reasons
  12. + - new --print and --print-format options to output information
  13. + in suitable format for wrapper scripts
  14. + - only extract new entries when updating a repo database
  15. + - show "Required by" in -Sii output
  16. + - -U and -R options always ask for confirmation
  17. + - allow -Qo to perform a functional 'which'
  18. + - cache cleaning cleans all directories, not just first
  19. + - cleanupdelta: new utility to help remove unused deltas from
  20. + a repo database
  21. + - repo-add: handle removing the final package from a repo
  22. + - rankmirrors: rewrite using bash
  23. + - vercmp: does not link to libalpm to prevent upgrade issues
  24. + - makepkg:
  25. + - automatically aborts on any errors during packaging
  26. + - changelogs are now included via the "changelog" variable
  27. + - can override pkgver, pkgrel and arch in split packages
  28. + - repackaging without a package() function is deprecated
  29. + - stricter syntax checking for backup and optdepends entries
  30. + - file stripping options are configurable
  31. + - New --pkg flag to allow building specific package(s) from
  32. + split PKGBUILDs.
  33. + - build() function is now optional
  34. + - warns about reference to the build root in a package
  35. + - configure source package destination with SRCPKGDEST
  36. + - major internal refactoring of handling tests ("[" to "[[")
  37. + - contrib/pactree: print reverse dependency tree
复制代码


http://projects.archlinux.org/pa ... 2b49bb706413da976cc  API changes between 3.3 and 3.4


  1. +
  2. +
  3. +API CHANGES BETWEEN 3.3 AND 3.4
  4. +===============================
  5. +
  6. +[REMOVED]
  7. +- pmtranstype_t struct (transaction type), alpm_trans_get_type()
  8. +- alpm_option_get_nopassiveftp(), alpm_option_set_nopassiveftp()
  9. +
  10. +[CHANGED]
  11. +- interface for target loading:
  12. + - alpm_trans_addtarget() and alpm_trans_sysupgrade() were removed
  13. + - alpm_sync_target() and alpm_sync_dbtarget() can be used to add a sync target
  14. + - alpm_sync_sysupgrade() can be used to add outdated packages (for sysupgrade)
  15. + - alpm_add_target() can be used to add an add/upgrade target
  16. + - alpm_remove_target() can be used to add a remove target
  17. +- interface for target listing:
  18. + - alpm_trans_get_pkgs() was removed
  19. + - alpm_pkg_get_removes() was removed
  20. + - alpm_trans_get_add() can be used to list add/upgrade/sync targets
  21. + - alpm_trans_get_remove() can be used to list to-be-removed packages
  22. +- the type parameter of alpm_trans_init() was removed
  23. +- the type of alpm_db_fetch callback function: mtimeold and mtimenew parameters
  24. + were replaced by force parameter
  25. +- unsigned short -> int changes for Boolean variables
  26. +
  27. +[ADDED]
  28. +- alpm_db_set_pkgreason()
  29. +- alpm_option_get_arch(), alpm_option_set_arch()
  30. +- alpm_option_get_usedelta()
  31. +- alpm_pkg_unused_deltas()
  32. +- alpm_conflict_get_reason()
  33. +- error code: PM_ERR_PKG_INVALID_ARCH
复制代码
发表于 2010-6-17 18:27:50 | 显示全部楼层
yaourt用不了了
回复 支持 反对

使用道具 举报

发表于 2010-6-17 21:19:03 | 显示全部楼层
Post by crazyatom;2097132
yaourt用不了了


在官网上把 package-query 的PKGBUILD下载下来编译、安装~
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表