rpms/python-meh/devel .cvsignore, 1.8, 1.9 python-meh.spec, 1.7, 1.8 sources, 1.8, 1.9

Christopher Edward Lumens clumens at fedoraproject.org
Thu Mar 4 20:24:15 UTC 2010


Author: clumens

Update of /cvs/pkgs/rpms/python-meh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1841

Modified Files:
	.cvsignore python-meh.spec sources 
Log Message:
New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-meh/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	3 Nov 2009 17:58:07 -0000	1.8
+++ .cvsignore	4 Mar 2010 20:24:14 -0000	1.9
@@ -5,3 +5,4 @@ python-meh-0.4.tar.gz
 python-meh-0.5.tar.gz
 python-meh-0.6.tar.gz
 python-meh-0.7.tar.gz
+python-meh-0.8.tar.gz


Index: python-meh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-meh/devel/python-meh.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- python-meh.spec	3 Nov 2009 17:58:07 -0000	1.7
+++ python-meh.spec	4 Mar 2010 20:24:14 -0000	1.8
@@ -3,7 +3,7 @@
 Summary:  A python library for handling exceptions
 Name: python-meh
 Url: http://git.fedoraproject.org/git/?p=python-meh.git
-Version: 0.7
+Version: 0.8
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -19,7 +19,7 @@ BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python-devel, gettext, python-setuptools-devel, intltool
 Requires: python, python-bugzilla, dbus-python, pygtk2, pygtk2-libglade
-Requires: openssh-clients, rpm, yum, newt-python
+Requires: openssh-clients, rpm, yum, newt-python, report-gtk report-newt
 
 %description
 The python-meh package is a python library for handling, saving, and reporting
@@ -46,6 +46,15 @@ rm -rf %{buildroot}
 %{_datadir}/python-meh
 
 %changelog
+* Thu Mar 04 2010 Chris Lumens <clumens at redhat.com> - 0.8-1
+- And add a requirement for report as well. (clumens)
+- filer.py is now completely taken over by meh. (clumens)
+- Everything from savers.py has moved into report. (clumens)
+- Remove unused UI code now that report handles all this for me. (clumens)
+- Switch ExceptionHandler to use report (#562656). (clumens)
+- Don't allow an exception when writing out an attribute stop the whole dump. (clumens)
+- Credit where credit is due. (clumens)
+
 * Tue Nov 03 2009 Chris Lumens <clumens at redhat.com> - 0.7-1
 - Add a test case framework.
 - Move src -> meh for ease of test case writing.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-meh/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	3 Nov 2009 17:58:07 -0000	1.8
+++ sources	4 Mar 2010 20:24:14 -0000	1.9
@@ -1 +1 @@
-dae5771e63db02aa3c79a3893f04e84c  python-meh-0.7.tar.gz
+e3f6a808028ac8655da979e142d0de51  python-meh-0.8.tar.gz



More information about the scm-commits mailing list