Hello community, here is the log from the commit of package iscan-free for openSUSE:Factory checked in at 2012-05-25 16:16:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iscan-free (Old) and /work/SRC/openSUSE:Factory/.iscan-free.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iscan-free", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/iscan-free/iscan-free.changes 2011-09-23 02:03:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.iscan-free.new/iscan-free.changes 2012-05-25 16:16:24.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 24 10:43:39 UTC 2012 - [email protected] + +- Fix build with new automake + +------------------------------------------------------------------- New: ---- iscan-automake.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iscan-free.spec ++++++ --- /var/tmp/diff_new_pack.8WVigo/_old 2012-05-25 16:16:26.000000000 +0200 +++ /var/tmp/diff_new_pack.8WVigo/_new 2012-05-25 16:16:26.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package iscan-free # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: iscan-free -BuildRequires: e2fsprogs-devel esound-devel gcc-c++ gimp-devel gnome-common libgphoto2-devel libjpeg-devel openssl-devel popt-devel sane-backends-devel update-desktop-files +BuildRequires: e2fsprogs-devel +BuildRequires: esound-devel +BuildRequires: gcc-c++ +BuildRequires: gimp-devel +BuildRequires: gnome-common +BuildRequires: libgphoto2-devel +BuildRequires: libjpeg-devel +BuildRequires: openssl-devel +BuildRequires: popt-devel +BuildRequires: sane-backends-devel +BuildRequires: update-desktop-files Url: http://www.avasys.jp/english/linux_e/index.html +Summary: Free Image Scan Version with epkowa Driver for Epson Scanners License: GPL-2.0+ ; LGPL-2.1+ Group: Hardware/Scanner -AutoReqProv: on -Summary: Free Image Scan Version with epkowa Driver for Epson Scanners # How to make Source0: # Get the matching source from the iscan package (iscan_2.10.0-1.tar.bz2) # Unpack it: @@ -55,9 +62,10 @@ # egrep '^:model|^:comment' doc/epkowa.desc | grep -B1 'non-free' | grep '^:model' Patch10: adapt-man-for-free.patch Patch11: fix-link.patch +Patch12: iscan-automake.patch # Have Epson Avasys' release number at the end of the SUSE package Version: Version: 2.10.0.1 -Release: 102 +Release: 0 # See the post and triggerin sections what is pre-required: PreReq: coreutils, /bin/grep, /bin/sed Requires: sane-backends @@ -90,6 +98,8 @@ # Remove those models from the man page which require a non-free plugin: %patch10 %patch11 -p1 +%patch12 -p1 + # Distinguish the no longer supported models in the description file # but do not remove them because otherwise they would be no longer shown in YaST # when the package iscan-free is installed because the 'triggerin' section @@ -302,5 +312,8 @@ + + + %changelog ++++++ iscan-automake.patch ++++++ Index: iscan-2.10.0/utils/Makefile.am =================================================================== --- iscan-2.10.0.orig/utils/Makefile.am +++ iscan-2.10.0/utils/Makefile.am @@ -20,7 +20,8 @@ ## 59 Temple Place, Suite 330 ## Boston, MA 02111-1307 USA -dist_pkglib_SCRIPTS = \ +datalibdir=$(pkglibdir) +dist_datalib_SCRIPTS = \ make-udev-rules EXTRA_DIST = \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
