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/7] - 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/7] - 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/7] - 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/7] 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/7] 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 From 36f1e007cdcc56b4bf4cc901f6254132f6e8e439 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 15:36:21 +0000 Subject: [PATCH 6/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_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 d18406b..5301838 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -2,7 +2,7 @@ Name: pugixml Version: 1.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A light-weight C++ XML processing library License: MIT URL: http://pugixml.org @@ -70,6 +70,9 @@ Documentation for %{name} %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 1.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Feb 16 2022 Richard Shaw - 1.12.1-1 - Update to 1.12.1, fixes RHBZ#2052866. From a19ba824e2b1f40ceb2aae7699f363f362bc900c Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Tue, 8 Nov 2022 12:27:08 -0600 Subject: [PATCH 7/7] Update to 1.13. --- .gitignore | 1 + pugixml.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ac73b2c..0925e3c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /pugixml-1.11.4.tar.gz /pugixml-1.12.tar.gz /pugixml-1.12.1.tar.gz +/pugixml-1.13.tar.gz diff --git a/pugixml.spec b/pugixml.spec index 5301838..7c27473 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -1,8 +1,8 @@ #global prerel rc Name: pugixml -Version: 1.12.1 -Release: 2%{?dist} +Version: 1.13 +Release: 1%{?dist} Summary: A light-weight C++ XML processing library License: MIT URL: http://pugixml.org @@ -38,8 +38,7 @@ Documentation for %{name} %prep -#autosetup -n %{name}-%{version}%{?prerel:%{prerel}} -%autosetup -n %{name}-1.12 +%autosetup -p1 %build @@ -70,6 +69,9 @@ Documentation for %{name} %changelog +* Tue Nov 08 2022 Richard Shaw - 1.13-1 +- Update to 1.13. + * Fri Jul 22 2022 Fedora Release Engineering - 1.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 4c48c27..f67c680 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pugixml-1.12.1.tar.gz) = af5200d1835a51a2a7ce3d7000c1be6e0ea69e46d512f8df4337ec5c72f9ffce0c0a72f2f03e23ddc048ae5c02e2554d189ee8faed2119719d44e93bf52e647b +SHA512 (pugixml-1.13.tar.gz) = ce2790648e4e75542f6126937efd0acd2c9d340774809f1515c385d95e3742c8ae98930d5e57af50d87c9bbb3f5028ceb782e410670f076bcf7ae1bcc951bef0