Hello community,

here is the log from the commit of package wv for openSUSE:Factory checked in 
at 2013-09-04 14:06:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wv (Old)
 and      /work/SRC/openSUSE:Factory/.wv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wv"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wv/wv.changes    2013-04-14 16:12:16.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.wv.new/wv.changes       2013-09-04 
14:06:10.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Aug 28 02:50:03 UTC 2013 - crrodrig...@opensuse.org
+
+- Also, cleanup buildrequires, libtiff is not used  and zlib-devel
+  is required.
+
+-------------------------------------------------------------------
+Wed Aug 28 01:47:05 UTC 2013 - crrodrig...@opensuse.org
+
+- wv-noansi.patch: Do not build with -ansi , but in gnu99 mode with 
+  system extensions enabled
+
+-------------------------------------------------------------------

New:
----
  wv-noansi.patch

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

Other differences:
------------------
++++++ wv.spec ++++++
--- /var/tmp/diff_new_pack.cOoO9g/_old  2013-09-04 14:06:10.000000000 +0200
+++ /var/tmp/diff_new_pack.cOoO9g/_new  2013-09-04 14:06:10.000000000 +0200
@@ -20,11 +20,11 @@
 %define lname  libwv-1_2-1
 BuildRequires:  glib2-devel
 BuildRequires:  libgsf-devel
-BuildRequires:  libtiff-devel
 BuildRequires:  libtool
 BuildRequires:  libwmf-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  pkgconfig
+BuildRequires:  zlib-devel
 Version:        1.2.2
 Release:        0
 Summary:        Tools for Importing Microsoft Word (tm) Documents
@@ -39,6 +39,7 @@
 Patch9:         %{name}-1.2.2-fiximplicit.patch
 Patch10:        wv-strcasecmp.patch
 Patch11:        wv-gsf.patch
+Patch12:        wv-noansi.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       w3m
 
@@ -87,7 +88,7 @@
 %if 0%{?suse_version} > 1230
 %patch11 -p1
 %endif
-
+%patch12 -p1
 %build
 autoreconf -f -i --verbose
 %define warn_flags -Wall -Wstrict-prototypes -Wpointer-arith -Wformat 
-Wformat-security

++++++ wv-noansi.patch ++++++
--- wv-1.2.2.orig/configure.ac
+++ wv-1.2.2/configure.ac
@@ -53,9 +53,12 @@ AH_TOP([
 
 dnl Checks for programs.
 
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
+
 if test "x$GCC" = "xyes"; then
-       ANSI_CFLAGS="-ansi"
+       ANSI_CFLAGS=""
 else
        ANSI_CFLAGS=""
 fi
--- wv-1.2.2.orig/wvWare.c
+++ wv-1.2.2/wvWare.c
@@ -30,8 +30,6 @@
 #include "wv.h"
 #include "getopt.h"
 
-/* strdup isn't declared in <string.h> for `gcc -ansi'; declare it here */
-extern char *strdup (const char *);
 
 extern char *str_copy(char *d, size_t n, char *s);
 extern char *str_append(char *d, size_t n, char *s);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to