[mednaffe] branch master updated (65aff90 -> de0fbe7)

Stephen Kitt skitt at moszumanska.debian.org
Tue Nov 22 22:42:11 UTC 2016


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

skitt pushed a change to branch master
in repository mednaffe.

      from  65aff90   Release.
      adds  06868fe   [Windows] Detect XINPUT_DEVTYPE_GAMEPAD SDL2 has been patched.
      adds  1ee963a   Update README.md
      adds  c1cd417   README.md minor fix
      adds  923e112   Merge branch 'master' of https://github.com/AmatCoder/mednaffe
      adds  649613c   It does not detect more than two XInput devices: Fixed
      adds  04b829a   Version 0.8.1 released (only for Windows)
       new  59f48f0   Grammar fix: "catched" -> "caught"
       new  a6c4456   Merge pull request #28 from skitt/catched-spelling-fix
       new  e2d8d03   Sega Saturn support added
       new  82e14dc   Version 0.8.2 released (only for Windows)
       new  309b42e   Version error message fixed
       new  e58c719   Fix stack smashing (issue #34)
       new  ce3c25c   Really fix issue #34
       new  d0c2f41   Check for pkg-config
       new  62568c5   Check for minimum gtk and glib version
       new  759996f   Resource file for Windows added
       new  de26912   Add mednaffe.ico
       new  bc68ef9   Change line endings to CRLF
       new  cb0a6a7   Add readme, changelog and license notice for Windows
       new  a7ae992   Prepare to 0.8.3 release
       new  b9ba432   Update readme and changelog
       new  5a1452f   [Linux] Add docs to distribute
       new  5b80792   Merge tag 'v0.8.3'
       new  7b1dce0   New upstream release, merging spelling-fixes.patch
       new  2858f0c   Avoid installing the COPYING license file
       new  a1da73a   Switch to debhelper compatibility level 10
       new  8686843   Drop the Mednafen dependency on armel
       new  de0fbe7   Release

The 22 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                                     |   14 +
 Makefile.am                                   |    4 +
 Makefile.in                                   |   89 +-
 README                                        |    2 +-
 README.md                                     |   11 +-
 aclocal.m4                                    |  211 +-
 compile                                       |    2 +-
 configure                                     |   97 +-
 configure.ac                                  |   15 +-
 debian/changelog                              |   11 +
 debian/compat                                 |    2 +-
 debian/control                                |    5 +-
 debian/copyright                              |   12 -
 debian/patches/series                         |    1 -
 debian/patches/spelling-fixes.patch           |   21 -
 debian/rules                                  |    6 +-
 share/Makefile                                |  631 --
 share/Makefile.in                             |   23 +-
 ChangeLog => share/win/ChangeLog_Mednaffe.txt |  185 +-
 share/win/NOTICE.txt                          |  110 +
 share/win/README_WINDOWS.txt                  |    8 +
 share/win/mednaffe.ico                        |  Bin 0 -> 285478 bytes
 share/win/mednaffe.rc                         |   26 +
 src/Makefile.in                               |    1 +
 src/about.c                                   |    4 +-
 src/command.c                                 |    2 +-
 src/input.c                                   |   53 +-
 src/joystick_win.c                            |   41 +-
 src/joystick_win.h                            |   15 +-
 src/mednaffe.c                                |    8 +-
 src/mednaffe_glade.h                          |   28 +-
 src/prefs.c                                   |    8 +-
 src/settings_glade.h                          |   13 +-
 src/system_glade.h                            | 7918 ++++++++++++++-----------
 src/toggles.c                                 |    8 +-
 35 files changed, 5113 insertions(+), 4472 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling-fixes.patch
 delete mode 100644 share/Makefile
 copy ChangeLog => share/win/ChangeLog_Mednaffe.txt (83%)
 create mode 100644 share/win/NOTICE.txt
 create mode 100644 share/win/README_WINDOWS.txt
 create mode 100644 share/win/mednaffe.ico
 create mode 100644 share/win/mednaffe.rc

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



More information about the Pkg-games-commits mailing list