Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d8e318c728b586d52d0310039b9fdef31a92959e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d8e318c728b586d52d0310039b9fdef31a92959e)
  • Date: Tue, 25 Apr 2017 13:57:09 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

libs/libical/DEPENDS | 4 +++-
libs/libical/DETAILS | 8 ++++----
libs/libical/HISTORY | 5 +++++
libs/libical/UP_TRIGGERS | 3 +++
4 files changed, 15 insertions(+), 5 deletions(-)

New commits:
commit d8e318c728b586d52d0310039b9fdef31a92959e
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libical: version 2.0.0

diff --git a/libs/libical/DEPENDS b/libs/libical/DEPENDS
index 60dd614..d0d7373 100755
--- a/libs/libical/DEPENDS
+++ b/libs/libical/DEPENDS
@@ -1 +1,3 @@
-depends cmake
+depends -sub CXX gcc &&
+depends cmake &&
+depends icu
diff --git a/libs/libical/DETAILS b/libs/libical/DETAILS
index e4d724f..e9b395b 100755
--- a/libs/libical/DETAILS
+++ b/libs/libical/DETAILS
@@ -1,13 +1,13 @@
SPELL=libical
- VERSION=1.0
-
SOURCE_HASH=sha512:4764b08c9a57e867884aae4eb9b9dce53df7abebbbde7190caf4d62bdb223eed57945ac8233029b1d253afc173437363264ce8f75ccbfb2af0bb64dafdd3cec4
+ VERSION=2.0.0
+
SOURCE_HASH=sha512:06318512d5df25e97f64b0e82ade6eaa41e42a428641642ecb8973dc23b172698a8ff8734b7e12b033b1278a131c6339d208e1bfd1bcba0a2c9519a01749a55f
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/freeassociation/$SOURCE
+
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://sourceforge.net/projects/freeassociation/
+ WEB_SITE=http://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 d59ede1..6aabdb2 100644
--- a/libs/libical/HISTORY
+++ b/libs/libical/HISTORY
@@ -1,3 +1,8 @@
+2017-04-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 2.0.0
+ * UP_TRIGGERS: ABI breakage handling
+ * DEPENDS: icu strongly recommened by upstream, C++ crept in
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/libs/libical/UP_TRIGGERS b/libs/libical/UP_TRIGGERS
new file mode 100755
index 0000000..a8e4eb4
--- /dev/null
+++ b/libs/libical/UP_TRIGGERS
@@ -0,0 +1,3 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+# Version 2 introduced ABI breakage.
+check_dependents_versionjump $SPELL $VERSION 2.0.0



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d8e318c728b586d52d0310039b9fdef31a92959e), Thomas Orgis, 04/25/2017

Archive powered by MHonArc 2.6.24.

Top of Page