From 36a3129db9a026c53a27b9aaa100ab6faee1c503 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 12:03:42 +0000 Subject: auto-import changelog data from sane-backends-1.0.9-5.3.src.rpm Tue Dec 16 2003 Tim Waugh 1.0.9-5.3 - Put rpath tricks back in but take out ld.so.conf tampering (better fix for bug #110174). Thu Dec 04 2003 Tim Waugh 1.0.9-5.2.1 - Rebuilt. Thu Dec 04 2003 Tim Waugh 1.0.9-5.2 - Fix rpath in backends (bug #110174). --- diff --git a/sane-backends.spec b/sane-backends.spec index 8843b5b..33373ed 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -1,7 +1,7 @@ Summary: Scanner access software. Name: sane-backends Version: 1.0.9 -Release: 5.1 +Release: 5.3 License: GPL (programs), relaxed LGPL (libraries), and public domain (docs) Group: System Environment/Libraries Source0: ftp://ftp.mostang.com/pub/sane/sane-%{version}/%{name}-%{version}.tar.gz @@ -99,28 +99,9 @@ rm -f %{buildroot}%{_bindir}/gamma4scanimage %clean rm -rf %{buildroot} -%post -FNAME=`mktemp /etc/ld.so.conf.XXXXXX` -grep -v "/usr/lib/sane" /etc/ld.so.conf > ${FNAME} -echo "/usr/lib/sane" >> ${FNAME} -cat ${FNAME} > /etc/ld.so.conf -rm -f ${FNAME} -/sbin/ldconfig - -%postun -if [ $1 = 0 ]; then - FNAME=`mktemp /etc/ld.so.conf.XXXXXX` - grep -v "/usr/lib/sane" /etc/ld.so.conf > ${FNAME} - cat ${FNAME} > /etc/ld.so.conf - rm -f ${FNAME} -fi -/sbin/ldconfig - -%triggerpostun -- sane -if ! grep -q '^/usr/lib/sane$' /etc/ld.so.conf; then - echo "/usr/lib/sane" >> /etc/ld.so.conf -fi -/sbin/ldconfig +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -146,6 +127,19 @@ fi %{_libdir}/sane/*.so %changelog +* Tue Dec 16 2003 Tim Waugh 1.0.9-5.3 +- Put rpath tricks back in but take out ld.so.conf tampering (better fix + for bug #110174). + +* Thu Dec 4 2003 Tim Waugh 1.0.9-5.2.1 +- Rebuilt. + +* Thu Dec 4 2003 Tim Waugh 1.0.9-5.2 +- Fix rpath in backends (bug #110174). + +* Thu Jul 24 2003 Tim Waugh 1.0.9-5.1.1 +- Rebuilt. + * Thu Jul 24 2003 Tim Waugh 1.0.9-5.1 - Update plustek backend to 0.45-5 (bug #100659).