[pygame-sdl2] branch master updated (97584c7 -> 3ea1b5c)

Markus Koschany apo at moszumanska.debian.org
Sun Apr 8 19:39:29 UTC 2018


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

apo pushed a change to branch master
in repository pygame-sdl2.

      from  97584c7   Update upstream source from tag 'upstream/6.99.14.2'
       new  7174438   New upstream version 6.99.14.3
       new  b919b50   Update upstream source from tag 'upstream/6.99.14.3'
       new  9a527f8   Drop sdl2-mixer.patch. Fixed upstream.
       new  3ea1b5c   Update changelog

The 4 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:
 COPYING.LGPL21                  |   22 +-
 PKG-INFO                        |    2 +-
 debian/changelog                |    7 +
 debian/patches/sdl2-mixer.patch |   43 -
 debian/patches/series           |    1 -
 gen/pygame_sdl2.color.c         | 8675 ++++++++++++++++++++++-----------------
 gen/pygame_sdl2.controller.c    | 2163 +++++++---
 gen/pygame_sdl2.draw.c          | 4644 ++++++++++++++-------
 gen/pygame_sdl2.error.c         | 1437 +++++--
 gen/pygame_sdl2.event.c         | 4750 ++++++++++++---------
 gen/pygame_sdl2.font.c          | 2471 ++++++++---
 gen/pygame_sdl2.gfxdraw.c       | 3404 +++++++++------
 gen/pygame_sdl2.image.c         | 2000 ++++++---
 gen/pygame_sdl2.joystick.c      | 1983 ++++++---
 gen/pygame_sdl2.key.c           | 2097 +++++++---
 gen/pygame_sdl2.locals.c        | 3812 ++++++++++-------
 gen/pygame_sdl2.mixer.c         | 6484 ++++++++++++++++++++---------
 gen/pygame_sdl2.mixer_music.c   | 1724 +++++---
 gen/pygame_sdl2.mouse.c         | 1192 ++++--
 gen/pygame_sdl2.power.c         | 2369 ++++++++---
 gen/pygame_sdl2.pygame_time.c   | 2302 +++++++----
 gen/pygame_sdl2.rect.c          | 4086 ++++++++++--------
 gen/pygame_sdl2.render.c        | 5860 ++++++++++++++++++--------
 gen/pygame_sdl2.rwobject.c      | 2359 ++++++++---
 gen/pygame_sdl2.scrap.c         | 1511 +++++--
 gen/pygame_sdl2.surface.c       | 1122 ++++-
 gen/pygame_sdl2.transform.c     | 2056 +++++++---
 gen3/pygame_sdl2.color.c        | 1482 +++++--
 gen3/pygame_sdl2.controller.c   | 1351 ++++--
 gen3/pygame_sdl2.display.c      |   78 +-
 gen3/pygame_sdl2.draw.c         | 3993 ++++++++++++------
 gen3/pygame_sdl2.error.c        | 2156 ++++++----
 gen3/pygame_sdl2.event.c        | 1045 +++--
 gen3/pygame_sdl2.font.c         | 1603 +++++---
 gen3/pygame_sdl2.gfxdraw.c      | 2524 +++++++-----
 gen3/pygame_sdl2.image.c        | 1332 ++++--
 gen3/pygame_sdl2.joystick.c     | 1197 ++++--
 gen3/pygame_sdl2.key.c          | 1215 ++++--
 gen3/pygame_sdl2.locals.c       |  494 ++-
 gen3/pygame_sdl2.mixer.c        | 3017 ++++++++------
 gen3/pygame_sdl2.mixer_music.c  | 1186 ++++--
 gen3/pygame_sdl2.mouse.c        |  612 ++-
 gen3/pygame_sdl2.power.c        |  751 +---
 gen3/pygame_sdl2.pygame_time.c  | 1678 +++++---
 gen3/pygame_sdl2.rect.c         | 3253 ++++++++-------
 gen3/pygame_sdl2.render.c       | 2556 +++++++-----
 gen3/pygame_sdl2.rwobject.c     |  930 ++++-
 gen3/pygame_sdl2.scrap.c        |  979 +++--
 gen3/pygame_sdl2.transform.c    | 1410 ++++---
 include/sdl2_mixer.pxd          |    3 -
 pygame_sdl2.egg-info/PKG-INFO   |    2 +-
 setup.cfg                       |    2 +-
 src/pygame_sdl2/mixer.pyx       |    3 +-
 src/pygame_sdl2/render.pyx      |    3 +-
 src/pygame_sdl2/sprite.py       |    2 +-
 55 files changed, 68640 insertions(+), 34793 deletions(-)
 delete mode 100644 debian/patches/sdl2-mixer.patch
 delete mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pygame-sdl2.git



More information about the Pkg-games-commits mailing list