Accepting request 866677 from Printing
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/866677 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epson-inkjet-printer-escpr?expand=0&rev=29
This commit is contained in:
commit
19a27ebe5e
@ -76,15 +76,6 @@ diff -Naur epson-inkjet-printer-escpr-1.6.9/src/filter.c epson-inkjet-printer-es
|
||||
|
||||
/* Others */
|
||||
jobAttr.apfAutoCorrect = EPS_APF_ACT_STANDARD;
|
||||
@@ -881,7 +888,7 @@
|
||||
|
||||
// fwrite (pBuf, cbBuf, 1, outfp);
|
||||
|
||||
- XFIFOWrite(context, pBuf, cbBuf);
|
||||
+ XFIFOWrite(context, (char *)pBuf, cbBuf);
|
||||
|
||||
return 1;
|
||||
}
|
||||
diff -Naur epson-inkjet-printer-escpr-1.6.9/src/mem.c epson-inkjet-printer-escpr-1.6.9-fixed/src/mem.c
|
||||
--- epson-inkjet-printer-escpr-1.6.9/src/mem.c 2016-09-21 03:55:30.000000000 +0200
|
||||
+++ epson-inkjet-printer-escpr-1.6.9-fixed/src/mem.c 2016-10-07 22:07:59.519366574 +0200
|
||||
@ -96,3 +87,4 @@ diff -Naur epson-inkjet-printer-escpr-1.6.9/src/mem.c epson-inkjet-printer-escpr
|
||||
|
||||
void *
|
||||
mem_malloc (unsigned int size, bool_t crit)
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d964368a1395a8902b8637e3dc176d6793f0afdfe3f21e95509f29894700d4e
|
||||
size 4767015
|
3
epson-inkjet-printer-escpr-1.7.8-1lsb3.2.tar.gz
Normal file
3
epson-inkjet-printer-escpr-1.7.8-1lsb3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7744dd75882510c59a380f28358c1cbc47d33ff6dc062583b023ed19678cfdf
|
||||
size 4809140
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 18 20:37:51 UTC 2021 - antoine.belvire@opensuse.org
|
||||
|
||||
- Update to 1.7.8:
|
||||
* Supported new model:
|
||||
+ Epson-EP-713A_Series
|
||||
+ Epson-EP-813A_Series
|
||||
* Fixed an issue of filter crash when FIFO I/O was closed.
|
||||
- Rebased bug_x86_64.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 19:24:12 UTC 2020 - antoine.belvire@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package epson-inkjet-printer-escpr
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -34,7 +34,7 @@ BuildRequires: cups154-devel
|
||||
BuildRequires: cups
|
||||
BuildRequires: cups-devel
|
||||
%endif
|
||||
Version: 1.7.7
|
||||
Version: 1.7.8
|
||||
Release: 0
|
||||
URL: http://avasys.jp/english/linux_e/
|
||||
Summary: Epson ESC/P-R Inkjet Printer Driver
|
||||
|
Loading…
Reference in New Issue
Block a user