parent
b1d8e5f0e2
commit
5832df735d
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/poppler-0.26.3.tar.xz
|
/poppler-0.26.3.tar.xz
|
||||||
/poppler-0.26.4.tar.xz
|
/poppler-0.26.4.tar.xz
|
||||||
/poppler-0.28.1.tar.xz
|
/poppler-0.28.1.tar.xz
|
||||||
|
/poppler-0.30.0.tar.xz
|
||||||
|
10
poppler.spec
10
poppler.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: PDF rendering library
|
Summary: PDF rendering library
|
||||||
Name: poppler
|
Name: poppler
|
||||||
Version: 0.28.1
|
Version: 0.30.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
|
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://poppler.freedesktop.org/
|
URL: http://poppler.freedesktop.org/
|
||||||
@ -209,7 +209,7 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%{_libdir}/libpoppler.so.47*
|
%{_libdir}/libpoppler.so.49*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -278,6 +278,10 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 23 2015 Marek Kasik <mkasik@redhat.com> - 0.30.0-1
|
||||||
|
- Update to 0.30.0
|
||||||
|
- Resolves: #1171056
|
||||||
|
|
||||||
* Tue Jan 20 2015 Marek Kasik <mkasik@redhat.com> - 0.28.1-3
|
* Tue Jan 20 2015 Marek Kasik <mkasik@redhat.com> - 0.28.1-3
|
||||||
- Revert previous commit (It needs poppler-0.30.0)
|
- Revert previous commit (It needs poppler-0.30.0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user