Bugfix update to gnumeric-1.10.16.
This commit is contained in:
parent
271d9d0cf6
commit
c9e0f38caa
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.64 2011/05/22 10:07:25 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.65 2011/06/17 09:37:48 ajacoutot Exp $
|
||||
|
||||
COMMENT= spreadsheet application for GNOME
|
||||
|
||||
GNOME_PROJECT= gnumeric
|
||||
GNOME_VERSION= 1.10.15
|
||||
GNOME_VERSION= 1.10.16
|
||||
|
||||
CATEGORIES= math
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/projects/gnumeric/
|
||||
|
||||
API_VERSION= 0.8.15 # from devel/goffice
|
||||
API_VERSION= 0.8.16 # from devel/goffice
|
||||
|
||||
# GPLv2
|
||||
# Some tools: LGPL
|
||||
@ -31,7 +31,7 @@ MODULES= devel/gconf2 \
|
||||
devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
LIB_DEPENDS= goffice->=0.8.15,<0.8.16:devel/goffice \
|
||||
LIB_DEPENDS= goffice->=0.8.16,<0.8.17:devel/goffice \
|
||||
devel/libgsf \
|
||||
x11/gtk+2
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnumeric-1.10.15.tar.bz2) = dHEPddhbk/4RXPFQaVAU7A==
|
||||
RMD160 (gnumeric-1.10.15.tar.bz2) = 2giRPfm2UJM9GzD5seZhyloipP4=
|
||||
SHA1 (gnumeric-1.10.15.tar.bz2) = BJ4hngadaJ6SHXn8YnB2bnD5rl8=
|
||||
SHA256 (gnumeric-1.10.15.tar.bz2) = Q0Oo5yvRk4DYOrXUk3OIsjJ+DbthhyluZtx8otK5Alo=
|
||||
SIZE (gnumeric-1.10.15.tar.bz2) = 18577516
|
||||
MD5 (gnumeric-1.10.16.tar.bz2) = x5p8S20ggNJJxjpQRbeK8w==
|
||||
RMD160 (gnumeric-1.10.16.tar.bz2) = faUsLCN0qL/Cu3tSZs8Lj2rDE9E=
|
||||
SHA1 (gnumeric-1.10.16.tar.bz2) = l1RZMybrHPr9Z5zXd+90bXKp6fg=
|
||||
SHA256 (gnumeric-1.10.16.tar.bz2) = YAeHxrJkbhvseLNrdmW6zZ1I/ZnSHerjEAAuEagrvIY=
|
||||
SIZE (gnumeric-1.10.16.tar.bz2) = 19015295
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-src_sheet_c,v 1.4 2011/05/22 10:07:25 ajacoutot Exp $
|
||||
$OpenBSD: patch-src_sheet_c,v 1.5 2011/06/17 09:37:48 ajacoutot Exp $
|
||||
|
||||
gcc3 doesn't like function names that end with a numeral right after
|
||||
alphabetical characters.
|
||||
|
||||
--- src/sheet.c.orig Fri May 20 23:25:21 2011
|
||||
+++ src/sheet.c Sun May 22 11:14:49 2011
|
||||
@@ -1076,7 +1076,7 @@ gnm_sheet_visibility_get_type (void)
|
||||
--- src/sheet.c.orig Sat Jun 4 03:38:56 2011
|
||||
+++ src/sheet.c Fri Jun 17 10:38:14 2011
|
||||
@@ -1078,7 +1078,7 @@ gnm_sheet_visibility_get_type (void)
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
static gboolean
|
||||
@ -14,7 +14,7 @@ alphabetical characters.
|
||||
{
|
||||
return i > 0 && (i & (i - 1)) == 0;
|
||||
}
|
||||
@@ -1086,10 +1086,10 @@ gnm_sheet_valid_size (int cols, int rows)
|
||||
@@ -1088,10 +1088,10 @@ gnm_sheet_valid_size (int cols, int rows)
|
||||
{
|
||||
return (cols >= GNM_MIN_COLS &&
|
||||
cols <= GNM_MAX_COLS &&
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.30 2010/11/26 09:43:02 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.31 2011/06/17 09:37:48 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/gnumeric
|
||||
@bin bin/gnumeric-${VERSION}
|
||||
@ -422,7 +422,16 @@ share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-spencer
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-weighted.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-moving-average-options.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-moving-average.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-normality-ex1.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-normality-ex2.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-normality-ex3.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-normality-ex4.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-normality-testspec.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-normality.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-outputoptions.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-pcanalysis-ex1.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-pcanalysis-ex2.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-pcanalysis.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-random-ex1.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-random-ex2.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-random.png
|
||||
@ -437,6 +446,10 @@ share/gnome/help/gnumeric/C/figures/analysistools-regression.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex1.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex2.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-sampling.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-signtest-ex1.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-signtest-ex2.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-signtest-ex3.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-signtest.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex1.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex2.png
|
||||
share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex3.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user