From 937b3695a3df0926130f92ca7239966b1a3bb4a9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:28:52 -0600 Subject: [PATCH 1/9] 5.89.0 --- .gitignore | 1 + kf5-kcodecs.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0c069d6..906bfb9 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /kcodecs-5.86.0.tar.xz /kcodecs-5.87.0.tar.xz /kcodecs-5.88.0.tar.xz +/kcodecs-5.89.0.tar.xz diff --git a/kf5-kcodecs.spec b/kf5-kcodecs.spec index 49d5f95..ad25e12 100644 --- a/kf5-kcodecs.spec +++ b/kf5-kcodecs.spec @@ -2,7 +2,7 @@ %global framework kcodecs Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods @@ -72,6 +72,9 @@ developing applications that use %{name}. %changelog +* Wed Dec 08 2021 Rex Dieter - 5.89.0-1 +- 5.89.0 + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 diff --git a/sources b/sources index 1a6c69d..1f7598e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcodecs-5.88.0.tar.xz) = 82640789b478b1de525f4423c8292463357d48b059a070bd0a2848747d884c8216df13c03e61b7d524ff412228f6d5b16a94b3af7acef5864def04b9d2d4afd4 +SHA512 (kcodecs-5.89.0.tar.xz) = f2b58b539518dad9c4dd879d36d39494f39b62141860e314d1541fc047d4e927767323a2153f330df40749c8d04cecb80c492ce69c397f7aa2d372a05bfabcf4 From e0042da9053dcc57f54334d4178d80837a0c3d05 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:30:06 +0100 Subject: [PATCH 2/9] 5.90.0 --- .gitignore | 1 + kf5-kcodecs.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 906bfb9..e9d4fe1 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /kcodecs-5.87.0.tar.xz /kcodecs-5.88.0.tar.xz /kcodecs-5.89.0.tar.xz +/kcodecs-5.90.0.tar.xz diff --git a/kf5-kcodecs.spec b/kf5-kcodecs.spec index ad25e12..d277823 100644 --- a/kf5-kcodecs.spec +++ b/kf5-kcodecs.spec @@ -2,7 +2,7 @@ %global framework kcodecs Name: kf5-%{framework} -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods @@ -72,6 +72,9 @@ developing applications that use %{name}. %changelog +* Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 +- 5.90.0 + * Wed Dec 08 2021 Rex Dieter - 5.89.0-1 - 5.89.0 diff --git a/sources b/sources index 1f7598e..f3176f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcodecs-5.89.0.tar.xz) = f2b58b539518dad9c4dd879d36d39494f39b62141860e314d1541fc047d4e927767323a2153f330df40749c8d04cecb80c492ce69c397f7aa2d372a05bfabcf4 +SHA512 (kcodecs-5.90.0.tar.xz) = 02529703c073d9eeaf5755b3265e620e73da7873cefca91881ca9a451b6363d1f75101b7150615d5401450b013a90a05a83c24cc0ded0a897c319940311d792f From 687ea65124e5aa9f923cdf631eebafbc72cb89f7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:33:03 +0000 Subject: [PATCH 3/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcodecs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcodecs.spec b/kf5-kcodecs.spec index d277823..aed380d 100644 --- a/kf5-kcodecs.spec +++ b/kf5-kcodecs.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods License: GPLv2+ and LGPLv2+ and BSD @@ -72,6 +72,9 @@ developing applications that use %{name}. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 - 5.90.0 From f66e24b6b5d108f1efdc0fb0cbe0589c77ded34f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:23:07 -0600 Subject: [PATCH 4/9] 5.91.0 --- .gitignore | 1 + kf5-kcodecs.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e9d4fe1..098c533 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /kcodecs-5.88.0.tar.xz /kcodecs-5.89.0.tar.xz /kcodecs-5.90.0.tar.xz +/kcodecs-5.91.0.tar.xz diff --git a/kf5-kcodecs.spec b/kf5-kcodecs.spec index aed380d..2bdec3a 100644 --- a/kf5-kcodecs.spec +++ b/kf5-kcodecs.spec @@ -2,8 +2,8 @@ %global framework kcodecs Name: kf5-%{framework} -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods License: GPLv2+ and LGPLv2+ and BSD @@ -72,6 +72,9 @@ developing applications that use %{name}. %changelog +* Fri Feb 11 2022 Rex Dieter - 5.91.0-1 +- 5.91.0 + * Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index f3176f4..e055504 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcodecs-5.90.0.tar.xz) = 02529703c073d9eeaf5755b3265e620e73da7873cefca91881ca9a451b6363d1f75101b7150615d5401450b013a90a05a83c24cc0ded0a897c319940311d792f +SHA512 (kcodecs-5.91.0.tar.xz) = fa906da284292c519f7f18dd4ee460a9b6748fb6b7d28eff93776dd0e613a7679dc3647fe91fa0349a5335111ba27bea5a35146cb8aec566de948a087c531d4f From 3447a639c573081a09833f74ebecb538471c50a7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:05:57 -0600 Subject: [PATCH 5/9] update %%files --- kf5-kcodecs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kcodecs.spec b/kf5-kcodecs.spec index 2bdec3a..37d40e3 100644 --- a/kf5-kcodecs.spec +++ b/kf5-kcodecs.spec @@ -64,7 +64,7 @@ developing applications that use %{name}. %{_kf5_libdir}/libKF5Codecs.so.* %files devel -%{_kf5_includedir}/kcodecs_version.h + %{_kf5_includedir}/KCodecs/ %{_kf5_libdir}/libKF5Codecs.so %{_kf5_libdir}/cmake/KF5Codecs/ From b19d583ce9417705d742dfcac90b19dd18e45236 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 14:55:59 -0600 Subject: [PATCH 6/9] 5.92.0 --- .gitignore | 1 + kf5-kcodecs.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 098c533..1645501 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /kcodecs-5.89.0.tar.xz /kcodecs-5.90.0.tar.xz /kcodecs-5.91.0.tar.xz +/kcodecs-5.92.0.tar.xz diff --git a/kf5-kcodecs.spec b/kf5-kcodecs.spec index 37d40e3..df78976 100644 --- a/kf5-kcodecs.spec +++ b/kf5-kcodecs.spec @@ -2,7 +2,7 @@ %global framework kcodecs Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.92.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods @@ -72,6 +72,9 @@ developing applications that use %{name}. %changelog +* Thu Mar 10 2022 Rex Dieter - 5.92.0-1 +- 5.92.0 + * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 diff --git a/sources b/sources index e055504..d1a2f29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcodecs-5.91.0.tar.xz) = fa906da284292c519f7f18dd4ee460a9b6748fb6b7d28eff93776dd0e613a7679dc3647fe91fa0349a5335111ba27bea5a35146cb8aec566de948a087c531d4f +SHA512 (kcodecs-5.92.0.tar.xz) = d7d89f08b6ec789afe6267c2c9d7a1b259cfd720d3b52a83eab6cea527dde414d509b44100cba9ab5727f10b02ca090cb33038748ea41d21f21aac12b65200ed From 907872694d97bc6718f554e66a8766eb0743158f Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:22:07 +0930 Subject: [PATCH 7/9] Update to 5.93 --- .gitignore | 1 + kf5-kcodecs.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1645501..d95f0c9 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /kcodecs-5.90.0.tar.xz /kcodecs-5.91.0.tar.xz /kcodecs-5.92.0.tar.xz +./kcodecs-5.93.tar.xz diff --git a/kf5-kcodecs.spec b/kf5-kcodecs.spec index df78976..e42f827 100644 --- a/kf5-kcodecs.spec +++ b/kf5-kcodecs.spec @@ -2,7 +2,7 @@ %global framework kcodecs Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods @@ -72,6 +72,9 @@ developing applications that use %{name}. %changelog +* Sun Apr 10 2022 Justin Zobel - 5.93-1 +- Update to 5.93 + * Thu Mar 10 2022 Rex Dieter - 5.92.0-1 - 5.92.0 diff --git a/sources b/sources index d1a2f29..a1eb7ed 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kcodecs-5.92.0.tar.xz) = d7d89f08b6ec789afe6267c2c9d7a1b259cfd720d3b52a83eab6cea527dde414d509b44100cba9ab5727f10b02ca090cb33038748ea41d21f21aac12b65200ed +SHA512 (kcodecs-5.93.0.tar.xz) = 491b817176997fe5433ab146294ccc841a3a404ceafe80b90f6484fa26857b2c970d5687251cedad3c4b845b13e0f625ead23093030ec43cc7c0e59cf672f7bc From dc0c8eb9722a6a728d2c6d7bc51f1cc7637366f7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:11:23 -0500 Subject: [PATCH 8/9] 5.94.0 --- .gitignore | 1 + kf5-kcodecs.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d95f0c9..b2c4680 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /kcodecs-5.91.0.tar.xz /kcodecs-5.92.0.tar.xz ./kcodecs-5.93.tar.xz +/kcodecs-5.94.0.tar.xz diff --git a/kf5-kcodecs.spec b/kf5-kcodecs.spec index e42f827..702dabd 100644 --- a/kf5-kcodecs.spec +++ b/kf5-kcodecs.spec @@ -2,7 +2,7 @@ %global framework kcodecs Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods @@ -72,6 +72,9 @@ developing applications that use %{name}. %changelog +* Fri May 13 2022 Rex Dieter - 5.94.0-1 +- 5.94.0 + * Sun Apr 10 2022 Justin Zobel - 5.93-1 - Update to 5.93 diff --git a/sources b/sources index a1eb7ed..4713ce1 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kcodecs-5.92.0.tar.xz) = d7d89f08b6ec789afe6267c2c9d7a1b259cfd720d3b52a83eab6cea527dde414d509b44100cba9ab5727f10b02ca090cb33038748ea41d21f21aac12b65200ed -SHA512 (kcodecs-5.93.0.tar.xz) = 491b817176997fe5433ab146294ccc841a3a404ceafe80b90f6484fa26857b2c970d5687251cedad3c4b845b13e0f625ead23093030ec43cc7c0e59cf672f7bc +SHA512 (kcodecs-5.94.0.tar.xz) = 553d093d3b030552101c212d90fdd1ffdd04feb59d96e9e859ad64b6abbda8d43690c5cfbbf3383cdaa25f9bc7620a6105c839a8446f109386e08cd74504b0c9 From 5e6270f1cd7ce3b81efd3cdb16e2e3c8354ada27 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:44 +0200 Subject: [PATCH 9/9] 5.96.0 --- .gitignore | 1 + kf5-kcodecs.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b2c4680..0ce0bc8 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /kcodecs-5.92.0.tar.xz ./kcodecs-5.93.tar.xz /kcodecs-5.94.0.tar.xz +/kcodecs-5.96.0.tar.xz diff --git a/kf5-kcodecs.spec b/kf5-kcodecs.spec index 702dabd..3ebc8f9 100644 --- a/kf5-kcodecs.spec +++ b/kf5-kcodecs.spec @@ -2,7 +2,7 @@ %global framework kcodecs Name: kf5-%{framework} -Version: 5.94.0 +Version: 5.96.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods @@ -72,6 +72,9 @@ developing applications that use %{name}. %changelog +* Sun Jul 03 2022 Marc Deop - 5.96.0-1 +- 5.96.0 + * Fri May 13 2022 Rex Dieter - 5.94.0-1 - 5.94.0 diff --git a/sources b/sources index 4713ce1..e494494 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcodecs-5.94.0.tar.xz) = 553d093d3b030552101c212d90fdd1ffdd04feb59d96e9e859ad64b6abbda8d43690c5cfbbf3383cdaa25f9bc7620a6105c839a8446f109386e08cd74504b0c9 +SHA512 (kcodecs-5.96.0.tar.xz) = 24e467fba8c61834987a6deb7b4ffe60691e7671118c6e55cf901660921d8798bca214f67b9a5e8676881aec95d832770708ceca9787175ab5658231c302a097