Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (92725a2ca710638110dbe9d5f1a80f1ef38d0e76)

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 stable-0.62 grimoire by Vlad Glagolev (92725a2ca710638110dbe9d5f1a80f1ef38d0e76)
  • Date: Wed, 16 Nov 2016 17:15:50 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
disk/dosfstools/1DA31D4C.gpg |binary
disk/dosfstools/BUILD | 1 -
disk/dosfstools/DEPENDS | 4 ++++
disk/dosfstools/DETAILS | 14 +++++++-------
disk/dosfstools/HISTORY | 17 +++++++++++++++++
disk/dosfstools/INSTALL | 1 -
7 files changed, 28 insertions(+), 9 deletions(-)

New commits:
commit 92725a2ca710638110dbe9d5f1a80f1ef38d0e76
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dosfstools: corrected dependency

(cherry picked from commit 45470cfa4736965cc161965e790e9e5a52bab1ba)

commit ea7b84afdb17ec624ab9fd10b7ca6dff9be72829
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dosfstools: => 4.0

(cherry picked from commit 9fe2a169488ca4cd36edf65c8419d4c1b5f4a8b3)

commit af5391f5a86e77cc09d67f37682126307db386db
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dosfstools 3.0.28

(cherry picked from commit 2e511f10ad71279101d8dbf55b922b86868e9f9e)

commit 867b6968ed048fefa614b752a4a836f8980235f6
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dosfstools: => 3.0.26

(cherry picked from commit 3a951a9ca927b00da0a47c73d97794cad6201464)

diff --git a/disk/dosfstools/1DA31D4C.gpg b/disk/dosfstools/1DA31D4C.gpg
new file mode 100644
index 0000000..847541b
Binary files /dev/null and b/disk/dosfstools/1DA31D4C.gpg differ
diff --git a/disk/dosfstools/4B2B2B9E.gpg b/disk/dosfstools/4B2B2B9E.gpg
deleted file mode 100644
index 7cb28d8..0000000
Binary files a/disk/dosfstools/4B2B2B9E.gpg and /dev/null differ
diff --git a/disk/dosfstools/BUILD b/disk/dosfstools/BUILD
deleted file mode 100755
index 8f58e6d..0000000
--- a/disk/dosfstools/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-make
diff --git a/disk/dosfstools/DEPENDS b/disk/dosfstools/DEPENDS
new file mode 100755
index 0000000..741dc81
--- /dev/null
+++ b/disk/dosfstools/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends DEVICE-MANAGER \
+ "--with-udev" \
+ "--without-udev" \
+ "for device detection support"
diff --git a/disk/dosfstools/DETAILS b/disk/dosfstools/DETAILS
index 5958c0a..98f8b4b 100755
--- a/disk/dosfstools/DETAILS
+++ b/disk/dosfstools/DETAILS
@@ -1,20 +1,20 @@
SPELL=dosfstools
- VERSION=3.0.25
+ VERSION=4.0
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE2=$SOURCE.sign
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://www.daniel-baumann.ch/files/software/$SPELL/$SOURCE
+ WEB_SITE=https://github.com/dosfstools/dosfstools
+ SOURCE_URL[0]=$WEB_SITE/releases/download/v$VERSION/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=4B2B2B9E.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE_GPG=1DA31D4C.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
- WEB_SITE=http://www.daniel-baumann.ch/software/dosfstools/
LICENSE[0]=GPL
ENTERED=20011217
KEYWORDS="disk"
SHORT="Utilities to create and check MS-DOS filesystems under
Linux"
cat << EOF
Utilities to create and check MS-DOS filesystems under Linux.
-Includes :
- mkdosfs mkfs.msdos mkfs.vfat
+Includes:
+ mkdosfs mkfs.msdos mkfs.vfat
dosfsck fsck.msdos fsck.vfat
EOF
diff --git a/disk/dosfstools/HISTORY b/disk/dosfstools/HISTORY
index 2f7a966..70bbbc7 100644
--- a/disk/dosfstools/HISTORY
+++ b/disk/dosfstools/HISTORY
@@ -1,3 +1,20 @@
+2016-11-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: corrected dependency
+
+2016-06-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.0
+ * BUILD INSTALL: deleted
+ * DEPENDS: added
+
+2015-11-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed WEB_SITE and SOURCE_URL[0]
+ updated spell to 3.0.28
+ * 4B2B2B9E.gpg: Removed.
+ * 1DA31D4C.gpg, DETAILS: New upstream maintainer, Andreas Bombe
+
+2015-04-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0.26
+
2014-01-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.25

diff --git a/disk/dosfstools/INSTALL b/disk/dosfstools/INSTALL
deleted file mode 100755
index 7bf1215..0000000
--- a/disk/dosfstools/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-make PREFIX="$INSTALL_ROOT/usr" install



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (92725a2ca710638110dbe9d5f1a80f1ef38d0e76), Vlad Glagolev, 11/16/2016

Archive powered by MHonArc 2.6.24.

Top of Page