[libreport/f19] New upstream release 2.1.6

Jakub Filak jfilak at fedoraproject.org
Fri Jul 26 08:25:06 UTC 2013


commit fd1c159bd2a6b8de55cfcc1c39f1e6c638b3a686
Author: Jakub Filak <jfilak at redhat.com>
Date:   Fri Jul 26 08:53:23 2013 +0200

    New upstream release 2.1.6
    
    Resolves: #965937, #973167

 .gitignore     |    1 +
 libreport.spec |  201 +++++++++++++++++++++++++++++++++++++++++---------------
 sources        |    2 +-
 3 files changed, 149 insertions(+), 55 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9a94a0c..271c47f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /libreport-2.1.3.tar.gz
 /libreport-2.1.4.tar.gz
 /libreport-2.1.5.tar.gz
+/libreport-2.1.6.tar.gz
diff --git a/libreport.spec b/libreport.spec
index efce685..ebdd500 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,7 +4,7 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.1.5
+Version: 2.1.6
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -29,7 +29,7 @@ BuildRequires: asciidoc
 BuildRequires: xmlto
 BuildRequires: newt-devel
 BuildRequires: libproxy-devel
-BuildRequires: btparser-devel
+BuildRequires: satyr-devel >= 0.5
 BuildRequires: doxygen
 Requires: libreport-filesystem = %{version}-%{release}
 # required for update from old report library, otherwise we obsolete report-gtk
@@ -37,7 +37,8 @@ Requires: libreport-filesystem = %{version}-%{release}
 # 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}
-Conflicts: abrt < 2.1.0
+Requires: satyr >= 0.5
+
 
 # for rhel6
 %if 0%{?rhel} == 6
@@ -69,7 +70,7 @@ Development libraries and headers for libreport
 
 %package web
 Summary: Library providing network API for libreport
-Group: Libraries
+Group: System Environment/Libraries
 Requires: libreport = %{version}-%{release}
 
 %description web
@@ -123,6 +124,7 @@ Summary: GTK front-end for libreport
 Group: User Interface/Desktops
 Requires: libreport = %{version}-%{release}
 Requires: libreport-plugin-reportuploader = %{version}-%{release}
+Requires: fros >= 1.0
 %if 0%{?rhel} >= 6
 %else
 Requires: pygobject3
@@ -156,11 +158,6 @@ server, usually to kerneloops.org.
 Summary: %{name}'s logger reporter plugin
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
-Obsoletes: abrt-plugin-logger < 2.0.4
-Provides: report-plugin-localsave = 0:0.23-1
-Obsoletes: report-plugin-localsave < 0:0.23-1
-Provides: report-config-localsave = 0:0.23-1
-Obsoletes: report-config-localsave < 0:0.23-1
 
 %description plugin-logger
 The simple reporter plugin which writes a report to a specified file.
@@ -170,7 +167,6 @@ Summary: %{name}'s mailx reporter plugin
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: mailx
-Obsoletes: abrt-plugin-mailx < 2.0.4
 
 %description plugin-mailx
 The simple reporter plugin which sends a report via mailx to a specified
@@ -181,11 +177,6 @@ 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
-Provides: report-config-bugzilla-redhat-com = 0:0.23-1
-Obsoletes: report-config-bugzilla-redhat-com < 0:0.23-1
 
 %package plugin-ureport
 Summary: %{name}'s micro report plugin
@@ -205,7 +196,6 @@ 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
 Plugin to report bugs into RH support system.
@@ -225,49 +215,48 @@ 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
-Provides: report-config-ftp = 0:0.23-1
-Obsoletes: report-config-ftp < 0:0.23-1
-Provides: report-plugin-scp = 0:0.23-1
-Obsoletes: report-plugin-scp < 0:0.23-1
-Provides: report-config-scp = 0:0.23-1
-Obsoletes: report-config-scp < 0:0.23-1
 
 %description plugin-reportuploader
 Plugin to report bugs into anonymous FTP site associated with ticketing system.
 
+%if 0%{?fedora}
 %package fedora
 Summary: Default configuration for reporting bugs via Fedora infrastructure
 Group: Applications/File
+Requires: %{name} = %{version}-%{release}
 
 %description fedora
 Default configuration for reporting bugs via Fedora infrastructure
 used to easy configure the reporting process for Fedora sytems. Just
 install this package and you're done.
+%endif
 
+%if 0%{?rhel}
 %package rhel
 Summary: Default configuration for reporting bugs via Red Hat infrastructure
 Group: Applications/File
+Requires: %{name} = %{version}-%{release}
 
 %description rhel
 Default configuration for reporting bugs via Red Hat infrastructure
 used to easy configure the reporting process for Red Hat sytems. Just
 install this package and you're done.
+%endif
 
 %package anaconda
 Summary: Default configuration for reporting anaconda bugs
 Group: Applications/File
-Requires: libreport-plugin-reportuploader
-Requires: libreport-plugin-bugzilla
+Requires: %{name} = %{version}-%{release}
+Requires: libreport-plugin-reportuploader = %{version}-%{release}
+Requires: libreport-plugin-bugzilla = %{version}-%{release}
 
 %description anaconda
-Default configuration for reporting Anaconda problems using Fedora
-infrastructure or uploading the gathered data over ftp/scp...
+Default configuration for reporting Anaconda problems or uploading the gathered
+data over ftp/scp...
 
 %prep
 %setup -q
+
 # koji in f19 has new autotools, so we need to regenerate everything
 cp %SOURCE1 %_builddir/%{name}-%{version}
 ./autogen.sh
@@ -288,10 +277,36 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
 mkdir -p $RPM_BUILD_ROOT/%{_initrddir}
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/events.d/
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/events/
+mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}/events/
+mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}/workflows/
 
 # After everything is installed, remove info dir
 rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
 
+# Remove unwanted Fedora specific workflow configuration files
+%if 0%{!?fedora:1}
+rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_FedoraCCpp.xml
+rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_FedoraKerneloops.xml
+rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_FedoraPython.xml
+rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_FedoraVmcore.xml
+rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_FedoraXorg.xml
+rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/libreport/workflows.d/report_fedora.conf
+rm -f $RPM_BUILD_ROOT%{_mandir}/man5/report_fedora.conf.5
+rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_AnacondaFedora.xml
+%endif
+
+# Remove unwanted RHEL specific workflow configuration files
+%if 0%{!?rhel:1}
+rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELCCpp.xml
+rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELKerneloops.xml
+rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELPython.xml
+rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELvmcore.xml
+rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELxorg.xml
+rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/libreport/workflows.d/report_rhel.conf
+rm -f $RPM_BUILD_ROOT%{_mandir}/man5/report_rhel.conf.5
+rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_AnacondaRHEL.xml
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -317,6 +332,13 @@ fi
 %posttrans gtk
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
+
+%post web -p /sbin/ldconfig
+
+
+%postun web -p /sbin/ldconfig
+
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README COPYING
@@ -325,6 +347,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/libreport.so.*
 %{_libdir}/libabrt_dbus.so.*
 %{_mandir}/man5/report_event.conf.5*
+%{_mandir}/man5/forbidden_words.conf.5*
 
 %files filesystem
 %defattr(-,root,root,-)
@@ -332,11 +355,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %dir %{_sysconfdir}/%{name}/events.d/
 %dir %{_sysconfdir}/%{name}/events/
 %dir %{_sysconfdir}/%{name}/plugins/
+%dir %{_datadir}/%{name}/events/
+%dir %{_datadir}/%{name}/workflows/
 
 %files devel
 %defattr(-,root,root,-)
 # Public api headers:
-%doc apidoc/html/*
+%doc apidoc/html/*.{html,png,css,js}
 %{_includedir}/libreport/libreport_types.h
 %{_includedir}/libreport/client.h
 %{_includedir}/libreport/dump_dir.h
@@ -358,10 +383,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files web
 %defattr(-,root,root,-)
-%{_libdir}/libreport-web.so*
+%{_libdir}/libreport-web.so.*
 
 %files web-devel
 %defattr(-,root,root,-)
+%{_libdir}/libreport-web.so
 %{_includedir}/libreport/libreport_curl.h
 %{_libdir}/pkgconfig/libreport-web.pc
 
@@ -378,6 +404,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files newt
 %defattr(-,root,root,-)
 %{_bindir}/report-newt
+%{_mandir}/man1/report-newt.1.gz
 
 %files gtk
 %defattr(-,root,root,-)
@@ -385,7 +412,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libexecdir}/abrt-screencast
 %{_libdir}/libreport-gtk.so.*
 %config(noreplace) %{_sysconfdir}/libreport/events.d/emergencyanalysis_event.conf
-%{_sysconfdir}/libreport/events/report_EmergencyAnalysis.xml
+%{_mandir}/man5/emergencyanalysis_event.conf.5.*
+%{_datadir}/%{name}/events/report_EmergencyAnalysis.xml
+%{_mandir}/man1/report-gtk.1.gz
 
 
 %files gtk-devel
@@ -396,31 +425,35 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files plugin-kerneloops
 %defattr(-,root,root,-)
-%{_sysconfdir}/libreport/events/report_Kerneloops.xml
+%{_datadir}/%{name}/events/report_Kerneloops.xml
 %{_mandir}/man*/reporter-kerneloops.*
 %{_bindir}/reporter-kerneloops
 
 %files plugin-logger
 %defattr(-,root,root,-)
-%{_sysconfdir}/libreport/events/report_Logger.conf
-%{_sysconfdir}/libreport/events/report_Logger.xml
+%config(noreplace) %{_sysconfdir}/libreport/events/report_Logger.conf
+%{_mandir}/man5/report_Logger.conf.5.*
+%{_datadir}/%{name}/events/report_Logger.xml
 %config(noreplace) %{_sysconfdir}/libreport/events.d/print_event.conf
+%{_mandir}/man5/print_event.conf.5.*
 %{_bindir}/reporter-print
 %{_mandir}/man*/reporter-print.*
 
 %files plugin-mailx
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/libreport/plugins/mailx.conf
-%{_sysconfdir}/libreport/events/report_Mailx.xml
+%{_datadir}/%{name}/events/report_Mailx.xml
 %config(noreplace) %{_sysconfdir}/libreport/events.d/mailx_event.conf
+%{_mandir}/man5/mailx.conf.5.*
+%{_mandir}/man5/mailx_event.conf.5.*
 %{_mandir}/man*/reporter-mailx.*
 %{_bindir}/reporter-mailx
 
 %files plugin-ureport
 %defattr(-,root,root,-)
 %{_bindir}/reporter-ureport
-#%{_mandir}/man1/reporter-ureport.1.gz
-%{_sysconfdir}/libreport/events/report_uReport.xml
+%{_mandir}/man1/reporter-ureport.1.gz
+%{_datadir}/%{name}/events/report_uReport.xml
 
 %files plugin-bugzilla
 %defattr(-,root,root,-)
@@ -429,19 +462,28 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup.conf
 %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_libreport.conf
 %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_kernel.conf
-%{_sysconfdir}/libreport/events/report_Bugzilla.xml
+%{_datadir}/%{name}/events/report_Bugzilla.xml
 %config(noreplace) %{_sysconfdir}/libreport/events/report_Bugzilla.conf
 %config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_event.conf
 # FIXME: remove with the old gui
 %{_mandir}/man1/reporter-bugzilla.1.gz
+%{_mandir}/man5/report_Bugzilla.conf.5.*
+%{_mandir}/man5/bugzilla_event.conf.5.*
+%{_mandir}/man5/bugzilla.conf.5.*
+%{_mandir}/man5/bugzilla_format.conf.5.*
+%{_mandir}/man5/bugzilla_formatdup.conf.5.*
+%{_mandir}/man5/bugzilla_format_libreport.conf.5.*
+%{_mandir}/man5/bugzilla_format_kernel.conf.5.*
 %{_bindir}/reporter-bugzilla
 
 %files plugin-rhtsupport
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/libreport/plugins/rhtsupport.conf
-%{_sysconfdir}/libreport/events/report_RHTSupport.xml
+%{_datadir}/%{name}/events/report_RHTSupport.xml
 %config(noreplace) %{_sysconfdir}/libreport/events.d/rhtsupport_event.conf
 %{_mandir}/man1/reporter-rhtsupport.1.gz
+%{_mandir}/man5/rhtsupport.conf.5.*
+%{_mandir}/man5/rhtsupport_event.conf.5.*
 %{_bindir}/reporter-rhtsupport
 
 %files compat
@@ -452,36 +494,87 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files plugin-reportuploader
 %defattr(-,root,root,-)
 %{_mandir}/man*/reporter-upload.*
+%{_mandir}/man5/uploader_event.conf.5.*
 %{_bindir}/reporter-upload
-%{_sysconfdir}/libreport/events/report_Uploader.xml
+%{_datadir}/%{name}/events/report_Uploader.xml
 %config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
-%{_sysconfdir}/libreport/workflows/workflow_Upload.xml
+%{_datadir}/%{name}/workflows/workflow_Upload.xml
 
+%if 0%{?fedora}
 %files fedora
 %defattr(-,root,root,-)
-%{_sysconfdir}/libreport/workflows/workflow_Fedora.xml
+%{_datadir}/%{name}/workflows/workflow_FedoraCCpp.xml
+%{_datadir}/%{name}/workflows/workflow_FedoraKerneloops.xml
+%{_datadir}/%{name}/workflows/workflow_FedoraPython.xml
+%{_datadir}/%{name}/workflows/workflow_FedoraVmcore.xml
+%{_datadir}/%{name}/workflows/workflow_FedoraXorg.xml
 %config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_fedora.conf
+%{_mandir}/man5/report_fedora.conf.5.*
+%endif
 
+%if 0%{?rhel}
 %files rhel
 %defattr(-,root,root,-)
-%{_sysconfdir}/libreport/workflows/workflow_RHELCCpp.xml
-%{_sysconfdir}/libreport/workflows/workflow_RHELKerneloops.xml
-%{_sysconfdir}/libreport/workflows/workflow_RHELPython.xml
-%{_sysconfdir}/libreport/workflows/workflow_RHELvmcore.xml
-%{_sysconfdir}/libreport/workflows/workflow_RHELxorg.xml
+%{_datadir}/%{name}/workflows/workflow_RHELCCpp.xml
+%{_datadir}/%{name}/workflows/workflow_RHELKerneloops.xml
+%{_datadir}/%{name}/workflows/workflow_RHELPython.xml
+%{_datadir}/%{name}/workflows/workflow_RHELvmcore.xml
+%{_datadir}/%{name}/workflows/workflow_RHELxorg.xml
 %config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel.conf
+%{_mandir}/man5/report_rhel.conf.5.*
+%endif
 
 %files anaconda
 %defattr(-,root,root,-)
-%{_sysconfdir}/libreport/workflows/workflow_AnacondaFedora.xml
-%{_sysconfdir}/libreport/workflows/workflow_AnacondaUpload.xml
+%if 0%{?fedora}
+%{_datadir}/%{name}/workflows/workflow_AnacondaFedora.xml
+%endif
+%if 0%{?rhel}
+%{_datadir}/%{name}/workflows/workflow_AnacondaRHEL.xml
+%endif
+%{_datadir}/%{name}/workflows/workflow_AnacondaUpload.xml
 %config(noreplace) %{_sysconfdir}/libreport/workflows.d/anaconda_event.conf
 %config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_anaconda_event.conf
 %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_anaconda.conf
 %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup_anaconda.conf
+%{_mandir}/man5/anaconda_event.conf.5.*
+%{_mandir}/man5/bugzilla_anaconda_event.conf.5.*
+%{_mandir}/man5/bugzilla_format_anaconda.conf.5.*
+%{_mandir}/man5/bugzilla_formatdup_anaconda.conf.5.*
 
 
 %changelog
+* Fri Jul 26 2013 Jakub Filak <jfilak at redhat.com> 2.1.6-1
+- add related packages version in emergency event
+- replace functions deprecated in Gtk-3.10 with their substitutes
+- fixed the bugzilla private group names rhbz#985881
+- workflows: add Anaconda work flow for RHEL
+- add missing manual pages for configuration files, binaries and scripts
+- added options to create private bz tickets rhbz#803772
+- skip the workflow selection if there is only 1 available closes #167
+- added missing workflows for Fedora rhbz#866027
+- spec: double up percent signs in chagelog entries
+- spec: make anaconda package description more generic
+- spec: install RHEL anaconda work flow
+- spec: added new workflow files rhbz#866027
+- spec: build only workflow subpkg relevant for host's OS
+- spec: install all manual pages
+- spec: install only documentation files
+- spec: drop unnecessary Obsoletes and Provides
+- spec: add manual pages to packages
+- spec: specify all config files
+- spec: replace btparser with satyr
+- move non-conf XML files from /etc/libreport/ to /usr/share/libreport/
+- Update satyr support, drop btparser compatibility
+- fixed typo in config file related #866027
+- resize the config window upon collapsing Advanced section
+- rhbz: test xmlrpc env for errors in abrt_xmlrpc_call_params()
+- rhbz: test rhbz_new_bug() return value for errors
+- wizard: show accurate messages
+- spec: add dependency on fros rhbz#958979
+- use fros instead of hard dependency on recordmydesktop rhbz#958979
+- Resolves: #965937, #973167
+
 * Fri Jun 14 2013 Jakub Filak <jfilak at redhat.com> 2.1.5-1
 - make the uploader event available for all report types
 - ureport: add conversion from abrt vmcore type to ureport KERNELOOPS type
@@ -565,7 +658,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 * Tue Mar 19 2013 Jakub Filak <jfilak at redhat.com> 2.1.2-1
 - always treat os-release as textual related to rhbz#922433
-- is_text_file(): bump allowable non-ASCII chars from 2% to 10%. Closes rhbz#922433
+- is_text_file(): bump allowable non-ASCII chars from 2%% to 10%%. Closes rhbz#922433
 - report-gtk: don't clear warnings after reporting is finished
 - report-gtk: show tabs only in verbose expert mode
 - report-gtk: prettify the workflow buttons rhbz#917694
@@ -591,7 +684,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - fix logic of 'Dont ask me again' dialogues (stop returning true for all options)
 - make [p]error_msg[_and_die] more fork-in-multithreaded-app safe
 - Make forking code paths more robust.
-- curl_debug: fix use of "%.*s" (need to pass an int, not size_t)
+- curl_debug: fix use of "%%.*s" (need to pass an int, not size_t)
 - curl_debug: prettify debug output
 - Resolves: #871126, #885055, #890778, #901467, #916389, #917684, #917694, #919536, #922433, #923117
 
@@ -650,7 +743,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - don't require recordmydesktop on RHEL rhbz#891512
 - fixed the relro flags rhbz#812283
 - bugzilla_format_kernel.conf: Attach dmesg element. Closes rhbz#826058
-- bugzilla_format_kernel.conf: fix %summary
+- bugzilla_format_kernel.conf: fix %%summary
 - Make get_dirsize_find_largest_dir less talkative.
 - Minor fixes: robustify start_command(), fix style, fix English in msgs
 - Fix typo, remove c-format from a not c-formatted message
@@ -701,7 +794,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - added x,--expert cmdline option to enable expert mode
 - switch comment and event selector page
 - use get_ and set_ functions to access event_config_t
-- reporter-bz: don't return NULL on %non_existing_item% - use "" instead
+- reporter-bz: don't return NULL on %%non_existing_item%% - use "" instead
 - refactoring the xml and conf loader code related to trac#822
 - reporter-bugzilla: add a --debug option
 - reporter-bz: fix a summary line formatting bug
diff --git a/sources b/sources
index 8ac078f..cca19b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50c527d0c642dc21fa5dd3ef43b0c886  libreport-2.1.5.tar.gz
+3626c9c52937913a33b5d8f5acb7fc0c  libreport-2.1.6.tar.gz


More information about the scm-commits mailing list