Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (980c47c6534b72ca6116ccf0369f85dfca9dec77)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (980c47c6534b72ca6116ccf0369f85dfca9dec77)
  • Date: Mon, 31 Jul 2017 21:41:11 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

audio-libs/openal-soft/DETAILS | 4 ++--
audio-libs/openal-soft/HISTORY | 3 +++
python-pypi/python-gertty/DETAILS | 27 +++++++++++++++++++++++++++
python-pypi/python-gertty/HISTORY | 6 ++++++
python-pypi/setuptools/DETAILS | 4 ++--
python-pypi/setuptools/HISTORY | 3 +++
utils/youtube-dl/DETAILS | 2 +-
utils/youtube-dl/HISTORY | 3 +++
8 files changed, 47 insertions(+), 5 deletions(-)

New commits:
commit 980c47c6534b72ca6116ccf0369f85dfca9dec77
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/setuptools: version 36.2.5

commit f2d906e546254bf9e5b6764c5489f5cefb6fa5bf
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-libs/openal-soft: version 1.18.1

commit 28cf94c3a3b6c80c994c968e59e39ee4c2a1b13d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/youtube-dl: version 2017.07.30.1

commit adc571d93be1157c2986168c552492e62eceb671
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-gertty: version 1.5.0

diff --git a/audio-libs/openal-soft/DETAILS b/audio-libs/openal-soft/DETAILS
index 8e19c12..0ca1dda 100755
--- a/audio-libs/openal-soft/DETAILS
+++ b/audio-libs/openal-soft/DETAILS
@@ -1,6 +1,6 @@
SPELL=openal-soft
- VERSION=1.18.0
-
SOURCE_HASH=sha512:84af817f85ef6e6c8de20126a5163bd2660ec8d294a3ece7514898caf34ee0640a87a90f350ea9769765ce5cbdbfed7bf38be940950ba4eef19cc24900f218b2
+ VERSION=1.18.1
+
SOURCE_HASH=sha512:5ee86f21c499d79b139b78e3a8ddb6f79d293d7fb2076342396444a2a056eeb5bf39def18577280a41c9192ba5c6cfd3c67a68e97a6914a9c0ae81b4811c0c60
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://kcat.strangesoft.net/openal-releases/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/audio-libs/openal-soft/HISTORY b/audio-libs/openal-soft/HISTORY
index 03d3427..19d5490 100644
--- a/audio-libs/openal-soft/HISTORY
+++ b/audio-libs/openal-soft/HISTORY
@@ -1,3 +1,6 @@
+2017-07-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.18.1
+
2017-06-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.18.0
* 0001-fix-build-error-against-ffmpeg-3.patch, PRE_BUILD: removed
diff --git a/python-pypi/python-gertty/DETAILS
b/python-pypi/python-gertty/DETAILS
new file mode 100755
index 0000000..5cd520f
--- /dev/null
+++ b/python-pypi/python-gertty/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=python-gertty
+ VERSION=1.5.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]="https://pypi.io/packages/source/g/gertty/gertty-${VERSION}.tar.gz";
+
SOURCE_HASH=sha512:bc47817a3ba9ccce298ee1a646cb43f8a57e9a57a40d898859836b3171abd0cf3c682a5f5811cf3d987a17dbf00dd6706a5dbc5a6a35f1d5ff3a217c68187cda
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/gertty-${VERSION}"
+ WEB_SITE="https://github.com/openstack/gertty";
+ LICENSE[0]=APACHE
+ ENTERED=20161016
+ SHORT="a console-based interface to the Gerrit Code Review system"
+cat << EOF
+Gertty is a console-based interface to the Gerrit Code Review system.
+
+As compared to the web interface, the main advantages are:
+
+ * Workflow -- the interface is designed to support a workflow similar to
+ reading network news or mail. In particular, it is designed to deal with
+ a large number of review requests across a large number of projects.
+ * Offline Use -- Gertty syncs information about changes in subscribed
+ projects to a local database and local git repos. All review operations
+ are performed against that database and then synced back to Gerrit.
+ * Speed -- user actions modify locally cached content and need not wait for
+ server interaction.
+ * Convenience -- because Gertty downloads all changes to local git repos, a
+ single command instructs it to checkout a change into that repo for
+ detailed examination or testing of larger changes.
+EOF
diff --git a/python-pypi/python-gertty/HISTORY
b/python-pypi/python-gertty/HISTORY
new file mode 100644
index 0000000..6366d47
--- /dev/null
+++ b/python-pypi/python-gertty/HISTORY
@@ -0,0 +1,6 @@
+2017-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.5.0
+
+2016-10-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index 6cb2915..c7d896b 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,6 +1,6 @@
SPELL=setuptools
- VERSION=36.2.4
-
SOURCE_HASH=sha512:a490fec116debce541e2b5a9449b8a3522638d0c257a462f6e2a8ed48603f274418ed1263eb9eb9ccd6ea2e59f7862e91f92138962a23f222f41517f391d163d
+ VERSION=36.2.5
+
SOURCE_HASH=sha512:ff0f87a2c00dab2a4b00a04f68f76ec93ef65597e4e0c216b15043810d4e6bd0d5125d680fd8b79351aab52a120ce0e17d2360c631ff6b5781189505db37a25b
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/pypa/$SPELL/archive/v$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index 2605db4..79b0bb1 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,6 @@
+2017-07-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 33.2.5
+
2017-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 33.2.4

diff --git a/utils/youtube-dl/DETAILS b/utils/youtube-dl/DETAILS
index a447921..460e72a 100755
--- a/utils/youtube-dl/DETAILS
+++ b/utils/youtube-dl/DETAILS
@@ -1,5 +1,5 @@
SPELL=youtube-dl
- VERSION=2017.07.23
+ VERSION=2017.07.30.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE2_IGNORE=signature
diff --git a/utils/youtube-dl/HISTORY b/utils/youtube-dl/HISTORY
index 1ec38f9..4bf92a2 100644
--- a/utils/youtube-dl/HISTORY
+++ b/utils/youtube-dl/HISTORY
@@ -1,3 +1,6 @@
+2017-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2017.07.30.1
+
2017-07-23 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2017.07.23




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (980c47c6534b72ca6116ccf0369f85dfca9dec77), Florian Franzmann, 07/31/2017

Archive powered by MHonArc 2.6.24.

Top of Page