Skip to Content.
Sympa Menu

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

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 (ef8588007241c3918b49a1ab291a9cd14e15d231)
  • Date: Wed, 6 Mar 2019 19:50:26 +0000

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

gnome2-libs/glib2/DEPENDS | 16 ++++------------
gnome2-libs/glib2/DETAILS | 8 ++++----
gnome2-libs/glib2/HISTORY | 4 ++++
3 files changed, 12 insertions(+), 16 deletions(-)

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

gnome2-libs/glib2: version 2.60.0

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index 1ce440e..052f89a 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -39,18 +39,10 @@ optional_depends attr \
"xattr=false" \
"Build with xattr support" &&

-# Merge on next stable release
-if [[ "${GLIB_VER}" == "devel" ]];then
- optional_depends libselinux \
- "selinux=enabled" \
- "selinux=disabled" \
- "Build with selinux support"
-else
- optional_depends libselinux \
- "selinux=true" \
- "selinux=false" \
- "Build with selinux support"
-fi &&
+optional_depends libselinux \
+ "selinux=enabled" \
+ "selinux=disabled" \
+ "Build with selinux support" &&

optional_depends gtk-doc \
"gtk_doc=true" \
diff --git a/gnome2-libs/glib2/DETAILS b/gnome2-libs/glib2/DETAILS
index de475ba..8f69152 100755
--- a/gnome2-libs/glib2/DETAILS
+++ b/gnome2-libs/glib2/DETAILS
@@ -1,11 +1,11 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=glib2
if [[ $GLIB_VER == devel ]];then
- VERSION=2.59.3
-
SOURCE_HASH=sha256:dfefafbc37bbcfb8101f3f181f880e8b7a8bee48620c92869ec4ef1d3d648e5e:UPSTREAM_HASH
+ VERSION=2.60.0
+
SOURCE_HASH=sha256:20865d8b96840d89d9340fc485b4b1131c1bb24d16a258a22d642c3bb1b44353:UPSTREAM_HASH
else
- VERSION=2.58.3
-
SOURCE_HASH=sha256:8f43c31767e88a25da72b52a40f3301fefc49a665b56dc10ee7cc9565cbe7481:UPSTREAM_HASH
+ VERSION=2.60.0
+
SOURCE_HASH=sha256:20865d8b96840d89d9340fc485b4b1131c1bb24d16a258a22d642c3bb1b44353:UPSTREAM_HASH
fi
SECURITY_PATCH=1
SOURCE=glib-$VERSION.tar.xz
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 2930740..1362d54 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,7 @@
+2019-03-06 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.60.0
+ * DEPENDS: unified libselinux flags
+
2019-02-18 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: devel version 2.59.3




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ef8588007241c3918b49a1ab291a9cd14e15d231), Pavel Vinogradov, 03/06/2019

Archive powered by MHonArc 2.6.24.

Top of Page