[libreport/f18] New upstream release 2.1.4

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


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

    New upstream release 2.1.4
    
    Resolves: #947148

 .gitignore     |    1 +
 libreport.spec |   37 +++++++++++++++++++++++++++++++++++--
 sources        |    2 +-
 3 files changed, 37 insertions(+), 3 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 ed56d78..300ff40 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,7 +4,7 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.1.3
+Version: 2.1.4
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -30,7 +30,7 @@ BuildRequires: newt-devel
 BuildRequires: libproxy-devel
 BuildRequires: btparser-devel
 BuildRequires: doxygen
-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
@@ -146,6 +146,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
@@ -179,6 +180,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
@@ -190,6 +192,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
@@ -201,6 +204,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
@@ -220,6 +224,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
@@ -330,6 +335,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
@@ -468,9 +474,36 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_sysconfdir}/libreport/workflows/workflow_AnacondaFedora.xml
 %{_sysconfdir}/libreport/workflows/workflow_AnacondaUpload.xml
 %config(noreplace) %{_sysconfdir}/libreport/workflows.d/anaconda_event.conf
+%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_anaconda_event.conf
 
 
 %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
+- fixed reporting from anaconda 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
+- Resolves: #947148
+
 * Wed Mar 27 2013 Jakub Filak <jfilak at redhat.com> 2.1.3-1
 - rhbz: get id of duplicate from correct field
 - change the "exited with" message with something less technical closes #143
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