rpms/report/devel .cvsignore, 1.5, 1.6 report.spec, 1.4, 1.5 sources, 1.5, 1.6

Gavin Romig-Koch gavin at fedoraproject.org
Thu Feb 11 19:09:42 UTC 2010


Author: gavin

Update of /cvs/pkgs/rpms/report/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31235

Modified Files:
	.cvsignore report.spec sources 
Log Message:
* Thu Feb 11 2010 Gavin Romig-Koch <gavin at redhat.com> 0.8-1
- upgrade to 0.8
- add examples/IOtest.py
- add report/io/NewtIO
- have all GTK dialogs open in the center of the screen
- consistantly return True/False/None from io.functions and report
- add Provides: report-config-default



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/report/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	29 Jan 2010 16:05:23 -0000	1.5
+++ .cvsignore	11 Feb 2010 19:09:41 -0000	1.6
@@ -1 +1 @@
-report-0.7.tar.gz
+report-0.8.tar.gz


Index: report.spec
===================================================================
RCS file: /cvs/pkgs/rpms/report/devel/report.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- report.spec	29 Jan 2010 16:05:23 -0000	1.4
+++ report.spec	11 Feb 2010 19:09:41 -0000	1.5
@@ -1,6 +1,6 @@
 
 Name:           report
-Version:        0.7
+Version:        0.8
 Release:        1%{?dist}
 Summary:        Incident reporting library
 
@@ -44,6 +44,18 @@ Provides GTK IO dialogs for the reportin
 
 
 
+%package newt
+Summary:        Newt IO for reporting library
+Group:          System Environment/Libraries
+
+Requires: newt-python
+Requires: report = %{version}-%{release}
+
+%description newt
+Provides Newt IO dialogs for the reporting library
+
+
+
 %package plugin-bugzilla
 Summary:        Plugin template reporter to bugzilla
 Group:          System Environment/Libraries
@@ -74,6 +86,9 @@ Summary:        Config for reporter to b
 Group:          System Environment/Libraries
 
 Requires: report-plugin-bugzilla = %{version}-%{release}
+%if 0%{?fedora}
+Provides: report-config-default = %{version}-%{release}
+%endif
 
 %description config-bugzilla-redhat-com
 Config for reporter to bugzilla.redhat.com
@@ -85,6 +100,9 @@ Summary:        Config for reporter to R
 Group:          System Environment/Libraries
 
 Requires: report-plugin-RHEL = %{version}-%{release}
+%if 0%{?rhel}
+Provides: report-config-default = %{version}-%{release}
+%endif
 
 %description config-RHEL
 Config for reporter to RHEL
@@ -135,6 +153,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{python_sitelib}/report/io/GTKIO.py*
 
+%files newt
+%defattr(-,root,root,-)
+%{python_sitelib}/report/io/NewtIO.py*
+
 %files plugin-bugzilla
 %defattr(-,root,root,-)
 %{python_sitelib}/report/templates/bugzilla-template
@@ -158,6 +180,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Feb 11 2010 Gavin Romig-Koch <gavin at redhat.com> 0.8-1
+- upgrade to 0.8
+- add examples/IOtest.py
+- add report/io/NewtIO
+- have all GTK dialogs open in the center of the screen
+- consistantly return True/False/None from io.functions and report
+- add Provides: report-config-default
+
 * Thu Jan 28 2010 Gavin Romig-Koch <gavin at redhat.com> 0.7-1
 - upgrade to 0.7
 - correct the Requires: for config-RHEL


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/report/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	29 Jan 2010 16:05:23 -0000	1.5
+++ sources	11 Feb 2010 19:09:42 -0000	1.6
@@ -1 +1 @@
-eeed789e98ed502cfa65737624440403  report-0.7.tar.gz
+09c6e4afa011060a0a2bec8cd1a62bad  report-0.8.tar.gz



More information about the scm-commits mailing list