Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d7c42c0f708aa7cc58ebc1604b0d61d4f0701ddf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d7c42c0f708aa7cc58ebc1604b0d61d4f0701ddf)
  • Date: Sun, 13 Aug 2023 21:38:48 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

gnome2-libs/pango/DETAILS | 4 -
gnome2-libs/pango/HISTORY | 5 +
gnome2-libs/pango/PRE_BUILD | 4 -
gnome2-libs/pango/patches/0001-Drop-Werror-araay-bounds.patch | 37
----------
4 files changed, 7 insertions(+), 43 deletions(-)

New commits:
commit d7c42c0f708aa7cc58ebc1604b0d61d4f0701ddf
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

gnome2-libs/pango: version 1.51.0

diff --git a/gnome2-libs/pango/DETAILS b/gnome2-libs/pango/DETAILS
index 098dd62..56b8f2a 100755
--- a/gnome2-libs/pango/DETAILS
+++ b/gnome2-libs/pango/DETAILS
@@ -1,7 +1,7 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL="pango"
- VERSION="1.50.14"
-
SOURCE_HASH="sha256:1d67f205bfc318c27a29cfdfb6828568df566795df0cb51d2189cde7f2d581e8:UPSTREAM_HASH"
+ VERSION="1.51.0"
+
SOURCE_HASH="sha256:74efc109ae6f903bbe6af77eaa2ac6094b8ee245a2e23f132a7a8f0862d1a9f5:UPSTREAM_HASH"
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]="${GNOME_URL}/sources/${SPELL}/${VERSION%.*}/${SOURCE}"
diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index 12d9676..f4c8310 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,8 @@
+2023-08-13 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.51.1
+ * PRE_BUILD, patches/0001-Drop-Werror-araay-bounds.patch: dropped,
not needed
+ anymore
+
2023-06-09 Florian Franzmann <bwlf AT bandrate.org>
* SUB_DEPENDS: fix 'introspection' option name

diff --git a/gnome2-libs/pango/PRE_BUILD b/gnome2-libs/pango/PRE_BUILD
deleted file mode 100755
index 005bf6d..0000000
--- a/gnome2-libs/pango/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-apply_patch_dir patches
diff --git a/gnome2-libs/pango/patches/0001-Drop-Werror-araay-bounds.patch
b/gnome2-libs/pango/patches/0001-Drop-Werror-araay-bounds.patch
deleted file mode 100644
index 40a2269..0000000
--- a/gnome2-libs/pango/patches/0001-Drop-Werror-araay-bounds.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From e93dbd66973040f1e0afcba0dc7c712c27d75d59 Mon Sep 17 00:00:00 2001
-From: Matthias Clasen <mclasen AT redhat.com>
-Date: Mon, 1 May 2023 23:27:52 -0400
-Subject: [PATCH] Drop -Werror=array-bounds
-
-gcc has strange issues with this and produces false
-positives that recently started breaking the build of
-pango as a subproject in gtk.
-
-See e.g. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523
----
- meson.build | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 930f41082..2d30c0141 100644
---- a/meson.build
-+++ b/meson.build
-@@ -89,7 +89,6 @@ elif cc.get_id() == 'gcc' or cc.get_id() == 'clang'
- '-Wuninitialized',
- '-Wunused',
- '-Werror=address',
-- '-Werror=array-bounds',
- '-Werror=empty-body',
- '-Werror=implicit',
- '-Werror=implicit-fallthrough',
-@@ -132,7 +131,6 @@ elif cc.get_id() == 'gcc' or cc.get_id() == 'clang'
- '-Werror=sequence-point',
- '-Werror=return-type',
- '-Werror=trigraphs',
-- '-Werror=array-bounds',
- '-Werror=write-strings',
- '-Werror=address',
- '-Werror=int-to-pointer-cast',
---
-GitLab
-



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d7c42c0f708aa7cc58ebc1604b0d61d4f0701ddf), Pavel Vinogradov, 08/13/2023

Archive powered by MHonArc 2.6.24.

Top of Page