From 57d03887168de34379bf7938b45a2164727a7835 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 08:44:12 +0000 Subject: [PATCH 1/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pugixml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pugixml.spec b/pugixml.spec index ff9db0d..4462390 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -2,7 +2,7 @@ Name: pugixml Version: 1.11.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A light-weight C++ XML processing library License: MIT URL: http://pugixml.org @@ -69,6 +69,9 @@ Documentation for %{name} %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.11.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Dec 24 2020 Richard Shaw - 1.11.4-1 - Update to 1.11.4. From e4d657b1990c69b61eba883271b75a6459534830 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 04:14:51 +0000 Subject: [PATCH 2/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pugixml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pugixml.spec b/pugixml.spec index 4462390..138d297 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -2,7 +2,7 @@ Name: pugixml Version: 1.11.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A light-weight C++ XML processing library License: MIT URL: http://pugixml.org @@ -69,6 +69,9 @@ Documentation for %{name} %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.11.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.11.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 6ea317e68985c7974c00c4933151756fa37eb47e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 09:38:13 +0000 Subject: [PATCH 3/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pugixml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pugixml.spec b/pugixml.spec index 138d297..cde6660 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -2,7 +2,7 @@ Name: pugixml Version: 1.11.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A light-weight C++ XML processing library License: MIT URL: http://pugixml.org @@ -69,6 +69,9 @@ Documentation for %{name} %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 1.11.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.11.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From fd6b28a92b50568661ba55026bc99677dade59f7 Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Fri, 11 Feb 2022 08:22:52 -0600 Subject: [PATCH 4/5] Update to 1.20. --- .gitignore | 1 + pugixml.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1882b49..05be001 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /pugixml-1.11.tar.gz /pugixml-1.11.3.tar.gz /pugixml-1.11.4.tar.gz +/pugixml-1.12.tar.gz diff --git a/pugixml.spec b/pugixml.spec index cde6660..f3f4b84 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -1,8 +1,8 @@ #global prerel rc Name: pugixml -Version: 1.11.4 -Release: 4%{?dist} +Version: 1.12 +Release: 1%{?dist} Summary: A light-weight C++ XML processing library License: MIT URL: http://pugixml.org @@ -38,7 +38,7 @@ Documentation for %{name} %prep -%setup -q -n %{name}-%{version}%{?prerel:%{prerel}} +%autosetup -n %{name}-%{version}%{?prerel:%{prerel}} %build @@ -69,6 +69,9 @@ Documentation for %{name} %changelog +* Fri Feb 11 2022 Richard Shaw - 1.12-1 +- Update to 1.20. + * Fri Jan 21 2022 Fedora Release Engineering - 1.11.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 200a42a..1415cab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pugixml-1.11.4.tar.gz) = c83f57ef2492eee359d979597fb5089b8eca547bb9d41cfbb6bcf43d59fe75e6780b0f31dd593145ec9888c065153aba52702667e2de213fa080cd51e9e13a38 +SHA512 (pugixml-1.12.tar.gz) = 1d23fc8b0aa643b932d34012be6d545734f5177d7db711fe1f0b82e318d72b5850a8c3d8513393b86b5a1e83ee7bfd825877f9efbf801369adfcb88041b52a93 From 5b1194de93bee66ee5c4a8299df15fd627c1b385 Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Wed, 16 Feb 2022 07:20:15 -0600 Subject: [PATCH 5/5] Update to 1.12.1, fixes RHBZ#2052866. --- .gitignore | 1 + pugixml.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 05be001..ac73b2c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /pugixml-1.11.3.tar.gz /pugixml-1.11.4.tar.gz /pugixml-1.12.tar.gz +/pugixml-1.12.1.tar.gz diff --git a/pugixml.spec b/pugixml.spec index f3f4b84..d18406b 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -1,7 +1,7 @@ #global prerel rc Name: pugixml -Version: 1.12 +Version: 1.12.1 Release: 1%{?dist} Summary: A light-weight C++ XML processing library License: MIT @@ -38,7 +38,8 @@ Documentation for %{name} %prep -%autosetup -n %{name}-%{version}%{?prerel:%{prerel}} +#autosetup -n %{name}-%{version}%{?prerel:%{prerel}} +%autosetup -n %{name}-1.12 %build @@ -69,6 +70,9 @@ Documentation for %{name} %changelog +* Wed Feb 16 2022 Richard Shaw - 1.12.1-1 +- Update to 1.12.1, fixes RHBZ#2052866. + * Fri Feb 11 2022 Richard Shaw - 1.12-1 - Update to 1.20. diff --git a/sources b/sources index 1415cab..4c48c27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pugixml-1.12.tar.gz) = 1d23fc8b0aa643b932d34012be6d545734f5177d7db711fe1f0b82e318d72b5850a8c3d8513393b86b5a1e83ee7bfd825877f9efbf801369adfcb88041b52a93 +SHA512 (pugixml-1.12.1.tar.gz) = af5200d1835a51a2a7ce3d7000c1be6e0ea69e46d512f8df4337ec5c72f9ffce0c0a72f2f03e23ddc048ae5c02e2554d189ee8faed2119719d44e93bf52e647b