rpms/python-markdown2/devel .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 markdown2, 1.1, 1.2 python-markdown2.spec, 1.1, 1.2 sources, 1.2, 1.3

Thomas Moschny thm at fedoraproject.org
Thu Sep 11 21:27:04 UTC 2008


Author: thm

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

Modified Files:
	.cvsignore import.log markdown2 python-markdown2.spec sources 
Log Message:
Update to 1.0.1.8.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-markdown2/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Sep 2008 21:21:54 -0000	1.2
+++ .cvsignore	11 Sep 2008 21:26:34 -0000	1.3
@@ -1 +1 @@
-markdown2-1.0.1.7.tar.gz
+markdown2-1.0.1.8.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-markdown2/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	11 Sep 2008 21:21:54 -0000	1.1
+++ import.log	11 Sep 2008 21:26:34 -0000	1.2
@@ -1 +1,2 @@
 python-markdown2-1_0_1_7-1_fc9:HEAD:python-markdown2-1.0.1.7-1.fc9.src.rpm:1221168087
+python-markdown2-1_0_1_8-1_fc9:HEAD:python-markdown2-1.0.1.8-1.fc9.src.rpm:1221168324


Index: markdown2
===================================================================
RCS file: /cvs/pkgs/rpms/python-markdown2/devel/markdown2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- markdown2	11 Sep 2008 21:21:54 -0000	1.1
+++ markdown2	11 Sep 2008 21:26:34 -0000	1.2
@@ -1,7 +1,6 @@
 #!/usr/bin/env python
 
-from markdown2 import logging, main
+from markdown2 import main
 import sys
 
-logging.basicConfig()
 sys.exit( main(sys.argv) )


Index: python-markdown2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-markdown2/devel/python-markdown2.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-markdown2.spec	11 Sep 2008 21:21:54 -0000	1.1
+++ python-markdown2.spec	11 Sep 2008 21:26:34 -0000	1.2
@@ -3,7 +3,7 @@
 %define srcname markdown2
 
 Name:           python-%{srcname}
-Version:        1.0.1.7
+Version:        1.0.1.8
 Release:        1%{?dist}
 Summary:        A fast and complete Python implementation of Markdown
 Group:          Development/Languages
@@ -68,5 +68,9 @@
 
 
 %changelog
+* Thu Sep 11 2008 Thomas Moschny <thomas.moschny at gmx.de> - 1.0.1.8-1
+- Update to 1.0.1.8.
+- Simplify the cmdline wrapper.
+
 * Tue Sep  9 2008 Thomas Moschny <thomas.moschny at gmx.de> - 1.0.1.7-1
 - New package.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-markdown2/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Sep 2008 21:21:54 -0000	1.2
+++ sources	11 Sep 2008 21:26:34 -0000	1.3
@@ -1 +1 @@
-21d346c8415efe94312323a30b8d2e09  markdown2-1.0.1.7.tar.gz
+869daf8cc2510a6492aa9b3a810e73e0  markdown2-1.0.1.8.tar.gz




More information about the fedora-extras-commits mailing list