From 1f0eac990d8017977be50d92271969d55e4436b1 Mon Sep 17 00:00:00 2001 From: Matěj Grabovský Date: May 22 2023 09:38:48 +0000 Subject: [PATCH 1/4] Update to upstream release 2.17.0 Signed-off-by: Matěj Grabovský --- diff --git a/.gitignore b/.gitignore index b777d6a..c236681 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,4 @@ abrt-1.1.13.tar.gz /abrt-2.15.1.tar.gz /abrt-2.16.0.tar.gz /abrt-2.16.1.tar.gz +/abrt-2.17.0.tar.gz diff --git a/abrt.spec b/abrt.spec index 1c62018..994f919 100644 --- a/abrt.spec +++ b/abrt.spec @@ -49,7 +49,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.16.1 +Version: 2.17.0 Release: 1%{?dist} License: GPL-2.0-or-later URL: https://abrt.readthedocs.org/ @@ -59,7 +59,7 @@ BuildRequires: %{dbus_devel} BuildRequires: hostname BuildRequires: gtk3-devel BuildRequires: glib2-devel >= %{glib_ver} -BuildRequires: rpm-devel >= 4.6 +BuildRequires: rpm-devel >= 4.18 BuildRequires: desktop-file-utils BuildRequires: libnotify-devel #why? BuildRequires: file-devel @@ -966,6 +966,10 @@ killall abrt-dbus >/dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %changelog +* Mon May 22 2023 Matěj Grabovský - 2.17.0-1 +- Update to upstream release 2.17.0 +- Bump rpm-devel dependency to 4.18 + * Thu Mar 30 2023 Michal Srb - 2.16.1-1 - Update to upstream release 2.16.1 diff --git a/sources b/sources index a543ab6..ca6e2ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (abrt-2.16.1.tar.gz) = a5babbc6fb67ff8ffbf648eec1195132e2128c27b27da9ec5272f894720d75abb147887a0327399a27fdbb87f2aa00a9d894b787e66433a369912c2b9c34c7c5 +SHA512 (abrt-2.17.0.tar.gz) = 6a2e66436ad097af3a270613ecdbe1b3f67820b7912c2607e3fea7f4b31166d99aa467757eb9504397163fa269af5ab6a88abbd2fa0cbad34f3e938ddddc49e7 From 7073ad434640c52324e9ef7d466fbfc2f437b756 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 28 2023 17:02:20 +0000 Subject: [PATCH 2/4] Rebuilt for Python 3.12 --- diff --git a/abrt.spec b/abrt.spec index 994f919..4244f4f 100644 --- a/abrt.spec +++ b/abrt.spec @@ -50,7 +50,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt Version: 2.17.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: https://abrt.readthedocs.org/ Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz @@ -966,6 +966,9 @@ killall abrt-dbus >/dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %changelog +* Wed Jun 28 2023 Python Maint - 2.17.0-2 +- Rebuilt for Python 3.12 + * Mon May 22 2023 Matěj Grabovský - 2.17.0-1 - Update to upstream release 2.17.0 - Bump rpm-devel dependency to 4.18 From e76a84e22db7e8b28b6791721202b84b022942bd Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Jun 30 2023 11:29:27 +0000 Subject: [PATCH 3/4] Update to upstream release 2.17.1 Signed-off-by: Michal Srb --- diff --git a/.gitignore b/.gitignore index c236681..9883f4e 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,4 @@ abrt-1.1.13.tar.gz /abrt-2.16.0.tar.gz /abrt-2.16.1.tar.gz /abrt-2.17.0.tar.gz +/abrt-2.17.1.tar.gz diff --git a/abrt.spec b/abrt.spec index 4244f4f..898033e 100644 --- a/abrt.spec +++ b/abrt.spec @@ -49,8 +49,8 @@ Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.17.0 -Release: 2%{?dist} +Version: 2.17.1 +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://abrt.readthedocs.org/ Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz @@ -966,6 +966,9 @@ killall abrt-dbus >/dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %changelog +* Fri Jun 30 2023 Michal Srb - 2.17.1-1 +- Update to upstream release 2.17.1 + * Wed Jun 28 2023 Python Maint - 2.17.0-2 - Rebuilt for Python 3.12 diff --git a/sources b/sources index ca6e2ec..04baaf7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (abrt-2.17.0.tar.gz) = 6a2e66436ad097af3a270613ecdbe1b3f67820b7912c2607e3fea7f4b31166d99aa467757eb9504397163fa269af5ab6a88abbd2fa0cbad34f3e938ddddc49e7 +SHA512 (abrt-2.17.1.tar.gz) = 6f4a1eca2ee2fc87974b32984f3750a86469502e5a0a7f7063d9992e0e5e1dff60bc2e0001908bbb1bbc2956c10a9319342b7dd869437bdded82fc8a4ef09c20 From e39775165f566b9167a07b8002fc109ed7a3116f Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Jun 30 2023 11:42:24 +0000 Subject: [PATCH 4/4] Merge branch 'f38-2.17.1' into f37-2.17.1 --- diff --git a/.gitignore b/.gitignore index b777d6a..9883f4e 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,5 @@ abrt-1.1.13.tar.gz /abrt-2.15.1.tar.gz /abrt-2.16.0.tar.gz /abrt-2.16.1.tar.gz +/abrt-2.17.0.tar.gz +/abrt-2.17.1.tar.gz diff --git a/abrt.spec b/abrt.spec index 1c62018..898033e 100644 --- a/abrt.spec +++ b/abrt.spec @@ -49,7 +49,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.16.1 +Version: 2.17.1 Release: 1%{?dist} License: GPL-2.0-or-later URL: https://abrt.readthedocs.org/ @@ -59,7 +59,7 @@ BuildRequires: %{dbus_devel} BuildRequires: hostname BuildRequires: gtk3-devel BuildRequires: glib2-devel >= %{glib_ver} -BuildRequires: rpm-devel >= 4.6 +BuildRequires: rpm-devel >= 4.18 BuildRequires: desktop-file-utils BuildRequires: libnotify-devel #why? BuildRequires: file-devel @@ -966,6 +966,16 @@ killall abrt-dbus >/dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %changelog +* Fri Jun 30 2023 Michal Srb - 2.17.1-1 +- Update to upstream release 2.17.1 + +* Wed Jun 28 2023 Python Maint - 2.17.0-2 +- Rebuilt for Python 3.12 + +* Mon May 22 2023 Matěj Grabovský - 2.17.0-1 +- Update to upstream release 2.17.0 +- Bump rpm-devel dependency to 4.18 + * Thu Mar 30 2023 Michal Srb - 2.16.1-1 - Update to upstream release 2.16.1 diff --git a/sources b/sources index a543ab6..04baaf7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (abrt-2.16.1.tar.gz) = a5babbc6fb67ff8ffbf648eec1195132e2128c27b27da9ec5272f894720d75abb147887a0327399a27fdbb87f2aa00a9d894b787e66433a369912c2b9c34c7c5 +SHA512 (abrt-2.17.1.tar.gz) = 6f4a1eca2ee2fc87974b32984f3750a86469502e5a0a7f7063d9992e0e5e1dff60bc2e0001908bbb1bbc2956c10a9319342b7dd869437bdded82fc8a4ef09c20