Change logs for libsdl2 source package in Focal

  • libsdl2 (2.0.10+dfsg1-3) unstable; urgency=medium
    
      * Team upload
    
      [ Gianfranco Costamagna ]
      * Fix autopkgtests for cross-architecture testing, by making sure
        sdl2-config calls the correct pkg-config command
    
      [ Simon McVittie ]
      * Revert "Add the non-multiarch include dir to pkg-config cflags for
        compatibility."
      * Revert "Install all headers in an architecture-specific location"
      * Make SDL_config.h redirect to an architecture-specific version
        (Closes: #909740, #951087, #951943, #951959, #951974, #951976, #952049,
        #951962, #952105, #955416)
      * Create a SDL_platform.h symlink in /usr/include/MULTIARCH/SDL2
        (Closes: #952046, #952066, #952098)
      * Add autopkgtests for various deprecated use patterns
    
     -- Simon McVittie <email address hidden>  Mon, 13 Apr 2020 18:27:11 +0100
  • libsdl2 (2.0.10+dfsg1-2ubuntu5) focal; urgency=medium
    
      * Upload bf69d2dd8e535ee096a82495748934825b46a247
    
     -- Gianfranco Costamagna <email address hidden>  Fri, 07 Feb 2020 19:54:25 +0100
  • libsdl2 (2.0.10+dfsg1-2ubuntu4) focal; urgency=medium
    
      * Also add g++ to cmake test
    
     -- Gianfranco Costamagna <email address hidden>  Fri, 07 Feb 2020 19:51:35 +0100
  • libsdl2 (2.0.10+dfsg1-2ubuntu3) focal; urgency=medium
    
      * Reupload debian git: d1f615129fa14bcb5fce880c451c04c758ae3fd7
        with a proper fix for tests and cross-builds from <vorlon>
    
     -- Gianfranco Costamagna <email address hidden>  Fri, 07 Feb 2020 09:56:55 +0100
  • libsdl2 (2.0.10+dfsg1-2ubuntu2) focal; urgency=medium
    
      * Reupload debian git: 557cfa45f46bc4c33af5d5a8d723e55196ecfdfe
        with a proper fix for tests and cross-builds from <vorlon>
    
     -- Gianfranco Costamagna <email address hidden>  Fri, 07 Feb 2020 09:56:55 +0100
  • libsdl2 (2.0.10+dfsg1-2ubuntu1) focal; urgency=low
    
      * Export PKG_CONFIG_PATH for multiarch autopkgtests
    
     -- Gianfranco Costamagna <email address hidden>  Wed, 05 Feb 2020 21:14:53 +0100
  • libsdl2 (2.0.10+dfsg1-2) unstable; urgency=medium
    
      [ Simon McVittie ]
      * d/tests: Add a test that detecting SDL2 via CMake does not regress.
        This is the sort of thing that could easily regress while solving #909740.
      * Install all headers in an architecture-specific location.
        This approach was suggested by Adrian Bunk on #909740, as one of several
        possible ways to avoid SDL_config.h colliding between architectures.
        Because this approach uses a different @includedir@ for each architecture,
        we can no longer have @includedir@ in sdl2-config.in: that would result
        in non-co-installability. However, simply removing it (similar to
        no-libdir.patch) is not an option, because the SDL 2 headers are not
        on the default include path (and they cannot be added to it without
        breaking parallel-installability of SDL 1.2 or a hypothetical future
        SDL 3). Instead, patch sdl-config.in to ask pkg-config for its CFLAGS
        and LIBS. This can supersede the previous no-libdir.patch.
        This relies on the assumption that cross-compilation will always set
        PKG_CONFIG, even if that environment variable is not otherwise used by
        the build system that is invoking sdl2-config.
        The sdl2-config.cmake.in part of no-libdir.patch can simply be dropped,
        because that file is installed to an architecture-specific location
        anyway, namely ${libdir}/cmake.
      * Mark libsdl2-dev as Multi-Arch: same (Closes: #909740)
    
      [ Gianfranco Costamagna ]
      * Upload part of Ubuntu delta to Debian
    
      [ Timo Aaltonen ]
      * rules: Disable GLES1, it's getting enabled because libgles-dev ships
        GLES1 headers now, but they have conflicting types against the ones
        SDL has.
    
      [ Steve Langasek ]
      * Make autopkgtests cross-test-friendly. (Closes: #946496)
    
      [ Felix Geyer ]
      * Drop build-all autopkgtest.
        - We already have tests that check if building against SDL2 with pkg-config,
          sdl2-config and cmake works correctly.
        - It has a large overhead as it rebuilds SDL2 and requires supporting
          cmake as a second buildsystem.
      * Add the non-multiarch include dir to pkg-config cflags for compatibility.
    
     -- Felix Geyer <email address hidden>  Sun, 02 Feb 2020 23:02:25 +0100
  • libsdl2 (2.0.10+dfsg1-1ubuntu8) focal; urgency=medium
    
      * 2.0.10 release "* Removed the Mir video driver in favor of Wayland",
        thus drop libmirclient-dev build-dep and stop specifying
        --enable-video-mir. In turn, this should make many portions of
        mir/boost drop from i386 seed.
    
     -- Dimitri John Ledkov <email address hidden>  Fri, 31 Jan 2020 02:05:13 +0000
  • libsdl2 (2.0.10+dfsg1-1ubuntu7) focal; urgency=medium
    
      * disable-gles1.diff: Disable gles1 harder.
    
     -- Timo Aaltonen <email address hidden>  Wed, 29 Jan 2020 11:51:00 +0200
  • libsdl2 (2.0.10+dfsg1-1ubuntu6) focal; urgency=medium
    
      * disable-gles1.diff: Disable gles1 from the direct cmake build.
    
     -- Timo Aaltonen <email address hidden>  Tue, 14 Jan 2020 16:26:41 +0200
  • libsdl2 (2.0.10+dfsg1-1ubuntu5) focal; urgency=medium
    
      * tests: Disable gles1 in the test build too.
    
     -- Timo Aaltonen <email address hidden>  Mon, 13 Jan 2020 14:22:08 +0200
  • libsdl2 (2.0.10+dfsg1-1ubuntu4) focal; urgency=medium
    
      * tests: Fix passing the variable to cmake.
    
     -- Timo Aaltonen <email address hidden>  Mon, 13 Jan 2020 07:05:08 +0200
  • libsdl2 (2.0.10+dfsg1-1ubuntu3) focal; urgency=medium
    
      * rules: Disable GLES1, it's getting enabled because libgles-dev ships
        GLES1 headers now, but they have conflicting types against the ones
        SDL has.
    
     -- Timo Aaltonen <email address hidden>  Thu, 09 Jan 2020 19:47:39 +0200
  • libsdl2 (2.0.10+dfsg1-1ubuntu2) focal; urgency=medium
    
      * Make autopkgtests cross-test-friendly.
    
     -- Steve Langasek <email address hidden>  Mon, 09 Dec 2019 16:30:34 -0800
  • libsdl2 (2.0.10+dfsg1-1ubuntu1) eoan; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - Build-depend on libmirclient-dev
        - Explicitly enable --enable-video-mir in rules
    
    libsdl2 (2.0.10+dfsg1-1) unstable; urgency=medium
    
      * New upstream release. (Closes: #939249)
        - Fixes warnings with -Wundef on non-x86 hosts. (Closes: #892087)
        - Fixes CVE-2019-7572, CVE-2019-7573, CVE-2019-7574, CVE-2019-7575,
          CVE-2019-7576, CVE-2019-7577, CVE-2019-7578, CVE-2019-7635,
          CVE-2019-7636, CVE-2019-7638 and CVE-2019-13626 (Closes: #924610)
      * Drop fix-cross-building-907711.patch, fixed upstream.
      * Bump SHLIBVER to 2.0.10.
      * Add support for nodoc build-profile.
      * Switch to debhelper compat level 12.
      * Cherry-pick upstream fix for CVE-2019-13616.
      * Mark autopkgtests as superficial.
    
     -- Gianfranco Costamagna <email address hidden>  Fri, 20 Sep 2019 09:09:10 +0200