guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated (ed07002906 -> a5735488d3)


From: guix-commits
Subject: branch core-updates updated (ed07002906 -> a5735488d3)
Date: Thu, 18 Jan 2024 07:58:09 -0500 (EST)

jpoiret pushed a change to branch core-updates
in repository guix.

    from ed07002906 gnu: ruby@2.7: Ungraft.
     new 94dddd4bc4 gnu: sway: Fix build with newer libinput.
     new 4bd1ca8f0e gnu: zig: Remove unneeded librt patch.
     new b452b07e40 gnu: gpgme: Hardcode gpg binaries' location.
     new 9407c4db55 gnu: glib-networking: Disable broken TLS1.2 test.
     new d3a4571139 gnu: docbook2x: Fix build.
     new 5528123265 gnu: flite: Disable parallel build.
     new 403ff7ecbb gnu: glib: Fix build with glibc 2.38.
     new 45b8f62e5d gnu: liboauth: Use C unicode locale in tests.
     new 19537eae37 gnu: python-pillow: Fix build with zlib 1.3.
     new 1a12f752a9 gnu: glibc-locales: Fix build.
     new b8345399e0 gnu: ghc-9.2: Remove unneeded glibc 2.33 patch.
     new dcb6555b9d gnu: ghc: Fix build with binutils ≥ 2.39.
     new 9838a263ba gnu: parted: Use C.UTF-8 for Unicode tests.
     new 9f12b39c45 gnu: ibus-minimal: Fix wrapping phase name.
     new f876efa760 gnu: ffmpeg-4: Fix build with binutils ≥ 2.41.
     new f8a9dbe74b gnu: python-matplotlib: Fix flaky Legend loc test.
     new a5735488d3 gnu: evolution-data-server: Use C.UTF-8 locale in test.

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


Summary of changes:
 gnu/local.mk                                       |  10 +-
 gnu/packages/base.scm                              |   1 +
 gnu/packages/disk.scm                              |   2 -
 gnu/packages/docbook.scm                           |   4 +
 gnu/packages/glib.scm                              |   6 +-
 gnu/packages/gnome.scm                             |   9 +-
 gnu/packages/gnupg.scm                             |   7 +-
 gnu/packages/haskell.scm                           |  26 ++--
 gnu/packages/ibus.scm                              |   2 +-
 gnu/packages/patches/ffmpeg-4-binutils-2.41.patch  |  76 ++++++++++++
 .../ghc-9-StgCRunAsm-only-when-needed.patch        |  33 +++++
 .../patches/ghc-9.2-glibc-2.33-link-order.patch    |  35 ------
 .../ghc-testsuite-recomp015-execstack.patch        |  10 ++
 gnu/packages/patches/glib-gerror-null-format.patch | 137 +++++++++++++++++++++
 ...networking-disable-connection-tls1.2-test.patch |  18 +++
 ...ython-matplotlib-fix-legend-loc-best-test.patch |  84 +++++++++++++
 .../patches/python-pillow-use-zlib-1.3.patch       |  21 ++++
 .../patches/sway-add-libinput-config-accel.patch   |  49 ++++++++
 .../patches/zig-do-not-link-against-librt.patch    |  10 --
 gnu/packages/python-xyz.scm                        |   7 +-
 gnu/packages/speech.scm                            |   1 +
 gnu/packages/video.scm                             |   3 +-
 gnu/packages/web.scm                               |  11 +-
 gnu/packages/wm.scm                                |   3 +-
 gnu/packages/zig.scm                               |   6 +-
 25 files changed, 500 insertions(+), 71 deletions(-)
 create mode 100644 gnu/packages/patches/ffmpeg-4-binutils-2.41.patch
 create mode 100644 gnu/packages/patches/ghc-9-StgCRunAsm-only-when-needed.patch
 delete mode 100644 gnu/packages/patches/ghc-9.2-glibc-2.33-link-order.patch
 create mode 100644 gnu/packages/patches/ghc-testsuite-recomp015-execstack.patch
 create mode 100644 gnu/packages/patches/glib-gerror-null-format.patch
 create mode 100644 
gnu/packages/patches/glib-networking-disable-connection-tls1.2-test.patch
 create mode 100644 
gnu/packages/patches/python-matplotlib-fix-legend-loc-best-test.patch
 create mode 100644 gnu/packages/patches/python-pillow-use-zlib-1.3.patch
 create mode 100644 gnu/packages/patches/sway-add-libinput-config-accel.patch
 delete mode 100644 gnu/packages/patches/zig-do-not-link-against-librt.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]