Skip to Content.
Sympa Menu

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

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 (f361152d17ebf54b07662a05696b833dac3ed1cb)
  • Date: Tue, 28 Jul 2020 21:19:29 +0000

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

gnome2-apps/gnumeric/DETAILS | 4 ++--
gnome2-apps/gnumeric/HISTORY | 3 +++
printer/gutenprint/HISTORY | 3 +++
printer/gutenprint/PRE_BUILD | 3 +++
4 files changed, 11 insertions(+), 2 deletions(-)

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

gutenprint: Replace glibc-specific __uint64_t

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

gnumeric 1.12.47

diff --git a/gnome2-apps/gnumeric/DETAILS b/gnome2-apps/gnumeric/DETAILS
index ff024b6..7e17b75 100755
--- a/gnome2-apps/gnumeric/DETAILS
+++ b/gnome2-apps/gnumeric/DETAILS
@@ -1,9 +1,9 @@
SPELL=gnumeric
- VERSION=1.12.35
+ VERSION=1.12.47
SOURCE=$SPELL-$VERSION.tar.xz
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_HASH=sha512:0781c0d003342653a7cb57d2f23d1222903f18fdce15f4276250aae66239fc5f0da6472d900a59d29b511fbf55b529f7923a68f346752cd242775d52f99aba11
+
SOURCE_HASH=sha512:f6298fee752b062672acc20e18388d7424719d69ce9586888f33be07ca92bbd7d99e46b98e9ab2a546d1954d3113b59a5105d46c4e8a13e65e1ae9acc38391ab
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
LICENSE[0]=GPL
WEB_SITE=https://projects.gnome.org/gnumeric/
diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY
index 3fb0800..dd2fbbe 100644
--- a/gnome2-apps/gnumeric/HISTORY
+++ b/gnome2-apps/gnumeric/HISTORY
@@ -1,3 +1,6 @@
+2020-07-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.12.47
+
2017-07-21 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: removed, no longer needed
* gnumeric-1.12.9-desktop.patch: removed, no longer needed
diff --git a/printer/gutenprint/HISTORY b/printer/gutenprint/HISTORY
index d60752a..0a4e68e 100644
--- a/printer/gutenprint/HISTORY
+++ b/printer/gutenprint/HISTORY
@@ -1,3 +1,6 @@
+2020-07-28 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Replaced glibc-specific __uint64_t
+
2019-09-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.3.3

diff --git a/printer/gutenprint/PRE_BUILD b/printer/gutenprint/PRE_BUILD
new file mode 100755
index 0000000..276a5bc
--- /dev/null
+++ b/printer/gutenprint/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's/__uint64_t/uint64_t/g' src/cups/backend_common.h



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f361152d17ebf54b07662a05696b833dac3ed1cb), Ismael Luceno, 07/28/2020

Archive powered by MHonArc 2.6.24.

Top of Page