Hello community, here is the log from the commit of package scarse checked in at Tue Dec 19 17:17:53 CET 2006. -------- --- scarse/scarse.changes 2006-05-24 22:01:15.000000000 +0200 +++ /mounts/work_src_done/STABLE/scarse/scarse.changes 2006-12-19 11:00:30.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Dec 19 11:00:28 CET 2006 - meissner@suse.de + +- fixed build. + +------------------------------------------------------------------- New: ---- scarse-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scarse.spec ++++++ --- /var/tmp/diff_new_pack.1HFeLf/_old 2006-12-19 17:17:38.000000000 +0100 +++ /var/tmp/diff_new_pack.1HFeLf/_new 2006-12-19 17:17:38.000000000 +0100 @@ -13,25 +13,26 @@ Name: scarse BuildRequires: libtiff-devel Version: 0.4.alpha -Release: 14 +Release: 35 %define _version 0.4 %define __version 0.4-alpha URL: http://www.scarse.org/ Group: Productivity/Graphics/Other -License: GPL, BSD +License: BSD License and BSD-like, GNU General Public License (GPL) Summary: Scanner CAlibration ReaSonably Easy Source: %{name}-%{_version}-src.tar.bz2 Patch: scarse-0.4-alpha-gcc4.patch Patch1: scarse-icclib-fix.patch Patch2: scarse-0.4-alpha-integer.patch Patch3: scarse-strip.patch +Patch4: scarse-fix.patch Autoreqprov: on BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Scarse is a free color calibration and management software package. It lets you build and use ICC profiles. Custom profiles can be generated -from variety of calibration targets. +from a variety of calibration targets. @@ -45,6 +46,7 @@ %patch1 %patch2 %patch3 +%patch4 -p1 %build export CFLAGS="$RPM_OPT_FLAGS" @@ -69,6 +71,8 @@ /usr/share/scarse %changelog -n scarse +* Tue Dec 19 2006 - meissner@suse.de +- fixed build. * Wed May 24 2006 - schwab@suse.de - Don't strip binaries. * Fri Jan 27 2006 - mls@suse.de ++++++ scarse-fix.patch ++++++ --- scarse-0.4-alpha/src/ipb.c.xx 2006-12-19 10:54:15.000000000 +0100 +++ scarse-0.4-alpha/src/ipb.c 2006-12-19 10:56:19.000000000 +0100 @@ -1154,7 +1154,8 @@ char *s = strchr(optarg, ':'); if (!s) usage(); - x = strtod(++s, &s); + s++; + x = strtod(s, &s); if (*s != ',') usage(); y = strtod(++s, NULL); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de