Hello community,

here is the log from the commit of package libvmime for openSUSE:Factory 
checked in at 2014-09-10 17:02:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvmime (Old)
 and      /work/SRC/openSUSE:Factory/.libvmime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvmime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvmime/libvmime.changes        2013-12-30 
10:22:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libvmime.new/libvmime.changes   2014-09-10 
17:02:36.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Aug 25 05:27:53 UTC 2014 - d...@open.by, jeng...@inai.de
+
+- Update to new git snapshot
+  30ea54f269efa673a1eb5bc07e71715b67607dbc
+* No upstream changelog was provided
+- Turn on SASL, TLS support
+- Remove vmime-0.9.2-header-value-on-next-line.diff
+  (no longer applies)
+
+-------------------------------------------------------------------

Old:
----
  libvmime-0.9.1+git175.tar.xz
  vmime-0.9.2-header-value-on-next-line.diff

New:
----
  libvmime-0.9.1+git432.tar.xz

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

Other differences:
------------------
++++++ libvmime.spec ++++++
--- /var/tmp/diff_new_pack.gfraJC/_old  2014-09-10 17:02:38.000000000 +0200
+++ /var/tmp/diff_new_pack.gfraJC/_new  2014-09-10 17:02:38.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libvmime
-%define lname  libvmime-0_9_2-1
+%define lname  libvmime-0_9_2-2
 Summary:        Library for working with MIME messages and IMAP/POP/SMTP
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
@@ -25,24 +25,28 @@
 Release:        0
 Url:            http://vmime.org/
 
-#Svn-Clone:    https://vmime.svn.sourceforge.net/svnroot/vmime/trunk
+#Git-Clone:    git://github.com/kisli/vmime
+#Git-Web:      https://github.com/kisli/vmime
+#Snapshot:     v0.9.1-432-g674c369
 #Source:       http://downloads.sf.net/vmime/%name-%version.tar.bz2
-Source:         %name-0.9.1+git175.tar.xz
+Source:         %name-0.9.1+git432.tar.xz
 Patch1:         libvmime-nodatetime.diff
 Patch2:         libvmime-sotag.diff
-Patch3:         vmime-0.9.2-header-value-on-next-line.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ImageMagick
+%if 0%{?suse_version} < 1310
+BuildRequires:  boost-devel
+%endif
 BuildRequires:  cmake >= 2.8.3
+BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  inkscape
+BuildRequires:  libgnutls-devel
 BuildRequires:  libgsasl-devel
+BuildRequires:  libopenssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  postfix
-%if 0%{?suse_version} >= 1130 && "%_repository" != "devel:libraries:c_c++"
-# Cannot realistically build because of all the new libs this prj has
-#  Nothing provides libzzip-0-13 required by texlive
-#  Nothing provides libMagick++.so.5 required by Inkscape
+%if 0%{?suse_version} >= 1130
 %define with_pdf 1
 %if 0%{?suse_version} < 1300
 BuildRequires:  texlive-bin-latex
@@ -57,16 +61,6 @@
 %endif
 %endif
 BuildRequires:  xz
-%if 0%{?suse_version} >= 1100
-BuildRequires:  libgnutls-devel
-%else
-%if 0%{?suse_version}
-BuildRequires:  gnutls-devel
-%endif
-%endif
-%if 0%{?fedora_version} || 0%{?redhat_version} || 0%{?centos_version}
-BuildRequires:  gnutls-devel
-%endif
 
 %description
 VMime is a powerful C++ class library for working with MIME messages
@@ -106,7 +100,7 @@
 
 %prep
 %setup -qn vmime
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 %if 0%{?with_pdf}
@@ -119,10 +113,19 @@
 # sendmail's awesome location.
 export PATH="$PATH:/usr/sbin";
 cmake . \
+       -DVMIME_BUILD_SAMPLES:BOOL=OFF \
+       -DVMIME_HAVE_SASL_SUPPORT:BOOL=ON \
+       -DVMIME_HAVE_TLS_SUPPORT:BOOL=ON \
        -DVMIME_BUILD_STATIC_LIBRARY:BOOL=OFF \
-       -DCMAKE_RELEASE_TYPE:STRING="Release" \
+       -DCMAKE_RELEASE_TYPE:STRING="RelWithDebInfo" \
        -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
-       -DCMAKE_C_FLAGS:STRING="$cf" -DCMAKE_CXX_FLAGS:STRING="$cf"
+       -DCMAKE_CXX_FLAGS_DEBUG:STRING="-g" \
+%if 0%{?suse_version} >= 1310
+       -DCMAKE_CXX_FLAGS:STRING="$cf -std=gnu++11" \
+%else
+       -DCMAKE_CXX_FLAGS:STRING="$cf" \
+%endif
+       -DCMAKE_C_FLAGS:STRING="$cf"
 make %{?_smp_mflags} VERBOSE=1
 
 %install
@@ -140,7 +143,7 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/%name-%version.so.1*
+%_libdir/%name-%version.so.2*
 
 %files devel
 %defattr(-,root,root)

++++++ libvmime-0.9.1+git175.tar.xz -> libvmime-0.9.1+git432.tar.xz ++++++
++++ 178112 lines of diff (skipped)

++++++ libvmime-nodatetime.diff ++++++
--- /var/tmp/diff_new_pack.gfraJC/_old  2014-09-10 17:02:39.000000000 +0200
+++ /var/tmp/diff_new_pack.gfraJC/_new  2014-09-10 17:02:39.000000000 +0200
@@ -4,14 +4,14 @@
 Subject: [PATCH] src: avoid __DATE__ and __TIME__
 
 ---
- src/base.cpp | 2 +-
+ src/vmime/base.cpp |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/src/base.cpp b/src/base.cpp
-index d5f3e78..74bbba7 100644
---- a/src/base.cpp
-+++ b/src/base.cpp
-@@ -75,7 +75,7 @@ const string libname() { return (VMIME_PACKAGE); }
+Index: vmime/src/vmime/base.cpp
+===================================================================
+--- vmime.orig/src/vmime/base.cpp
++++ vmime/src/vmime/base.cpp
+@@ -75,7 +75,7 @@ const string libname() { return (VMIME_P
    *
    * @return library version
    */
@@ -20,6 +20,3 @@
  
  /** Return the library API version (eg: "6:1:6").
    *
--- 
-1.8.1.4
-

++++++ libvmime-sotag.diff ++++++
--- /var/tmp/diff_new_pack.gfraJC/_old  2014-09-10 17:02:39.000000000 +0200
+++ /var/tmp/diff_new_pack.gfraJC/_new  2014-09-10 17:02:39.000000000 +0200
@@ -8,23 +8,23 @@
 that is unique within our distro and distinguishes itself from
 upstream.
 ---
- CMakeLists.txt | 4 ++--
+ CMakeLists.txt |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 1c45d89..9760e13 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -50,7 +50,7 @@ SET(VMIME_VERSION_MICRO  2)
+Index: vmime/CMakeLists.txt
+===================================================================
+--- vmime.orig/CMakeLists.txt
++++ vmime/CMakeLists.txt
+@@ -52,7 +52,7 @@ SET(VMIME_VERSION_MICRO  2)
  # . Interfaces added/removed/changed:               CURRENT++, REVISION=0
  # . Interfaces added (upward-compatible changes):   AGE++
  # . Interfaces removed:                             AGE=0
 -SET(VMIME_API_VERSION_CURRENT   0)
-+SET(VMIME_API_VERSION_CURRENT   1)
++SET(VMIME_API_VERSION_CURRENT   2)
  SET(VMIME_API_VERSION_REVISION  0)
  SET(VMIME_API_VERSION_AGE       0)
  
-@@ -63,7 +63,7 @@ SET(VMIME_API_VERSION 
${VMIME_API_VERSION_CURRENT}.${VMIME_API_VERSION_REVISION}
+@@ -65,7 +65,7 @@ SET(VMIME_API_VERSION ${VMIME_API_VERSIO
  # VMime Library
  
  # Set base name
@@ -33,6 +33,3 @@
  
  # Source files
  FILE(
--- 
-1.8.1.4
-

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to