Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (37f8db7a9041c3145f9e40b8035ef5d34d238d28)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (37f8db7a9041c3145f9e40b8035ef5d34d238d28)
  • Date: Sat, 18 Feb 2017 12:35:35 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/systemtap/DEPENDS | 12 ++++++------
utils/systemtap/DETAILS | 2 +-
utils/systemtap/HISTORY | 6 ++++++
utils/systemtap/eigler.gpg |binary
4 files changed, 13 insertions(+), 7 deletions(-)

New commits:
commit 37f8db7a9041c3145f9e40b8035ef5d34d238d28
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

systemtap: quoted new dependencies

commit 6f8db294cec021434792d48cecf243802dae289d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

systemtap: => 3.1

diff --git a/utils/systemtap/DEPENDS b/utils/systemtap/DEPENDS
index e0b2f48..bc9ad22 100755
--- a/utils/systemtap/DEPENDS
+++ b/utils/systemtap/DEPENDS
@@ -36,11 +36,11 @@ if is_depends_enabled ${SPELL} libvirt; then
fi &&

optional_depends texlive \
- --enable-docs \
- --disable-docs \
- 'for building documentation' &&
+ "--enable-docs" \
+ "--disable-docs" \
+ "for building documentation" &&

optional_depends avahi \
- --with-avahi \
- --without-avahi \
- 'for Avahi support'
+ "--with-avahi" \
+ "--without-avahi" \
+ "for Avahi support"
diff --git a/utils/systemtap/DETAILS b/utils/systemtap/DETAILS
index 080eccb..81e0885 100755
--- a/utils/systemtap/DETAILS
+++ b/utils/systemtap/DETAILS
@@ -1,5 +1,5 @@
SPELL=systemtap
- VERSION=3.0
+ VERSION=3.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_URL[0]=https://sourceware.org/${SPELL}/ftp/releases/${SOURCE}
diff --git a/utils/systemtap/HISTORY b/utils/systemtap/HISTORY
index 041e783..31597d4 100644
--- a/utils/systemtap/HISTORY
+++ b/utils/systemtap/HISTORY
@@ -1,3 +1,9 @@
+2017-02-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.1
+ * DEPENDS: quoted new dependencies
+ * eigler.gpg: added 26DCC2E8 public key (Frank Ch. Eigler
+ <fche AT elastic.org>)
+
2016-08-30 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Added avahi and texlive

diff --git a/utils/systemtap/eigler.gpg b/utils/systemtap/eigler.gpg
index be0225a..f3f355e 100644
Binary files a/utils/systemtap/eigler.gpg and b/utils/systemtap/eigler.gpg
differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (37f8db7a9041c3145f9e40b8035ef5d34d238d28), Vlad Glagolev, 02/18/2017

Archive powered by MHonArc 2.6.24.

Top of Page