Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (36e3200a294aa84fd2b780b4feb93fa09bc8a2d3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (36e3200a294aa84fd2b780b4feb93fa09bc8a2d3)
  • Date: Wed, 29 Apr 2015 20:43:03 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

net/samba/DETAILS | 1 +
net/samba/HISTORY | 4 ++++
net/samba/INSTALL | 5 +++++
utils/powertop/DETAILS | 4 ++--
utils/powertop/HISTORY | 3 +++
5 files changed, 15 insertions(+), 2 deletions(-)

New commits:
commit 36e3200a294aa84fd2b780b4feb93fa09bc8a2d3
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

powertop: version 2.7, also fixing build since upstream of old version
seems changed

commit 8a826942549e91c5f645c5a76404e537e500391d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

samba: install pkgconfig files

diff --git a/net/samba/DETAILS b/net/samba/DETAILS
index 5f43934..9c02008 100755
--- a/net/samba/DETAILS
+++ b/net/samba/DETAILS
@@ -1,6 +1,7 @@
SPELL=samba
VERSION=3.6.25
SECURITY_PATCH=25
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://download.samba.org/pub/$SPELL/stable/$SOURCE

SOURCE_HASH=sha512:25a5c56dae4517e82e196b59fa301b661ec75db57effbb0ede35fb23b018f78cdea6513e8760966caf58abc43335fcebda77fe5bf5bb9d4b27fd3ca6e5a3b626
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index 0dd7e89..b2a7916 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,7 @@
+2015-04-30 Thomas Orgis <sobukus AT sourcemage.org>
+ * INSTALL: also install pkgconfig files
+ * DETAILS: PATCHLEVEL++
+
2015-02-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.6.25; SECURITY_PATCH++ (CVE-2015-0240);
updated source url; removed broken mirrors; quoting paths
diff --git a/net/samba/INSTALL b/net/samba/INSTALL
index fe217d8..18adb0d 100755
--- a/net/samba/INSTALL
+++ b/net/samba/INSTALL
@@ -4,6 +4,11 @@ if is_depends_enabled $SPELL python; then
make python_install
fi &&

+# Pkg-config files are built but not installed
+# Depending stuff uses these!
+mkdir -p "$INSTALL_ROOT/usr/lib/pkgconfig" &&
+cp -av pkgconfig/*.pc "$INSTALL_ROOT/usr/lib/pkgconfig" &&
+
cd .. &&

mkdir -p $INSTALL_ROOT/usr/share/samba/codepages &&
diff --git a/utils/powertop/DETAILS b/utils/powertop/DETAILS
index 8e1ae2c..1c1a5a0 100755
--- a/utils/powertop/DETAILS
+++ b/utils/powertop/DETAILS
@@ -1,6 +1,6 @@
SPELL=powertop
- VERSION=2.6.1
-
SOURCE_HASH=sha512:85a9835954ab469fd93dcf77439eec545475be8f1e584bd070b9170ea45f935088c14edae1530538d290b0e10caddb70540e17453fe9ee1335b2218fd939d63f
+ VERSION=2.7
+
SOURCE_HASH=sha512:7a69bee4dd5330d9d5d6da9c47615337cdde27eb1eeb3ffc75297df1a61b5ced9f2ee94684680154e71c0c46fac72e5485cadf7a43e943d8087b1d7b4f33f59d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://01.org/sites/default/files/downloads/${SPELL}/${SOURCE}
diff --git a/utils/powertop/HISTORY b/utils/powertop/HISTORY
index 2f78f5d..7ac518b 100644
--- a/utils/powertop/HISTORY
+++ b/utils/powertop/HISTORY
@@ -1,3 +1,6 @@
+2015-04-30 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 2.7
+
2014-05-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.6.1




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (36e3200a294aa84fd2b780b4feb93fa09bc8a2d3), Thomas Orgis, 04/29/2015

Archive powered by MHonArc 2.6.24.

Top of Page