commit sane-backends for openSUSE:Factory
Hello community, here is the log from the commit of package sane-backends for openSUSE:Factory checked in at Fri Sep 24 00:19:00 CEST 2010. -------- --- sane-backends/sane-backends.changes 2010-09-15 10:56:30.000000000 +0200 +++ /mounts/work_src_done/STABLE/sane-backends/sane-backends.changes 2010-09-22 14:18:13.000000000 +0200 @@ -1,0 +2,8 @@ +Wed Sep 22 14:08:26 CEST 2010 - jsmeix@suse.de + +- Configure with --enable-pthread so that backends can use + POSIX threads to implement asynchronous I/O instead of + the default which uses a pipe and forks a reader process + (see openSUSE/Novell Bugzilla bnc#633780). + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sane-backends.spec ++++++ --- /var/tmp/diff_new_pack.mdskXb/_old 2010-09-24 00:18:38.000000000 +0200 +++ /var/tmp/diff_new_pack.mdskXb/_new 2010-09-24 00:18:38.000000000 +0200 @@ -31,7 +31,7 @@ AutoReqProv: on Summary: SANE (Scanner Access Now Easy) Scanner Drivers Version: 1.0.21 -Release: 6 +Release: 7 Url: http://www.sane-project.org/ # URL for Source0: https://alioth.debian.org/frs/download.php/3258/sane-backends-1.0.21.tar.gz # MD5 sum for upstream sane-backends-1.0.21.tar.gz (not our .bz2): be586a23633949cf2ecf0c9c6d769130 @@ -389,7 +389,9 @@ autoreconf -fi export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DGIMP_ENABLE_COMPAT_CRUFT=1 -fno-strict-aliasing" export LDFLAGS="-L/%_lib $LDFLAGS" -# Disable locking because /var/lock/sane/ would be a world-writable directory: +# Enable pthread instead of fork (used in Debian since Feb 2009 and no issues so far), +# see https://bugzilla.novell.com/show_bug.cgi?id=633780 +# Disable locking because /var/lock/sane/ would be a world-writable directory. ./configure --prefix=/usr \ --exec-prefix=/usr \ --sysconfdir=%{_sysconfdir} \ @@ -399,6 +401,7 @@ --datadir=%{_datadir} \ --with-gphoto2 \ --with-docdir=%{_defaultdocdir}/sane-backends \ + --enable-pthread \ --disable-locking # Enable locking for backends where "99" is the group of the lockfile path (LOCKPATH_GROUP) # because "99" is the group of the user who runs the build when norootforbuild is used ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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