Hello community,

here is the log from the commit of package capi4hylafax for openSUSE:Factory 
checked in at 2013-06-26 10:30:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/capi4hylafax (Old)
 and      /work/SRC/openSUSE:Factory/.capi4hylafax.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "capi4hylafax"

Changes:
--------
--- /work/SRC/openSUSE:Factory/capi4hylafax/capi4hylafax.changes        
2012-02-08 17:17:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.capi4hylafax.new/capi4hylafax.changes   
2013-06-26 10:30:04.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 25 08:27:23 UTC 2013 - [email protected]
+
+- fix build with gcc 4.8
+  * capi4hylafax-gcc48.diff
+
+-------------------------------------------------------------------

New:
----
  capi4hylafax-gcc48.diff

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

Other differences:
------------------
++++++ capi4hylafax.spec ++++++
--- /var/tmp/diff_new_pack.CrmY1J/_old  2013-06-26 10:30:05.000000000 +0200
+++ /var/tmp/diff_new_pack.CrmY1J/_new  2013-06-26 10:30:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package capi4hylafax
 #
-# Copyright (c) 2011 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
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           capi4hylafax
 BuildRequires:  capi4linux
 BuildRequires:  capi4linux-devel
@@ -25,7 +24,12 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  pwdutils
-Requires:       hylafax tiff gs_lib smtp_daemon a2ps hylafax-client
+Requires:       a2ps
+Requires:       gs_lib
+Requires:       hylafax
+Requires:       hylafax-client
+Requires:       smtp_daemon
+Requires:       tiff
 Version:        01.03.00
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
@@ -33,13 +37,15 @@
 Patch1:         capi4hylafax-secfix.diff
 Patch2:         capi4hylafax-secfix2.diff
 Patch3:         capi4hylafax-configure.diff
+Patch4:         capi4hylafax-gcc48.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Adds a faxcapi modem for hylafax
 License:        GPL-2.0+
 Group:          Hardware/Fax
 PreReq:         sh-utils fileutils %insserv_prereq %fillup_prereq 
/usr/sbin/useradd /usr/sbin/usermod
-URL:            http://www.avm.de
+Url:            http://www.avm.de
 Summary:        Adds a faxcapi modem for hylafax
+Group:          Hardware/Fax
 
 %description
 capi4hylafax adds a faxcapi modem to the hylafax environment. It allows
@@ -52,6 +58,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3
+%patch4 -p1
 find ../ -name .cvsignore -exec rm {} \;
 
 %build

++++++ capi4hylafax-gcc48.diff ++++++
http://code.ohloh.net/file?fid=Aa8BOXyBSvqUSeKUh5bWy9E9Ndc&cid=P9m-lyBa7_I&s=&browser=Default&fp=306441&mpundefined&projSelected=true#L0
--- capi4hylafax-01.03.00/src/standard/aStdLib.cpp.old  2013-05-21 
16:55:37.031658830 +0200
+++ capi4hylafax-01.03.00/src/standard/aStdLib.cpp      2013-05-21 
16:55:42.314905957 +0200
@@ -233,7 +233,7 @@
 
 tUInt a_pointer2string (void *pointer, tWiChar *string) {
     tULong    p   = (tULong) pointer;
-    tWiChar  *fmt = (sizeof (p) > 4) ? L"    .    :    .    " : L"    :    "; 
// must be symmetric!
+    const tWiChar  *fmt = (sizeof (p) > 4) ? L"    .    :    .    " : L"    :  
  "; // must be symmetric!
     unsigned i  = s_strlen (fmt);
 
     string[i] = '\0';

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to