Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0f38ade5ff703e09ea8f353c157019da3344a412)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0f38ade5ff703e09ea8f353c157019da3344a412)
  • Date: Mon, 5 Mar 2018 07:34:27 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

dev/null |binary
xorg-app/appres/DETAILS | 12 +++++++-----
xorg-app/appres/HISTORY | 4 ++++
xorg-app/editres/DETAILS | 11 +++++++----
xorg-app/editres/HISTORY | 4 ++++
xorg-app/iceauth/DETAILS | 12 +++++++-----
xorg-app/iceauth/HISTORY | 4 ++++
xorg-app/listres/DETAILS | 13 ++++++++-----
xorg-app/listres/HISTORY | 4 ++++
xorg-app/viewres/DETAILS | 11 +++++++----
xorg-app/viewres/HISTORY | 4 ++++
xorg-util/util-macros/DETAILS | 6 +++---
xorg-util/util-macros/HISTORY | 3 +++
13 files changed, 62 insertions(+), 26 deletions(-)

New commits:
commit 0f38ade5ff703e09ea8f353c157019da3344a412
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

iceauth: => 1.0.8

commit 8a3fbfc93f6c6da9f42579cbae04ecd05ac93854
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

viewres: => 1.0.5

commit 577fc3059ac2806dc5c64020ae4c1cafa829e415
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

listres: => 1.0.4

commit 0fa9728b9c9e659163864483dc395ce6b0a8dbba
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

appres: => 1.0.5

commit d1fde04f12a307cb08d71bcb22a294c6741ca33d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

editres: => 1.0.7

commit 12d3c3e0e7ab24587cbe7ddee2e1664aa8b668d7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

util-macros: => 1.19.2

diff --git a/xorg-app/appres/DETAILS b/xorg-app/appres/DETAILS
index 846753a..8d74be0 100755
--- a/xorg-app/appres/DETAILS
+++ b/xorg-app/appres/DETAILS
@@ -1,12 +1,14 @@
SPELL=appres
PKG=appres
- VERSION=1.0.4
- XORG_VER=X11R7.0
+ VERSION=1.0.5
SOURCE=${PKG}-${VERSION}.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-
SOURCE_HASH=sha512:f07e672bd335308e58495685e5e7748684283aac28a96ea716edefe99ff281ec1f9b264e853ec0ce0f64cf54d9208d70dd3112a5a4219e0a38bfdc0fab8c9d98
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="List X application resource database"
diff --git a/xorg-app/appres/HISTORY b/xorg-app/appres/HISTORY
index a28383b..26aaece 100644
--- a/xorg-app/appres/HISTORY
+++ b/xorg-app/appres/HISTORY
@@ -1,3 +1,7 @@
+2018-03-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.5
+ * DETAILS: add gpg checking
+
2014-08-21 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.0.4

diff --git a/xorg-app/editres/DETAILS b/xorg-app/editres/DETAILS
index 0efdd35..2fbb956 100755
--- a/xorg-app/editres/DETAILS
+++ b/xorg-app/editres/DETAILS
@@ -1,12 +1,15 @@
SPELL=editres
PKG=editres
- VERSION=1.0.4
+ VERSION=1.0.7
XORG_VER=X11R7.0
SOURCE=${PKG}-${VERSION}.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-
SOURCE_HASH=sha512:90d333b1e448d466f91cfe740d6fe8ab531706545039002d3a0fb07481a2b70af99a97b349e6385f2556d4ab3f4d055593eb44e131fded4545c6044d1e84ba69
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="The X.Org dynamic resource editor"
diff --git a/xorg-app/editres/HISTORY b/xorg-app/editres/HISTORY
index 1232d7c..0f22c02 100644
--- a/xorg-app/editres/HISTORY
+++ b/xorg-app/editres/HISTORY
@@ -1,3 +1,7 @@
+2018-03-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.7
+ * DETAILS: add gpg checking
+
2009-09-24 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DETAILS: updated spell to 1.0.4

diff --git a/xorg-app/iceauth/DETAILS b/xorg-app/iceauth/DETAILS
index fdd544b..12144f9 100755
--- a/xorg-app/iceauth/DETAILS
+++ b/xorg-app/iceauth/DETAILS
@@ -1,11 +1,13 @@
SPELL=iceauth
- VERSION=1.0.7
-
SOURCE_HASH=sha512:4fe08b3137904c99219456716879cbdf5b49ca9bf390011ffb44b1e896f9a6e008b5f761346a533e682f5cfbf18d18a859c74ad4268ec8d40002ffb79c33bcd7
+ VERSION=1.0.8
SOURCE=$SPELL-$VERSION.tar.bz2
-# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="ICE authority file utility"
diff --git a/xorg-app/iceauth/HISTORY b/xorg-app/iceauth/HISTORY
index 1a3e501..027761f 100644
--- a/xorg-app/iceauth/HISTORY
+++ b/xorg-app/iceauth/HISTORY
@@ -1,3 +1,7 @@
+2018-03-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.8
+ * DETAILS: add gpg checking
+
2015-01-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.7

diff --git a/xorg-app/listres/DETAILS b/xorg-app/listres/DETAILS
index 639a6ae..64bd8c1 100755
--- a/xorg-app/listres/DETAILS
+++ b/xorg-app/listres/DETAILS
@@ -1,15 +1,18 @@
SPELL=listres
- VERSION=1.0.2
+ VERSION=1.0.4
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+ SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="list resources in widgets "
cat << EOF
-The listres program generates a list of a widget's resource database.
+The listres program generates a list of a widget\'s resource database.
The class in which each resource is first defined, the instance and
class name, and the type of each resource is listed. If no specific
widgets or the -all switch are given, a two-column list of widget
diff --git a/xorg-app/listres/HISTORY b/xorg-app/listres/HISTORY
index 31924db..e0816cf 100644
--- a/xorg-app/listres/HISTORY
+++ b/xorg-app/listres/HISTORY
@@ -1,3 +1,7 @@
+2018-03-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.4
+ * DETAILS: add gpg checking
+
2009-12-17 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.0.2
SOURCE matches upstream posted SHA1
diff --git a/xorg-app/viewres/DETAILS b/xorg-app/viewres/DETAILS
index c78d080..031bd40 100755
--- a/xorg-app/viewres/DETAILS
+++ b/xorg-app/viewres/DETAILS
@@ -1,10 +1,13 @@
SPELL=viewres
- VERSION=1.0.2
+ VERSION=1.0.5
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+ SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="Tree display of Athena widget hierarchy"
diff --git a/xorg-app/viewres/HISTORY b/xorg-app/viewres/HISTORY
index b22bf28..15896d6 100644
--- a/xorg-app/viewres/HISTORY
+++ b/xorg-app/viewres/HISTORY
@@ -1,3 +1,7 @@
+2018-03-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.5
+ * DETAILS: add gpg checking
+
2009-12-17 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.0.2
SOURCE matches upstream posted SHA1
diff --git a/xorg-app/viewres/viewres-1.0.2.tar.bz2.sig
b/xorg-app/viewres/viewres-1.0.2.tar.bz2.sig
deleted file mode 100644
index a621196..0000000
Binary files a/xorg-app/viewres/viewres-1.0.2.tar.bz2.sig and /dev/null differ
diff --git a/xorg-util/util-macros/DETAILS b/xorg-util/util-macros/DETAILS
index 2fd2a3f..1f4ae44 100755
--- a/xorg-util/util-macros/DETAILS
+++ b/xorg-util/util-macros/DETAILS
@@ -1,13 +1,13 @@
SPELL=util-macros
- VERSION=1.19.1
+ VERSION=1.19.2
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/util/${SOURCE}
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/util/${SOURCE}
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://xorg.freedesktop.org/wiki
+ WEB_SITE=https://xorg.freedesktop.org/wiki
ENTERED=20051125
LICENSE[0]=XCL
SHORT="create dependencies in makefiles using 'gcc -M'"
diff --git a/xorg-util/util-macros/HISTORY b/xorg-util/util-macros/HISTORY
index 99003cd..9af30a2 100644
--- a/xorg-util/util-macros/HISTORY
+++ b/xorg-util/util-macros/HISTORY
@@ -1,3 +1,6 @@
+2018-03-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.19.2
+
2017-01-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.19.1




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0f38ade5ff703e09ea8f353c157019da3344a412), Treeve Jelbert, 03/05/2018

Archive powered by MHonArc 2.6.24.

Top of Page