From e8f97b46a29dc53dfc9774b92744040f81ab54ad Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Jul 24 2007 17:29:17 +0000 Subject: fix typo in spec file --- diff --git a/sane-backends.spec b/sane-backends.spec index 37fb503..234e06b 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -24,7 +24,7 @@ Summary: Scanner access software Name: sane-backends Version: 1.0.18 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL (programs), relaxed LGPL (libraries), and public domain (docs) Group: System Environment/Libraries Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz @@ -127,7 +127,7 @@ want to access digital cameras. %patch8 -p1 -b .udev-new-kernels %if %udev_098 -patch9 -p1 -b .udev-098 +%patch9 -p1 -b .udev-098 %endif for i in agfafocus avision coolscan2 umax_pp; do @@ -248,6 +248,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/sane-backends.pc %changelog +* Tue Jul 24 2007 Nils Philippsen - 1.0.18-12 +- fix typo in spec file + * Tue Jul 24 2007 Nils Philippsen - 1.0.18-11 - work around udev regexes not matching as they should (#244444)