Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poppler-data for openSUSE:Factory checked in at 2021-12-06 23:59:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/poppler-data (Old) and /work/SRC/openSUSE:Factory/.poppler-data.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "poppler-data" Mon Dec 6 23:59:18 2021 rev:26 rq:932779 version:0.4.11 Changes: -------- --- /work/SRC/openSUSE:Factory/poppler-data/poppler-data.changes 2021-01-19 16:00:33.703231899 +0100 +++ /work/SRC/openSUSE:Factory/.poppler-data.new.31177/poppler-data.changes 2021-12-06 23:59:56.540445545 +0100 @@ -1,0 +2,6 @@ +Wed Nov 10 16:12:49 UTC 2021 - Enrico Belleri <[email protected]> + +- Update to 0.4.11: + * Remove extraneous lines in Adobe-Korea1-H-Mac + +------------------------------------------------------------------- Old: ---- poppler-data-0.4.10.tar.gz New: ---- poppler-data-0.4.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ poppler-data.spec ++++++ --- /var/tmp/diff_new_pack.Dd9JvB/_old 2021-12-06 23:59:57.196443225 +0100 +++ /var/tmp/diff_new_pack.Dd9JvB/_new 2021-12-06 23:59:57.196443225 +0100 @@ -17,14 +17,13 @@ Name: poppler-data -Version: 0.4.10 +Version: 0.4.11 Release: 0 Summary: Encoding Files for use with libpoppler -License: BSD-3-Clause AND GPL-2.0-only +License: BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-only Group: System/Libraries URL: https://poppler.freedesktop.org/ Source: https://poppler.freedesktop.org/%{name}-%{version}.tar.gz -BuildRequires: pkgconfig BuildArch: noarch %description @@ -33,19 +32,28 @@ they are present. When installed, the encoding files enables poppler to correctly render CJK and Cyrrilic properly. +%package devel +Summary: Developer files for %{name} +BuildRequires: pkgconfig +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains the pkgconfig file for %{name}. + %prep %setup -q %build -make %{?_smp_mflags} prefix=%{_prefix} %install %make_install prefix=%{_prefix} %files -%license COPYING COPYING.adobe COPYING.gpl2 +%license COPYING* %doc README %{_datadir}/poppler + +%files devel %{_datadir}/pkgconfig/poppler-data.pc %changelog ++++++ poppler-data-0.4.10.tar.gz -> poppler-data-0.4.11.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poppler-data-0.4.10/CMakeLists.txt new/poppler-data-0.4.11/CMakeLists.txt --- old/poppler-data-0.4.10/CMakeLists.txt 2020-10-21 23:54:51.000000000 +0200 +++ new/poppler-data-0.4.11/CMakeLists.txt 2021-09-06 22:49:43.000000000 +0200 @@ -1,8 +1,8 @@ -project(poppler-data NONE) +cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR) -cmake_minimum_required(VERSION 2.6) +project(poppler-data NONE) -set(VERSION "0.4.10") +set(VERSION "0.4.11") set(datadir ${CMAKE_INSTALL_PREFIX}/share) set(pkgdatadir ${datadir}/poppler) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poppler-data-0.4.10/Makefile new/poppler-data-0.4.11/Makefile --- old/poppler-data-0.4.10/Makefile 2020-10-21 23:54:51.000000000 +0200 +++ new/poppler-data-0.4.11/Makefile 2021-09-06 22:49:43.000000000 +0200 @@ -1,5 +1,5 @@ PACKAGE = poppler-data -VERSION = 0.4.10 +VERSION = 0.4.11 distdir = $(PACKAGE)-$(VERSION) prefix = /usr/local datadir = $(prefix)/share diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poppler-data-0.4.10/cMap/Adobe-Korea1/Adobe-Korea1-H-Mac new/poppler-data-0.4.11/cMap/Adobe-Korea1/Adobe-Korea1-H-Mac --- old/poppler-data-0.4.10/cMap/Adobe-Korea1/Adobe-Korea1-H-Mac 2020-10-21 23:54:52.000000000 +0200 +++ new/poppler-data-0.4.11/cMap/Adobe-Korea1/Adobe-Korea1-H-Mac 2021-09-06 22:49:44.000000000 +0200 @@ -3,7 +3,7 @@ %%IncludeResource: ProcSet (CIDInit) %%BeginResource: CMap (Adobe-Korea1-H-Mac) %%Title: (Adobe-Korea1-H-Mac Adobe KSCpc-EUC 0) -%%Version: 1.005 +%%Version: 1.006 %%Copyright: ----------------------------------------------------------- %%Copyright: Copyright 1990-2019 Adobe. All rights reserved. %%Copyright: @@ -539,11 +539,3 @@ %%EndResource %%EOF - -endcmap -CMapName currentdict /CMap defineresource pop -end -end - -%%EndResource -%%EOF diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poppler-data-0.4.10/poppler-data.pc new/poppler-data-0.4.11/poppler-data.pc --- old/poppler-data-0.4.10/poppler-data.pc 2020-10-21 23:54:51.000000000 +0200 +++ new/poppler-data-0.4.11/poppler-data.pc 2021-09-06 22:49:43.000000000 +0200 @@ -2,7 +2,7 @@ Name: poppler-data Description: Encoding files for use with poppler -Version: 0.4.10 +Version: 0.4.11 Cflags: -DPOPPLER_DATADIR=/usr/local/share/poppler
