commit gmime for openSUSE:Factory
Hello community, here is the log from the commit of package gmime for openSUSE:Factory checked in at 2013-04-02 11:44:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gmime (Old) and /work/SRC/openSUSE:Factory/.gmime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gmime", Maintainer is "sbrabec@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/gmime/gmime.changes 2012-12-14 07:04:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gmime.new/gmime.changes 2013-04-02 11:44:59.000000000 +0200 @@ -1,0 +2,19 @@ +Sat Mar 16 22:29:08 UTC 2013 - dmueller@suse.com + +- add buildconditional for being able to build without mono + +------------------------------------------------------------------- +Tue Feb 19 15:37:25 UTC 2013 - dimstar@opensuse.org + +- Update to version 2.6.15: + + gmime/gmime-filter-html.c (html_convert): Fixed to convert the + last line of input even if it doesn't end with a \n. + +------------------------------------------------------------------- +Tue Feb 19 09:35:39 UTC 2013 - dimstar@opensuse.org + +- Update to version 2.6.14: + + Fixed the logic to actually scan for the beginning of the + mailbox. + +------------------------------------------------------------------- Old: ---- gmime-2.6.13.tar.xz New: ---- gmime-2.6.15.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gmime.spec ++++++ --- /var/tmp/diff_new_pack.GN7mli/_old 2013-04-02 11:45:00.000000000 +0200 +++ /var/tmp/diff_new_pack.GN7mli/_new 2013-04-02 11:45:00.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gmime # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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,9 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without mono Name: gmime -Version: 2.6.13 +Version: 2.6.15 Release: 0 Url: http://spruce.sourceforge.net/gmime/ Summary: MIME Parser and Utility Library @@ -26,11 +27,13 @@ Source: http://download.gnome.org/sources/gmime/2.6/%{name}-%{version}.tar.xz BuildRequires: gpgme-devel BuildRequires: gtk-doc +%if %{with mono} BuildRequires: mono-devel -BuildRequires: zlib-devel BuildRequires: pkgconfig(gapi-2.0) -BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(glib-sharp-2.0) +%endif +BuildRequires: zlib-devel +BuildRequires: pkgconfig(glib-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -47,6 +50,8 @@ GMime is a C/C++ library for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME). + +%if %{with mono} %package sharp Summary: MIME Parser and Utility Library -- Mono Bindings Group: Development/Libraries/Other @@ -60,6 +65,7 @@ %description sharp GMime is a C/C++ library for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME). +%endif %package devel Summary: MIME Parser and Utility Library -- Development Files @@ -108,6 +114,7 @@ %doc AUTHORS COPYING ChangeLog README TODO %{_libdir}/*.so.* +%if %{with mono} %files sharp %defattr (-, root, root) %dir %{_prefix}/lib/mono/gmime-sharp-2.6 @@ -119,6 +126,7 @@ %{_datadir}/gapi-2.0/gmime-api.xml # devel file: %{_libdir}/pkgconfig/gmime-sharp-2.6.pc +%endif %files devel %defattr (-, root, root) ++++++ gmime-2.6.13.tar.xz -> gmime-2.6.15.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/ChangeLog new/gmime-2.6.15/ChangeLog --- old/gmime-2.6.13/ChangeLog 2012-12-09 21:22:48.000000000 +0100 +++ new/gmime-2.6.15/ChangeLog 2013-02-19 15:43:25.000000000 +0100 @@ -1,3 +1,25 @@ +2013-02-19 Jeffrey Stedfast <fejj@gnome.org> + + * README: Bumped version + + * configure.ac: Bumped version to 2.6.15 + +2013-02-19 Jeffrey Stedfast <fejj@gnome.org> + + * gmime/gmime-filter-html.c (html_convert): Fixed to convert the + last line of input even if it doesn't end with a \n. + +2013-02-18 Jeffrey Stedfast <fejj@gnome.org> + + * README: Bumped version + + * configure.ac: Bumped version to 2.6.14 + +2013-02-18 Jeffrey Stedfast <fejj@gnome.org> + + * util/url-scanner.c (url_addrspec_start): Fixed the logic to + actually scan for the beginning of the mailbox. + 2012-12-09 Jeffrey Stedfast <fejj@gnome.org> * README: Bumped version diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/README new/gmime-2.6.15/README --- old/gmime-2.6.13/README 2012-12-09 21:22:24.000000000 +0100 +++ new/gmime-2.6.15/README 2013-02-19 15:38:41.000000000 +0100 @@ -1,4 +1,4 @@ - GMime, version 2.6.13 + GMime, version 2.6.15 by Jeffrey Stedfast <fejj@gnome.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/build/vs2008/config-win32.h new/gmime-2.6.15/build/vs2008/config-win32.h --- old/gmime-2.6.13/build/vs2008/config-win32.h 2012-12-09 21:53:01.000000000 +0100 +++ new/gmime-2.6.15/build/vs2008/config-win32.h 2013-02-19 15:45:40.000000000 +0100 @@ -5,7 +5,7 @@ /* #undef ENABLE_WARNINGS */ /* Define to the GMime version */ -#define GMIME_VERSION "2.6.13" +#define GMIME_VERSION "2.6.15" /* Define if libc defines an altzone variable */ /* #undef HAVE_ALTZONE */ @@ -145,13 +145,13 @@ #define PACKAGE_NAME "gmime" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "gmime 2.6.13" +#define PACKAGE_STRING "gmime 2.6.15" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gmime" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.6.13" +#define PACKAGE_VERSION "2.6.15" /* The size of `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/build/vs2010/config-win32.h new/gmime-2.6.15/build/vs2010/config-win32.h --- old/gmime-2.6.13/build/vs2010/config-win32.h 2012-12-09 21:53:01.000000000 +0100 +++ new/gmime-2.6.15/build/vs2010/config-win32.h 2013-02-19 15:45:40.000000000 +0100 @@ -5,7 +5,7 @@ /* #undef ENABLE_WARNINGS */ /* Define to the GMime version */ -#define GMIME_VERSION "2.6.13" +#define GMIME_VERSION "2.6.15" /* Define if libc defines an altzone variable */ /* #undef HAVE_ALTZONE */ @@ -145,13 +145,13 @@ #define PACKAGE_NAME "gmime" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "gmime 2.6.13" +#define PACKAGE_STRING "gmime 2.6.15" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gmime" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.6.13" +#define PACKAGE_VERSION "2.6.15" /* The size of `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/configure new/gmime-2.6.15/configure --- old/gmime-2.6.13/configure 2012-12-09 21:24:09.000000000 +0100 +++ new/gmime-2.6.15/configure 2013-02-19 15:45:15.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for gmime 2.6.13. +# Generated by GNU Autoconf 2.68 for gmime 2.6.15. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gmime>. # @@ -571,8 +571,8 @@ # Identity of this package. PACKAGE_NAME='gmime' PACKAGE_TARNAME='gmime' -PACKAGE_VERSION='2.6.13' -PACKAGE_STRING='gmime 2.6.13' +PACKAGE_VERSION='2.6.15' +PACKAGE_STRING='gmime 2.6.15' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gmime' PACKAGE_URL='' @@ -1409,7 +1409,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gmime 2.6.13 to adapt to many kinds of systems. +\`configure' configures gmime 2.6.15 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1480,7 +1480,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gmime 2.6.13:";; + short | recursive ) echo "Configuration of gmime 2.6.15:";; esac cat <<\_ACEOF @@ -1620,7 +1620,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gmime configure 2.6.13 +gmime configure 2.6.15 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2221,7 +2221,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gmime $as_me 2.6.13, which was +It was created by gmime $as_me 2.6.15, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3158,7 +3158,7 @@ # Define the identity of the package. PACKAGE='gmime' - VERSION='2.6.13' + VERSION='2.6.15' cat >>confdefs.h <<_ACEOF @@ -3310,11 +3310,11 @@ GMIME_MAJOR_VERSION=2 GMIME_MINOR_VERSION=6 -GMIME_MICRO_VERSION=13 -GMIME_INTERFACE_AGE=13 -GMIME_BINARY_AGE=613 +GMIME_MICRO_VERSION=15 +GMIME_INTERFACE_AGE=15 +GMIME_BINARY_AGE=615 GMIME_API_VERSION=2.6 -GMIME_VERSION=2.6.13 +GMIME_VERSION=2.6.15 @@ -3325,13 +3325,13 @@ -$as_echo "#define GMIME_VERSION \"2.6.13\"" >>confdefs.h +$as_echo "#define GMIME_VERSION \"2.6.15\"" >>confdefs.h # libtool versioning LT_RELEASE=2.6 LT_CURRENT=600 -LT_REVISION=13 +LT_REVISION=15 LT_AGE=600 LT_CURRENT_MINUS_AGE=0 @@ -14236,7 +14236,7 @@ Report bugs to <bug-libtool@gnu.org>." lt_cl_version="\ -gmime config.lt 2.6.13 +gmime config.lt 2.6.15 configured by $0, generated by GNU Autoconf 2.68. Copyright (C) 2011 Free Software Foundation, Inc. @@ -19904,7 +19904,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gmime $as_me 2.6.13, which was +This file was extended by gmime $as_me 2.6.15, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19970,7 +19970,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gmime config.status 2.6.13 +gmime config.status 2.6.15 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/configure.ac new/gmime-2.6.15/configure.ac --- old/gmime-2.6.13/configure.ac 2012-12-09 21:22:19.000000000 +0100 +++ new/gmime-2.6.15/configure.ac 2013-02-19 15:39:05.000000000 +0100 @@ -12,8 +12,8 @@ # m4_define([gmime_major_version], [2]) m4_define([gmime_minor_version], [6]) -m4_define([gmime_micro_version], [13]) -m4_define([gmime_interface_age], [13]) +m4_define([gmime_micro_version], [15]) +m4_define([gmime_interface_age], [15]) m4_define([gmime_binary_age], [m4_eval(100 * gmime_minor_version + gmime_micro_version)]) m4_define([gmime_version], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/docs/reference/html/ch01.html new/gmime-2.6.15/docs/reference/html/ch01.html --- old/gmime-2.6.13/docs/reference/html/ch01.html 2012-12-09 21:54:08.000000000 +0100 +++ new/gmime-2.6.15/docs/reference/html/ch01.html 2013-02-19 15:48:04.000000000 +0100 @@ -21,7 +21,7 @@ </tr></table> <div class="chapter"> <div class="titlepage"><div><div><h2 class="title"> -<a name="idp8455152"></a>Class hierarchy</h2></div></div></div> +<a name="idp8457328"></a>Class hierarchy</h2></div></div></div> <pre class="screen"> GMimeHeader <a class="link" href="gmime-GMimeParam.html#GMimeParam" title="struct GMimeParam">GMimeParam</a> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/docs/reference/html/gmime-changes-2-0.html new/gmime-2.6.15/docs/reference/html/gmime-changes-2-0.html --- old/gmime-2.6.13/docs/reference/html/gmime-changes-2-0.html 2012-12-09 21:54:08.000000000 +0100 +++ new/gmime-2.6.15/docs/reference/html/gmime-changes-2-0.html 2013-02-19 15:48:04.000000000 +0100 @@ -31,7 +31,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp4960752"></a><h2>Incompatible changes from 1.0 to 2.0</h2> +<a name="idp4962656"></a><h2>Incompatible changes from 1.0 to 2.0</h2> <p> See also the PORTING document in the toplevel GMime source directory. </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/docs/reference/html/gmime-changes-2-2.html new/gmime-2.6.15/docs/reference/html/gmime-changes-2-2.html --- old/gmime-2.6.13/docs/reference/html/gmime-changes-2-2.html 2012-12-09 21:54:08.000000000 +0100 +++ new/gmime-2.6.15/docs/reference/html/gmime-changes-2-2.html 2013-02-19 15:48:04.000000000 +0100 @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp5048928"></a><h2>Incompatible changes from 2.0 to 2.2</h2> +<a name="idp5050848"></a><h2>Incompatible changes from 2.0 to 2.2</h2> <p>See also the PORTING document in the toplevel GMime source directory.</p> <p>There are no incompatible changes between 2.0 and 2.2.</p> <p>GMime 2.2 is both API and ABI compatible with GMime 2.0 meaning @@ -41,7 +41,7 @@ be deprecated in some future version, probably 3.0).</p> </div> <div class="refsect1"> -<a name="idp5086416"></a><h2>Replacement interfaces from 2.0 to 2.2</h2> +<a name="idp5088336"></a><h2>Replacement interfaces from 2.0 to 2.2</h2> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"><p> <code class="function">g_mime_utils_8bit_header_decode()</code> has been split diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/docs/reference/html/gmime-changes-2-4.html new/gmime-2.6.15/docs/reference/html/gmime-changes-2-4.html --- old/gmime-2.6.13/docs/reference/html/gmime-changes-2-4.html 2012-12-09 21:54:08.000000000 +0100 +++ new/gmime-2.6.15/docs/reference/html/gmime-changes-2-4.html 2013-02-19 15:48:04.000000000 +0100 @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp5081632"></a><h2>Changes from 2.2 to 2.4</h2> +<a name="idp5083696"></a><h2>Changes from 2.2 to 2.4</h2> <p>GMime 2.4 has had a number of API changes since GMime 2.2. To start, ALL public APIs that used to use off_t in GMime 2.2 now use gint64 so that the API and ABI do not change based on whether or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/docs/reference/html/gmime-changes-2-6.html new/gmime-2.6.15/docs/reference/html/gmime-changes-2-6.html --- old/gmime-2.6.13/docs/reference/html/gmime-changes-2-6.html 2012-12-09 21:54:08.000000000 +0100 +++ new/gmime-2.6.15/docs/reference/html/gmime-changes-2-6.html 2013-02-19 15:48:04.000000000 +0100 @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp5121952"></a><h2>Changes from 2.4 to 2.6</h2> +<a name="idp5123568"></a><h2>Changes from 2.4 to 2.6</h2> <p>After releasing GMime 2.4, it was discovered that g_mime_stream_length() still returned ssize_t which, on 32bit systems, meant that the function was useless if the actual stream was larger diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/docs/reference/html/gmime-compiling.html new/gmime-2.6.15/docs/reference/html/gmime-compiling.html --- old/gmime-2.6.13/docs/reference/html/gmime-compiling.html 2012-12-09 21:54:08.000000000 +0100 +++ new/gmime-2.6.15/docs/reference/html/gmime-compiling.html 2013-02-19 15:48:04.000000000 +0100 @@ -31,7 +31,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp4946960"></a><h2>Compiling GMime Applications on UNIX</h2> +<a name="idp4948864"></a><h2>Compiling GMime Applications on UNIX</h2> <p> To compile a GMime application, you need to tell the compiler where to find the GMime header files and libraries. This is done with the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/docs/reference/html/gmime-gmime.html new/gmime-2.6.15/docs/reference/html/gmime-gmime.html --- old/gmime-2.6.13/docs/reference/html/gmime-gmime.html 2012-12-09 21:54:08.000000000 +0100 +++ new/gmime-2.6.15/docs/reference/html/gmime-gmime.html 2013-02-19 15:48:04.000000000 +0100 @@ -77,7 +77,7 @@ <hr> <div class="refsect2"> <a name="GMIME-MICRO-VERSION:CAPS"></a><h3>GMIME_MICRO_VERSION</h3> -<pre class="programlisting">#define GMIME_MICRO_VERSION (13) +<pre class="programlisting">#define GMIME_MICRO_VERSION (15) </pre> <p> GMime's micro version. @@ -95,7 +95,7 @@ <hr> <div class="refsect2"> <a name="GMIME-BINARY-AGE:CAPS"></a><h3>GMIME_BINARY_AGE</h3> -<pre class="programlisting">#define GMIME_BINARY_AGE (613) +<pre class="programlisting">#define GMIME_BINARY_AGE (615) </pre> <p> GMime's binary age. @@ -104,7 +104,7 @@ <hr> <div class="refsect2"> <a name="GMIME-INTERFACE-AGE:CAPS"></a><h3>GMIME_INTERFACE_AGE</h3> -<pre class="programlisting">#define GMIME_INTERFACE_AGE (13) +<pre class="programlisting">#define GMIME_INTERFACE_AGE (15) </pre> <p> GMime's interface age. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/docs/reference/html/gmime-question-index.html new/gmime-2.6.15/docs/reference/html/gmime-question-index.html --- old/gmime-2.6.13/docs/reference/html/gmime-question-index.html 2012-12-09 21:54:08.000000000 +0100 +++ new/gmime-2.6.15/docs/reference/html/gmime-question-index.html 2013-02-19 15:48:04.000000000 +0100 @@ -31,22 +31,22 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp5187168"></a><h2>Questions and Answers</h2> +<a name="idp5189120"></a><h2>Questions and Answers</h2> <p>This is an "index" of the reference manual organized by common "How do I..." questions. If you aren't sure which documentation to read for the question you have, this list is a good place to start. </p> <div class="qandaset"> -<a name="idp5198848"></a><table border="0" width="100%" summary="Q and A Set"> +<a name="idp5200944"></a><table border="0" width="100%" summary="Q and A Set"> <col align="left" width="1%"> <col> <tbody> <tr class="qandadiv"><td align="left" valign="top" colspan="2"><h5 class="title"> -<a name="idp5199104"></a>1. General</h5></td></tr> +<a name="idp5201200"></a>1. General</h5></td></tr> <tr class="question"> <td align="left" valign="top"> -<a name="idp5199776"></a><a name="idp5200032"></a><p><b>1.1.</b></p> +<a name="idp5201872"></a><a name="idp5202128"></a><p><b>1.1.</b></p> </td> <td align="left" valign="top"><p>Where can I get help with GMime, submit a bug report, or make a feature request?</p></td> </tr> @@ -57,7 +57,7 @@ </tr> <tr class="question"> <td align="left" valign="top"> -<a name="idp5202384"></a><a name="idp5202640"></a><p><b>1.2.</b></p> +<a name="idp5204368"></a><a name="idp5204624"></a><p><b>1.2.</b></p> </td> <td align="left" valign="top"><p>How do I port from one GMime version to another?</p></td> </tr> @@ -68,7 +68,7 @@ </tr> <tr class="question"> <td align="left" valign="top"> -<a name="idp5235648"></a><a name="idp5235904"></a><p><b>1.3.</b></p> +<a name="idp5237584"></a><a name="idp5237840"></a><p><b>1.3.</b></p> </td> <td align="left" valign="top"><p>How does memory management work in GMime? Should I free data returned from functions?</p></td> </tr> @@ -88,7 +88,7 @@ </tr> <tr class="question"> <td align="left" valign="top"> -<a name="idp5239600"></a><a name="idp5239856"></a><p><b>1.4.</b></p> +<a name="idp5241536"></a><a name="idp5241792"></a><p><b>1.4.</b></p> </td> <td align="left" valign="top"><p>How do I use GMime with threads?</p></td> </tr> @@ -110,7 +110,7 @@ </tr> <tr class="question"> <td align="left" valign="top"> -<a name="idp5245296"></a><a name="idp5245552"></a><p><b>1.5.</b></p> +<a name="idp5247232"></a><a name="idp5247488"></a><p><b>1.5.</b></p> </td> <td align="left" valign="top"><p>How do I use GMime with C++?</p></td> </tr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/docs/reference/html/gmime-resources.html new/gmime-2.6.15/docs/reference/html/gmime-resources.html --- old/gmime-2.6.13/docs/reference/html/gmime-resources.html 2012-12-09 21:54:08.000000000 +0100 +++ new/gmime-2.6.15/docs/reference/html/gmime-resources.html 2013-02-19 15:48:04.000000000 +0100 @@ -31,7 +31,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp5156496"></a><h2>Filing a bug report or feature request</h2> +<a name="idp5158880"></a><h2>Filing a bug report or feature request</h2> <p> If you encounter a bug, misfeature, or missing feature in GMime, please file a bug report at @@ -47,7 +47,7 @@ </p> </div> <div class="refsect1"> -<a name="idp5159296"></a><h2>Submitting Patches</h2> +<a name="idp5161792"></a><h2>Submitting Patches</h2> <p> If you develop a bugfix or enhancement for GMime, please file that in Bugzilla as well. Bugzilla allows you to attach files; please attach a @@ -67,7 +67,7 @@ </p> </div> <div class="refsect1"> -<a name="idp5207680"></a><h2>Mailing lists</h2> +<a name="idp5209360"></a><h2>Mailing lists</h2> <p>There is currently only one mailing-list devoted to GMime itself which is for both the development of and development with GMime. You can subscribe to this list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/docs/reference/html/index.html new/gmime-2.6.15/docs/reference/html/index.html --- old/gmime-2.6.13/docs/reference/html/index.html 2012-12-09 21:54:08.000000000 +0100 +++ new/gmime-2.6.15/docs/reference/html/index.html 2013-02-19 15:48:04.000000000 +0100 @@ -25,7 +25,7 @@ </div></div></div> <div><p class="copyright">Copyright © 2000-2011 Jeffrey Stedfast</p></div> <div><div class="legalnotice"> -<a name="idp249872"></a><p> +<a name="idp251088"></a><p> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/gmime/gmime-filter-html.c new/gmime-2.6.15/gmime/gmime-filter-html.c --- old/gmime-2.6.13/gmime/gmime-filter-html.c 2012-02-20 16:56:31.000000000 +0100 +++ new/gmime-2.6.15/gmime/gmime-filter-html.c 2013-02-19 15:35:13.000000000 +0100 @@ -321,7 +321,7 @@ g_mime_filter_set_size (filter, inlen * 2 + 6, FALSE); - inptr = in; + start = inptr = in; inend = in + inlen; outptr = filter->outbuf; outend = filter->outbuf + filter->outsize; @@ -331,11 +331,13 @@ html->pre_open = TRUE; } - start = inptr; - while (inptr < inend && *inptr != '\n') - inptr++; - - while (inptr < inend) { + do { + while (inptr < inend && *inptr != '\n') + inptr++; + + if (inptr == inend && !flush) + break; + html->column = 0; depth = 0; @@ -416,18 +418,13 @@ outptr = g_stpcpy (outptr, "<br>"); } - *outptr++ = '\n'; + if (inptr < inend) + *outptr++ = '\n'; start = ++inptr; - while (inptr < inend && *inptr != '\n') - inptr++; - } + } while (inptr < inend); if (flush) { - /* flush the rest of our input buffer */ - if (start < inend) - outptr = writeln (filter, start, inend, outptr, &outend); - if (html->pre_open) { /* close the pre-tag */ outptr = check_size (filter, outptr, &outend, 10); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/gmime/gmime-version.h new/gmime-2.6.15/gmime/gmime-version.h --- old/gmime-2.6.13/gmime/gmime-version.h 2012-12-09 21:53:02.000000000 +0100 +++ new/gmime-2.6.15/gmime/gmime-version.h 2013-02-19 15:45:41.000000000 +0100 @@ -41,21 +41,21 @@ * * GMime's micro version. **/ -#define GMIME_MICRO_VERSION (13) +#define GMIME_MICRO_VERSION (15) /** * GMIME_BINARY_AGE: * * GMime's binary age. **/ -#define GMIME_BINARY_AGE (613) +#define GMIME_BINARY_AGE (615) /** * GMIME_INTERFACE_AGE: * * GMime's interface age. **/ -#define GMIME_INTERFACE_AGE (13) +#define GMIME_INTERFACE_AGE (15) /** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/gmime.spec new/gmime-2.6.15/gmime.spec --- old/gmime-2.6.13/gmime.spec 2012-12-09 21:54:09.000000000 +0100 +++ new/gmime-2.6.15/gmime.spec 2013-02-19 15:48:05.000000000 +0100 @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 2.6.13 +%define ver 2.6.15 %define prefix /usr %define enable_mono 0 %define enable_gtk_doc 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmime-2.6.13/util/url-scanner.c new/gmime-2.6.15/util/url-scanner.c --- old/gmime-2.6.13/util/url-scanner.c 2012-02-20 16:56:31.000000000 +0100 +++ new/gmime-2.6.15/util/url-scanner.c 2013-02-19 03:27:34.000000000 +0100 @@ -188,6 +188,8 @@ if (inptr == in) return FALSE; + inptr--; + while (inptr > in) { if (is_atom (*inptr)) inptr--; -- 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