From: W. Trevor King Date: Mon, 22 Oct 2012 17:44:40 +0000 (-0400) Subject: posts:bugs: add some bugs/patches (including git submodule add --branch). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8827bd045233db290caae96ae677c45be413d41e;p=blog.git posts:bugs: add some bugs/patches (including git submodule add --branch). --- diff --git a/posts/Bugs.mdwn b/posts/Bugs.mdwn index c9804d2..47c05a5 100644 --- a/posts/Bugs.mdwn +++ b/posts/Bugs.mdwn @@ -163,14 +163,24 @@ There are more ebuild-related bugs listed in my [[Gentoo overlay]] post. +Gentoo science +============== + +* [Fix dev-java/hdf-java-2.8 so it builds with the hdfview USE flag + enabled](https://github.com/gentoo-science/sci/pull/7). + + Git === -I added [If-Modified-Since handling to gitweb's snapshots][git-ims]. -This rolled out in [v1.7.11][git-1.7.11]. +* Added [If-Modified-Since handling to gitweb's snapshots][git-ims]. + This rolled out in [v1.7.11][git-1.7.11]. +* Proposed [set submodule.$name.branch with + `git submodule add --branch`][git-branch]. [git-ims]: https://code.google.com/p/git-core/source/detail?r=0f3ddd4a3abe863fae9c36ec4311ac936a2d8ed9 [git-1.7.11]: http://git-core.googlecode.com/git/Documentation/RelNotes/1.7.11.txt +[git-branch]: http://article.gmane.org/gmane.comp.version-control.git/208199 Git-php @@ -201,6 +211,12 @@ GSL * [Cannot build without doc/version.texi](http://savannah.gnu.org/bugs/?31390). +iPython +======= + +* [Fix pyhton -> python typos](https://github.com/ipython/ipython/pull/1444). + + iText ===== @@ -304,6 +320,13 @@ Python NORMALIZE_WHITESPACE](http://bugs.python.org/issue9640). +python-kmod +=========== + +* [Convert to Cython and Flesh out Module + attributes](https://github.com/agrover/python-kmod/pull/3) + + Roundup =======