Bug 852410 - incorrect page count of postscript files when printed with multiple copies from the MS Office suite
Summary: incorrect page count of postscript files when printed with multiple copies fr...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: pkpgcounter
Version: el6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jiri Popelka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-28 12:27 UTC by Jiri Popelka
Modified: 2018-11-30 22:42 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-09-17 23:02:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
diff -up output (1.13 KB, text/plain)
2012-08-29 14:18 UTC, Andrea Cavallari
no flags Details

Description Jiri Popelka 2012-08-28 12:27:03 UTC
Description of problem:
?

Version-Release number of selected component (if applicable):
pkpgcounter-3.50-1.el6

How reproducible:
?

Steps to Reproduce:
?
  
Actual results:
?

Expected results:
?

Additional info:

diff 3.50/pkpgcounter-3.50/pkpgpdls/postscript.py pkpgcounter-3.50.02/pkpgpdls/postscript.py
104c104
< if newpagenum == oldpagenum :
---
> if newpagenum <= oldpagenum :



diff 3.50/pkpgcounter-3.50/pkpgpdls/zjstream.py pkpgcounter-3.50.02/pkpgpdls/zjstream.py
27a28
> import pjl
35a37,39
> if ( self.firstblock.find("@PJL SET LANGUAGEHINT=ZJS") != -1 ) :
> self.format = "Zenographics ZjStream (newParse)"
> return self.bigEndian()

Comment 1 Jiri Popelka 2012-08-28 12:31:42 UTC
I need the author of the patch to explain a little what issues is the patch supposed to fix. And also attach a diff in unified format (created by 'diff -up') because I'm not sure about the last hunk. Thank you !

Comment 4 Andrea Cavallari 2012-08-29 14:18:09 UTC
Created attachment 607919 [details]
diff -up output

Comment 5 Jiri Popelka 2012-08-31 14:03:10 UTC
Andrea,

the diff in bug #772630, comment #8 contains two changes (postscript.py and zjstream.py) while the patch you attached in previous comment (I made it public as there's nothing private in it) contains only change of pystscript.py. Does that mean the customer actually doesn't need the following change anymore ?

pkpgpdls/zjstream.py
27a28
> import pjl
35a37,39
> if ( self.firstblock.find("@PJL SET LANGUAGEHINT=ZJS") != -1 ) :
> self.format = "Zenographics ZjStream (newParse)"
> return self.bigEndian()

Comment 6 Andrea Cavallari 2012-08-31 18:02:35 UTC
Hi Jiri,

I believe that person who did the "diff" just forget to send us that part.

I'll check it again and send to you the diff -up output regarding zjstream.py.

Comment 7 Andrea Cavallari 2012-08-31 20:29:58 UTC
Hi Jiri,

Customer confirmed that the changes made in zjstream.py was just a test. They did not confirm if this change bring good results or not. So, it can be ignored for now.

The only change tested and needed at this moment is in postscript.py.

Thanks in advance.

Comment 8 Fedora Update System 2012-09-01 05:42:13 UTC
pkpgcounter-3.50-3.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/pkpgcounter-3.50-3.fc18

Comment 9 Fedora Update System 2012-09-01 05:42:42 UTC
pkpgcounter-3.50-2.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/pkpgcounter-3.50-2.el6

Comment 10 Fedora Update System 2012-09-01 16:57:20 UTC
Package pkpgcounter-3.50-3.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing pkpgcounter-3.50-3.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-13111/pkpgcounter-3.50-3.fc18
then log in and leave karma (feedback).

Comment 12 Jiri Popelka 2012-09-04 12:49:29 UTC
pkpgcounter-3.50-2.el6 has been in testing repository, to update use:
'yum update --enablerepo=epel-testing pkpgcounter'

Comment 13 Fedora Update System 2012-09-17 23:02:39 UTC
pkpgcounter-3.50-3.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 14 Fedora Update System 2012-09-21 20:53:10 UTC
pkpgcounter-3.50-2.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 16 Jiri Popelka 2013-01-17 14:36:59 UTC
FYI: patch has been merged upstream.


Note You need to log in before you can comment on or make changes to this bug.