This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official pacman repository".
The branch, master has been updated
via 2cabe336eb33e443819a1d9d46b0c5bcceaa7e87 (commit)
via e3ac8062626877b8cf87df5ce94f61394bf10c0f (commit)
from c7d8601e125de432f185c146c84333ca7d920d9a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2cabe336eb33e443819a1d9d46b0c5bcceaa7e87
Author: Cedric Staniewski <[email protected]>
Date: Thu Oct 8 16:10:05 2009 +0200
Introduce new PKGBUILD variable `changelog`
Currently, a changelog is added to a package if a specific file with a
hardcoded name exists in the PKGBUILD's directory. This approach is not
pretty and also inconsistent with the handling of install files, but it
works.
With the introduction of split PKGBUILDs, however, a drawback in this
old behavior has arisen: you only have the possibility to include one
specific changelog file in either every package defined in the PKGBUILD
or in none.
The use of an additional variable, `changelog`, works around this issue
and makes it possible to include a changelog in only some of the
packages, and besides, each package of the PKGBUILD can have its own
changelog file.
Signed-off-by: Cedric Staniewski <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit e3ac8062626877b8cf87df5ce94f61394bf10c0f
Author: solsTiCe d'Hiver <[email protected]>
Date: Sat Sep 26 19:30:32 2009 +0200
use bitwise shift operator in enum "bit field"
This offers a cleaner way to deal with constant in enum and allow easy
maintainance
Signed-off-by: solsTiCe d'Hiver <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
PKGBUILD-split.proto | 2 +
PKGBUILD.proto | 1 +
contrib/PKGBUILD.vim | 9 +++++++
doc/PKGBUILD.5.txt | 8 ++++++-
lib/libalpm/alpm.h | 56 ++++++++++++++++++++++++------------------------
lib/libalpm/db.h | 12 +++++-----
scripts/makepkg.sh.in | 25 ++++++++++++++-------
7 files changed, 70 insertions(+), 43 deletions(-)
hooks/post-receive
--
The official pacman repository