Skip to Content.
Sympa Menu

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

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 (f3a6b6a0af368c36c2e1ec356de789c94c5a379f)
  • Date: Thu, 2 Mar 2017 18:24:11 +0000

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

gnome2-libs/glib2/DETAILS | 4 +--
gnome2-libs/glib2/HISTORY | 4 +++
gnome2-libs/glib2/PRE_BUILD | 57
--------------------------------------------
3 files changed, 6 insertions(+), 59 deletions(-)

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

gnome2-libs/glib2: updated devel version to 2.51.4

diff --git a/gnome2-libs/glib2/DETAILS b/gnome2-libs/glib2/DETAILS
index ac26271..4d56776 100755
--- a/gnome2-libs/glib2/DETAILS
+++ b/gnome2-libs/glib2/DETAILS
@@ -1,7 +1,7 @@
SPELL=glib2
if [[ $GLIB_VER == devel ]];then
- VERSION=2.51.3
-
SOURCE_HASH=sha256:4206bbe2b894a70e26b1d1dc7d7f5eefe5cd3608357bfd1052a438c11cc25f4e:UPSTREAM_HASH
+ VERSION=2.51.4
+
SOURCE_HASH=sha256:7c4247dfb2e8d5b596018f00ea8c05e76077a3f0bfcc07dda4492708f552c23e:UPSTREAM_HASH
SOURCE=glib-$VERSION.tar.xz
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
else
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index cde063d..2f1eff5 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,7 @@
+2017-03-02 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated devel version to 2.51.4
+ * PRE_BUILD: removed, fixed by upstream
+
2017-02-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated devel version to 2.51.3
* PRE_BUILD: added to fix missing Makefile problem
diff --git a/gnome2-libs/glib2/PRE_BUILD b/gnome2-libs/glib2/PRE_BUILD
deleted file mode 100755
index edfc536..0000000
--- a/gnome2-libs/glib2/PRE_BUILD
+++ /dev/null
@@ -1,57 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-if [[ "${GLIB_VER}" == "devel" ]]; then
- mkdir -p win32/vs15 &&
- cat > win32/vs15/Makefile.am <<"EOF"
-EXTRA_DIST = \
- README.txt \
- glib.sln \
- glib.vcxproj \
- glib.vcxproj.filters \
- glib-genmarshal.vcxproj \
- glib-genmarshal.vcxproj.filters \
- gspawn-win32-helper-console.vcxproj \
- gspawn-win32-helper-console.vcxproj.filters \
- gspawn-win32-helper.vcxproj \
- gspawn-win32-helper.vcxproj.filters \
- gmodule.vcxproj \
- gmodule.vcxproj.filters \
- gobject.vcxproj \
- gobject.vcxproj.filters \
- gthread.vcxproj \
- gthread.vcxproj.filters \
- gio.vcxproj \
- gio.vcxproj.filters \
- glib-compile-schemas.vcxproj \
- glib-compile-schemas.vcxproj.filters \
- gsettings.vcxproj \
- gsettings.vcxproj.filters \
- glib-compile-resources.vcxproj \
- glib-compile-resources.vcxproj.filters \
- gio-tool.vcxproj \
- gio-tool.vcxproj.filters \
- gresource.vcxproj \
- gresource.vcxproj.filters \
- gio-querymodules.vcxproj \
- gio-querymodules.vcxproj.filters \
- gdbus.vcxproj \
- gdbus.vcxproj.filters \
- glib-install.vcxproj \
- glib-install.vcxproj.filters \
- glib-build-defines.props \
- glib-install.props \
- glib-version-paths.props \
- glib-gen-srcs.props
-
-DISTCLEANFILES = $(EXTRA_DIST)
-
-MSVC_BASE_VER = 100
-MSVC_BASE_VER_LONG = 2010
-MSVC_VER = 141
-MSVC_VER_LONG = 15
-
-include $(top_srcdir)/win32/Makefile-newvs.am
-EOF
- automake --foreign --copy --add-missing
-fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f3a6b6a0af368c36c2e1ec356de789c94c5a379f), Pavel Vinogradov, 03/02/2017

Archive powered by MHonArc 2.6.24.

Top of Page