Skip to Content.
Sympa Menu

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

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 (9e83a18932d58638bab9416e7c7c715319313762)
  • Date: Mon, 30 Oct 2017 13:28:45 +0000

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

kde5-apps/kipi-plugins/DEPENDS | 2 --
kde5-apps/kipi-plugins/HISTORY | 3 +++
libs/libical/DETAILS | 6 +++---
libs/libical/HISTORY | 4 ++++
libs/libical/UP_TRIGGERS | 2 +-
libs/xapian-core/DETAILS | 2 +-
libs/xapian-core/HISTORY | 3 +++
net/whois/DETAILS | 4 ++--
net/whois/HISTORY | 3 +++
9 files changed, 20 insertions(+), 9 deletions(-)

New commits:
commit 9e83a18932d58638bab9416e7c7c715319313762
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kipi-plugins - tweak depends

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

libical: => 3.0.0

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

xapian-core: => 1.4.5

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

whois: => 5.2.18

diff --git a/kde5-apps/kipi-plugins/DEPENDS b/kde5-apps/kipi-plugins/DEPENDS
index 6d3f663..a8044dd 100755
--- a/kde5-apps/kipi-plugins/DEPENDS
+++ b/kde5-apps/kipi-plugins/DEPENDS
@@ -17,6 +17,4 @@ optional_depends threadweaver '' '' 'Panorama plugin' &&
optional_depends kqoauth '' '' 'OAuth 1.0 authentication support' &&
optional_depends libkgeomap "" "" "mapping support" &&
optional_depends libmediawiki "" "" "MediaWiki support" &&
-optional_depends kcalcore "" "" "Calendar plugin" &&
-optional_depends libical "" "" "Calendar plugin" &&
optional_depends libkvkontakte "" "" "support VK social networking"
diff --git a/kde5-apps/kipi-plugins/HISTORY b/kde5-apps/kipi-plugins/HISTORY
index bfa065f..9523fc1 100644
--- a/kde5-apps/kipi-plugins/HISTORY
+++ b/kde5-apps/kipi-plugins/HISTORY
@@ -1,3 +1,6 @@
+2017-10-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: delete kcalcore
+
2017-09-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.7.0

diff --git a/libs/libical/DETAILS b/libs/libical/DETAILS
index e9b395b..2ed665e 100755
--- a/libs/libical/DETAILS
+++ b/libs/libical/DETAILS
@@ -1,13 +1,13 @@
SPELL=libical
- VERSION=2.0.0
-
SOURCE_HASH=sha512:06318512d5df25e97f64b0e82ade6eaa41e42a428641642ecb8973dc23b172698a8ff8734b7e12b033b1278a131c6339d208e1bfd1bcba0a2c9519a01749a55f
+ VERSION=3.0.0
+
SOURCE_HASH=sha512:e9c58cf5d5f93299499a8a642fc2e2af070be100b305cf05cad6dbae24883b90e5587e3f33198e91a619bbd259bbc3597fd56568c24b4ae60ec2650e570851a7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://github.com/libical/libical/releases/download/v$VERSION/$SOURCE
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=LGPL
KEYWORDS="libs"
- WEB_SITE=http://libical.github.io/libical/
+ WEB_SITE=https://libical.github.io/libical/
ENTERED=20020927
SHORT="OSS implementation of IETF iCalendar"
cat << EOF
diff --git a/libs/libical/HISTORY b/libs/libical/HISTORY
index 6aabdb2..203471f 100644
--- a/libs/libical/HISTORY
+++ b/libs/libical/HISTORY
@@ -1,3 +1,7 @@
+2017-10-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0.0
+ * UP_TRIGGERS: update
+
2017-04-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 2.0.0
* UP_TRIGGERS: ABI breakage handling
diff --git a/libs/libical/UP_TRIGGERS b/libs/libical/UP_TRIGGERS
index a8e4eb4..24c9020 100755
--- a/libs/libical/UP_TRIGGERS
+++ b/libs/libical/UP_TRIGGERS
@@ -1,3 +1,3 @@
. "$GRIMOIRE/FUNCTIONS" &&
# Version 2 introduced ABI breakage.
-check_dependents_versionjump $SPELL $VERSION 2.0.0
+check_dependents_versionjump $SPELL $VERSION 3.0.0
diff --git a/libs/xapian-core/DETAILS b/libs/xapian-core/DETAILS
index be17272..83947aa 100755
--- a/libs/xapian-core/DETAILS
+++ b/libs/xapian-core/DETAILS
@@ -1,5 +1,5 @@
SPELL=xapian-core
- VERSION=1.4.4
+ VERSION=1.4.5
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://oligarchy.co.uk/xapian/$VERSION/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/libs/xapian-core/HISTORY b/libs/xapian-core/HISTORY
index cf35fd4..60543d2 100644
--- a/libs/xapian-core/HISTORY
+++ b/libs/xapian-core/HISTORY
@@ -1,3 +1,6 @@
+2017-10-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.5
+
2017-05-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.4

diff --git a/net/whois/DETAILS b/net/whois/DETAILS
index cb42cab..88ee7e4 100755
--- a/net/whois/DETAILS
+++ b/net/whois/DETAILS
@@ -1,9 +1,9 @@
SPELL=whois
- VERSION=5.2.14
+ VERSION=5.2.18
+
SOURCE_HASH=sha512:dcbfbab0da3b9b5876c7c51bc411ac371a5c33012bf1286a3e6ccfb59fb4fba89eab1c4b812766d2f101a93ca3424ef636214c05add59549b9809621dfb03d73
SOURCE=${SPELL}_$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/w/whois/$SOURCE
-
SOURCE_HASH=sha512:b276401c9b153c63d69a7f126e4813517fffb9368e899af979f71f338f1747b564b2ddf48a323f179c06f03a8e13c38813017add6bfa2b15fdc3a73b05630b13
WEB_SITE=http://www.linux.it/~md/software/
ENTERED=20011228
LICENSE[0]=GPL
diff --git a/net/whois/HISTORY b/net/whois/HISTORY
index 899fd76..09c374c 100644
--- a/net/whois/HISTORY
+++ b/net/whois/HISTORY
@@ -1,3 +1,6 @@
+2017-10-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.2.18
+
2017-01-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.2.14




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9e83a18932d58638bab9416e7c7c715319313762), Treeve Jelbert, 10/30/2017

Archive powered by MHonArc 2.6.24.

Top of Page