diff --git a/fix-bug-delete-gtk-deprecation-warnings.patch b/fix-bug-delete-gtk-deprecation-warnings.patch index 9ef7babdaf0de623c6bc77b462114f9b14fd185e..6fff782f8923a16fc6a1d8d48f614d7050bdc39c 100644 --- a/fix-bug-delete-gtk-deprecation-warnings.patch +++ b/fix-bug-delete-gtk-deprecation-warnings.patch @@ -20,7 +20,7 @@ index ad33750..c4a92dd 100644 - -DGDK_DISABLE_DEPRECATION_WARNINGS \ -D_GNU_SOURCE libreport_gtk_la_LDFLAGS = \ - -version-info 0:1:0 + -version-info 1: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 diff --git a/libreport-2.13.1.tar.gz b/libreport-2.13.1.tar.gz deleted file mode 100644 index 02f872551d6891d2069c64cf2b71755a4f775452..0000000000000000000000000000000000000000 Binary files a/libreport-2.13.1.tar.gz and /dev/null differ diff --git a/libreport-2.15.2.tar.gz b/libreport-2.15.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..73cce77e3f78c64ab448c34ccc72c39cde846d31 Binary files /dev/null and b/libreport-2.15.2.tar.gz differ diff --git a/libreport.spec b/libreport.spec index a98158388fd825ce2a1ad04d2f81794a60c31d93..988137670e8656526ae60f1837bc3c126c146381 100644 --- a/libreport.spec +++ b/libreport.spec @@ -1,8 +1,8 @@ %define _unpackaged_files_terminate_build 0 Name: libreport -Version: 2.13.1 -Release: 5 +Version: 2.15.2 +Release: 1 License: GPLv2+ Summary: Generic library for reporting various problems URL: https://abrt.readthedocs.org/ @@ -14,7 +14,7 @@ BuildRequires: dbus-devel gtk3-devel curl-devel desktop-file-utils python3-devel BuildRequires: gettext libxml2-devel libtar-devel intltool libtool texinfo asciidoc xmlto BuildRequires: newt-devel libproxy-devel satyr-devel >= 0.24 glib2-devel >= 2.43 git-core doxygen BuildRequires: glibc-all-langpacks xmlrpc-c-devel systemd-devel augeas-devel augeas xz lz4 -BuildRequires: sed json-c-devel nettle-devel +BuildRequires: sed json-c-devel nettle-devel libarchive-devel Requires: libreport-filesystem = %{version}-%{release} Requires: satyr >= 0.24 @@ -204,9 +204,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/libreport/plugins/mantisbt_formatdup_analyzer_libreport.conf %{_bindir}/reporter-mantisbt -#compat -%{_bindir}/report - #plugin-reportuploader %{_bindir}/reporter-upload %{_datadir}/%{name}/events/report_Uploader.xml @@ -296,15 +293,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/man5/mantisbt_formatdup.conf.5.* %{_mandir}/man5/mantisbt_format_analyzer_libreport.conf.5.* %{_mandir}/man5/mantisbt_formatdup_analyzer_libreport.conf.5.* -%{_mandir}/man1/reporter-rhtsupport.1.gz -%{_mandir}/man5/rhtsupport.conf.5.* -%{_mandir}/man5/rhtsupport_event.conf.5.* -%{_mandir}/man1/report.1.gz %{_mandir}/man*/reporter-upload.* %{_mandir}/man5/uploader_event.conf.5.* -%{_mandir}/man1/reporter-rhtsupport.1.gz -%{_mandir}/man5/rhtsupport.conf.5.* -%{_mandir}/man5/rhtsupport_event.conf.5.* %{_mandir}/man5/anaconda_event.conf.5.* %{_mandir}/man5/bugzilla_anaconda_event.conf.5.* %{_mandir}/man5/bugzilla_format_anaconda.conf.5.* @@ -321,9 +311,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/man5/bugzilla_formatdup.conf.5.* %{_mandir}/man5/bugzilla_format_analyzer_libreport.conf.5.* %{_mandir}/man5/bugzilla_format_kernel.conf.5.* -%{_mandir}/man5/report_rhel.conf.5.* %changelog +* Wed Dec 8 2021 zoulin - 2.15.2-1 +- update version to 2.15.2 + * Tue Jul 20 2021 panxiaohe - 2.13.1-5 - remove unnecessary BuildRequires: gdb