Hello community,

here is the log from the commit of package libvmime for openSUSE:Factory 
checked in at 2013-03-11 10:19:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvmime (Old)
 and      /work/SRC/openSUSE:Factory/.libvmime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvmime", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvmime/libvmime.changes        2012-09-14 
12:29:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libvmime.new/libvmime.changes   2013-03-11 
10:19:09.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Mar  3 19:47:40 UTC 2013 - jeng...@inai.de
+
+- Add vmime-automake1_13.diff to fix up ancient autotools constructs
+
+-------------------------------------------------------------------

New:
----
  vmime-automake1_13.diff

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

Other differences:
------------------
++++++ libvmime.spec ++++++
--- /var/tmp/diff_new_pack.fuvamJ/_old  2013-03-11 10:19:10.000000000 +0100
+++ /var/tmp/diff_new_pack.fuvamJ/_new  2013-03-11 10:19:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvmime
 #
-# 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
@@ -38,6 +38,7 @@
 Patch5:         vmime-mixed-qp-in-parameter.diff
 Patch6:         vmime-0.9.2-qp-in-buffers.diff
 Patch7:         vmime-noansiflag.patch
+Patch8:         vmime-automake1_13.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -101,8 +102,7 @@
 
 %prep
 %setup -qn vmime
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -p1
-%patch7
+%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -P 7 -P 8 -p1
 
 %build
 export CFLAGS="%optflags -DVMIME_ALWAYS_GENERATE_7BIT_PARAMETER=1";

++++++ vmime-automake1_13.diff ++++++
From: Jan Engelhardt <jeng...@inai.de>
Date: 2013-03-03 20:43:59.641072360 +0100

AM_INIT_AUTOMAKE takes one argument.
AM_CONFIG_HEADERS is obsolete.

---
 Makefile.am  |    3 ---
 configure.in |    4 ++--
 2 files changed, 2 insertions(+), 5 deletions(-)

Index: vmime/Makefile.am
===================================================================
--- vmime.orig/Makefile.am
+++ vmime/Makefile.am
@@ -10,9 +10,6 @@ SUBDIRS = src $(INCLUDE) $(BINDING)
 
 DIST_SUBDIRS = $(SUBDIRS) autotools
 
-#AUTOMAKE_OPTIONS = dist-bzip2
-AUTOMAKE_OPTIONS = no-dist
-
 pkgconfigdir = $(VMIME_PKGCONFIGDIR)
 pkgconfig_DATA = $(GENERIC_VERSIONED_LIBRARY_NAME).pc
 
Index: vmime/configure.in
===================================================================
--- vmime.orig/configure.in
+++ vmime/configure.in
@@ -36,9 +36,9 @@ AC_SUBST(LIBRARY_RELEASE)
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(vmime, 0.9.2)
+AM_INIT_AUTOMAKE([no-dist])
 AC_CONFIG_SRCDIR([src/base.cpp])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 
 AM_MAINTAINER_MODE
 
++++++ vmime-noansiflag.patch ++++++
--- /var/tmp/diff_new_pack.fuvamJ/_old  2013-03-11 10:19:10.000000000 +0100
+++ /var/tmp/diff_new_pack.fuvamJ/_new  2013-03-11 10:19:10.000000000 +0100
@@ -1,5 +1,11 @@
---- SConstruct.orig
-+++ SConstruct
+---
+ SConstruct |   14 ++++++--------
+ 1 file changed, 6 insertions(+), 8 deletions(-)
+
+Index: vmime/SConstruct
+===================================================================
+--- vmime.orig/SConstruct
++++ vmime/SConstruct
 @@ -595,8 +595,6 @@ env.Append(CPPDEFINES = ['_REENTRANT=1']
  
  env.Append(CXXFLAGS = ['-W'])

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

Reply via email to