[gnumeric] Branch. Go wild.



commit cf20ad39323ef6df93a254f37d84c1c1451b15fc
Author: Morten Welinder <terra gnome org>
Date:   Mon Aug 1 09:08:54 2011 -0400

    Branch.  Go wild.

 NEWS             |    2 +-
 README           |    2 +-
 configure.in     |    8 ++++----
 gnumeric.spec.in |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5d39d70..9e4eed8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Gnumeric 1.10.18
+Gnumeric 1.11.0
 
 --------------------------------------------------------------------------
 Gnumeric 1.10.17
diff --git a/README b/README
index a49f927..bd07bd6 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ You need:				Debian package name
 	glib		>= 2.12.0	libglib2.0-dev
 	gtk+		>= 2.12.0	libgtk2.0-dev
 	libgsf		>= 1.14.18	libgsf-1-dev
-	libgoffice	>= 0.8.10	libgoffice-0-8-dev
+	libgoffice	>= 0.9.0	libgoffice-0-8-dev
 	gnome-xml   	>= 2.4.12	libxml2-dev
 	pango		>= 1.12.0	libpango1.0-dev
 	NOTE: gnome-xml is also known as libxml
diff --git a/configure.in b/configure.in
index 3aeab7e..4813df0 100644
--- a/configure.in
+++ b/configure.in
@@ -4,8 +4,8 @@ dnl (It needs _AC_AM_CONFIG_HEADER_HOOK, for example.)
 AC_PREREQ(2.54)
 
 m4_define([gnumeric_version_epoch], [1])
-m4_define([gnumeric_version_major], [10])
-m4_define([gnumeric_version_minor], [18])
+m4_define([gnumeric_version_major], [11])
+m4_define([gnumeric_version_minor], [0])
 m4_define([gnumeric_version_extra], [])
 m4_define([gnumeric_version_full],
     [gnumeric_version_epoch.gnumeric_version_major.gnumeric_version_minor[]gnumeric_version_extra])
@@ -130,7 +130,7 @@ dnl **********
 dnl * Goffice
 dnl **********
 # Goffice releases are parallel installable, which do we depend on
-GOFFICE_API_VER="0.8"
+GOFFICE_API_VER="0.10"
 AC_SUBST(GOFFICE_API_VER)
 # Components
 GOFFICE_PLUGINS_DIR=`pkg-config --variable=PluginDir libgoffice-${GOFFICE_API_VER}`
@@ -146,7 +146,7 @@ PKG_PROG_PKG_CONFIG(0.18)
 
 dnl *****************************
 libspreadsheet_reqs="
-	libgoffice-${GOFFICE_API_VER}	>= 0.8.15
+	libgoffice-${GOFFICE_API_VER}	>= 0.9.0
 	libgsf-1		>= 1.14.18
 	libxml-2.0		>= 2.4.12
 "
diff --git a/gnumeric.spec.in b/gnumeric.spec.in
index 7c8fda6..c975295 100644
--- a/gnumeric.spec.in
+++ b/gnumeric.spec.in
@@ -11,9 +11,9 @@ Summary:          Spreadsheet program for GNOME
 Group:            Applications/Productivity
 License:          GPLv2
 URL:              http://www.gnome.org/gnumeric/
-Source:           ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.9/%{name}-%{version}.tar.bz2
+Source:           ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.11/%{name}-%{version}.tar.bz2
 BuildRoot:        %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
-BuildRequires:    goffice-devel >= 0.8.0
+BuildRequires:    goffice-devel >= 0.9.0
 BuildRequires:    libgsf-devel >= 1.14.15
 BuildRequires:    libxml-2.0-devel >= 2.4.12
 BuildRequires:    glib-2.0-devel >= 2.12.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]