version 0.997 drop obsolete sane-backends-1.0.20 patch
This commit is contained in:
parent
f230ee57de
commit
a0c4aa8788
@ -1 +1 @@
|
|||||||
xsane-0.996.tar.gz
|
xsane-0.997.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
7dcbcdf0e83322d7c0a543672d9ca2d8 xsane-0.996.tar.gz
|
8377b3e3b792f3d2b7f13895467c7082 xsane-0.997.tar.gz
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
diff -up xsane-0.996/src/xsane-back-gtk.c.sane-backends-1.0.20 xsane-0.996/src/xsane-back-gtk.c
|
|
||||||
--- xsane-0.996/src/xsane-back-gtk.c.sane-backends-1.0.20 2007-08-13 09:49:34.000000000 +0200
|
|
||||||
+++ xsane-0.996/src/xsane-back-gtk.c 2009-07-20 15:22:34.268802179 +0200
|
|
||||||
@@ -2612,10 +2612,7 @@ void xsane_back_gtk_set_sensitivity(int
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
- if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE))
|
|
||||||
- {
|
|
||||||
- gtk_widget_set_sensitive(xsane.element[i].widget, sensitive);
|
|
||||||
- }
|
|
||||||
+ gtk_widget_set_sensitive(xsane.element[i].widget, sensitive);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (xsane.xsanemode_widget)
|
|
14
xsane.spec
14
xsane.spec
@ -4,15 +4,14 @@
|
|||||||
|
|
||||||
Name: xsane
|
Name: xsane
|
||||||
Summary: X Window System front-end for the SANE scanner interface
|
Summary: X Window System front-end for the SANE scanner interface
|
||||||
Version: 0.996
|
Version: 0.997
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
||||||
Source1: xsane.desktop
|
Source1: xsane.desktop
|
||||||
Source2: xsane.conf.in
|
Source2: xsane.conf.in
|
||||||
Patch0: xsane-0.995-xdg-open.patch
|
Patch0: xsane-0.995-xdg-open.patch
|
||||||
Patch1: xsane-0.995-close-fds.patch
|
Patch1: xsane-0.995-close-fds.patch
|
||||||
Patch2: xsane-0.996-sane-backends-1.0.20.patch
|
Patch2: xsane-0.996-no-eula.patch
|
||||||
Patch3: xsane-0.996-no-eula.patch
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.xsane.org/
|
URL: http://www.xsane.org/
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -56,8 +55,7 @@ done
|
|||||||
|
|
||||||
%patch0 -p1 -b .xdg-open
|
%patch0 -p1 -b .xdg-open
|
||||||
%patch1 -p1 -b .close-fds
|
%patch1 -p1 -b .close-fds
|
||||||
%patch2 -p1 -b .sane-backends-1.0.20
|
%patch2 -p1 -b .no-eula
|
||||||
%patch3 -p1 -b .no-eula
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CC='gcc -DXSANE_BUGTRACKER_URL=\"%{bugtracker_url}\"'
|
CC='gcc -DXSANE_BUGTRACKER_URL=\"%{bugtracker_url}\"'
|
||||||
@ -123,6 +121,10 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/gimp/plugins.d/xsane.conf
|
%config(noreplace) %{_sysconfdir}/gimp/plugins.d/xsane.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 31 2009 Nils Philippsen <nils@redhat.com> 0.997-1
|
||||||
|
- version 0.997
|
||||||
|
- drop obsolete sane-backends-1.0.20 patch
|
||||||
|
|
||||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.996-10
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.996-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user