- Update to version 0.4.1 Fixes some bugs (#64, #65) that crept into 0.4. All users of 0.4 should update. - Update to version 0.4 Added new useful options contributed by @fatalmind: --skip-identical only outputs pages with actual differences --channel-tolerance makes it easy to ignore tiny differences --mark-differences adds visual markers to the margin to highlight where small changes are - Add fix-find-poppler.patch - Add man page with help2man - Clean up spec file OBS-URL: https://build.opensuse.org/request/show/859208 OBS-URL: https://build.opensuse.org/package/show/Publishing/diff-pdf?expand=0&rev=9
12 lines
347 B
Diff
12 lines
347 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -41,7 +41,7 @@
|
|
dnl === Library checks ===
|
|
|
|
PKG_CHECK_MODULES(POPPLER,
|
|
- [poppler-cairo >= 0.10 poppler-glib >= 0.10 cairo-pdf])
|
|
+ [poppler >= 0.10 poppler-glib >= 0.10 cairo-pdf])
|
|
|
|
AM_OPTIONS_WXCONFIG
|
|
AM_PATH_WXCONFIG([3.0.0], [wxfound=1], [wxfound=0], [core,base])
|