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()
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 !
Created attachment 607919 [details] diff -up output
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()
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.
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.
pkpgcounter-3.50-3.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/pkpgcounter-3.50-3.fc18
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
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).
pkpgcounter-3.50-2.el6 has been in testing repository, to update use: 'yum update --enablerepo=epel-testing pkpgcounter'
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.
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.
FYI: patch has been merged upstream.