parent
c27f2200c5
commit
3070d58188
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/poppler-0.30.0.tar.xz
|
||||
/poppler-0.33.0.tar.xz
|
||||
/poppler-0.34.0.tar.xz
|
||||
/poppler-0.40.0.tar.xz
|
||||
|
@ -26,9 +26,9 @@ index 7c2ca78..e93908c 100644
|
||||
+ ((x) < (a) && (x) < (b))) ? \
|
||||
+ gTrue : gFalse)
|
||||
+
|
||||
//------------------------------------------------------------------------
|
||||
// TextUnderline
|
||||
//------------------------------------------------------------------------
|
||||
static int reorderText(Unicode *text, int len, UnicodeMap *uMap, GBool primaryLR, GooString *s, Unicode* u) {
|
||||
char lre[8], rle[8], popdf[8], buf[8];
|
||||
int lreLen = 0, rleLen = 0, popdfLen = 0, n;
|
||||
@@ -4411,11 +4417,37 @@ void TextSelectionSizer::visitLine (TextLine *line,
|
||||
PDFRectangle *rect;
|
||||
double x1, y1, x2, y2, margin;
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: PDF rendering library
|
||||
Name: poppler
|
||||
Version: 0.34.0
|
||||
Version: 0.40.0
|
||||
Release: 1%{?dist}
|
||||
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
|
||||
Group: Development/Libraries
|
||||
@ -213,7 +213,7 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README
|
||||
%{_libdir}/libpoppler.so.53*
|
||||
%{_libdir}/libpoppler.so.58*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -282,6 +282,10 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 22 2016 Marek Kasik <mkasik@redhat.com> - 0.40.0-1
|
||||
- Update to 0.40.0
|
||||
- Resolves: #1251781
|
||||
|
||||
* Wed Jul 22 2015 Marek Kasik <mkasik@redhat.com> - 0.34.0-1
|
||||
- Update to 0.34.0
|
||||
- Resolves: #1241305
|
||||
|
Loading…
Reference in New Issue
Block a user