forked from pool/sane-backends
This commit is contained in:
parent
b578a6a19e
commit
df76a8fc61
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 31 10:45:45 CET 2008 - adrian@suse.de
|
||||||
|
|
||||||
|
- call create_hal_global_fdi_for_scanners via bash. We can not rely
|
||||||
|
on source file permissions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 14 16:07:08 CEST 2007 - jsmeix@suse.de
|
Tue Aug 14 16:07:08 CEST 2007 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sane-backends (Version 1.0.18)
|
# spec file for package sane-backends (Version 1.0.18)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
BuildRequires: libgphoto2-devel libieee1284 libjpeg-devel libpng net-snmp-devel pkg-config texlive-latex
|
BuildRequires: libgphoto2-devel libieee1284 libjpeg-devel libpng net-snmp-devel pkg-config texlive-latex
|
||||||
License: GPL v2 or later, LGPL v2 or later, GPL with linking exception.
|
License: GPL v2 or later; LGPL v2.1 or later; Public Domain, Freeware
|
||||||
Group: Hardware/Scanner
|
Group: Hardware/Scanner
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Summary: SANE (Scanner Access Now Easy) scanner drivers
|
Summary: SANE (Scanner Access Now Easy) Scanner Drivers
|
||||||
Version: 1.0.18
|
Version: 1.0.18
|
||||||
Release: 61
|
Release: 125
|
||||||
URL: http://www.sane-project.org/
|
Url: http://www.sane-project.org/
|
||||||
# URL for Source0: http://alioth.debian.org/download.php/1669/sane-backends-1.0.18.tar.gz
|
# URL for Source0: http://alioth.debian.org/download.php/1669/sane-backends-1.0.18.tar.gz
|
||||||
Source0: sane-backends-%{version}.tar.bz2
|
Source0: sane-backends-%{version}.tar.bz2
|
||||||
# Source100... is SUSE specific stuff:
|
# Source100... is SUSE specific stuff:
|
||||||
@ -91,7 +91,7 @@ Obsoletes: sane
|
|||||||
The software consists of SANE scanner drivers, "scanimage," and the
|
The software consists of SANE scanner drivers, "scanimage," and the
|
||||||
"saned" daemon.
|
"saned" daemon.
|
||||||
|
|
||||||
The user uses a SANE scanner driver via a SANE front-end. This package
|
A SANE scanner driver is used via a SANE front-end. This package
|
||||||
contains the command line front-end "scanimage". There are various
|
contains the command line front-end "scanimage". There are various
|
||||||
graphical front-ends like "xscanimage" (package sane-frontends), XSane
|
graphical front-ends like "xscanimage" (package sane-frontends), XSane
|
||||||
(package xsane), and the KDE front-end Kooka (package
|
(package xsane), and the KDE front-end Kooka (package
|
||||||
@ -297,7 +297,7 @@ install -d %{buildroot}%{_sysconfdir}/udev/rules.d
|
|||||||
install -m644 %{SOURCE107} %{buildroot}%{_sysconfdir}/udev/rules.d/55-libsane.rules
|
install -m644 %{SOURCE107} %{buildroot}%{_sysconfdir}/udev/rules.d/55-libsane.rules
|
||||||
# Run the script which outputs a global HAL fdi file for scanners which are known to SANE
|
# Run the script which outputs a global HAL fdi file for scanners which are known to SANE
|
||||||
# and install its output as /etc/hal/fdi/policy/10osvendor/70-scanner.fdi:
|
# and install its output as /etc/hal/fdi/policy/10osvendor/70-scanner.fdi:
|
||||||
%{SOURCE108} %{SOURCE107} >70-scanner.fdi
|
bash %{SOURCE108} %{SOURCE107} >70-scanner.fdi
|
||||||
install -d %{buildroot}%{_sysconfdir}/hal/fdi/policy/10osvendor
|
install -d %{buildroot}%{_sysconfdir}/hal/fdi/policy/10osvendor
|
||||||
install -m644 70-scanner.fdi %{buildroot}%{_sysconfdir}/hal/fdi/policy/10osvendor/70-scanner.fdi
|
install -m644 70-scanner.fdi %{buildroot}%{_sysconfdir}/hal/fdi/policy/10osvendor/70-scanner.fdi
|
||||||
# xinetd stuff:
|
# xinetd stuff:
|
||||||
@ -350,47 +350,50 @@ exit 0
|
|||||||
%doc %{_mandir}/man8/saned.8.gz
|
%doc %{_mandir}/man8/saned.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 14 2007 - jsmeix@suse.de
|
* Thu Jan 31 2008 adrian@suse.de
|
||||||
|
- call create_hal_global_fdi_for_scanners via bash. We can not rely
|
||||||
|
on source file permissions
|
||||||
|
* Tue Aug 14 2007 jsmeix@suse.de
|
||||||
- Replaced create_hal_global_fdi_for_scanners by
|
- Replaced create_hal_global_fdi_for_scanners by
|
||||||
create_hal_global_fdi_from_libsane.rules which creates the
|
create_hal_global_fdi_from_libsane.rules which creates the
|
||||||
global HAL 70-scanner.fdi file during build-time from the
|
global HAL 70-scanner.fdi file during build-time from the
|
||||||
libsane.rules file (see Novell/Suse Bugzilla bug 298878).
|
libsane.rules file (see Novell/Suse Bugzilla bug 298878).
|
||||||
* Fri Aug 10 2007 - jsmeix@suse.de
|
* Fri Aug 10 2007 jsmeix@suse.de
|
||||||
- Removed hpoj.desc completely to avoid confusion with its
|
- Removed hpoj.desc completely to avoid confusion with its
|
||||||
successor hpaio.desc because since openSUSE 10.3 the package
|
successor hpaio.desc because since openSUSE 10.3 the package
|
||||||
hp-officeJet (for hpoj.desc) is dropped.
|
hp-officeJet (for hpoj.desc) is dropped.
|
||||||
- Updated hpaio.desc from the current HPLIP version 2.7.7.
|
- Updated hpaio.desc from the current HPLIP version 2.7.7.
|
||||||
- Updated epkowa.desc from the current Iscan version 2.8.0.1.
|
- Updated epkowa.desc from the current Iscan version 2.8.0.1.
|
||||||
* Fri Aug 03 2007 - jsmeix@suse.de
|
* Fri Aug 03 2007 jsmeix@suse.de
|
||||||
- Added libsane.rules.CVS-2007-07-29.using-lp which are udev rules
|
- Added libsane.rules.CVS-2007-07-29.using-lp which are udev rules
|
||||||
that are needed for the openSUSE 10.3 kernel. The rules are
|
that are needed for the openSUSE 10.3 kernel. The rules are
|
||||||
derived from what sane-desc in sane-backends 1.0.18-cvs creates.
|
derived from what sane-desc in sane-backends 1.0.18-cvs creates.
|
||||||
* Wed Jun 13 2007 - jsmeix@suse.de
|
* Wed Jun 13 2007 jsmeix@suse.de
|
||||||
- Adapted create_hal_global_fdi_for_scanners according to the
|
- Adapted create_hal_global_fdi_for_scanners according to the
|
||||||
currently newest changes in HAL (see Suse Bugzilla bug 250659).
|
currently newest changes in HAL (see Suse Bugzilla bug 250659).
|
||||||
* Wed Jun 06 2007 - dmueller@suse.de
|
* Wed Jun 06 2007 dmueller@suse.de
|
||||||
- Build modules as libtool modules.
|
- Build modules as libtool modules.
|
||||||
* Sat Apr 21 2007 - aj@suse.de
|
* Sat Apr 21 2007 aj@suse.de
|
||||||
- Use texlive.
|
- Use texlive.
|
||||||
* Wed Feb 21 2007 - jsmeix@suse.de
|
* Wed Feb 21 2007 jsmeix@suse.de
|
||||||
- Added a fix for an "array subscript is above array bounds"
|
- Added a fix for an "array subscript is above array bounds"
|
||||||
error in niash.c to fix-buffer-overflow.patch
|
error in niash.c to fix-buffer-overflow.patch
|
||||||
(see Suse Bugzilla bug 246654).
|
(see Suse Bugzilla bug 246654).
|
||||||
* Wed Jan 31 2007 - jsmeix@suse.de
|
* Wed Jan 31 2007 jsmeix@suse.de
|
||||||
- Added a fix for an "array subscript is above array bounds"
|
- Added a fix for an "array subscript is above array bounds"
|
||||||
error in sanei_ab306.c to fix-buffer-overflow.patch
|
error in sanei_ab306.c to fix-buffer-overflow.patch
|
||||||
(see Suse Bugzilla bug 239953).
|
(see Suse Bugzilla bug 239953).
|
||||||
* Mon Jan 29 2007 - jsmeix@suse.de
|
* Mon Jan 29 2007 jsmeix@suse.de
|
||||||
- Renamed the package from 'sane' (which is only used by Suse)
|
- Renamed the package from 'sane' (which is only used by Suse)
|
||||||
to 'sane-backends' which is used by the rest of the world
|
to 'sane-backends' which is used by the rest of the world
|
||||||
and let this package provide and obsolete 'sane'.
|
and let this package provide and obsolete 'sane'.
|
||||||
- Updated replace-HZ-by-sysconf_SC_CLK_TCK.patch to what
|
- Updated replace-HZ-by-sysconf_SC_CLK_TCK.patch to what
|
||||||
there will be done upstream.
|
there will be done upstream.
|
||||||
* Fri Dec 08 2006 - jsmeix@suse.de
|
* Fri Dec 08 2006 jsmeix@suse.de
|
||||||
- fix-ambiguous-post-pre-increment.patch fixes an ambiguous
|
- fix-ambiguous-post-pre-increment.patch fixes an ambiguous
|
||||||
post-increment in canon-sane.c for big-endian architectures
|
post-increment in canon-sane.c for big-endian architectures
|
||||||
(e.g. PowerPC).
|
(e.g. PowerPC).
|
||||||
* Fri Oct 27 2006 - jsmeix@suse.de
|
* Fri Oct 27 2006 jsmeix@suse.de
|
||||||
- Updated hpaio.desc from the current HPLIP version 1.6.10
|
- Updated hpaio.desc from the current HPLIP version 1.6.10
|
||||||
- Updated epkowa.desc from the current Iscan version 2.3.0.1.
|
- Updated epkowa.desc from the current Iscan version 2.3.0.1.
|
||||||
- Added fixes of possible strncat buffer overflows and
|
- Added fixes of possible strncat buffer overflows and
|
||||||
@ -401,29 +404,29 @@ exit 0
|
|||||||
sane-dev (see Suse Bugzilla bug 160899).
|
sane-dev (see Suse Bugzilla bug 160899).
|
||||||
- Moved sane-dev from {_initrddir} to {_datadir}/sane/ to have it
|
- Moved sane-dev from {_initrddir} to {_datadir}/sane/ to have it
|
||||||
still available in case of backward compatibility problems.
|
still available in case of backward compatibility problems.
|
||||||
* Sun Oct 22 2006 - meissner@suse.de
|
* Sun Oct 22 2006 meissner@suse.de
|
||||||
- buildrequires libgphoto2-devel.
|
- buildrequires libgphoto2-devel.
|
||||||
* Mon Sep 18 2006 - jsmeix@suse.de
|
* Mon Sep 18 2006 jsmeix@suse.de
|
||||||
- fix-uninitialized-variables.patch fixes an uninitialized
|
- fix-uninitialized-variables.patch fixes an uninitialized
|
||||||
variable in teco2.c (see Suse Bugzilla bug 205451).
|
variable in teco2.c (see Suse Bugzilla bug 205451).
|
||||||
- create_hal_global_fdi_for_scanners can be called by HAL or YaST
|
- create_hal_global_fdi_for_scanners can be called by HAL or YaST
|
||||||
to create a global HAL fdi file for scanners which are known
|
to create a global HAL fdi file for scanners which are known
|
||||||
by the current SANE version (see Suse Bugzilla bug 160899).
|
by the current SANE version (see Suse Bugzilla bug 160899).
|
||||||
* Mon Sep 11 2006 - jsmeix@suse.de
|
* Mon Sep 11 2006 jsmeix@suse.de
|
||||||
- disable-resmgr-support.patch disables the resmgr support in SANE
|
- disable-resmgr-support.patch disables the resmgr support in SANE
|
||||||
which is no longer needed in SANE because resmgr works now
|
which is no longer needed in SANE because resmgr works now
|
||||||
outside of SANE via ACLs for the scanner device nodes.
|
outside of SANE via ACLs for the scanner device nodes.
|
||||||
* Mon Sep 04 2006 - jsmeix@suse.de
|
* Mon Sep 04 2006 jsmeix@suse.de
|
||||||
- Replaced the fix from Thu Aug 31 in fujitsu.c by a new fix
|
- Replaced the fix from Thu Aug 31 in fujitsu.c by a new fix
|
||||||
fujitsu-disable-hw_ink_remain.patch which disables hw_ink_remain
|
fujitsu-disable-hw_ink_remain.patch which disables hw_ink_remain
|
||||||
which causes a buffer overflow (see Suse Bugzilla bug 202243).
|
which causes a buffer overflow (see Suse Bugzilla bug 202243).
|
||||||
* Thu Aug 31 2006 - jsmeix@suse.de
|
* Thu Aug 31 2006 jsmeix@suse.de
|
||||||
- Added a fix of a too small char array in fujitsu.c to
|
- Added a fix of a too small char array in fujitsu.c to
|
||||||
fix-buffer-overflow.patch (see Suse Bugzilla bug 202243).
|
fix-buffer-overflow.patch (see Suse Bugzilla bug 202243).
|
||||||
* Fri Jul 21 2006 - jsmeix@suse.de
|
* Fri Jul 21 2006 jsmeix@suse.de
|
||||||
- canon-backend-autoprobing.patch lets the "canon" backend
|
- canon-backend-autoprobing.patch lets the "canon" backend
|
||||||
do scanner auto-recognition (see Suse Bugzilla bug 177492).
|
do scanner auto-recognition (see Suse Bugzilla bug 177492).
|
||||||
* Tue Jul 04 2006 - jsmeix@suse.de
|
* Tue Jul 04 2006 jsmeix@suse.de
|
||||||
- Updated to sane-backends version 1.0.18:
|
- Updated to sane-backends version 1.0.18:
|
||||||
New backends: dell1600n_net, hp3500, pixma, stv680.
|
New backends: dell1600n_net, hp3500, pixma, stv680.
|
||||||
Updated backends: avision, canon, dll, epson, fujitsu, genesys,
|
Updated backends: avision, canon, dll, epson, fujitsu, genesys,
|
||||||
@ -437,45 +440,45 @@ exit 0
|
|||||||
by the more correct sysconf(_SC_CLK_TCK) runtime value.
|
by the more correct sysconf(_SC_CLK_TCK) runtime value.
|
||||||
- Updated hpaio.desc from the current HPLIP version 1.6.6a.
|
- Updated hpaio.desc from the current HPLIP version 1.6.6a.
|
||||||
- Updated epkowa.desc from the current Iscan version 2.1.0.1.
|
- Updated epkowa.desc from the current Iscan version 2.1.0.1.
|
||||||
* Wed Mar 22 2006 - jsmeix@suse.de
|
* Wed Mar 22 2006 jsmeix@suse.de
|
||||||
- Added "haldaemon" to Should-Start in /etc/init.d/sane-dev and
|
- Added "haldaemon" to Should-Start in /etc/init.d/sane-dev and
|
||||||
keeping old name "hal" for the same boot facility to be safe.
|
keeping old name "hal" for the same boot facility to be safe.
|
||||||
* Wed Mar 15 2006 - jsmeix@suse.de
|
* Wed Mar 15 2006 jsmeix@suse.de
|
||||||
- Fixed percent-characters for RPM in post-install script
|
- Fixed percent-characters for RPM in post-install script
|
||||||
(use '%%%%' in spec file to get actually '%%' in the script).
|
(use '%%%%' in spec file to get actually '%%' in the script).
|
||||||
* Mon Mar 13 2006 - jsmeix@suse.de
|
* Mon Mar 13 2006 jsmeix@suse.de
|
||||||
- Added automagic but safe pos-install script which tries
|
- Added automagic but safe pos-install script which tries
|
||||||
to update resmgr permissions for scanners for an update
|
to update resmgr permissions for scanners for an update
|
||||||
from Suse Linux 10.0 to 10.1 (see Suse Bugzilla bug 157055).
|
from Suse Linux 10.0 to 10.1 (see Suse Bugzilla bug 157055).
|
||||||
* Fri Jan 27 2006 - jsmeix@suse.de
|
* Fri Jan 27 2006 jsmeix@suse.de
|
||||||
- Current epkowa.desc from the current iscan package.
|
- Current epkowa.desc from the current iscan package.
|
||||||
- Current hpaio.desc made from the current hplip package.
|
- Current hpaio.desc made from the current hplip package.
|
||||||
- Changed hpoj.desc to match better to hpaio.desc.
|
- Changed hpoj.desc to match better to hpaio.desc.
|
||||||
Added "hpoj is outdated" comments to hpoj.desc.
|
Added "hpoj is outdated" comments to hpoj.desc.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Jan 03 2006 - jsmeix@suse.de
|
* Tue Jan 03 2006 jsmeix@suse.de
|
||||||
- Updated to sane-backends version 1.0.17.
|
- Updated to sane-backends version 1.0.17.
|
||||||
* Mon Sep 26 2005 - jsmeix@suse.de
|
* Mon Sep 26 2005 jsmeix@suse.de
|
||||||
- Disabled locking because /var/lock/sane/ would be world writable.
|
- Disabled locking because /var/lock/sane/ would be world writable.
|
||||||
* Tue Sep 20 2005 - jsmeix@suse.de
|
* Tue Sep 20 2005 jsmeix@suse.de
|
||||||
- Updated to sane-backends version 1.0.16.
|
- Updated to sane-backends version 1.0.16.
|
||||||
* Mon Aug 22 2005 - jsmeix@suse.de
|
* Mon Aug 22 2005 jsmeix@suse.de
|
||||||
- Updated the hpaio.desc file according to our current HPLIP
|
- Updated the hpaio.desc file according to our current HPLIP
|
||||||
software version 0.9.4.
|
software version 0.9.4.
|
||||||
* Tue Aug 09 2005 - jsmeix@suse.de
|
* Tue Aug 09 2005 jsmeix@suse.de
|
||||||
- Updated the epkowa.desc in this package with the newest version
|
- Updated the epkowa.desc in this package with the newest version
|
||||||
from the iscan package to build the SANE documentation files
|
from the iscan package to build the SANE documentation files
|
||||||
accordingly (see the entry dated Thu Feb 17 16:52:24 CET 2005).
|
accordingly (see the entry dated Thu Feb 17 16:52:24 CET 2005).
|
||||||
* Mon Aug 01 2005 - jsmeix@suse.de
|
* Mon Aug 01 2005 jsmeix@suse.de
|
||||||
- Added the USB usermap file to the sane package to have the
|
- Added the USB usermap file to the sane package to have the
|
||||||
USB manufacturer and model IDs available for scanner detection.
|
USB manufacturer and model IDs available for scanner detection.
|
||||||
* Wed May 25 2005 - jsmeix@suse.de
|
* Wed May 25 2005 jsmeix@suse.de
|
||||||
- Added "Should-Start: hal" to sane-dev.
|
- Added "Should-Start: hal" to sane-dev.
|
||||||
- The "SnapScan 1236u" needs no firmware upload (SUSE bug 73960).
|
- The "SnapScan 1236u" needs no firmware upload (SUSE bug 73960).
|
||||||
* Tue May 17 2005 - jsmeix@suse.de
|
* Tue May 17 2005 jsmeix@suse.de
|
||||||
- Fix "... is used uninitialized ..." warnings.
|
- Fix "... is used uninitialized ..." warnings.
|
||||||
* Fri Mar 11 2005 - jsmeix@suse.de
|
* Fri Mar 11 2005 jsmeix@suse.de
|
||||||
- Removed the obsolete SLP stuff from sane-dev
|
- Removed the obsolete SLP stuff from sane-dev
|
||||||
because sane-dev has nothing to do with
|
because sane-dev has nothing to do with
|
||||||
saned and its SLP registration (SUSE bug 72156).
|
saned and its SLP registration (SUSE bug 72156).
|
||||||
@ -484,11 +487,11 @@ exit 0
|
|||||||
HPLIP creates SANE devices like 'hpaio:.../dev/...'.
|
HPLIP creates SANE devices like 'hpaio:.../dev/...'.
|
||||||
- Replaced the test with 'ps' for a running scanimage
|
- Replaced the test with 'ps' for a running scanimage
|
||||||
with a simpler test using '/proc/$scanimagePID/cmdline'.
|
with a simpler test using '/proc/$scanimagePID/cmdline'.
|
||||||
* Thu Feb 24 2005 - jsmeix@suse.de
|
* Thu Feb 24 2005 jsmeix@suse.de
|
||||||
- Increased the maximum wait time in sane-dev to 30 seconds
|
- Increased the maximum wait time in sane-dev to 30 seconds
|
||||||
because some scanners fall asleep and need a longer time
|
because some scanners fall asleep and need a longer time
|
||||||
to wake up and respond to 'scanimage -f ...'.
|
to wake up and respond to 'scanimage -f ...'.
|
||||||
* Thu Feb 17 2005 - jsmeix@suse.de
|
* Thu Feb 17 2005 jsmeix@suse.de
|
||||||
- Updated the SUSE versions of the descriptions-external files.
|
- Updated the SUSE versions of the descriptions-external files.
|
||||||
- Now the SUSE versions of the descriptions-external files
|
- Now the SUSE versions of the descriptions-external files
|
||||||
are used for build so that the SANE documentation files
|
are used for build so that the SANE documentation files
|
||||||
@ -498,9 +501,9 @@ exit 0
|
|||||||
package names 'sane-backends' and 'sane-frontends' according to
|
package names 'sane-backends' and 'sane-frontends' according to
|
||||||
the two SANE software projecs. Therefore third party RPMs which
|
the two SANE software projecs. Therefore third party RPMs which
|
||||||
require SANE libraries usually have 'Requires: sane-backends'.
|
require SANE libraries usually have 'Requires: sane-backends'.
|
||||||
* Thu Feb 10 2005 - ro@suse.de
|
* Thu Feb 10 2005 ro@suse.de
|
||||||
- added libpng to neededforbuild (for tetex)
|
- added libpng to neededforbuild (for tetex)
|
||||||
* Tue Feb 08 2005 - jsmeix@suse.de
|
* Tue Feb 08 2005 jsmeix@suse.de
|
||||||
- Replaced the descriptions-external file epkowa.desc from SANE
|
- Replaced the descriptions-external file epkowa.desc from SANE
|
||||||
by an extended SUSE version which has more model listed
|
by an extended SUSE version which has more model listed
|
||||||
according to "man sane-epkowa" in the SUSE iscan package.
|
according to "man sane-epkowa" in the SUSE iscan package.
|
||||||
@ -508,13 +511,13 @@ exit 0
|
|||||||
is now done by the YaST scanner config only if a SCSI scanner
|
is now done by the YaST scanner config only if a SCSI scanner
|
||||||
was set up (i.e. for USB scanners sane-dev is useless and
|
was set up (i.e. for USB scanners sane-dev is useless and
|
||||||
therefore it should not run by default).
|
therefore it should not run by default).
|
||||||
* Wed Feb 02 2005 - jsmeix@suse.de
|
* Wed Feb 02 2005 jsmeix@suse.de
|
||||||
- Added a descriptions-external file hpaio.desc which was
|
- Added a descriptions-external file hpaio.desc which was
|
||||||
manually derived from the models.xml in the hplip package.
|
manually derived from the models.xml in the hplip package.
|
||||||
Therefore there is a package version problem to have a fixed
|
Therefore there is a package version problem to have a fixed
|
||||||
source file hpaio.desc but in the future an automated script
|
source file hpaio.desc but in the future an automated script
|
||||||
may create an up to date hpaio.desc file.
|
may create an up to date hpaio.desc file.
|
||||||
* Tue Dec 28 2004 - jsmeix@suse.de
|
* Tue Dec 28 2004 jsmeix@suse.de
|
||||||
- Changed how the descriptions and descriptions-external files
|
- Changed how the descriptions and descriptions-external files
|
||||||
are installed (those files are needed by YaST to create its
|
are installed (those files are needed by YaST to create its
|
||||||
scanner database): No longer via a doc/Makefile.in patch
|
scanner database): No longer via a doc/Makefile.in patch
|
||||||
@ -526,45 +529,45 @@ exit 0
|
|||||||
- Replaced the descriptions-external file hpoj.desc from SANE
|
- Replaced the descriptions-external file hpoj.desc from SANE
|
||||||
by an extended SUSE version which has a list of explicite model
|
by an extended SUSE version which has a list of explicite model
|
||||||
names added so that YaST can show a detailed model list.
|
names added so that YaST can show a detailed model list.
|
||||||
* Wed Nov 17 2004 - jsmeix@suse.de
|
* Wed Nov 17 2004 jsmeix@suse.de
|
||||||
- Changed runlevel script "sane-dev":
|
- Changed runlevel script "sane-dev":
|
||||||
Avoid too long (perhaps infinite) waiting for "scanimage".
|
Avoid too long (perhaps infinite) waiting for "scanimage".
|
||||||
Maximum wait is 10 seconds.
|
Maximum wait is 10 seconds.
|
||||||
Improved the format of the output.
|
Improved the format of the output.
|
||||||
* Wed Nov 10 2004 - jsmeix@suse.de
|
* Wed Nov 10 2004 jsmeix@suse.de
|
||||||
- Changed "sane" runlevel script which sets permissions in /dev/
|
- Changed "sane" runlevel script which sets permissions in /dev/
|
||||||
and renamed it to "sane-dev" to avoid confusion with the
|
and renamed it to "sane-dev" to avoid confusion with the
|
||||||
SANE network daemon "saned" and its service name "sane-port"
|
SANE network daemon "saned" and its service name "sane-port"
|
||||||
respectively "sane" (see SUSE bugzilla bug 41233).
|
respectively "sane" (see SUSE bugzilla bug 41233).
|
||||||
* Mon Nov 08 2004 - jsmeix@suse.de
|
* Mon Nov 08 2004 jsmeix@suse.de
|
||||||
- new sane-backends version 1.0.15
|
- new sane-backends version 1.0.15
|
||||||
- sane-frontends stuff is moved to the new package sane-frontends
|
- sane-frontends stuff is moved to the new package sane-frontends
|
||||||
* Wed Oct 20 2004 - ro@suse.de
|
* Wed Oct 20 2004 ro@suse.de
|
||||||
- locale rename: no -> nb
|
- locale rename: no -> nb
|
||||||
* Mon Sep 20 2004 - jsmeix@suse.de
|
* Mon Sep 20 2004 jsmeix@suse.de
|
||||||
- Added a test in /etc/init.d/sane whether slpd is really
|
- Added a test in /etc/init.d/sane whether slpd is really
|
||||||
running before "/etc/init.d/slpd reload" is done.
|
running before "/etc/init.d/slpd reload" is done.
|
||||||
(SUSE bugzilla bug 42032).
|
(SUSE bugzilla bug 42032).
|
||||||
* Wed Sep 15 2004 - jsmeix@suse.de
|
* Wed Sep 15 2004 jsmeix@suse.de
|
||||||
- Added sane-backends-1.0.14-epson_d8.patch which fixes the
|
- Added sane-backends-1.0.14-epson_d8.patch which fixes the
|
||||||
problem with EPSON D8 function level scanners that have
|
problem with EPSON D8 function level scanners that have
|
||||||
a transparency unit (SUSE bugzilla bug 45075).
|
a transparency unit (SUSE bugzilla bug 45075).
|
||||||
- Changed the file name of /etc/xinetd.d/sane.xinetd to
|
- Changed the file name of /etc/xinetd.d/sane.xinetd to
|
||||||
/etc/xinetd.d/sane-port because xinetd ignores files
|
/etc/xinetd.d/sane-port because xinetd ignores files
|
||||||
with names containing a dot (SUSE bugzilla bug 45313).
|
with names containing a dot (SUSE bugzilla bug 45313).
|
||||||
* Fri Aug 13 2004 - jsmeix@suse.de
|
* Fri Aug 13 2004 jsmeix@suse.de
|
||||||
- Changed "sane" to "sane-port" in sane.xinetd see bug 41233
|
- Changed "sane" to "sane-port" in sane.xinetd see bug 41233
|
||||||
* Thu Jul 15 2004 - jsmeix@suse.de
|
* Thu Jul 15 2004 jsmeix@suse.de
|
||||||
- Added libieee1284 support (by using the new libieee1284 package)
|
- Added libieee1284 support (by using the new libieee1284 package)
|
||||||
* Tue Jul 13 2004 - jsmeix@suse.de
|
* Tue Jul 13 2004 jsmeix@suse.de
|
||||||
- Update sane-backends to version 1.0.14
|
- Update sane-backends to version 1.0.14
|
||||||
* Wed Apr 21 2004 - pth@suse.de
|
* Wed Apr 21 2004 pth@suse.de
|
||||||
- Remove libtool macros from acinclude.m4 that caused build
|
- Remove libtool macros from acinclude.m4 that caused build
|
||||||
failures.
|
failures.
|
||||||
- Fix the cases of unnecessary type-punning, obsoleting the need
|
- Fix the cases of unnecessary type-punning, obsoleting the need
|
||||||
for -fno-strict-aliasing.
|
for -fno-strict-aliasing.
|
||||||
- Fix pointer->int casts.
|
- Fix pointer->int casts.
|
||||||
* Thu Apr 01 2004 - jsmeix@suse.de
|
* Thu Apr 01 2004 jsmeix@suse.de
|
||||||
- Correction of what was done according to previous entry:
|
- Correction of what was done according to previous entry:
|
||||||
Disable all entries in almost all descriptions-external/*.desc
|
Disable all entries in almost all descriptions-external/*.desc
|
||||||
files because none of the external backends is included in the
|
files because none of the external backends is included in the
|
||||||
@ -573,77 +576,77 @@ exit 0
|
|||||||
because the hpoj backend is in fact available because it is
|
because the hpoj backend is in fact available because it is
|
||||||
in the hp-officeJet package which is installed by default
|
in the hp-officeJet package which is installed by default
|
||||||
see bug 37885
|
see bug 37885
|
||||||
* Mon Mar 29 2004 - jsmeix@suse.de
|
* Mon Mar 29 2004 jsmeix@suse.de
|
||||||
- Removed sane-descriptions-external-epkowa.desc.dif and
|
- Removed sane-descriptions-external-epkowa.desc.dif and
|
||||||
disabled all entries in all descriptions-external/*.desc files
|
disabled all entries in all descriptions-external/*.desc files
|
||||||
because none of the external backends is included in the sane
|
because none of the external backends is included in the sane
|
||||||
package (see bugzilla bug #37169) and for details see
|
package (see bugzilla bug #37169) and for details see
|
||||||
.../doc/packages/sane/sane-backends/sane-backends-external.html
|
.../doc/packages/sane/sane-backends/sane-backends-external.html
|
||||||
* Thu Mar 25 2004 - jsmeix@suse.de
|
* Thu Mar 25 2004 jsmeix@suse.de
|
||||||
- Patch sane-descriptions-external-epkowa.desc.dif
|
- Patch sane-descriptions-external-epkowa.desc.dif
|
||||||
disables those entries in descriptions-external/epkowa.desc
|
disables those entries in descriptions-external/epkowa.desc
|
||||||
which are also in descriptions/epson.desc
|
which are also in descriptions/epson.desc
|
||||||
because we want to prefer the open source backend "epson"
|
because we want to prefer the open source backend "epson"
|
||||||
(see bugzilla bug #36584).
|
(see bugzilla bug #36584).
|
||||||
* Tue Mar 23 2004 - meissner@suse.de
|
* Tue Mar 23 2004 meissner@suse.de
|
||||||
- gimp plugins are now in ../2.0/...
|
- gimp plugins are now in ../2.0/...
|
||||||
* Mon Mar 22 2004 - meissner@suse.de
|
* Mon Mar 22 2004 meissner@suse.de
|
||||||
- epson.conf triggers autodetect on mentioning of "usb", so just
|
- epson.conf triggers autodetect on mentioning of "usb", so just
|
||||||
add this instead of all ids. #36585
|
add this instead of all ids. #36585
|
||||||
* Fri Mar 12 2004 - meissner@suse.de
|
* Fri Mar 12 2004 meissner@suse.de
|
||||||
- The plustek driver has its very own idea of a config file format,
|
- The plustek driver has its very own idea of a config file format,
|
||||||
adapt the config patch.
|
adapt the config patch.
|
||||||
* Mon Mar 08 2004 - meissner@suse.de
|
* Mon Mar 08 2004 meissner@suse.de
|
||||||
- Updated the .conf files with most of the USB ids in use,
|
- Updated the .conf files with most of the USB ids in use,
|
||||||
so scanimage -L finds the scanners even without kernel module.
|
so scanimage -L finds the scanners even without kernel module.
|
||||||
* Wed Feb 25 2004 - meissner@suse.de
|
* Wed Feb 25 2004 meissner@suse.de
|
||||||
- Merged all system scanner ids into the hardcoded usermap,
|
- Merged all system scanner ids into the hardcoded usermap,
|
||||||
since newer kernels might no longer have the scanner module.
|
since newer kernels might no longer have the scanner module.
|
||||||
* Sat Feb 21 2004 - ro@suse.de
|
* Sat Feb 21 2004 ro@suse.de
|
||||||
- use no-strict-aliasing
|
- use no-strict-aliasing
|
||||||
* Sat Feb 21 2004 - ro@suse.de
|
* Sat Feb 21 2004 ro@suse.de
|
||||||
- fix gimp plugin link
|
- fix gimp plugin link
|
||||||
* Sat Feb 21 2004 - ro@suse.de
|
* Sat Feb 21 2004 ro@suse.de
|
||||||
- updated frontends to 1.0.11-cvs to get gimp2 support
|
- updated frontends to 1.0.11-cvs to get gimp2 support
|
||||||
- use gtk2 for gimp
|
- use gtk2 for gimp
|
||||||
* Wed Feb 18 2004 - meissner@suse.de
|
* Wed Feb 18 2004 meissner@suse.de
|
||||||
- actually apply the patch (and update it) and not just
|
- actually apply the patch (and update it) and not just
|
||||||
readd it to the sources.
|
readd it to the sources.
|
||||||
* Mon Feb 16 2004 - meissner@suse.de
|
* Mon Feb 16 2004 meissner@suse.de
|
||||||
- reapply resmgr patch.
|
- reapply resmgr patch.
|
||||||
* Fri Feb 06 2004 - jsmeix@suse.de
|
* Fri Feb 06 2004 jsmeix@suse.de
|
||||||
- new versions sane-backends-1.0.13 and sane-frontends-1.0.11
|
- new versions sane-backends-1.0.13 and sane-frontends-1.0.11
|
||||||
- use the more important backend version number as package version
|
- use the more important backend version number as package version
|
||||||
* Sat Jan 17 2004 - meissner@suse.de
|
* Sat Jan 17 2004 meissner@suse.de
|
||||||
- fixed small typemismatch in sm3600.c
|
- fixed small typemismatch in sm3600.c
|
||||||
* Wed Nov 19 2003 - adrian@suse.de
|
* Wed Nov 19 2003 adrian@suse.de
|
||||||
- use $HOSTNAME instead of $LOCALHOST in slp reg file
|
- use $HOSTNAME instead of $LOCALHOST in slp reg file
|
||||||
* Fri Nov 14 2003 - adrian@suse.de
|
* Fri Nov 14 2003 adrian@suse.de
|
||||||
- use correct keyword "X-UnitedLinux-Should-Start" in runlevel script
|
- use correct keyword "X-UnitedLinux-Should-Start" in runlevel script
|
||||||
* Thu Nov 13 2003 - adrian@suse.de
|
* Thu Nov 13 2003 adrian@suse.de
|
||||||
- add xinetd file for sane daemon
|
- add xinetd file for sane daemon
|
||||||
- let slpd check for running saned via (x)inetd
|
- let slpd check for running saned via (x)inetd
|
||||||
- notify slpd, if using saned init script
|
- notify slpd, if using saned init script
|
||||||
* Wed Nov 12 2003 - freitag@suse.de
|
* Wed Nov 12 2003 freitag@suse.de
|
||||||
- added registration file for slp daemon
|
- added registration file for slp daemon
|
||||||
* Mon Nov 10 2003 - ro@suse.de
|
* Mon Nov 10 2003 ro@suse.de
|
||||||
- use net-snmp instead of ucdsnmp
|
- use net-snmp instead of ucdsnmp
|
||||||
* Fri Oct 10 2003 - hvogel@suse.de
|
* Fri Oct 10 2003 hvogel@suse.de
|
||||||
- fix scanimage path in the init script
|
- fix scanimage path in the init script
|
||||||
* Mon Jun 16 2003 - meissner@suse.de
|
* Mon Jun 16 2003 meissner@suse.de
|
||||||
- Also use -L/%%_lib, so we find -lresmgr on x86_64.
|
- Also use -L/%%_lib, so we find -lresmgr on x86_64.
|
||||||
* Fri Jun 13 2003 - meissner@suse.de
|
* Fri Jun 13 2003 meissner@suse.de
|
||||||
- Buildrooted.
|
- Buildrooted.
|
||||||
- Added missing directories and files.
|
- Added missing directories and files.
|
||||||
* Fri Jun 06 2003 - freitag@suse.de
|
* Fri Jun 06 2003 freitag@suse.de
|
||||||
- update to backend version 1.0.12 - better support of current
|
- update to backend version 1.0.12 - better support of current
|
||||||
devices.
|
devices.
|
||||||
* Mon Mar 03 2003 - freitag@suse.de
|
* Mon Mar 03 2003 freitag@suse.de
|
||||||
- fixed a filelist error which turned out to be a wrong lib link.
|
- fixed a filelist error which turned out to be a wrong lib link.
|
||||||
Bug #24567
|
Bug #24567
|
||||||
* Wed Feb 26 2003 - meissner@suse.de
|
* Wed Feb 26 2003 meissner@suse.de
|
||||||
- Added one missing resmgr invocation.
|
- Added one missing resmgr invocation.
|
||||||
* Mon Feb 17 2003 - meissner@suse.de
|
* Mon Feb 17 2003 meissner@suse.de
|
||||||
- Added resmgr support for both SCSI and USB kernel mode.
|
- Added resmgr support for both SCSI and USB kernel mode.
|
||||||
(basically use rsm_open_device). This will allow opening
|
(basically use rsm_open_device). This will allow opening
|
||||||
the /dev/*scanner devices as user without need for special
|
the /dev/*scanner devices as user without need for special
|
||||||
@ -651,69 +654,69 @@ exit 0
|
|||||||
- Added a USB hotplug usermap which makes the sm3600 devices
|
- Added a USB hotplug usermap which makes the sm3600 devices
|
||||||
accessible for libusb. (The rest are handled by the yast2 scanner
|
accessible for libusb. (The rest are handled by the yast2 scanner
|
||||||
module).
|
module).
|
||||||
* Mon Feb 17 2003 - freitag@suse.de
|
* Mon Feb 17 2003 freitag@suse.de
|
||||||
- added epson backend directly from the author Karl Hein Kremer due
|
- added epson backend directly from the author Karl Hein Kremer due
|
||||||
to further changes to the USB base code. Removed the patch applied
|
to further changes to the USB base code. Removed the patch applied
|
||||||
before again.
|
before again.
|
||||||
* Mon Feb 17 2003 - freitag@suse.de
|
* Mon Feb 17 2003 freitag@suse.de
|
||||||
- patch applied to detect Epson scanners via libusb correctly.
|
- patch applied to detect Epson scanners via libusb correctly.
|
||||||
Thanks to Karl Heinz Kremer who sent it in.
|
Thanks to Karl Heinz Kremer who sent it in.
|
||||||
* Mon Feb 10 2003 - freitag@suse.de
|
* Mon Feb 10 2003 freitag@suse.de
|
||||||
- updated to backends version 1.0.11 which was suggested to avoid
|
- updated to backends version 1.0.11 which was suggested to avoid
|
||||||
a possible security whole.
|
a possible security whole.
|
||||||
* Mon Feb 03 2003 - freitag@suse.de
|
* Mon Feb 03 2003 freitag@suse.de
|
||||||
- update to stable version 1.0.10
|
- update to stable version 1.0.10
|
||||||
added gimp and gimp-devel to neededforbuild again to provide gimp
|
added gimp and gimp-devel to neededforbuild again to provide gimp
|
||||||
support for xscanimage
|
support for xscanimage
|
||||||
* Fri Jan 31 2003 - meissner@suse.de
|
* Fri Jan 31 2003 meissner@suse.de
|
||||||
- neededforbuild +resmgr, so libusb gets detected.
|
- neededforbuild +resmgr, so libusb gets detected.
|
||||||
* Fri Jan 31 2003 - freitag@suse.de
|
* Fri Jan 31 2003 freitag@suse.de
|
||||||
- added backend descriptions file to /usr/share/sane
|
- added backend descriptions file to /usr/share/sane
|
||||||
moved the style file from /usr/X11R6/lib to /usr/share/sane
|
moved the style file from /usr/X11R6/lib to /usr/share/sane
|
||||||
added sane postscript and dvi documentation as extra source
|
added sane postscript and dvi documentation as extra source
|
||||||
* Mon Jan 27 2003 - freitag@suse.de
|
* Mon Jan 27 2003 freitag@suse.de
|
||||||
- update to version 1.0.10 pre 3
|
- update to version 1.0.10 pre 3
|
||||||
* Fri Jan 24 2003 - freitag@suse.de
|
* Fri Jan 24 2003 freitag@suse.de
|
||||||
- update to pre version 1.0.10, final will follow soon.
|
- update to pre version 1.0.10, final will follow soon.
|
||||||
Much more scanner supported.
|
Much more scanner supported.
|
||||||
* Thu Oct 31 2002 - freitag@suse.de
|
* Thu Oct 31 2002 freitag@suse.de
|
||||||
- update to final version 1.0.9
|
- update to final version 1.0.9
|
||||||
* Tue Oct 29 2002 - ro@suse.de
|
* Tue Oct 29 2002 ro@suse.de
|
||||||
- removed (old) libtool macros from acinclude.m4
|
- removed (old) libtool macros from acinclude.m4
|
||||||
* Fri Oct 18 2002 - freitag@suse.de
|
* Fri Oct 18 2002 freitag@suse.de
|
||||||
- updated to pre version of 1.0.9 in advance for 1.0.9 and did some
|
- updated to pre version of 1.0.9 in advance for 1.0.9 and did some
|
||||||
cleanup of the spec like removing a lot of neededforbuild deps
|
cleanup of the spec like removing a lot of neededforbuild deps
|
||||||
and applied proper CFLAGS
|
and applied proper CFLAGS
|
||||||
Added the gt68xx backend that supports expecially rf's new Mustek
|
Added the gt68xx backend that supports expecially rf's new Mustek
|
||||||
usb scanner
|
usb scanner
|
||||||
* Mon Sep 09 2002 - freitag@suse.de
|
* Mon Sep 09 2002 freitag@suse.de
|
||||||
- fixed filelist and added libsane.so again.
|
- fixed filelist and added libsane.so again.
|
||||||
* Mon Sep 09 2002 - freitag@suse.de
|
* Mon Sep 09 2002 freitag@suse.de
|
||||||
- removed wrong lib libsane-hpoj from packlist, they came from package
|
- removed wrong lib libsane-hpoj from packlist, they came from package
|
||||||
hp-officeJet accidentially.
|
hp-officeJet accidentially.
|
||||||
* Fri Aug 16 2002 - freitag@suse.de
|
* Fri Aug 16 2002 freitag@suse.de
|
||||||
- added prerequires (Bug #17983) and a postun procedure
|
- added prerequires (Bug #17983) and a postun procedure
|
||||||
* Mon Jul 29 2002 - meissner@suse.de
|
* Mon Jul 29 2002 meissner@suse.de
|
||||||
- gphoto -> libgphoto2
|
- gphoto -> libgphoto2
|
||||||
* Sat Jul 27 2002 - adrian@suse.de
|
* Sat Jul 27 2002 adrian@suse.de
|
||||||
- fix neededforbuild
|
- fix neededforbuild
|
||||||
* Thu Jul 18 2002 - freitag@suse.de
|
* Thu Jul 18 2002 freitag@suse.de
|
||||||
- reapplied __KERNEL__-Patches
|
- reapplied __KERNEL__-Patches
|
||||||
* Wed Jul 17 2002 - freitag@suse.de
|
* Wed Jul 17 2002 freitag@suse.de
|
||||||
- update to sane version 1.0.8:
|
- update to sane version 1.0.8:
|
||||||
-Network backend and saned update
|
-Network backend and saned update
|
||||||
-documentation updates
|
-documentation updates
|
||||||
-bugfixes
|
-bugfixes
|
||||||
-updated backends
|
-updated backends
|
||||||
-new backends
|
-new backends
|
||||||
* Tue Mar 19 2002 - freitag@suse.de
|
* Tue Mar 19 2002 freitag@suse.de
|
||||||
- fixed bug #14916
|
- fixed bug #14916
|
||||||
This bug was caused by an segfault of scanimage which is used to
|
This bug was caused by an segfault of scanimage which is used to
|
||||||
find out which scanner are in operation on the network scan server.
|
find out which scanner are in operation on the network scan server.
|
||||||
Since scanimage uses a one byte to small buffer in a string copy
|
Since scanimage uses a one byte to small buffer in a string copy
|
||||||
operation, a segfault happens.
|
operation, a segfault happens.
|
||||||
Fixed that bug by enlarging the buffer.
|
Fixed that bug by enlarging the buffer.
|
||||||
* Fri Mar 08 2002 - freitag@suse.de
|
* Fri Mar 08 2002 freitag@suse.de
|
||||||
- fixed bug #14449
|
- fixed bug #14449
|
||||||
That changes the sane startup script to work with the scanimage
|
That changes the sane startup script to work with the scanimage
|
||||||
from sane package 1.0.7.
|
from sane package 1.0.7.
|
||||||
@ -723,26 +726,26 @@ exit 0
|
|||||||
applied on rc.sane. Note that rcsane.diff is not applied during
|
applied on rc.sane. Note that rcsane.diff is not applied during
|
||||||
the build process, but shows the differences against the former
|
the build process, but shows the differences against the former
|
||||||
version of rc.sane
|
version of rc.sane
|
||||||
* Mon Feb 18 2002 - freitag@suse.de
|
* Mon Feb 18 2002 freitag@suse.de
|
||||||
- fixed bug 13430 - updated to version 1.0.7 of sane. This broadens
|
- fixed bug 13430 - updated to version 1.0.7 of sane. This broadens
|
||||||
the scanner support.
|
the scanner support.
|
||||||
* Wed Feb 06 2002 - freitag@suse.de
|
* Wed Feb 06 2002 freitag@suse.de
|
||||||
- minor fixes in rc.sane: removed useless test on start variable
|
- minor fixes in rc.sane: removed useless test on start variable
|
||||||
* Thu Jan 10 2002 - freitag@suse.de
|
* Thu Jan 10 2002 freitag@suse.de
|
||||||
- updated to V. 1.0.6, provides bugfixes, gphoto2 changes and some
|
- updated to V. 1.0.6, provides bugfixes, gphoto2 changes and some
|
||||||
new backends
|
new backends
|
||||||
- removed rc.config-template and used rpm macro instead to set the
|
- removed rc.config-template and used rpm macro instead to set the
|
||||||
rc.config var.
|
rc.config var.
|
||||||
- removed mustek_usb external source, because it is now part of the
|
- removed mustek_usb external source, because it is now part of the
|
||||||
standard sane package.
|
standard sane package.
|
||||||
* Tue Jan 08 2002 - egmont@suselinux.hu
|
* Tue Jan 08 2002 egmont@suselinux.hu
|
||||||
- changed `adjustscannerperm' to `sane' in init script
|
- changed `adjustscannerperm' to `sane' in init script
|
||||||
- removed bogus `probe' entry from the same script
|
- removed bogus `probe' entry from the same script
|
||||||
* Wed Nov 21 2001 - bjacke@suse.de
|
* Wed Nov 21 2001 bjacke@suse.de
|
||||||
- remove useless provides
|
- remove useless provides
|
||||||
- make config files (noreplce)
|
- make config files (noreplce)
|
||||||
- use libdir macro
|
- use libdir macro
|
||||||
* Wed Sep 12 2001 - freitag@suse.de
|
* Wed Sep 12 2001 freitag@suse.de
|
||||||
- added support for Agfa SnapScan 1236U and updated to a later verion
|
- added support for Agfa SnapScan 1236U and updated to a later verion
|
||||||
of mustek_usb-Backend, which provides better integration to the
|
of mustek_usb-Backend, which provides better integration to the
|
||||||
main backend module.
|
main backend module.
|
||||||
@ -750,137 +753,137 @@ exit 0
|
|||||||
with wrong device detection which happend in the past. The yast
|
with wrong device detection which happend in the past. The yast
|
||||||
module enables the correct one, added a README.SuSE to the sane
|
module enables the correct one, added a README.SuSE to the sane
|
||||||
package doc path that describes this change.
|
package doc path that describes this change.
|
||||||
* Tue Sep 04 2001 - freitag@suse.de
|
* Tue Sep 04 2001 freitag@suse.de
|
||||||
- added a rc-script that changes the permissions of scsi scanner
|
- added a rc-script that changes the permissions of scsi scanner
|
||||||
devices if they are installed. The scsi device files are switched
|
devices if they are installed. The scsi device files are switched
|
||||||
to permission 666 on startup and reverted back to 640 on shutdown.
|
to permission 666 on startup and reverted back to 640 on shutdown.
|
||||||
* Mon Sep 03 2001 - freitag@suse.de
|
* Mon Sep 03 2001 freitag@suse.de
|
||||||
- added a backend for mustek usb scanners.
|
- added a backend for mustek usb scanners.
|
||||||
* Wed Aug 29 2001 - freitag@suse.de
|
* Wed Aug 29 2001 freitag@suse.de
|
||||||
- added support for scanning from HP all-in-one-devices.
|
- added support for scanning from HP all-in-one-devices.
|
||||||
Therefore, package hp-officeJet is needed.
|
Therefore, package hp-officeJet is needed.
|
||||||
- added a configure option --docdir to get rid of build failiures
|
- added a configure option --docdir to get rid of build failiures
|
||||||
on distributions which have the documentation not in share.
|
on distributions which have the documentation not in share.
|
||||||
* Mon Aug 27 2001 - freitag@suse.de
|
* Mon Aug 27 2001 freitag@suse.de
|
||||||
- applied patches for scanimage and sane-find-scanner that produce
|
- applied patches for scanimage and sane-find-scanner that produce
|
||||||
better parseable output for scripts etc. to help yast2 module.
|
better parseable output for scripts etc. to help yast2 module.
|
||||||
- added a not yet in SANE released driver for mustek usb scanners,
|
- added a not yet in SANE released driver for mustek usb scanners,
|
||||||
which are quite common in germany. The driver was initially written
|
which are quite common in germany. The driver was initially written
|
||||||
by a mustek engineer and was overtaken by the mustek backend
|
by a mustek engineer and was overtaken by the mustek backend
|
||||||
maintainer of SANE.
|
maintainer of SANE.
|
||||||
* Tue Jul 17 2001 - uli@suse.de
|
* Tue Jul 17 2001 uli@suse.de
|
||||||
- disabled direct PIO access for PPC
|
- disabled direct PIO access for PPC
|
||||||
* Thu Jul 05 2001 - freitag@suse.de
|
* Thu Jul 05 2001 freitag@suse.de
|
||||||
- update to release 1.0.5
|
- update to release 1.0.5
|
||||||
- documentation again created dynamically.
|
- documentation again created dynamically.
|
||||||
* Thu Jun 28 2001 - freitag@suse.de
|
* Thu Jun 28 2001 freitag@suse.de
|
||||||
- updated to pre-1.0.5 version, 1.0.5 is expected soon
|
- updated to pre-1.0.5 version, 1.0.5 is expected soon
|
||||||
- patched sane-find-scanner to have a silent mode.
|
- patched sane-find-scanner to have a silent mode.
|
||||||
* Mon Apr 09 2001 - freitag@suse.de
|
* Mon Apr 09 2001 freitag@suse.de
|
||||||
- applied snapscan-patch, fixed problem with missing gimp-plugin-link
|
- applied snapscan-patch, fixed problem with missing gimp-plugin-link
|
||||||
* Fri Mar 30 2001 - uli@suse.de
|
* Fri Mar 30 2001 uli@suse.de
|
||||||
- fixed to build on PPC
|
- fixed to build on PPC
|
||||||
* Fri Mar 23 2001 - freitag@suse.de
|
* Fri Mar 23 2001 freitag@suse.de
|
||||||
- removed dependency to gimp, patch to solve timing probs with
|
- removed dependency to gimp, patch to solve timing probs with
|
||||||
kernel 2.4
|
kernel 2.4
|
||||||
* Fri Jan 05 2001 - freitag@suse.de
|
* Fri Jan 05 2001 freitag@suse.de
|
||||||
- updated to version 1.0.4
|
- updated to version 1.0.4
|
||||||
* Wed Dec 20 2000 - ro@suse.de
|
* Wed Dec 20 2000 ro@suse.de
|
||||||
- fixed symlink
|
- fixed symlink
|
||||||
* Mon Nov 20 2000 - freitag@suse.de
|
* Mon Nov 20 2000 freitag@suse.de
|
||||||
- hide parport-scanner in standard sane distribution in dll.conf
|
- hide parport-scanner in standard sane distribution in dll.conf
|
||||||
* Wed Nov 15 2000 - freitag@suse.de
|
* Wed Nov 15 2000 freitag@suse.de
|
||||||
- skipped parport-scanner driver also for axp
|
- skipped parport-scanner driver also for axp
|
||||||
* Tue Nov 07 2000 - freitag@suse.de
|
* Tue Nov 07 2000 freitag@suse.de
|
||||||
- skipped parport-scanner for ppc and sparc
|
- skipped parport-scanner for ppc and sparc
|
||||||
* Mon Nov 06 2000 - freitag@suse.de
|
* Mon Nov 06 2000 freitag@suse.de
|
||||||
- fixed Copyright/License-Field in SpecFile
|
- fixed Copyright/License-Field in SpecFile
|
||||||
* Thu Nov 02 2000 - ro@suse.de
|
* Fri Nov 03 2000 ro@suse.de
|
||||||
- fix neededforbuild for new package-names
|
- fix neededforbuild for new package-names
|
||||||
* Thu Nov 02 2000 - freitag@suse.de
|
* Thu Nov 02 2000 freitag@suse.de
|
||||||
- new version 1.0.3
|
- new version 1.0.3
|
||||||
patch for Artec AS6E scanner
|
patch for Artec AS6E scanner
|
||||||
patch for HP4200 PPort Scanner
|
patch for HP4200 PPort Scanner
|
||||||
* Mon Sep 25 2000 - uli@suse.de
|
* Mon Sep 25 2000 uli@suse.de
|
||||||
- fixed to build with new GIMP
|
- fixed to build with new GIMP
|
||||||
* Mon Sep 25 2000 - egger@suse.de
|
* Mon Sep 25 2000 egger@suse.de
|
||||||
- Upgraded to 1.0.3.
|
- Upgraded to 1.0.3.
|
||||||
- Added -DGIMP_ENABLE_COMPAT_CRUFT to build again.
|
- Added -DGIMP_ENABLE_COMPAT_CRUFT to build again.
|
||||||
- The specfile is quite messy... maybe the maintainer could clean
|
- The specfile is quite messy... maybe the maintainer could clean
|
||||||
that up, please?
|
that up, please?
|
||||||
* Mon Sep 25 2000 - ro@suse.de
|
* Mon Sep 25 2000 ro@suse.de
|
||||||
- changed neededforbuild: libgimpd -> gimpdev
|
- changed neededforbuild: libgimpd -> gimpdev
|
||||||
* Tue Sep 12 2000 - mhafner@suse.de
|
* Tue Sep 12 2000 mhafner@suse.de
|
||||||
- added suse_update_config
|
- added suse_update_config
|
||||||
* Tue Jun 27 2000 - freitag@suse.de
|
* Tue Jun 27 2000 freitag@suse.de
|
||||||
- libs back to /usr/lib/sane - except libsane.so. and libsane-dll
|
- libs back to /usr/lib/sane - except libsane.so. and libsane-dll
|
||||||
* Fri Jun 02 2000 - freitag@suse.de
|
* Fri Jun 02 2000 freitag@suse.de
|
||||||
- problem with missing headerfiles and wrong linked libs fixed.
|
- problem with missing headerfiles and wrong linked libs fixed.
|
||||||
* Wed May 24 2000 - freitag@suse.de
|
* Wed May 24 2000 freitag@suse.de
|
||||||
- new configure switch --enable-scsibuffersize due to reported
|
- new configure switch --enable-scsibuffersize due to reported
|
||||||
problems on the SANE-Mailinglist.
|
problems on the SANE-Mailinglist.
|
||||||
- installed *all* sane-libraries to /usr/lib
|
- installed *all* sane-libraries to /usr/lib
|
||||||
* Tue Mar 21 2000 - bodammer@suse.de
|
* Tue Mar 21 2000 bodammer@suse.de
|
||||||
- backend for Agfa SnapScan V0.8 again
|
- backend for Agfa SnapScan V0.8 again
|
||||||
* Mon Mar 20 2000 - bodammer@suse.de
|
* Mon Mar 20 2000 bodammer@suse.de
|
||||||
- update -> sane-1.0.2
|
- update -> sane-1.0.2
|
||||||
link to libsane-dll.so.1 included for xsane to work
|
link to libsane-dll.so.1 included for xsane to work
|
||||||
* Sat Mar 04 2000 - ro@suse.de
|
* Sat Mar 04 2000 ro@suse.de
|
||||||
- removed libgimp from neededforbuild
|
- removed libgimp from neededforbuild
|
||||||
* Thu Mar 02 2000 - uli@suse.de
|
* Thu Mar 02 2000 uli@suse.de
|
||||||
- moved man pages to %%{_mandir}
|
- moved man pages to %%{_mandir}
|
||||||
* Mon Feb 07 2000 - kukuk@suse.de
|
* Mon Feb 07 2000 kukuk@suse.de
|
||||||
- Don't check for asm/io.h, this will not work on SPARC
|
- Don't check for asm/io.h, this will not work on SPARC
|
||||||
* Tue Jan 18 2000 - bodammer@suse.de
|
* Tue Jan 18 2000 bodammer@suse.de
|
||||||
- backend for Agfa SnapScan updated to V0.8
|
- backend for Agfa SnapScan updated to V0.8
|
||||||
works with new sg-modul from kernel > 2.2.5
|
works with new sg-modul from kernel > 2.2.5
|
||||||
* Fri Oct 15 1999 - ro@suse.de
|
* Fri Oct 15 1999 ro@suse.de
|
||||||
-xscanimage: renamed GIMP_EXTENSION to IS_GIMP_EXTENSION
|
-xscanimage: renamed GIMP_EXTENSION to IS_GIMP_EXTENSION
|
||||||
(GIMP_EXTENSION is already used as enumerator as of gimp-1.1.10)
|
(GIMP_EXTENSION is already used as enumerator as of gimp-1.1.10)
|
||||||
* Mon Sep 13 1999 - bs@suse.de
|
* Mon Sep 13 1999 bs@suse.de
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Thu Sep 02 1999 - ro@suse.de
|
* Thu Sep 02 1999 ro@suse.de
|
||||||
- update to 1.0.1
|
- update to 1.0.1
|
||||||
- fixed neededforbuild to get gimp-support back
|
- fixed neededforbuild to get gimp-support back
|
||||||
- removed tcl tk from neededforbuild
|
- removed tcl tk from neededforbuild
|
||||||
* Sun Jul 18 1999 - mha@suse.de
|
* Sun Jul 18 1999 mha@suse.de
|
||||||
- removed '#' in front of /usr/sbin/saned in sane.spec
|
- removed '#' in front of /usr/sbin/saned in sane.spec
|
||||||
for mb who isn't here today ;-)
|
for mb who isn't here today ;-)
|
||||||
* Tue Jul 13 1999 - bs@suse.de
|
* Tue Jul 13 1999 bs@suse.de
|
||||||
- use gtk and glib instead of gtkn and glibn
|
- use gtk and glib instead of gtkn and glibn
|
||||||
* Fri Mar 19 1999 - mb@suse.de
|
* Fri Mar 19 1999 mb@suse.de
|
||||||
- fixed gtkn, gtkndev, glibn, glibndev dependencies
|
- fixed gtkn, gtkndev, glibn, glibndev dependencies
|
||||||
* Thu Nov 26 1998 - mb@suse.de
|
* Thu Nov 26 1998 mb@suse.de
|
||||||
- major update to version 1.0
|
- major update to version 1.0
|
||||||
- new enhanced drivers for Abaton, Agfa Focus and Ricoh scanners
|
- new enhanced drivers for Abaton, Agfa Focus and Ricoh scanners
|
||||||
- Kodak DC210 still not supported
|
- Kodak DC210 still not supported
|
||||||
- Update for many drivers (Artec,Kodak,DC25,Microtek,Microtek2,Mustek
|
- Update for many drivers (Artec,Kodak,DC25,Microtek,Microtek2,Mustek
|
||||||
UMAX and SnapScan).
|
UMAX and SnapScan).
|
||||||
- removed sgcheck. sgcheck now is in scsiinfo.
|
- removed sgcheck. sgcheck now is in scsiinfo.
|
||||||
* Mon Nov 23 1998 - mb@suse.de
|
* Mon Nov 23 1998 mb@suse.de
|
||||||
- added sgcheck tool. It scans /proc/scsi/scsi and tells you
|
- added sgcheck tool. It scans /proc/scsi/scsi and tells you
|
||||||
exactly the generic scsi ID of your SCSI devices, respectively
|
exactly the generic scsi ID of your SCSI devices, respectively
|
||||||
your scanner.
|
your scanner.
|
||||||
- added README.sgcheck
|
- added README.sgcheck
|
||||||
* Wed Nov 18 1998 - ro@suse.de
|
* Wed Nov 18 1998 ro@suse.de
|
||||||
- added libsane.so
|
- added libsane.so
|
||||||
* Tue Nov 17 1998 - ro@suse.de
|
* Tue Nov 17 1998 ro@suse.de
|
||||||
- adjust neededforbuild to current distribution
|
- adjust neededforbuild to current distribution
|
||||||
* Fri Nov 13 1998 - mb@suse.de
|
* Fri Nov 13 1998 mb@suse.de
|
||||||
- new version 0.74
|
- new version 0.74
|
||||||
- new and more scanners supported
|
- new and more scanners supported
|
||||||
- automatically detects attached scanners
|
- automatically detects attached scanners
|
||||||
* Mon May 25 1998 - mb@suse.de
|
* Mon May 25 1998 mb@suse.de
|
||||||
- new version 0.73
|
- new version 0.73
|
||||||
- according to author may still cause trouble with microtek2 scanners!!
|
- according to author may still cause trouble with microtek2 scanners!!
|
||||||
- uses new gtk1.0.1
|
- uses new gtk1.0.1
|
||||||
- added scanners to supported list
|
- added scanners to supported list
|
||||||
- lots of bug fixed
|
- lots of bug fixed
|
||||||
* Wed Mar 11 1998 - ro@suse.de
|
* Wed Mar 11 1998 ro@suse.de
|
||||||
- added libsane.so.0 to filelist
|
- added libsane.so.0 to filelist
|
||||||
* Wed Feb 04 1998 - mb@suse.de
|
* Wed Feb 04 1998 mb@suse.de
|
||||||
- new version 0.70
|
- new version 0.70
|
||||||
- added support for various scanners, such as agfa, microtek etc.
|
- added support for various scanners, such as agfa, microtek etc.
|
||||||
- bugfixing for umax scanners
|
- bugfixing for umax scanners
|
||||||
* Sun Sep 21 1997 - mb@suse.de
|
* Sun Sep 21 1997 mb@suse.de
|
||||||
Initial version 0.63
|
Initial version 0.63
|
||||||
|
Loading…
Reference in New Issue
Block a user