Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
mock is a Python module that provides a core Mock class. It removes
the need to create a host of stubs throughout your test suite. After
performing an action, you can make assertions about which methods /
attributes were used and arguments they were called with. You can
also specify return values and set needed attributes in the normal
way.
|
|
|
|
|
|
* The xfuncname pattern used by "git diff" and "git grep" to show the
last notable line in context were broken for python and ruby for a long
time.
* "git merge" into an unborn branch removed an untracked file "foo" from
the working tree when merged branch had "foo" (this fix was already in
1.7.3.3 but was omitted from the release notes by mistake).
* "git status -s" did not quote unprintable characters in paths as
documented.
* "git am --abort" used to always reset to the commit at the beginning of
the last "am" invocation that has stopped, losing any unrelated commits
that may have been made since then. Now it refrains from doing so and
instead issues a warning.
* "git blame" incorrectly reused bogusly cached result of textconv
filter for files from the working tree.
* "git commit" used to abort after the user edited the log message
when the committer information was not correctly set up. It now
aborts before starting the editor.
* "git commit --date=invalid" used to silently ignore the incorrectly
specified date; it is now diagnosed as an error.
* "git rebase --skip" to skip the last commit in a series used to fail
to run post-rewrite hook and to copy notes from old commits that have
successfully been rebased so far. Now it do (backmerge ef88ad2).
* "gitweb" tried to show a wrong feed logo when none was specified.
|
|
* Fix build error when cross-compiling to MinGW.
Changes 1.1:
* Update gnulib files.
* The core library is now compiled with many warning flags.
Some warnings have been fixed too.
Changes 1.0:
* Update gnulib files.
Changes 0.4.2:
* Fix endian related bug in self test.
* Add a note in README about NTLM being a insecure protocol.
* Cleaned up internal endianness handling.
* Update of gnulib files.
Changes 0.4.1:
* Update of gnulib files.
Changes 0.4.0:
* Only public API functions are exported in shared library.
Using libtool's -export-symbols-regex.
* Update of gnulib files.
|
|
|
|
possible heap corruption when parsing a corrupt font (CVE-2011-0020)
-being here, add a patch from upstream to fix a scaling inconsistency
bump PKGREV
|
|
|
|
|
|
|
|
* change dependency on py-cairo and gobject-introspection to build.
Those are required by configure script, but not required by
installed files. Furthermore, this package is python-version-independent
part of py-gobject, but full dependency of those packages introduce
dependency on certain python version.
* add direct full dependency on libffi, because it is already in buildlink3.mk.
(previously, it was indirect dependency from gobject-introspection, but
py-gobject is using it directly).
Bump PKGREVISION.
|
|
|
|
|
|
|
|
Thorsten Glaser.
|
|
FREEBL_NO_DEPEND=1 and files not in PLIST are installed.
OKed by tnn.
|
|
bugfixes and improved translations
|
|
bugfixes and translation updates
|
|
|
|
configure scripts for quite some time now.
|
|
That is only allowed for a 'book'. Fixes build when asciidoc-8.6.3
is used.
|
|
|
|
|
|
GNU autotools, from Aleksey Cheusov per pkgsrc-wip
(needed for the runawk pkg to be imported in a minute)
|
|
|
|
Big changes:
- Allows the symbolic links which point to directories, and treats
the names of struct, union, enum and enum member as definitions.
(5.7)
- Uses GPLv3 and LGPLv3 license. (5.6)
- Becomes GNU BOKINware. (5.5)
Details:
http://cvs.savannah.gnu.org/viewvc/global/global/NEWS?view=markup
Bunch of incompatible format changes. DON'T FORGET TO RE-GENERATE TAGS!
|
|
Fixes install on Arch Linux.
|
|
rebuild the precompiled database upon install/deinstall. This is mostly
a copy/paste of the same logic to deal with gio modules found in modules.mk.
No PKGREVISION bump because this does not affect the glib2 package in
itself.
|
|
|
|
|
|
(pointed out by aniou@ircnet).
The problem is avoided by not declaring in make.h if defined(HAVE_UNISTD_H).
(I wish people would actually use configure's findings after it spent several
billions(en_US) of CPU cycles computing them.)
|
|
|
|
|
|
This release contains several bug fixes for the pcregrep program.
There are no changes to the code of the PCRE library.
|
|
|
|
This switches to the gnome-2.32 release branch.
|
|
changes: minor build and documentation tweaks
|
|
|
|
gtkmm before 2.22
|
|
|
|
|
|
changes:
-add ctop (works like alltop but only in the C file)
-bugfixes
|
|
sorry, no changelog available
pkgsrc change: deal with 64-bit time_t on NetBSD-current - the selftests
succeed now
|
|
|
|
1.7.3:
* archive: don't set gzip filename header when there's no filename
* checknlink: use two testfiles (issue2543)
* churn: ignore trailing and leading spaces (issue2546)
* date: fix matching of underspecified date ranges
* eol: improve help on whether EOLs are changed in working copy or repository
* fncachestore: copy dh directory before the manifest
* hgweb: abort if config file isn't found
* hook: assume relative path to hook is given from repo root
* hook: fix import path handling for repo=None
* https: use web.cacerts configuration from local repo to validate remote repo
* https: warn when server certificate isn't verified
* keyword: copy: when copied source is a symlink, follow it
* patch: write .rej files without rewriting EOLs
* strip: typo bugfix related to '--nobackup -> --no-backup' rename (issue2377)
* tag: abort if not at a branch head (issue2552)
* tag: don't check .hgtags status if --local passed
* tag: fix uncommitted merge check and error message (issue2542)
* util: fix ellipsis() not to break multi-byte sequence (issue2564)
* util: work around behavior change in Python 2.7.1
* windows.rename: eliminate temp name race (issue2571)
* wix: add an ssl certificate file to the WiX installers
|
|
|
|
trees, from Kamel Derouiche and Helge Muehlmeier per pkgsrc-wip
|
|
used by Logilab projects, from Kamel Derouiche and Helge Muehlmeier
per pkgsrc-wip
|
|
bump PKGREVISION
|