Created attachment 1172183 [details] Patch to remove missing bindings from pypoppler Description of problem: pypoppler bindings in F24 contains a function ("poppler_orientation_get_type") and an enum ("Orientation") removed from poppler-glib library ant no longer available, so running any program depending on pypoppler makes it crash. Version-Release number of selected component (if applicable): Observed with F24 packages: pypoppler.x86_64 0.12.1-28.fc23 poppler-glib.x86_64 0.41.0-1.fc24 How reproducible: Always Steps to Reproduce: 1.Run any python program which uses pypoppler bindings 2. 3. Actual results: Program crashes. Expected results: Programming correctly running. Additional info: I attach a simple patch which removes offending/missing parts from pypoppler bindings. Created from pypoppler 0.12.2 but also valid for 0.12.1.
I'm sorry, I've just found that this could be a duplicate of previously reported bug #1323497, so I'll close it and mark this as duplicate.
*** This bug has been marked as a duplicate of bug 1323497 ***