Skip to Content.
Sympa Menu

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

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 (1d88bd093c0f5d0a43b110e1dead9bc514a1abe5)
  • Date: Mon, 4 Mar 2019 09:38:20 +0000

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

dev/null |binary
xorg-app/xditview/DETAILS | 11 +++++++----
xorg-app/xditview/HISTORY | 4 ++++
xorg-app/xinit/DETAILS | 2 +-
xorg-app/xinit/HISTORY | 3 +++
xorg-app/xlogo/DETAILS | 11 +++++++----
xorg-app/xlogo/HISTORY | 4 ++++
xorg-app/xmore/DETAILS | 12 +++++++-----
xorg-app/xmore/HISTORY | 4 ++++
9 files changed, 37 insertions(+), 14 deletions(-)

New commits:
commit 1d88bd093c0f5d0a43b110e1dead9bc514a1abe5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xmore: => 1.0.3

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

xlogo: => 1.0.5

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

xinit: => 1.4.1

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

xditview: => 1.0.5

diff --git a/xorg-app/xditview/DETAILS b/xorg-app/xditview/DETAILS
index 3c8792d..f914dcc 100755
--- a/xorg-app/xditview/DETAILS
+++ b/xorg-app/xditview/DETAILS
@@ -1,10 +1,13 @@
SPELL=xditview
- VERSION=1.0.2
+ VERSION=1.0.5
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="Module xditview for xorg"
diff --git a/xorg-app/xditview/HISTORY b/xorg-app/xditview/HISTORY
index 77e157e..def2ae0 100644
--- a/xorg-app/xditview/HISTORY
+++ b/xorg-app/xditview/HISTORY
@@ -1,3 +1,7 @@
+2019-03-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.5
+ * DETAILS: add gpg checking
+
2010-09-04 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.0.2
SOURCE matches upstream posted SHA1
diff --git a/xorg-app/xditview/xditview-1.0.2.tar.bz2.sig
b/xorg-app/xditview/xditview-1.0.2.tar.bz2.sig
deleted file mode 100644
index a8b6026..0000000
Binary files a/xorg-app/xditview/xditview-1.0.2.tar.bz2.sig and /dev/null
differ
diff --git a/xorg-app/xinit/DETAILS b/xorg-app/xinit/DETAILS
index 803e51f..e65bb93 100755
--- a/xorg-app/xinit/DETAILS
+++ b/xorg-app/xinit/DETAILS
@@ -1,5 +1,5 @@
SPELL=xinit
- VERSION=1.4.0
+ VERSION=1.4.1
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/xinit/HISTORY b/xorg-app/xinit/HISTORY
index 40f1f09..5161a1d 100644
--- a/xorg-app/xinit/HISTORY
+++ b/xorg-app/xinit/HISTORY
@@ -1,3 +1,6 @@
+2019-03-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.1
+
2018-03-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.0
* DETAILS: add gpg checking
diff --git a/xorg-app/xlogo/DETAILS b/xorg-app/xlogo/DETAILS
index c729a91..40ee413 100755
--- a/xorg-app/xlogo/DETAILS
+++ b/xorg-app/xlogo/DETAILS
@@ -1,10 +1,13 @@
SPELL=xlogo
- 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="Display the X11 logo"
diff --git a/xorg-app/xlogo/HISTORY b/xorg-app/xlogo/HISTORY
index bf38bf2..c7cc05f 100644
--- a/xorg-app/xlogo/HISTORY
+++ b/xorg-app/xlogo/HISTORY
@@ -1,3 +1,7 @@
+2019-03-04 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/xlogo/xlogo-1.0.2.tar.bz2.sig
b/xorg-app/xlogo/xlogo-1.0.2.tar.bz2.sig
deleted file mode 100644
index 3f68b08..0000000
Binary files a/xorg-app/xlogo/xlogo-1.0.2.tar.bz2.sig and /dev/null differ
diff --git a/xorg-app/xmore/DETAILS b/xorg-app/xmore/DETAILS
index aae11d7..f90c94c 100755
--- a/xorg-app/xmore/DETAILS
+++ b/xorg-app/xmore/DETAILS
@@ -1,11 +1,13 @@
SPELL=xmore
- VERSION=1.0.2
+ VERSION=1.0.3
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_HASH=sha512:4264f711d252d5ef9b2eecb4cf07b6957288691261e725c16850c4bf51761682686d09ee5508974b8b223f0b79aa71fa0f63ef796be2738646b71e736b60e5ed
+
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="plain text display program for the X Window System"
diff --git a/xorg-app/xmore/HISTORY b/xorg-app/xmore/HISTORY
index 5004cdf..8cf9ac4 100644
--- a/xorg-app/xmore/HISTORY
+++ b/xorg-app/xmore/HISTORY
@@ -1,3 +1,7 @@
+2019-03-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.3
+ * DETAILS: add gpg checking
+
2010-09-04 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.0.2
SOURCE matches upstream posted SHA1
diff --git a/xorg-app/xmore/xmore-1.0.2.tar.bz2.sig
b/xorg-app/xmore/xmore-1.0.2.tar.bz2.sig
deleted file mode 100644
index 58d05a8..0000000
Binary files a/xorg-app/xmore/xmore-1.0.2.tar.bz2.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1d88bd093c0f5d0a43b110e1dead9bc514a1abe5), Treeve Jelbert, 03/04/2019

Archive powered by MHonArc 2.6.24.

Top of Page