update to version 23.12.0

This commit is contained in:
lwg 2023-12-28 10:20:01 +08:00
parent 760d823d0e
commit 301c2401c8
3 changed files with 9 additions and 3 deletions

Binary file not shown.

BIN
poppler-23.12.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,9 +1,9 @@
%global test_sha 03a4b9eb854a06a83c465e82de601796c458bbe9 %global test_sha 03a4b9eb854a06a83c465e82de601796c458bbe9
%global test_date 2021-01-11 %global test_date 2021-01-11
%global qt6 0 %global qt6 1
Name: poppler Name: poppler
Version: 23.08.0 Version: 23.12.0
Release: 1 Release: 1
Summary: PDF rendering library Summary: PDF rendering library
License: GPLv2+ and LGPLv2+ and MIT License: GPLv2+ and LGPLv2+ and MIT
@ -51,6 +51,9 @@ BuildRequires: cmake(Qt6Widgets)
BuildRequires: cmake(Qt6Xml) BuildRequires: cmake(Qt6Xml)
%endif %endif
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: gpgme-devel
BuildRequires: cpp-gpgme
BuildRequires: libcurl-devel
Requires: poppler-data Requires: poppler-data
Obsoletes: poppler-glib-demos < 0.60.1-1 Obsoletes: poppler-glib-demos < 0.60.1-1
@ -189,7 +192,7 @@ test "$(pkg-config --modversion poppler-qt6)" = "%{version}"
%files %files
%doc README.md %doc README.md
%license COPYING %license COPYING
%{_libdir}/libpoppler.so.130* %{_libdir}/libpoppler.so.133*
%files devel %files devel
%{_libdir}/pkgconfig/poppler.pc %{_libdir}/pkgconfig/poppler.pc
@ -250,6 +253,9 @@ test "$(pkg-config --modversion poppler-qt6)" = "%{version}"
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Thu Dec 28 2023 Paul Thomas <paulthomas100199@gmail.com> - 23.12.0-1
- update to version 23.12.0
* Tue Aug 08 2023 yajun<yajun@kylinos.cn> - 23.08.0-1 * Tue Aug 08 2023 yajun<yajun@kylinos.cn> - 23.08.0-1
- update to upstream version 23.08.0 - update to upstream version 23.08.0