Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (62835b1eadc930248c23c64486deea813921d9c5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (62835b1eadc930248c23c64486deea813921d9c5)
  • Date: Fri, 19 Feb 2021 20:27:58 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/glibc/HISTORY | 3 +++
libs/glibc/PROVIDES | 1 +
libs/tzcode/HISTORY | 3 +++
libs/tzcode/PROVIDES | 1 +
libs/tzdata/DEPENDS | 5 +----
libs/tzdata/HISTORY | 3 +++
6 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit 62835b1eadc930248c23c64486deea813921d9c5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tzdata: Depend on ZIC; fixes build against null archspec

commit 78b51abe3ac02d3e73adece0fc96879f4046a2c0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tzcode: Provide ZIC

commit f41cae25f85cd56b980954c32fed7b481c4da279
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

glibc: Provides ZIC

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index dd66aa9..de97acc 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2021-02-19 Ismael Luceno <ismael AT iodev.co.uk>
+ * PROVIDES: Added; provides ZIC
+
2020-08-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.32, sanitized-headers version 5.7.12,
SECURITY_PATCH++, fixes CVE-2016-10228, CVE-2020-10029,
diff --git a/libs/glibc/PROVIDES b/libs/glibc/PROVIDES
new file mode 100755
index 0000000..d7dca15
--- /dev/null
+++ b/libs/glibc/PROVIDES
@@ -0,0 +1 @@
+ZIC
diff --git a/libs/tzcode/HISTORY b/libs/tzcode/HISTORY
index 1fad6bf..c8b1ab7 100644
--- a/libs/tzcode/HISTORY
+++ b/libs/tzcode/HISTORY
@@ -1,3 +1,6 @@
+2021-02-19 Ismael Luceno <ismael AT sourcemage.org>
+ * PROVIDES: Added; provides ZIC
+
2021-02-09 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2021a

diff --git a/libs/tzcode/PROVIDES b/libs/tzcode/PROVIDES
new file mode 100755
index 0000000..d7dca15
--- /dev/null
+++ b/libs/tzcode/PROVIDES
@@ -0,0 +1 @@
+ZIC
diff --git a/libs/tzdata/DEPENDS b/libs/tzdata/DEPENDS
index e1246b5..7c0e5de 100755
--- a/libs/tzdata/DEPENDS
+++ b/libs/tzdata/DEPENDS
@@ -1,4 +1 @@
-case "$HOST" in
-*-gnu) depends glibc ;;
-*) depends tzcode ;;
-esac
+depends ZIC
diff --git a/libs/tzdata/HISTORY b/libs/tzdata/HISTORY
index ccbcbd3..76258c4 100644
--- a/libs/tzdata/HISTORY
+++ b/libs/tzdata/HISTORY
@@ -1,3 +1,6 @@
+2021-02-19 Ismael Luceno <ismael AT iodev.co.uk>
+ * DEPENDS: Fixed build with null archspec; depend on ZIC
+
2021-02-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2021a




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (62835b1eadc930248c23c64486deea813921d9c5), Ismael Luceno, 02/19/2021

Archive powered by MHonArc 2.6.24.

Top of Page