[libreport/f19] New upstream release 2.1.4

Jakub Filak jfilak at fedoraproject.org
Mon Apr 29 15:29:31 UTC 2013


commit ff15003ea3840adf4d4b37cff2e64655cf96c12e
Author: Jakub Filak <jfilak at redhat.com>
Date:   Mon Apr 29 15:46:34 2013 +0200

    New upstream release 2.1.4

 .gitignore     |    1 +
 libreport.spec |   46 +++++++++++++++++++++++++++++++++-------------
 sources        |    2 +-
 3 files changed, 35 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dcb50dd..c800d39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /libreport-2.1.1.tar.gz
 /libreport-2.1.2.tar.gz
 /libreport-2.1.3.tar.gz
+/libreport-2.1.4.tar.gz
diff --git a/libreport.spec b/libreport.spec
index e680126..cd11d67 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,8 +4,8 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.1.3
-Release: 3%{?dist}
+Version: 2.1.4
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: https://fedorahosted.org/abrt/
@@ -31,12 +31,7 @@ BuildRequires: newt-devel
 BuildRequires: libproxy-devel
 BuildRequires: btparser-devel
 BuildRequires: doxygen
-Patch0: 0001-reporter-rhtsupport-fix-hint-query-to-use-correct-UR.patch
-Patch1: 0002-curl-upload-helper-upload-data-with-application-octe.patch
-Patch2: 0003-report-gtk-show-Next-Step-btn-at-workflow-start.patch
-Patch3: 0004-fixed-reporting-from-bugzilla-rhbz-926916.patch
-Patch7: 0008-added-report-cli-event-for-anaconda-should-help-with.patch
-Requires: libreport-filesystem
+Requires: libreport-filesystem = %{version}-%{release}
 # required for update from old report library, otherwise we obsolete report-gtk
 # and all it's plugins, but don't provide the python bindings and the sealert
 # end-up with: can't import report.GtkIO
@@ -152,6 +147,7 @@ Summary: %{name}'s kerneloops reporter plugin
 Group: System Environment/Libraries
 Requires: curl
 Requires: %{name} = %{version}-%{release}
+Requires: libreport-web = %{version}-%{release}
 
 %description plugin-kerneloops
 This package contains plugin which sends kernel crash information to specified
@@ -185,6 +181,7 @@ email address.
 Summary: %{name}'s bugzilla plugin
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: libreport-web = %{version}-%{release}
 Obsoletes: abrt-plugin-bugzilla < 2.0.4
 Provides: report-plugin-bugzilla = 0:0.23-1
 Obsoletes: report-plugin-bugzilla < 0:0.23-1
@@ -196,6 +193,7 @@ Summary: %{name}'s micro report plugin
 BuildRequires: json-c-devel
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: libreport-web = %{version}-%{release}
 
 %description plugin-ureport
 Uploads micro-report to abrt server
@@ -207,6 +205,7 @@ Plugin to report bugs into the bugzilla.
 Summary: %{name}'s RHTSupport plugin
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: libreport-web = %{version}-%{release}
 Obsoletes: abrt-plugin-rhtsupport < 2.0.4
 
 %description plugin-rhtsupport
@@ -226,6 +225,7 @@ Provides 'report' command-line tool.
 Summary: %{name}'s reportuploader plugin
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: libreport-web = %{version}-%{release}
 Obsoletes: abrt-plugin-reportuploader < 2.0.4
 Provides: report-plugin-ftp = 0:0.23-1
 Obsoletes: report-plugin-ftp < 0:0.23-1
@@ -269,11 +269,6 @@ infrastructure or uploading the gathered data over ftp/scp...
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch7 -p1
 # koji in f19 has new autotools, so we need to regenerate everything
 cp %SOURCE1 %_builddir/%{name}-%{version}
 ./autogen.sh
@@ -343,6 +338,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 # Public api headers:
 %doc apidoc/html/*
+%{_includedir}/libreport/libreport_types.h
 %{_includedir}/libreport/client.h
 %{_includedir}/libreport/dump_dir.h
 %{_includedir}/libreport/event_config.h
@@ -485,6 +481,30 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Apr 29 2013 Jakub Filak <jfilak at redhat.com> 2.1.4-1
+- support /etc/os-release
+- added flag to not retry locking the incomplete problem dir
+- ureport: save solutions in not-reportable item
+- wizard: make value column click-sortable too
+- wizard: fix clickability of the item list column header
+- wizard: eliminate evd->error_msg member
+- wizard: remove a bunch of evd->foo members
+- debuginfo downloader should enable repos matching *debug* closes #138
+- Replace "THANKYOU" with EXIT_STOP_EVENT_RUN exit code (70)
+- debuginfo downloader: fix DebugInfoDownload::download() error paths.
+- report-gtk: handle user cancellation gracefully
+- logging: refine errors reporting
+- emit a message when searching bugzilla for duplicates closes #151
+- reporter-upload: create tarball with the name based on directory's name
+- reporter-rhtsupport: generate archive name from problem dir name
+- added report-cli event for anaconda should help with rhbz#950544
+- ss: skip option holding NULL values
+- spec: added new event for anaconda reporting rhbz#926916
+- distinguish the event configuration by problem type in the UI closes #149
+- report-gtk: show Next Step btn at workflow start
+- curl upload helper: upload data with "application/octet-stream" content type
+- reporter-rhtsupport: fix hint query to use correct URL
+
 * Fri Apr 12 2013 Jakub Filak <jfilak at redhat.com> 2.1.3-3
 - fixed reporting from anaconda in text mode (#949603)
 
diff --git a/sources b/sources
index 30d0d46..dc5490d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bae83bebcb2601707ac780c53d16e7fe  libreport-2.1.3.tar.gz
+1732392d8310ac33f49380331ab28739  libreport-2.1.4.tar.gz


More information about the scm-commits mailing list