diff --git a/epson-inkjet-printer-escpr-1.2.3-1lsb3.2.tar.gz b/epson-inkjet-printer-escpr-1.2.3-1lsb3.2.tar.gz deleted file mode 100644 index 52a327b..0000000 --- a/epson-inkjet-printer-escpr-1.2.3-1lsb3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f11f6055dbc57ad220ef1c122cd4f4c74e2cab4f918bf33d8e7149ad11224d6 -size 1555235 diff --git a/epson-inkjet-printer-escpr-1.4.0-1lsb3.2.tar.gz b/epson-inkjet-printer-escpr-1.4.0-1lsb3.2.tar.gz new file mode 100644 index 0000000..b46eda4 --- /dev/null +++ b/epson-inkjet-printer-escpr-1.4.0-1lsb3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbb9ff4bfca58077f164468106dcec6e9563c06b00c32d2111037c24a3df53b +size 1939910 diff --git a/epson-inkjet-printer-escpr.changes b/epson-inkjet-printer-escpr.changes index 625f029..b0a2b68 100644 --- a/epson-inkjet-printer-escpr.changes +++ b/epson-inkjet-printer-escpr.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Jun 12 11:14:30 CEST 2014 - jsmeix@suse.de + +- fix_no-return-in-nonvoid-function.patch is obsolete + because the issue is fixed in the source. +- Upgraded to version 1.4.0: + Several more supported PX series devices. + Several more supported WF series devices. + Supported PaperSource(InputSlot) option. + For details see the NEWS file. +- Upgraded to version 1.3.1: + Two more supported devices. + Modified ppd files for several models. + Fixed a duplex printing bug which is reversed Long Edge + and Short Edge. + For details see the NEWS file. +- Upgraded to version 1.3.0: + Several more supported devices. + Updated ESC/P-R library to version 5.3. + For details see the NEWS file. + ------------------------------------------------------------------- Thu Aug 1 11:34:39 CEST 2013 - jsmeix@suse.de diff --git a/epson-inkjet-printer-escpr.spec b/epson-inkjet-printer-escpr.spec index 7b665d5..8ce6832 100644 --- a/epson-inkjet-printer-escpr.spec +++ b/epson-inkjet-printer-escpr.spec @@ -1,7 +1,7 @@ # # spec file for package epson-inkjet-printer-escpr # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: epson-inkjet-printer-escpr BuildRequires: cups BuildRequires: cups-devel @@ -27,7 +28,7 @@ BuildRequires: cups-devel %if 0%{?suse_version} > 1010 BuildRequires: python-cups %endif -Version: 1.2.3 +Version: 1.4.0 Release: 0 Url: http://avasys.jp/english/linux_e/ Summary: Epson ESC/P-R Inkjet Printer Driver @@ -35,9 +36,6 @@ License: GPL-2.0 Group: Hardware/Printing # Example URL to download Source0: http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX&productName=B700 Source0: epson-inkjet-printer-escpr-%{version}-1lsb3.2.tar.gz -# Patch0 fix_no-return-in-nonvoid-function.patch avoids that build fails -# with "E: epson-inkjet-printer-escpr no-return-in-nonvoid-function filter.c:133": -Patch0: fix_no-return-in-nonvoid-function.patch # This software is a filter program used with CUPS: Requires: cups # Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets for post/postun: @@ -78,9 +76,6 @@ http://global.epson.com/innovation/universal_printing/index.html %prep # Be quiet when unpacking: %setup -q -# Patch0 fix_no-return-in-nonvoid-function.patch avoids that build fails -# with "E: epson-inkjet-printer-escpr no-return-in-nonvoid-function filter.c:133": -%patch0 %build # Set our preferred architecture-specific flags for the compiler and linker: diff --git a/fix_no-return-in-nonvoid-function.patch b/fix_no-return-in-nonvoid-function.patch deleted file mode 100644 index f856470..0000000 --- a/fix_no-return-in-nonvoid-function.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/filter.c.orig 2013-06-04 08:04:30.000000000 +0200 -+++ src/filter.c 2013-08-01 11:28:16.000000000 +0200 -@@ -130,6 +130,7 @@ EPS_ERR_CODE epsInitLib(){ - cmnFuncPtrs.stateCallback = NULL; /* current version unused */ - - memcpy((void*)(&epsCmnFnc), (void*)&cmnFuncPtrs, sizeof(EPS_CMN_FUNC)); -+ return EPS_ERR_NONE; - } - - EPS_ERR_CODE epsInitJob(){