[libreport] New upstream release 2.1.10

Jakub Filak jfilak at fedoraproject.org
Wed Dec 11 12:26:21 UTC 2013


commit 908e924cbd1f426bc9e5b7c61fedfb98f8b6ea74
Author: Jakub Filak <jfilak at redhat.com>
Date:   Wed Dec 11 12:06:11 2013 +0100

    New upstream release 2.1.10
    
    Resolves: #1009730

 .gitignore     |    1 +
 libreport.spec |   43 ++++++++++++++++++++++++++++++++++++++++---
 sources        |    2 +-
 3 files changed, 42 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 89c96f8..42489ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /libreport-2.1.7.tar.gz
 /libreport-2.1.8.tar.gz
 /libreport-2.1.9.tar.gz
+/libreport-2.1.10.tar.gz
diff --git a/libreport.spec b/libreport.spec
index d8e62b2..b132463 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,7 +4,7 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.1.9
+Version: 2.1.10
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -29,16 +29,18 @@ BuildRequires: asciidoc
 BuildRequires: xmlto
 BuildRequires: newt-devel
 BuildRequires: libproxy-devel
-BuildRequires: satyr-devel >= 0.11
+BuildRequires: satyr-devel >= 0.12
 BuildRequires: doxygen
 BuildRequires: systemd-devel
+BuildRequires: augeas-devel
+BuildRequires: augeas
 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
 # FIXME: can be removed when F15 will EOLed, needs to stay in rhel6!
 Requires: libreport-python = %{version}-%{release}
-Requires: satyr >= 0.11
+Requires: satyr >= 0.12
 
 
 # for rhel6
@@ -355,6 +357,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/libabrt_dbus.so.*
 %{_mandir}/man5/report_event.conf.5*
 %{_mandir}/man5/forbidden_words.conf.5*
+# filesystem package owns /usr/share/augeas/lenses directory
+%{_datadir}/augeas/lenses/libreport.aug
 
 %files filesystem
 %defattr(-,root,root,-)
@@ -457,8 +461,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files plugin-ureport
 %defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/libreport/plugins/ureport.conf
 %{_bindir}/reporter-ureport
 %{_mandir}/man1/reporter-ureport.1.gz
+%{_mandir}/man5/ureport.conf.5.gz
 %{_datadir}/%{name}/events/report_uReport.xml
 
 %files plugin-bugzilla
@@ -550,6 +556,37 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Dec 11 2013 Jakub Filak <jfilak at redhat.com> 2.1.10-1
+- bugzilla: no extra email notification on URL addition
+- Make make_description() output less confusing
+- Ensure 'long long unsigned' in printf format args
+- make_description: add an option for URLs from reported_to
+- add accountsservice into ignored words
+- Put back VERBn prefixes for few logging calls
+- debuginfo: fix clean_up function call
+- augeas: trim spaces arround '='
+- spec: add augeas-devel to build requires
+- load/save configuration via augeas
+- create augeas lens for libreport
+- Fix typo in a string
+- spec: install ureport conf file and man page
+- Update reporter-ureport manual pages
+- ureport: add the configuration file
+- anaconda: use workflow in the report-cli event
+- report-cli: add support for workflows
+- wizard: do not show 'show log' expander if log is empty
+- ureport: print the error response body only in verbose mode
+- Load a config file from several directories
+- Export EXIT_STOP_EVENT_RUN in python modules
+- reporter-bugzilla: if adding to existing BZ, clearly flag comment as a dup.
+- Fix a small mistake in "Use log_ family instead of VERBn log calls" commit
+- ureport: implement attaching of contact email
+- Do not load "always editable" files if they are HUGE. Fixes rhbz1010167.
+- shorten default Bugzilla bug summary format
+- Update translations
+- XML parser: keep region specific translation texts
+- Resolves: #1009730
+
 * Sat Oct 26 2013 Jakub Filak <jfilak at redhat.com> 2.1.9-1
 - rephrase a message for missing configuration
 - ask for missing configuration instead of dying
diff --git a/sources b/sources
index 7062523..ffaa36a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc827f5081b0dd6f0ec112666801dca3  libreport-2.1.9.tar.gz
+6c5021dfbe53d6e1b0bd2171cd7cee85  libreport-2.1.10.tar.gz


More information about the scm-commits mailing list