Hello community,

here is the log from the commit of package goffice-0_8 for openSUSE:Factory 
checked in at 2012-02-20 16:12:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/goffice-0_8 (Old)
 and      /work/SRC/openSUSE:Factory/.goffice-0_8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "goffice-0_8", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/goffice-0_8/goffice-0_8.changes  2012-01-27 
15:17:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.goffice-0_8.new/goffice-0_8.changes     
2012-02-20 16:12:18.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Feb 12 19:35:50 UTC 2012 - [email protected]
+
+- Add goffice-0_8-pcre-8_30.patch: Fix build with pcre 8.30 by
+  porting pcre_info to pcre_fullinfo.
+
+-------------------------------------------------------------------

New:
----
  goffice-0_8-pcre-8_30.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ goffice-0_8.spec ++++++
--- /var/tmp/diff_new_pack.PTpcYZ/_old  2012-02-20 16:12:20.000000000 +0100
+++ /var/tmp/diff_new_pack.PTpcYZ/_new  2012-02-20 16:12:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package goffice-0_8
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           goffice-0_8
 %define _name   goffice
 Version:        0.8.17
-Release:        1
+Release:        0
 # FIXME: on upgrade to > 0.8.17, change versioned Obsoletes: <= to <
 Url:            http://www.gnumeric.org/
-Group:          System/GUI/GNOME
-License:        GPL-2.0
 Summary:        GLib/GTK+ Set of Document-Centric Objects and Utilities
+License:        GPL-2.0
+Group:          System/GUI/GNOME
 Source:         
http://download.gnome.org/sources/goffice/0.8/%{_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM goffice-0_8-pcre-8_30.patch bgo#670316 
[email protected] -- Port pcre_info to pcre_fullinfo to support pcre 8.30.
+Patch0:         goffice-0_8-pcre-8_30.patch
 BuildRequires:  fdupes
 BuildRequires:  gconf2-devel
 BuildRequires:  gtk2-devel
@@ -74,9 +74,8 @@
 GOffice is a GLib/GTK+ set of document-centric objects and utilities.
 
 %package devel
-License:        GPL-2.0
-Group:          Development/Libraries/GNOME
 Summary:        Development files for goffice
+Group:          Development/Libraries/GNOME
 Requires:       libgoffice-0_8-8 = %{version}
 Requires:       pcre-devel
 
@@ -89,6 +88,7 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 translation-update-upstream
 
 %build

++++++ goffice-0_8-pcre-8_30.patch ++++++
Index: goffice-0.8.17/goffice/utils/regutf8.c
===================================================================
--- goffice-0.8.17.orig/goffice/utils/regutf8.c
+++ goffice-0.8.17/goffice/utils/regutf8.c
@@ -155,7 +155,7 @@ go_regcomp (GORegexp *gor, const char *p
                default: return GO_REG_BADPAT;
                }
        } else {
-               gor->re_nsub = pcre_info (r, NULL, NULL);
+               gor->re_nsub = pcre_fullinfo (r, NULL, 0, NULL);
                gor->nosub = (cflags & GO_REG_NOSUB) != 0;
                return 0;
        }
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to