Hello community,

here is the log from the commit of package gmime2_6 for openSUSE:Factory 
checked in at 2017-11-01 11:09:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gmime2_6 (Old)
 and      /work/SRC/openSUSE:Factory/.gmime2_6.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gmime2_6"

Wed Nov  1 11:09:46 2017 rev:2 rq:537581 version:2.6.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/gmime2_6/gmime2_6.changes        2017-09-04 
16:30:10.598621734 +0200
+++ /work/SRC/openSUSE:Factory/.gmime2_6.new/gmime2_6.changes   2017-11-01 
11:09:48.033417682 +0100
@@ -1,0 +2,6 @@
+Mon Oct 30 13:13:23 UTC 2017 - [email protected]
+
+- Add gmime2_6-utf8.patch: Remove non-ascii line breaks from source
+  files. Allows to build gmime 2.6 with gtk-doc using python 3.
+
+-------------------------------------------------------------------

New:
----
  gmime2_6-utf8.patch

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

Other differences:
------------------
++++++ gmime2_6.spec ++++++
--- /var/tmp/diff_new_pack.uigAwY/_old  2017-11-01 11:09:49.089379111 +0100
+++ /var/tmp/diff_new_pack.uigAwY/_new  2017-11-01 11:09:49.089379111 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package gmime
+# spec file for package gmime2_6
 #
 # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_without mono
 
 Name:           gmime2_6
@@ -27,6 +28,8 @@
 Group:          Productivity/Networking/Email/Utilities
 Source:         
http://download.gnome.org/sources/gmime/2.6/%{_name}-%{version}.tar.xz
 Source99:       baselibs.conf
+# PATCH-FIX-UPSTREAM gmime2_6-utf8.patch [email protected] -- Remove some 
non-ascii linebreaks
+Patch0:         gmime2_6-utf8.patch
 BuildRequires:  gobject-introspection-devel >= 1.30.0
 BuildRequires:  gpgme-devel
 BuildRequires:  gtk-doc
@@ -90,6 +93,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 
 %build
 %ifarch %arm

++++++ gmime2_6-utf8.patch ++++++
Index: gmime-2.6.23/gmime/gmime-filter-charset.c
===================================================================
--- gmime-2.6.23.orig/gmime/gmime-filter-charset.c
+++ gmime-2.6.23/gmime/gmime-filter-charset.c
@@ -243,7 +243,7 @@ filter_complete (GMimeFilter *filter, ch
                                inleft--;
                        } else if (errno == EINVAL) {
                                /*
-                                * EINVAL  An  incomplete  multibyte sequence 
has been encoun�
+                                * EINVAL  An  incomplete  multibyte sequence 
has been encoun
                                 *         tered in the input.
                                 *
                                 * We assume that this can only happen if we've 
run out of
Index: gmime-2.6.23/gmime/gmime-iconv-utils.c
===================================================================
--- gmime-2.6.23.orig/gmime/gmime-iconv-utils.c
+++ gmime-2.6.23/gmime/gmime-iconv-utils.c
@@ -132,7 +132,7 @@ g_mime_iconv_strndup (iconv_t cd, const
                converted = iconv (cd, (char **) &inbuf, &inleft, &outbuf, 
&outleft);
                if (converted != (size_t) -1 || errno == EINVAL) {
                        /*
-                        * EINVAL  An  incomplete  multibyte sequence has been 
encoun�
+                        * EINVAL  An  incomplete  multibyte sequence has been 
encoun
                         *         tered in the input.
                         *
                         * We'll just have to ignore it...

Reply via email to