From f92652e104844bb9761e65cac3a0f31fa9e4ab65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=B3=E7=A2=A7=E6=B9=96=E7=9A=84=E7=A0=8D=E6=9F=B4?= =?UTF-8?q?=E4=BA=BA?= Date: Sun, 12 Jan 2020 18:44:06 +0800 Subject: [PATCH] fix bug in new glibc version --- fix-bug-delete-gtk-deprecation-warnings.patch | 38 +++++++++++++++++++ libreport.spec | 12 +++--- 2 files changed, 43 insertions(+), 7 deletions(-) create mode 100644 fix-bug-delete-gtk-deprecation-warnings.patch diff --git a/fix-bug-delete-gtk-deprecation-warnings.patch b/fix-bug-delete-gtk-deprecation-warnings.patch new file mode 100644 index 0000000..9ef7bab --- /dev/null +++ b/fix-bug-delete-gtk-deprecation-warnings.patch @@ -0,0 +1,38 @@ +From a760fe1e4ee98808783a9833a022bf3ba77d47f3 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?=E6=A2=B3=E7=A2=A7=E6=B9=96=E7=9A=84=E7=A0=8D=E6=9F=B4?= + =?UTF-8?q?=E4=BA=BA?= +Date: Mon, 13 Jan 2020 14:33:04 +0800 +Subject: [PATCH] tar2 + +--- + libreport-2.10.1/src/gtk-helpers/Makefile.am | 1 - + libreport-2.10.1/src/gui-wizard-gtk/Makefile.am | 1 - + 2 files changed, 2 deletions(-) + +diff --git a/libreport-2.10.1/src/gtk-helpers/Makefile.am b/libreport-2.10.1/src/gtk-helpers/Makefile.am +index ad33750..c4a92dd 100644 +--- a/src/gtk-helpers/Makefile.am ++++ b/src/gtk-helpers/Makefile.am +@@ -33,7 +33,6 @@ libreport_gtk_la_CPPFLAGS = \ + $(GLIB_CFLAGS) \ + $(GIO_CFLAGS) \ + -DWORKFLOWS_DIR=\"$(WORKFLOWS_DIR)\" \ +- -DGDK_DISABLE_DEPRECATION_WARNINGS \ + -D_GNU_SOURCE + libreport_gtk_la_LDFLAGS = \ + -version-info 0:1:0 +diff --git a/libreport-2.10.1/src/gui-wizard-gtk/Makefile.am b/libreport-2.10.1/src/gui-wizard-gtk/Makefile.am +index fce33cb..37e7ba6 100644 +--- a/src/gui-wizard-gtk/Makefile.am ++++ b/src/gui-wizard-gtk/Makefile.am +@@ -22,7 +22,6 @@ report_gtk_CFLAGS = \ + -DICON_DIR=\"${datadir}/abrt/icons/hicolor/48x48/status\" \ + -DWORKFLOWS_DIR=\"$(WORKFLOWS_DIR)\" \ + -DLIBEXEC_DIR=\"$(libexecdir)\" \ +- -DGDK_DISABLE_DEPRECATION_WARNINGS \ + $(GLIB_CFLAGS) \ + $(GTK_CFLAGS) \ + -D_GNU_SOURCE +-- +1.8.3.1 + diff --git a/libreport.spec b/libreport.spec index cdc659d..d7cf9d3 100644 --- a/libreport.spec +++ b/libreport.spec @@ -1,8 +1,8 @@ %define _unpackaged_files_terminate_build 0 Name: libreport -Version: 2.10.1 -Release: 4 +Version: 2.11.3 +Release: 1 License: GPLv2+ Summary: Generic library for reporting various problems URL: https://abrt.readthedocs.org/ @@ -206,8 +206,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #gtk %{_bindir}/report-gtk %{_libdir}/libreport-gtk.so.* -%config(noreplace) %{_sysconfdir}/libreport/events.d/emergencyanalysis_event.conf -%{_datadir}/%{name}/events/report_EmergencyAnalysis.xml #plugin-kerneloops %{_datadir}/%{name}/events/report_Kerneloops.xml @@ -230,7 +228,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/conf.d/plugins/ureport.conf %{_bindir}/reporter-ureport %{_datadir}/%{name}/events/report_uReport.xml -%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.ureport.xml #plugin-bugzilla %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla.conf @@ -243,7 +240,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/events/watch_Bugzilla.xml %config(noreplace) %{_sysconfdir}/libreport/events/report_Bugzilla.conf %config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_event.conf -%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.bugzilla.xml %{_bindir}/reporter-bugzilla #plugin-mantisbt @@ -260,7 +256,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/conf.d/plugins/rhtsupport.conf %{_datadir}/%{name}/events/report_RHTSupport.xml %{_datadir}/%{name}/events/report_RHTSupport_AddData.xml -%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.rhtsupport.xml %config(noreplace) %{_sysconfdir}/libreport/events.d/rhtsupport_event.conf %{_bindir}/reporter-rhtsupport @@ -399,6 +394,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/man5/report_rhel.conf.5.* %changelog +* Sun Jan 12 2020 openEuler Buildteam - 2.11.3-1 +- Update software to V2.11.3 + * Tue Dec 31 2019 openEuler Buildteam - 2.10.1-4 - Update tar package -- Gitee