rpms/report/devel .cvsignore, 1.11, 1.12 report.spec, 1.10, 1.11 sources, 1.11, 1.12

Gavin Romig-Koch gavin at fedoraproject.org
Wed May 19 21:48:16 UTC 2010


Author: gavin

Update of /cvs/pkgs/rpms/report/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2203

Modified Files:
	.cvsignore report.spec sources 
Log Message:
Resolves: bz#585792
Resolves: bz#589695
Resolves: bz#592601

* Wed May 19 2010 Gavin Romig-Koch <gavin at redhat.com> 0.14-1
- Improvements to the strata client testing scripts
- Corrections to prevent crashes when no user i/o is available (RHEL 589714)
- Alter the bugzilla plugin to handle reports that have missing fields 
     (like hashmarkername) (Fedora 585792)(RHEL 592641)
- Gnomekeyring now works for any application that uses GTKIO. 
     (RHEL 589697)(Fedora 589695)
- Allow the URL for the Strata plugin to be configurable
- Updates to the strata client to follow changes to the strata server
- Rename targets, and plugins for RHEL (to RHEL-bugzilla),
     and Strata (to RHEL-strata) (RHEL 591281)
- Gracefully handle missing or unreadable config files
     (RHEL 592602) (Fedora 592601) (RHEL 592485)
- Added Russian (from ypoyarko <ypoyarko at fedoraproject.org>) 
- Don't present 'save to keyring' checkbox if gnomekeyring is not installed
     (RHEL 591323)
- Correct handling of error messages from the strata server 
     (RHEL 591920)
- Updates to Polish (pl) translation (from raven <raven at fedoraproject.org>)
- Updates to Ukrainian (uk) translation (from <yurchor at fedoraproject.org>)
- Add basic http auth to report/strata-client (RHEL 592006)




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/report/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	12 May 2010 21:32:44 -0000	1.11
+++ .cvsignore	19 May 2010 21:48:16 -0000	1.12
@@ -1 +1 @@
-report-0.12.tar.gz
+report-0.14.tar.gz


Index: report.spec
===================================================================
RCS file: /cvs/pkgs/rpms/report/devel/report.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- report.spec	12 May 2010 21:32:44 -0000	1.10
+++ report.spec	19 May 2010 21:48:16 -0000	1.11
@@ -4,7 +4,7 @@
 %endif
 
 Name:           report
-Version:        0.12
+Version:        0.14
 Release:        1%{?dist}
 Summary:        Incident reporting library
 
@@ -65,15 +65,15 @@ Requires: report = %{version}-%{release}
 Provides Newt IO dialogs for the reporting library
 
 %if 0%{?rhel_plugin}
-%package plugin-RHEL
+%package plugin-RHEL-bugzilla
 Summary:        Plugin template reporter to RHEL
 Group:          System Environment/Libraries
 
 Requires: report = %{version}-%{release}
 Requires: rpm-python
 
-%description plugin-RHEL
-Plugin template reporter to RHEL
+%description plugin-RHEL-bugzilla
+Plugin template reporter to bugzilla within RHEL
 
 %else
 %package plugin-bugzilla
@@ -138,14 +138,14 @@ Requires: report-plugin-localsave = %{ve
 Config for reporter to local directory
 
 %if 0%{?rhel_plugin}
-%package config-RHEL
-Summary:        Config for reporter to RHEL
+%package config-RHEL-bugzilla-redhat-com
+Summary:        Config for reporter to bugzilla.redhat.com within RHEL
 Group:          System Environment/Libraries
-Requires: report-plugin-RHEL = %{version}-%{release}
+Requires: report-plugin-RHEL-bugzilla = %{version}-%{release}
 Provides: report-config-default = %{version}-%{release}
 
-%description config-RHEL
-Config for reporter to RHEL
+%description config-RHEL-bugzilla-redhat-com
+Config for reporter to bugzilla.redhat.com within RHEL
 
 %else
 %package config-bugzilla-redhat-com
@@ -174,14 +174,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_sysconfdir}/report.d/bugzilla.redhat.com.conf
 rm -rf $RPM_BUILD_ROOT%{python_sitearch}/report/plugins/bugzilla
 %else
-rm $RPM_BUILD_ROOT%{_sysconfdir}/report.d/RHEL.conf
-rm -rf $RPM_BUILD_ROOT%{python_sitearch}/report/plugins/RHEL
+rm $RPM_BUILD_ROOT%{_sysconfdir}/report.d/RHEL-bugzilla.redhat.com.conf
+rm -rf $RPM_BUILD_ROOT%{python_sitearch}/report/plugins/RHEL-bugzilla
 %endif
 
 %if ! 0%{?py_strata_client}
 rm -rf $RPM_BUILD_ROOT%{_bindir}/py_strata_client
 rm -rf $RPM_BUILD_ROOT%{python_sitearch}/report/plugins/strata
-rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/report.d/gss-strata.conf
+rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/report.d/RHEL-strata.conf
 %endif
 
 mkdir -p $RPM_BUILD_ROOT/var/%{name}
@@ -218,7 +218,7 @@ rm -rf $RPM_BUILD_ROOT
 %if 0%{?py_strata_client}
 %{_bindir}/py_strata_client
 %{python_sitearch}/report/plugins/strata
-%config(noreplace) %{_sysconfdir}/report.d/gss-strata.conf
+%config(noreplace) %{_sysconfdir}/report.d/RHEL-strata.conf
 %endif
 
 %files gtk
@@ -242,9 +242,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/report/plugins/localsave
 
 %if 0%{?rhel_plugin}
-%files plugin-RHEL
+%files plugin-RHEL-bugzilla
 %defattr(-,root,root,-)
-%{python_sitearch}/report/plugins/RHEL
+%{python_sitearch}/report/plugins/RHEL-bugzilla
 
 %else
 %files plugin-bugzilla
@@ -265,9 +265,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/report.d/localsave.conf
 
 %if 0%{?rhel_plugin}
-%files config-RHEL
+%files config-RHEL-bugzilla-redhat-com
 %defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/report.d/RHEL.conf
+%config(noreplace) %{_sysconfdir}/report.d/RHEL-bugzilla.redhat.com.conf
 
 %else
 %files config-bugzilla-redhat-com
@@ -277,6 +277,28 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 19 2010 Gavin Romig-Koch <gavin at redhat.com> 0.14-1
+- Improvements to the strata client testing scripts
+- Corrections to prevent crashes when no user i/o is available (RHEL 589714)
+- Alter the bugzilla plugin to handle reports that have missing fields 
+     (like hashmarkername) (Fedora 585792)(RHEL 592641)
+- Gnomekeyring now works for any application that uses GTKIO. 
+     (RHEL 589697)(Fedora 589695)
+- Allow the URL for the Strata plugin to be configurable
+- Updates to the strata client to follow changes to the strata server
+- Rename targets, and plugins for RHEL (to RHEL-bugzilla),
+     and Strata (to RHEL-strata) (RHEL 591281)
+- Gracefully handle missing or unreadable config files
+     (RHEL 592602) (Fedora 592601) (RHEL 592485)
+- Added Russian (from ypoyarko <ypoyarko at fedoraproject.org>) 
+- Don't present 'save to keyring' checkbox if gnomekeyring is not installed
+     (RHEL 591323)
+- Correct handling of error messages from the strata server 
+     (RHEL 591920)
+- Updates to Polish (pl) translation (from raven <raven at fedoraproject.org>)
+- Updates to Ukrainian (uk) translation (from <yurchor at fedoraproject.org>)
+- Add basic http auth to report/strata-client (RHEL 592006)
+
 * Wed May 12 2010 Gavin Romig-Koch <gavin at redhat.com> 0.12-1
 - correct summary and description for strata client (RHEL 589707)
 - remove component from bz query (Fedora 561830)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/report/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	12 May 2010 21:32:44 -0000	1.11
+++ sources	19 May 2010 21:48:16 -0000	1.12
@@ -1 +1 @@
-1830c782c0f72e2dcfffe5df0f305474  report-0.12.tar.gz
+bfefd2eb2e5a1e8c05d13eeb9cfa1380  report-0.14.tar.gz



More information about the scm-commits mailing list