Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f9231532695d73c14ddfac14b8c2a82d11eb5518)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f9231532695d73c14ddfac14b8c2a82d11eb5518)
  • Date: Fri, 15 Apr 2022 07:42:57 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

kde5-apps/gcompris/DETAILS | 2
kde5-apps/gcompris/HISTORY | 3 +
kde5-apps/krita/DETAILS | 2
kde5-apps/krita/HISTORY | 3 +
libs/boost/HISTORY | 3 +
libs/boost/patches/boost-1.78.0-interprocess-musl-include.patch | 25
----------
6 files changed, 11 insertions(+), 27 deletions(-)

New commits:
commit f9231532695d73c14ddfac14b8c2a82d11eb5518
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

boost - delete erroneous patch

commit ff4f6c44528b65307318dbe10c634e447bf06aee
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

krita: => 5.0.5

commit 6b01774f1307d4992f961c90bc515bd2f85591fa
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gcompris: => 2.4

diff --git a/kde5-apps/gcompris/DETAILS b/kde5-apps/gcompris/DETAILS
index 4fe1077..5f49bc5 100755
--- a/kde5-apps/gcompris/DETAILS
+++ b/kde5-apps/gcompris/DETAILS
@@ -1,5 +1,5 @@
SPELL=gcompris
- VERSION=2.3
+ VERSION=2.4
SOURCE=$SPELL-qt-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-qt-$VERSION
WEB_SITE=https://gcompris.net
diff --git a/kde5-apps/gcompris/HISTORY b/kde5-apps/gcompris/HISTORY
index c5e89177..b81ac28 100644
--- a/kde5-apps/gcompris/HISTORY
+++ b/kde5-apps/gcompris/HISTORY
@@ -1,3 +1,6 @@
+2022-04-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.4
+
2022-02-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.3

diff --git a/kde5-apps/krita/DETAILS b/kde5-apps/krita/DETAILS
index 3b02d05..1ba5445 100755
--- a/kde5-apps/krita/DETAILS
+++ b/kde5-apps/krita/DETAILS
@@ -1,5 +1,5 @@
SPELL=krita
- VERSION=5.0.2
+ VERSION=5.0.5
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=https://download.kde.org/stable/krita/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/kde5-apps/krita/HISTORY b/kde5-apps/krita/HISTORY
index a04a321..12a21b9 100644
--- a/kde5-apps/krita/HISTORY
+++ b/kde5-apps/krita/HISTORY
@@ -1,3 +1,6 @@
+2022-04-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.0.5
+
2022-01-18 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: delete qtx11extras

diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 1629290..fd17ab2 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2022-04-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * patches/boost-1.78.0-interprocess-musl-include.patch: deleted
+
2022-04-14 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.79.0

diff --git a/libs/boost/patches/boost-1.78.0-interprocess-musl-include.patch
b/libs/boost/patches/boost-1.78.0-interprocess-musl-include.patch
deleted file mode 100644
index 1b9658c..0000000
--- a/libs/boost/patches/boost-1.78.0-interprocess-musl-include.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Status: Backport
[https://github.com/boostorg/interprocess/commit/d002a0d929ecb031843d806c2bda69e013442e13]
-Origin: Gentoo [https://bugs.gentoo.org/829147]
-
-From: Leonardo Neumann <leonardo AT neumann.dev.br>
-Date: Mon, 13 Dec 2021 01:07:20 -0300
-Subject: [PATCH] Fix missing sys/stat.h include on musl-based systems
-
-Boost 1.78.0 fails to build on musl-based systems because musl does
-not include sys/stat.h by default.
-
-Fixes #161 ("Boost compiler error")
---- a/boost/interprocess/permissions.hpp
-+++ b/boost/interprocess/permissions.hpp
-@@ -29,6 +29,10 @@
-
- #include <boost/interprocess/detail/win32_api.hpp>
-
-+#else
-+
-+#include <sys/stat.h>
-+
- #endif
-
- #endif //#ifndef BOOST_INTERPROCESS_DOXYGEN_INVOKED
-



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f9231532695d73c14ddfac14b8c2a82d11eb5518), Treeve Jelbert, 04/15/2022

Archive powered by MHonArc 2.6.24.

Top of Page