From 8489a2268d859179a507500db4bea7e47d401dda Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 13 Nov 2017 14:13:58 +0100 Subject: [PATCH 01/24] specfile: ghostscript parts removed Ghostscript should take of its own encoding files from now on, so we don't need to rebuild poppler-date everytime ghostscript is rebased. --- poppler-data.spec | 30 ------------------------------ sources | 2 -- 2 files changed, 32 deletions(-) diff --git a/poppler-data.spec b/poppler-data.spec index 10d6772..6d4ab36 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -1,8 +1,3 @@ - -## to bootstrap and avoid the circular dependency with ghostscript -## define this to be the ghostscript version -#define gs_bootstrap 9.20 - Summary: Encoding files Name: poppler-data Version: 0.4.8 @@ -15,15 +10,7 @@ Release: 3%{?dist} License: BSD and GPLv2 and GPLv3+ URL: http://poppler.freedesktop.org/ Source0: http://poppler.freedesktop.org/poppler-data-%{version}.tar.gz -Source1: http://downloads.sourceforge.net/project/cmap.adobe/cmapresources_identity0.tar.z -# extracted from ghostscript-9.05 tarball -Source2: Identity-UTF16-H BuildArch: noarch - -%if ! 0%{?gs_bootstrap:1} -BuildRequires: ghostscript -%endif -%global gs_ver %(gs --version 2>/dev/null || echo %{gs_bootstrap}) BuildRequires: pkgconfig %description @@ -47,27 +34,10 @@ Requires: %{name} = %{version}-%{release} %install make install DESTDIR=%{buildroot} datadir=%{_datadir} -# manually install Identity-* files -# http://bugzilla.redhat.com/842351 -install -m644 -p %{SOURCE2} ai0/CMap/Identity-* %{buildroot}%{_datadir}/poppler/cMap/ - -# create cmap symlinks for ghostscript -mkdir -p %{buildroot}%{_datadir}/ghostscript/%{gs_ver}/Resource/CMap/ -cmap_files=$(find %{buildroot}%{_datadir}/poppler/cMap/ -type f | sed -e "s|%{buildroot}%{_datadir}|../../../..|g") -pushd %{buildroot}%{_datadir}/ghostscript/%{gs_ver}/Resource/CMap/ -for target in ${cmap_files} ; do -ln -s $target -test -f $(basename $target) -done -popd - %files %doc COPYING COPYING.adobe COPYING.gpl2 README %{_datadir}/poppler/ -%dir %{_datadir}/ghostscript/%{gs_ver} -%dir %{_datadir}/ghostscript/%{gs_ver}/Resource -%{_datadir}/ghostscript/%{gs_ver}/Resource/CMap/ %files devel %{_datadir}/pkgconfig/poppler-data.pc diff --git a/sources b/sources index 29300cf..8d87e11 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -SHA512 (Identity-UTF16-H) = aa239b3a3f146703de382928993a9822d073686f3ed8be6fb8d216f9facf9e5ca5fbcf2981c07a7f282944b15f6c84154b62fc78641a48ec9cf0c6b690b80abf -SHA512 (cmapresources_identity0.tar.z) = 80b9791ee37f46ed94d207172392e07769f687964db3a28d27db6f8a1292bd351a2c38d908915b75bbafab977d7261964daf96abd09d5bd95f32449669ee8acd SHA512 (poppler-data-0.4.8.tar.gz) = c9435f557ca696fb1e94b6a0b42d401cc911a08f995e3494a7352b47bde5091226f2bb99792ff2b1ee02dfebee66f50f736daca72020a19217ce1c27bde92d54 From cc4e6f0ef1f6a6eb95cd57def4eeb59ea4ee60ca Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Tue, 14 Nov 2017 15:38:54 +0100 Subject: [PATCH 02/24] specfile: cleanup according to Fedora Packaging Guidelines --- poppler-data.spec | 90 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 65 insertions(+), 25 deletions(-) diff --git a/poppler-data.spec b/poppler-data.spec index 6d4ab36..3f03ffd 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -1,47 +1,87 @@ -Summary: Encoding files -Name: poppler-data -Version: 0.4.8 -Release: 3%{?dist} -# The cMap data files installed by the poppler-data package are -# under the COPYING.adobe license -# cidToUnicode, nameToUnicode and unicodeMap data files -# are under the COPYING.gpl2 license -# Identity-UTF16-H is GPLv3+ (from GPL ghostscript) -License: BSD and GPLv2 and GPLv3+ -URL: http://poppler.freedesktop.org/ -Source0: http://poppler.freedesktop.org/poppler-data-%{version}.tar.gz -BuildArch: noarch -BuildRequires: pkgconfig +# ============================================================================= + +Name: poppler-data +Summary: Encoding files for use with poppler +Version: 0.4.8 +Release: 3%{?dist} + +# NOTE: The licensing details are explained in COPYING file in source archive. +License: BSD and GPLv2 + +URL: https://poppler.freedesktop.org/ +Source: https://poppler.freedesktop.org/poppler-data-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: git + +# ============================================================================= + +# NOTE: 'autosetup' macro (below) uses 'git' for applying the patches: +# ->> All the patches should be provided in 'git format-patch' format. +# ->> Auxiliary repository will be created during 'fedpkg prep', you +# can see all the applied patches there via 'git log'. + +# Upstream patches -- official upstream patches released by upstream since the +# ---------------- last rebase that are necessary for any reason: +#Patch000: example000.patch + + +# Downstream patches -- these should be always included when doing rebase: +# ------------------ +#Patch100: example100.patch + + +# Downstream patches for RHEL -- patches that we keep only in RHEL for various +# --------------------------- reasons, but are not enabled in Fedora: +%if %{defined rhel} || %{defined centos} +#Patch200: example200.patch +%endif + + +# Patches to be removed -- deprecated functionality which shall be removed at +# --------------------- some point in the future: + %description -This package consists of encoding files for poppler. When installed, -the encoding files enables poppler to correctly render CJK and Cyrillic -properly. +This package consists of encoding files for use with poppler. The encoding +files are optional and poppler will automatically read them if they are present. + +When installed, the encoding files enables poppler to correctly render both CJK +and Cyrrilic characters properly. + +# === SUBPACKAGES ============================================================= + +%package devel +Summary: Devel files for %{name} + +Requires: %{name} = %{version}-%{release} +BuildRequires: pkgconfig -%package devel -Summary: Developer files for %{name} -Requires: %{name} = %{version}-%{release} %description devel -%{summary}. +This sub-package currently contains only pkgconfig file, which can be used with +pkgconfig utility allowing your software to be build with poppler-data. +# === BUILD INSTRUCTIONS ====================================================== %prep -%setup -q -a 1 +%autosetup -S git +# NOTE: Nothing to do here - we are packaging the content only. %build -# intentionally left blank %install -make install DESTDIR=%{buildroot} datadir=%{_datadir} +%make_install prefix=%{_prefix} +# === PACKAGING INSTRUCTIONS ================================================== %files -%doc COPYING COPYING.adobe COPYING.gpl2 README +%license COPYING COPYING.adobe COPYING.gpl2 %{_datadir}/poppler/ %files devel %{_datadir}/pkgconfig/poppler-data.pc +# ============================================================================= %changelog * Thu Nov 09 2017 David Kaspar [Dee'Kej] - 0.4.8-3 From 389fc86eefbadfc2fdd0e218c506151913490069 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Wed, 15 Nov 2017 19:02:49 +0100 Subject: [PATCH 03/24] New release with specfile changes --- poppler-data.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index 3f03ffd..86232cf 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.8 -Release: 3%{?dist} +Release: 4%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -84,6 +84,10 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Wed Nov 15 2017 David Kaspar [Dee'Kej] - 0.4.8-4 +- specfile cleanup according to Fedora Packaging Guidelines +- ghostscript parts removed from specfile + * Thu Nov 09 2017 David Kaspar [Dee'Kej] - 0.4.8-3 - Rebuilt again (buildroot override was not yet in effect) From bbaf99a05d79b8e03af49a6ceff251bd63864237 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 05:34:42 +0000 Subject: [PATCH 04/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index 86232cf..895ad46 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.8 -Release: 4%{?dist} +Release: 5%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -84,6 +84,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.4.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Nov 15 2017 David Kaspar [Dee'Kej] - 0.4.8-4 - specfile cleanup according to Fedora Packaging Guidelines - ghostscript parts removed from specfile From ba79005a903f126a158d10f14ce9481cf99fee08 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Wed, 25 Apr 2018 13:35:21 +0200 Subject: [PATCH 05/24] specfile: rebase to latest upstream version - 0.4.9 Resolves: #1571487 --- .gitignore | 1 + poppler-data.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7ebe588..614e2f6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /cmapresources_identity0.tar.z /poppler-data-0.4.7.tar.gz /poppler-data-0.4.8.tar.gz +/poppler-data-0.4.9.tar.gz diff --git a/poppler-data.spec b/poppler-data.spec index 895ad46..2524b8c 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -2,8 +2,8 @@ Name: poppler-data Summary: Encoding files for use with poppler -Version: 0.4.8 -Release: 5%{?dist} +Version: 0.4.9 +Release: 1%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -84,6 +84,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Wed Apr 25 2018 David Kaspar [Dee'Kej] - 0.4.9-1 +- rebase to latest upstream version (bug #1571487) + * Fri Feb 09 2018 Fedora Release Engineering - 0.4.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild diff --git a/sources b/sources index 8d87e11..4a2736d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (poppler-data-0.4.8.tar.gz) = c9435f557ca696fb1e94b6a0b42d401cc911a08f995e3494a7352b47bde5091226f2bb99792ff2b1ee02dfebee66f50f736daca72020a19217ce1c27bde92d54 +SHA512 (poppler-data-0.4.9.tar.gz) = 45afd378d0bb415c5e1bc9718025328058712c0bde6d529d2c7a4813b12f600be46ecd2ed2454b3f83fb9f8cad157b75d11d8c5d1ca849f347c310b58132ff7a From 29f109a05071d758c7a730c5af6ce50993d71e9b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 22:44:10 +0000 Subject: [PATCH 06/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index 2524b8c..a753b00 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.9 -Release: 1%{?dist} +Release: 2%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -84,6 +84,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.4.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Apr 25 2018 David Kaspar [Dee'Kej] - 0.4.9-1 - rebase to latest upstream version (bug #1571487) From 6692b5032c59b3b22aea5be7fc5a671143d65609 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 2 Feb 2019 04:38:23 +0000 Subject: [PATCH 07/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index a753b00..fcdc5c0 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.9 -Release: 2%{?dist} +Release: 3%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -84,6 +84,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 0.4.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 0.4.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From a5e9bc8356e70107fecfa6379ff709f71a5e3ca6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jul 2019 11:07:35 +0000 Subject: [PATCH 08/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index fcdc5c0..6ecfba0 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.9 -Release: 3%{?dist} +Release: 4%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -84,6 +84,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 0.4.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sat Feb 02 2019 Fedora Release Engineering - 0.4.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 9f019ffd573568c3b1788e7326fb2fd8aec0f153 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 09:32:43 +0000 Subject: [PATCH 09/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index 6ecfba0..f07e9b6 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.9 -Release: 4%{?dist} +Release: 5%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -84,6 +84,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 0.4.9-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Fri Jul 26 2019 Fedora Release Engineering - 0.4.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From d62fe380fcb8440dbe8eb27054721261022e2a83 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 22:51:08 +0000 Subject: [PATCH 10/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index f07e9b6..f6f92c5 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.9 -Release: 5%{?dist} +Release: 6%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -84,6 +84,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 0.4.9-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jan 30 2020 Fedora Release Engineering - 0.4.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 47532ba21eab7246076d205dc459cfe09eea43ab Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 19:24:24 +0000 Subject: [PATCH 11/24] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- poppler-data.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/poppler-data.spec b/poppler-data.spec index f6f92c5..ba00e28 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -12,6 +12,7 @@ URL: https://poppler.freedesktop.org/ Source: https://poppler.freedesktop.org/poppler-data-%{version}.tar.gz BuildArch: noarch +BuildRequires: make BuildRequires: git # ============================================================================= From d67f2158b6ce857162fc1753eb44a2b679a13e62 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 08:25:41 +0000 Subject: [PATCH 12/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index ba00e28..de5fd8e 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.9 -Release: 6%{?dist} +Release: 7%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -85,6 +85,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.4.9-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 0.4.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From e2376eb00c93e6062d624648a41be4028f187f96 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 03:53:10 +0000 Subject: [PATCH 13/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index de5fd8e..0ad105b 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.9 -Release: 7%{?dist} +Release: 8%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -85,6 +85,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.9-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 0.4.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From a9a8534c3017c35589f1f57d260d28ae267065d6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Sep 2021 13:14:55 -0500 Subject: [PATCH 14/24] 0.4.11 (#1890347) --- .gitignore | 1 + poppler-data.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 614e2f6..520d862 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /poppler-data-0.4.7.tar.gz /poppler-data-0.4.8.tar.gz /poppler-data-0.4.9.tar.gz +/poppler-data-0.4.11.tar.gz diff --git a/poppler-data.spec b/poppler-data.spec index 0ad105b..f87f617 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -2,8 +2,8 @@ Name: poppler-data Summary: Encoding files for use with poppler -Version: 0.4.9 -Release: 8%{?dist} +Version: 0.4.11 +Release: 1%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -85,6 +85,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Fri Sep 10 2021 Rex Dieter - 0.4.11-1 +- 0.4.11 (#1890347) + * Fri Jul 23 2021 Fedora Release Engineering - 0.4.9-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 4a2736d..f70122d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (poppler-data-0.4.9.tar.gz) = 45afd378d0bb415c5e1bc9718025328058712c0bde6d529d2c7a4813b12f600be46ecd2ed2454b3f83fb9f8cad157b75d11d8c5d1ca849f347c310b58132ff7a +SHA512 (poppler-data-0.4.11.tar.gz) = a5b7ace28d1677e12f7500ab6345b277dc22cd48ace8d472c083933416879edf4da4efe8217b0e11f75a3387ed98d832fe50567884095b6c0e09ebd8802b0f32 From c728896b90e128b41e1e67993a43ba9caf3c1d0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 09:16:33 +0000 Subject: [PATCH 15/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index f87f617..968a244 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.11 -Release: 1%{?dist} +Release: 2%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -85,6 +85,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 0.4.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Sep 10 2021 Rex Dieter - 0.4.11-1 - 0.4.11 (#1890347) From 4664c2ef94c664f70d4f8fedec74463019e82f94 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 15:13:44 +0000 Subject: [PATCH 16/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index 968a244..0a6532b 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.11 -Release: 2%{?dist} +Release: 3%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -85,6 +85,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 0.4.11-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jan 21 2022 Fedora Release Engineering - 0.4.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 1ee78f9e508d053d7cfe61140818765337ce4b41 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 10:05:34 +0000 Subject: [PATCH 17/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index 0a6532b..e3e9537 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.11 -Release: 3%{?dist} +Release: 4%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -85,6 +85,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 0.4.11-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 0.4.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 2e69bcf74d40e7a44de2eecb91473ed4f900b39e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 06:05:01 +0000 Subject: [PATCH 18/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index e3e9537..daf7d7d 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.11 -Release: 4%{?dist} +Release: 5%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. License: BSD and GPLv2 @@ -85,6 +85,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 0.4.11-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Fri Jan 20 2023 Fedora Release Engineering - 0.4.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From c8f4fa03d7354ba8cb41f183fc2cb7d86f2611c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 20 Dec 2023 08:23:02 +0000 Subject: [PATCH 19/24] Migrate to SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- poppler-data.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index daf7d7d..6d6fe62 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -6,7 +6,8 @@ Version: 0.4.11 Release: 5%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. -License: BSD and GPLv2 +# Makefile is HPND-sell-variant but is not included in binary package +License: (GPL-2.0-only OR GPL-3.0-only) AND BSD-3-Clause URL: https://poppler.freedesktop.org/ Source: https://poppler.freedesktop.org/poppler-data-%{version}.tar.gz From 14867e8e0351aecfe5fb8564f62e6b958821c009 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 22:09:33 +0000 Subject: [PATCH 20/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index 6d6fe62..4e4b840 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.11 -Release: 5%{?dist} +Release: 6%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. # Makefile is HPND-sell-variant but is not included in binary package @@ -86,6 +86,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 0.4.11-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 0.4.11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 1174de90c91289ac78777c3e16832501e2dd81b4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 23:56:34 +0000 Subject: [PATCH 21/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index 4e4b840..dca1ffd 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.11 -Release: 6%{?dist} +Release: 7%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. # Makefile is HPND-sell-variant but is not included in binary package @@ -86,6 +86,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 0.4.11-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 0.4.11-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From e95111073757aed970c0708d7971e26491f417df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 08:16:46 +0000 Subject: [PATCH 22/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index dca1ffd..1042250 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.11 -Release: 7%{?dist} +Release: 8%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. # Makefile is HPND-sell-variant but is not included in binary package @@ -86,6 +86,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 0.4.11-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 0.4.11-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 0ff34c11b88855ec8c0dc6520b96c05d30467a75 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 10:35:29 +0000 Subject: [PATCH 23/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index 1042250..2466b5e 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.11 -Release: 8%{?dist} +Release: 9%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. # Makefile is HPND-sell-variant but is not included in binary package @@ -86,6 +86,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 0.4.11-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 0.4.11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From cd160f55dff852076ee6fbb2985156c04d1ef05c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 06:02:35 +0000 Subject: [PATCH 24/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- poppler-data.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poppler-data.spec b/poppler-data.spec index 2466b5e..db5d011 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -3,7 +3,7 @@ Name: poppler-data Summary: Encoding files for use with poppler Version: 0.4.11 -Release: 9%{?dist} +Release: 10%{?dist} # NOTE: The licensing details are explained in COPYING file in source archive. # Makefile is HPND-sell-variant but is not included in binary package @@ -86,6 +86,9 @@ pkgconfig utility allowing your software to be build with poppler-data. # ============================================================================= %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.4.11-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 0.4.11-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild