Skip to Content.
Sympa Menu

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

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 (a8f9ddadc104caf7adda26ea2a31be8ff84d5a57)
  • Date: Fri, 9 Nov 2018 15:41:55 +0000

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

devel/bison/DETAILS | 2 +-
devel/bison/HISTORY | 3 +++
utils/youtube-dl/HISTORY | 3 +++
utils/youtube-dl/patches/docdir.patch | 2 +-
4 files changed, 8 insertions(+), 2 deletions(-)

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

utils/youtube-dl: fixed a typo in the docdir.patch

commit afcec223f2628edfa7065a56ba669bb2c8313c4b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/bison: version 3.2.1

diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS
index a8b7403..8dc7e2d 100755
--- a/devel/bison/DETAILS
+++ b/devel/bison/DETAILS
@@ -1,5 +1,5 @@
SPELL=bison
- VERSION=3.2
+ VERSION=3.2.1
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/devel/bison/HISTORY b/devel/bison/HISTORY
index 1f8352c..edc874b 100644
--- a/devel/bison/HISTORY
+++ b/devel/bison/HISTORY
@@ -1,3 +1,6 @@
+2018-11-09 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 3.2.1
+
2018-10-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.2

diff --git a/utils/youtube-dl/HISTORY b/utils/youtube-dl/HISTORY
index 7b62d91..23b6c9a 100644
--- a/utils/youtube-dl/HISTORY
+++ b/utils/youtube-dl/HISTORY
@@ -1,3 +1,6 @@
+2018-11-09 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/docdir.patch: fixed a typo
+
2018-11-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2018.11.07

diff --git a/utils/youtube-dl/patches/docdir.patch
b/utils/youtube-dl/patches/docdir.patch
index 8416c72..7912a93 100644
--- a/utils/youtube-dl/patches/docdir.patch
+++ b/utils/youtube-dl/patches/docdir.patch
@@ -6,7 +6,7 @@ diff --git a/setup.py b/setup.py
('etc/bash_completion.d', ['youtube-dl.bash-completion']),
('etc/fish/completions', ['youtube-dl.fish']),
- ('share/doc/youtube_dl', ['README.txt']),
-+ ('sharw/doc/youtube-dl', ['README.txt']),
++ ('share/doc/youtube-dl', ['README.txt']),
('share/man/man1', ['youtube-dl.1'])
]
root = os.path.dirname(os.path.abspath(__file__))



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a8f9ddadc104caf7adda26ea2a31be8ff84d5a57), Pavel Vinogradov, 11/09/2018

Archive powered by MHonArc 2.6.24.

Top of Page