Update to 0.26.3
This commit is contained in:
parent
160e54b03e
commit
074e6dc015
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user