commit hp2xx for openSUSE:Factory
Hello community, here is the log from the commit of package hp2xx for openSUSE:Factory checked in at Fri Nov 27 16:25:18 CET 2009. -------- --- hp2xx/hp2xx.changes 2009-08-26 13:55:40.000000000 +0200 +++ /mounts/work_src_done/STABLE/hp2xx/hp2xx.changes 2009-11-24 12:17:23.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Nov 24 11:16:43 UTC 2009 - crrodriguez@opensuse.org + +- fix implicit declarations + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- hp2xx-3.4.2-implicit-decls.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hp2xx.spec ++++++ --- /var/tmp/diff_new_pack.9X1rBm/_old 2009-11-27 16:25:05.000000000 +0100 +++ /var/tmp/diff_new_pack.9X1rBm/_new 2009-11-27 16:25:05.000000000 +0100 @@ -20,15 +20,16 @@ Name: hp2xx BuildRequires: libpng-devel libtiff-devel xorg-x11 xorg-x11-devel -License: GPL v2 or later +License: GPLv2+ Group: Productivity/Graphics/Convertors Url: http://www.gnu.org/software/hp2xx/hp2xx.html AutoReqProv: on Version: 3.4.2 -Release: 565 +Release: 566 Summary: Converts HP-GL Plotter Language into a Variety of Formats Source: hp2xx-%{version}.tar.bz2 Patch0: hp2xx-%{version}-fix.patch +Patch1: hp2xx-3.4.2-implicit-decls.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %install_info_prereq @@ -47,6 +48,7 @@ %prep %setup -q %patch0 -p1 -b .fix +%patch1 %build make OPTFLAGS="$RPM_OPT_FLAGS" LFLAGS="-L/usr/X11R6/%{_lib}" ++++++ hp2xx-3.4.2-implicit-decls.patch ++++++ Index: sources/to_escp2.c =================================================================== --- sources/to_escp2.c.orig 2002-02-22 17:07:32.000000000 -0300 +++ sources/to_escp2.c 2009-11-24 08:15:04.000000000 -0300 @@ -30,6 +30,7 @@ copies. **/ #include <stdio.h> +#include <string.h> #include <stdlib.h> #include "bresnham.h" #include "hp2xx.h" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- 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