rpms/python-meh/devel .cvsignore, 1.2, 1.3 python-meh.spec, 1.1, 1.2 sources, 1.2, 1.3

Christopher Edward Lumens clumens at fedoraproject.org
Wed Aug 19 17:01:51 UTC 2009


Author: clumens

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

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.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	29 Jul 2009 02:46:01 -0000	1.2
+++ .cvsignore	19 Aug 2009 17:01:51 -0000	1.3
@@ -1 +1,2 @@
 python-meh-0.1.tar.gz
+python-meh-0.2.tar.gz


Index: python-meh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-meh/devel/python-meh.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-meh.spec	29 Jul 2009 02:46:28 -0000	1.1
+++ python-meh.spec	19 Aug 2009 17:01:51 -0000	1.2
@@ -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.1
+Version: 0.2
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -34,16 +34,23 @@ make
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
+%find_lang %{name}
 
 %clean
 rm -rf %{buildroot}
 
-%files 
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING
 %{python_sitelib}/*
 %{_datadir}/python-meh
 
 %changelog
+* Wed Aug 19 2009 Chris Lumens <clumens at redhat.com> - 0.2-1
+- Add a title to the main exception dialog so it looks right in anaconda.
+- Don't include an extra '/' in the displayed bug URL (#517515).
+- Now that there's .po files, package them.
+- Use the new exception icon (#517164).
+
 * Tue Jul 28 2009 Chris Lumens <clumens at redhat.com> - 0.1-1
 - Initial package.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-meh/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	29 Jul 2009 02:46:01 -0000	1.2
+++ sources	19 Aug 2009 17:01:51 -0000	1.3
@@ -1 +1 @@
-54f97e1a32d9614b17509364aeb3d8bb  python-meh-0.1.tar.gz
+dbc5bc5e15f79913d079a6f80be38717  python-meh-0.2.tar.gz




More information about the scm-commits mailing list