commit gnumeric for openSUSE:Factory
Hello community, here is the log from the commit of package gnumeric for openSUSE:Factory checked in at 2013-04-02 11:47:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnumeric (Old) and /work/SRC/openSUSE:Factory/.gnumeric.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gnumeric", Maintainer is "gnome-maintainers@suse.de" Changes: -------- --- /work/SRC/openSUSE:Factory/gnumeric/gnumeric.changes 2013-01-08 13:36:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric.changes 2013-04-02 11:48:00.000000000 +0200 @@ -1,0 +2,29 @@ +Tue Mar 19 23:13:12 UTC 2013 - dimstar@opensuse.org + +- Update to version 1.12.1: + + Introspection fixes (bgo#684159). + + Some documentation fixes. + + Show argument names for python functions (bgo##690681). + + Fix loading of ODF files with named expressions (bgo#690925). + + Avoid unncessary sheet specification in analysis tools + (bgo#691892). + + Fix sensitivity tests for 2-factor anova dialog (bgo#693980). + + Fixed aspect ratio for graph sheets (bgo#691472). + + Replaced all GtkTable instances by GtkGrid. + + Make the row and column header clickable even when indented. + + Fix horizontal and vertical pane positions after indentation. + + Fix a few compiler warnings.Fix a few compiler warnings. + + Always compile ssconvert, ssindex, and ssgrep. + + New utility: ssdiff. + + Remove disabled corba plugin. + + Other bugs fixed: bgo#690929, bgo#687926, bgo#109442, + bgo#625544, bgo#691913, bgo#691984, bgo#654495, bgo#674954, + bgo#693761, bgo#694741, bgo#694777, bgo#364291. +- Add gnumeric-configure.patch: Fix instal location of locale + files. +- Add gnome-common BuildRequires and call to gnome-autogen.sh, as + above patch touches the build system. +- Reenable pkgconfig(gobject-introspection-1.0) BuildRequires: + gobject-introspection building has been corrected. + +------------------------------------------------------------------- Old: ---- gnumeric-1.12.0.tar.xz New: ---- gnumeric-1.12.1.tar.xz gnumeric-configure.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnumeric.spec ++++++ --- /var/tmp/diff_new_pack.vfwMCc/_old 2013-04-02 11:48:03.000000000 +0200 +++ /var/tmp/diff_new_pack.vfwMCc/_new 2013-04-02 11:48:03.000000000 +0200 @@ -17,7 +17,7 @@ Name: gnumeric -Version: 1.12.0 +Version: 1.12.1 Release: 0 # FIXME: Enable gobject-introspection when build succeeds (bgo#684159) Summary: Spreadsheet Application @@ -25,7 +25,11 @@ Group: Productivity/Office/Spreadsheets Url: http://www.gnumeric.org/ Source0: http://download.gnome.org/sources/gnumeric/1.12/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM gnumeric-configure.patch bgo#696934 dimstar@opensuse.org -- Fix LOCALEDATADIR detection +Patch0: gnumeric-configure.patch BuildRequires: fdupes +# Needed for patch0 +BuildRequires: gnome-common BuildRequires: intltool BuildRequires: libgda-devel BuildRequires: libgsf-devel @@ -35,10 +39,9 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) >= 2.28.0 -# gobject introspection currently disabled... build fails -#BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.0.0 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0 -BuildRequires: pkgconfig(libgoffice-0.10) >= 0.10.0 +BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.0.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.2.0 +BuildRequires: pkgconfig(libgoffice-0.10) >= 0.10.1 BuildRequires: pkgconfig(libgsf-1) >= 1.14.24 BuildRequires: pkgconfig(libxml-2.0) >= 2.4.12 BuildRequires: pkgconfig(pango) >= 1.24.0 @@ -98,6 +101,7 @@ %lang_package %prep %setup -q +%patch0 -p1 translation-update-upstream translation-update-upstream po-functions gnumeric-functions # remove incomplete translations caused by translation-update-upstream (global LINGUAS file, two domains) @@ -110,6 +114,8 @@ done %build +# Needed for patch0 +NOCONFIGURE=1 gnome-autogen.sh export CFLAGS="%{optflags} -fno-strict-aliasing" %configure\ --disable-scrollkeeper\ ++++++ gnumeric-1.12.0.tar.xz -> gnumeric-1.12.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/gnumeric/gnumeric-1.12.0.tar.xz /work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric-1.12.1.tar.xz differ: char 27, line 1 ++++++ gnumeric-configure.patch ++++++ diff --git a/configure.ac b/configure.ac index fa55a76..13aba8e 100644 --- a/configure.ac +++ b/configure.ac @@ -245,6 +245,11 @@ AC_CHECK_PROG(GLIB_GENMARSHAL, glib-genmarshal$ac_exeext, glib-genmarshal$ac_exe AC_ARG_VAR(GDK_PIXBUF_CSOURCE, [The gdk-pixbuf-csource executable.]) AC_CHECK_PROG(GDK_PIXBUF_CSOURCE, gdk-pixbuf-csource$ac_exeext, gdk-pixbuf-csource$ac_exeext) +AC_SUBST(GETTEXT_PACKAGE, gnumeric) +AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", + [The package name, for gettext]) +AM_GLIB_GNU_GETTEXT + ## this should come after `AC_PROG_CC' ifdef([GNOME_COMPILE_WARNINGS], [GNOME_COMPILE_WARNINGS] CFLAGS="$CFLAGS $WARN_CFLAGS", @@ -502,10 +507,6 @@ for lang in $ALL_LINGUAS; do done AC_SUBST(POFILES_FULL) -AC_SUBST(GETTEXT_PACKAGE, gnumeric) -AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", - [The package name, for gettext]) -AM_GLIB_GNU_GETTEXT dnl dnl Code to handle po-functions/Makefile* and po-functions/POTFILES* dnl -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de