[Python-modules-commits] [pythonmagick] branch upstream updated (75a191b -> e51f997)

Bastien ROUCARIES broucaries-guest at moszumanska.debian.org
Sun Oct 30 16:52:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

broucaries-guest pushed a change to branch upstream
in repository pythonmagick.

      from  75a191b   Imported Upstream version 0.9.11
       new  42d2b9a   Initial commit
       new  2ad693e   Update autoconf / automake files
       new  7511d94   Change file permissions
       new  659906f   Ensure PythonMagick compiles against Boost 1.60 and above
       new  08c7e67   ...
       new  6c4df28   Ensure PythonMagick compiles against ImageMagick 7.0.2 and above
       new  e51f997   Import pythonmagick_0.9.14.orig.tar.xz

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                |    9 +
 Makefile.in                              |   59 +-
 aclocal.m4                               |  280 +-
 autogen.pl                               |    0
 config/compile                           |    2 +-
 config/config.guess                      |  173 +-
 config/config.h.in                       |    3 +-
 config/config.sub                        |   38 +-
 config/depcomp                           |    2 +-
 config/install-sh                        |  366 +-
 config/ltmain.sh                         | 5528 +++++++++++++++++++-----------
 config/missing                           |    2 +-
 config/py-compile                        |    2 +-
 configure                                | 3173 ++++++++++-------
 configure.ac                             |    2 +-
 helpers_src/Blob.cpp                     |    8 +
 helpers_src/Blob.h                       |    1 +
 helpers_src/Makefile.in                  |   25 +-
 m4/libtool.m4                            | 2550 ++++++++------
 m4/ltoptions.m4                          |  127 +-
 m4/ltsugar.m4                            |    7 +-
 m4/ltversion.m4                          |   12 +-
 m4/lt~obsolete.m4                        |    7 +-
 py-compile                               |    0
 pyste_src/Blob.pyste                     |    1 +
 pythonmagick_src/Makefile.in             |   24 +-
 pythonmagick_src/_Blob.cpp               |    8 +-
 pythonmagick_src/_Color.cpp              |   19 +-
 pythonmagick_src/_ColorspaceType.cpp     |    4 +
 pythonmagick_src/_CompositeOperator.cpp  |   22 +
 pythonmagick_src/_Drawable.cpp           |    8 +-
 pythonmagick_src/_DrawableDashArray.cpp  |   28 +
 pythonmagick_src/_DrawableDashOffset.cpp |   26 +
 pythonmagick_src/_DrawableMatte.cpp      |   32 +
 pythonmagick_src/_FilterTypes.cpp        |    6 +
 pythonmagick_src/_Geometry.cpp           |    6 +
 pythonmagick_src/_GravityType.cpp        |    2 +
 pythonmagick_src/_Image.cpp              |  134 +-
 38 files changed, 7685 insertions(+), 5011 deletions(-)
 mode change 100755 => 100644 autogen.pl
 mode change 100755 => 100644 py-compile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pythonmagick.git



More information about the Python-modules-commits mailing list