diff --git a/.gitignore b/.gitignore index 68a27ec..b045c17 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /poppler-0.26.3.tar.xz /poppler-0.26.4.tar.xz /poppler-0.28.1.tar.xz +/poppler-0.30.0.tar.xz diff --git a/poppler.spec b/poppler.spec index 987c0ae..411d65b 100644 --- a/poppler.spec +++ b/poppler.spec @@ -1,7 +1,7 @@ Summary: PDF rendering library Name: poppler -Version: 0.28.1 -Release: 3%{?dist} +Version: 0.30.0 +Release: 1%{?dist} License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT Group: Development/Libraries URL: http://poppler.freedesktop.org/ @@ -209,7 +209,7 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}" %files %defattr(-,root,root,-) %doc COPYING README -%{_libdir}/libpoppler.so.47* +%{_libdir}/libpoppler.so.49* %files devel %defattr(-,root,root,-) @@ -278,6 +278,10 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}" %changelog +* Fri Jan 23 2015 Marek Kasik - 0.30.0-1 +- Update to 0.30.0 +- Resolves: #1171056 + * Tue Jan 20 2015 Marek Kasik - 0.28.1-3 - Revert previous commit (It needs poppler-0.30.0) diff --git a/sources b/sources index e5dafd4..17e62b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28de4b9f698296e11dff45a5cce1aa93 poppler-0.28.1.tar.xz +fb0a9d82b5433c823421a123eb8e9789 poppler-0.30.0.tar.xz