[libreport/f16] update to 2.0.7

Jiří Moskovčák jmoskovc at fedoraproject.org
Sat Nov 5 17:44:29 UTC 2011


commit a5cfeaa174ea58b208fa736c3588e471221b41f8
Author: Jiri Moskovcak <jmoskovc at redhat.com>
Date:   Fri Nov 4 14:16:15 2011 +0100

    update to 2.0.7

 .gitignore                                         |    1 +
 ...-reporting-when-not-reportable-file-exist.patch |  228 --------------------
 ...-add-option-to-display-version-rhbz-74159.patch |   47 ----
 0002-free-the-string-not-the-strbuf.patch          |   57 -----
 ...orter-mailx-set-sendwait-1-in-environment.patch |   33 ---
 ...ilx-use-Bugzilla-s-output-format.-Closes-.patch |   66 ------
 libreport.spec                                     |   56 ++++--
 sources                                            |    2 +-
 8 files changed, 44 insertions(+), 446 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6be2b23..b2b5db6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /libreport-2.0.5.980.tar.gz
 /libreport-2.0.5.982.tar.gz
 /libreport-2.0.6.tar.gz
+/libreport-2.0.7.tar.gz
diff --git a/libreport.spec b/libreport.spec
index 99a5192..45c8ee4 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,17 +4,12 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.0.6
-Release: 2%{?dist}
+Version: 2.0.7
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: https://fedorahosted.org/abrt/
 Source: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
-Patch0: 0001-report-newt-add-option-to-display-version-rhbz-74159.patch
-Patch1: 0002-free-the-string-not-the-strbuf.patch
-Patch2: 0003-reporter-mailx-set-sendwait-1-in-environment.patch
-Patch3: 0004-reporter-mailx-use-Bugzilla-s-output-format.-Closes-.patch
-Patch4: 0001-refuse-reporting-when-not-reportable-file-exist.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
 BuildRequires: curl-devel
@@ -155,6 +150,18 @@ Obsoletes: report-plugin-bugzilla < 0.23-1
 Provides: report-config-bugzilla-redhat-com = 0.23-1
 Obsoletes: report-config-bugzilla-redhat-com < 0.23-1
 
+%if 0%{?fedora}
+%package plugin-bodhi
+Summary: %{name}'s bodhi plugin
+BuildRequires: json-c-devel
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: PackageKit
+
+%description plugin-bodhi
+Search for a new updates in bodhi server
+%endif
+
 %description plugin-bugzilla
 Plugin to report bugs into the bugzilla.
 
@@ -195,18 +202,13 @@ Plugin to report bugs into anonymous FTP site associated with ticketing system.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 mkdir -p m4
 test -r m4/aclocal.m4 || touch m4/aclocal.m4
 autoconf
 automake
-%configure
+%configure --enable-gtk3
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 CFLAGS="-fno-strict-aliasing"
@@ -229,6 +231,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%check
+make check
+
 %post gtk
 /sbin/ldconfig
 # update icon cache
@@ -254,12 +259,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %dir %{_sysconfdir}/%{name}/
 %dir %{_sysconfdir}/%{name}/events.d/
 %dir %{_sysconfdir}/%{name}/events/
+%dir %{_sysconfdir}/%{name}/plugins/
 %config(noreplace) %{_sysconfdir}/%{name}/report_event.conf
 %{_libdir}/libreport.so.*
 %{_libdir}/libabrt_dbus.so.*
 %{_libdir}/libabrt_web.so.*
 %exclude %{_libdir}/libabrt_web.so
-%{_bindir}/report
 %{_mandir}/man5/report_event.conf.5*
 
 %files devel
@@ -325,6 +330,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man*/reporter-mailx.*
 %{_bindir}/reporter-mailx
 
+%if 0%{?fedora}
+%files plugin-bodhi
+%defattr(-,root,root,-)
+%{_bindir}/abrt-bodhi
+%config(noreplace) %{_sysconfdir}/libreport/events.d/bodhi_event.conf
+%{_sysconfdir}/libreport/events/analyze_LocalGDB_Bodhi.xml
+%endif
+
 %files plugin-bugzilla
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla.conf
@@ -356,6 +369,21 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
 
 %changelog
+* Fri Nov 04 2011 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.7-1
+- new version
+- added support for bodhi (preview)
+- dropped unused patches
+- reporter-bugzilla/rhts: add code to prevent duplicate reporting. Closes rhbz#727494 (dvlasenk at redhat.com)
+- wizard: search thru all items + tabbed details rhbz#748457 (jmoskovc at redhat.com)
+- wizard: add "I don't know what caused this problem" checkbox. Closes rhbz#712508 (dvlasenk at redhat.com)
+- reporter-bugzilla: add optional 'Product' parameter. Closes rhbz#665210 (dvlasenk at redhat.com)
+- rhbz#728190 - man pages contain suspicious version string (npajkovs at redhat.com)
+- reporter-print: expand leading ~/ if present. Closes rhbz#737991 (dvlasenk at redhat.com)
+- reporter-rhtsupport: ask rs/problems endpoint before creating new case. (working on rhbz#677052) (dvlasenk at redhat.com)
+- reporter-mailx: use Bugzilla's output format. Closes rhbz#717321. (dvlasenk at redhat.com)
+- report-newt: add option to display version (rhbz#741590) (mlichvar at redhat.com)
+- Resolves: #727494 #748457 #712508 #665210 rhbz#728190 #737991 #677052 #717321 #741590
+
 * Fri Oct 07 2011 Nikola Pajkovsky <npajkovs at redhat.com> 2.0.6-2
 - refuse reporting when not reportable file exist
 
diff --git a/sources b/sources
index 03a65c5..50ff819 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-177d401ae2a78cc983fb1a930254564f  libreport-2.0.6.tar.gz
+d0f33f419dccca6fbec3142964c8ba56  libreport-2.0.7.tar.gz


More information about the scm-commits mailing list