Update to 0.26.3

This commit is contained in:
Marek Kasik 2014-07-30 17:03:45 +02:00
parent 160e54b03e
commit 074e6dc015
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/poppler-0.24.3.tar.xz
/poppler-0.26.0.tar.xz
/poppler-0.26.2.tar.xz
/poppler-0.26.3.tar.xz

View File

@ -13,7 +13,7 @@ diff -up poppler-0.24.2/configure.ac.mocversiongrep poppler-0.24.2/configure.ac
AC_CHECK_TOOL(MOCQT52, moc-qt5)
AC_MSG_CHECKING([for Qt5 moc-qt5])
mocversion=`$MOCQT52 -v 2>&1`
- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc 5"`
- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc-qt5 5\|moc 5"`
+ mocversiongrep=`echo $mocversion | grep " 5\."`
if test x"$mocversiongrep" != x"$mocversion"; then
AC_CHECK_TOOL(QTCHOOSER, qtchooser)

View File

@ -1,7 +1,7 @@
Summary: PDF rendering library
Name: poppler
Version: 0.26.2
Release: 2%{?dist}
Version: 0.26.3
Release: 1%{?dist}
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
Group: Development/Libraries
URL: http://poppler.freedesktop.org/
@ -278,6 +278,9 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
%changelog
* Wed Jul 30 2014 Marek Kasik <mkasik@redhat.com> - 0.26.3-1
- Update to 0.26.3
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.26.2-2
- Rebuilt for gobject-introspection 1.41.4

View File

@ -1 +1 @@
10dcb979a57c0cbaa72d2d04c6adc32c poppler-0.26.2.tar.xz
e101f6653f9f68ab63dac63ec34801d1 poppler-0.26.3.tar.xz