rpms/python-markdown2/devel .cvsignore, 1.4, 1.5 import.log, 1.3, 1.4 python-markdown2.spec, 1.3, 1.4 sources, 1.4, 1.5 markdown2, 1.2, NONE

Thomas Moschny thm at fedoraproject.org
Thu Oct 2 21:59:00 UTC 2008


Author: thm

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-markdown2/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	12 Sep 2008 07:07:51 -0000	1.4
+++ .cvsignore	2 Oct 2008 21:58:30 -0000	1.5
@@ -1 +1 @@
-markdown2-1.0.1.9.tar.gz
+markdown2-1.0.1.11.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-markdown2/devel/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- import.log	12 Sep 2008 07:07:51 -0000	1.3
+++ import.log	2 Oct 2008 21:58:30 -0000	1.4
@@ -1,3 +1,4 @@
 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
 python-markdown2-1_0_1_9-1_fc9:HEAD:python-markdown2-1.0.1.9-1.fc9.src.rpm:1221203243
+python-markdown2-1_0_1_11-1_fc9:HEAD:python-markdown2-1.0.1.11-1.fc9.src.rpm:1222984575


Index: python-markdown2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-markdown2/devel/python-markdown2.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-markdown2.spec	12 Sep 2008 07:07:51 -0000	1.3
+++ python-markdown2.spec	2 Oct 2008 21:58:30 -0000	1.4
@@ -3,14 +3,13 @@
 %define srcname markdown2
 
 Name:           python-%{srcname}
-Version:        1.0.1.9
+Version:        1.0.1.11
 Release:        1%{?dist}
 Summary:        A fast and complete Python implementation of Markdown
 Group:          Development/Languages
 License:        MIT
 URL:            http://code.google.com/p/python-%{srcname}/
 Source0:        http://pypi.python.org/packages/source/m/%{srcname}/%{srcname}-%{version}.tar.gz
-Source1:        markdown2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
@@ -46,10 +45,6 @@
   -exec sed -i '1{/^#!/d}' {} \; \
   -exec chmod u=rw,go=r {} \;
 
-# overwrite the script (which is self-contained) with a version that
-# instead imports from markdown2
-install -p -m 0755 %{SOURCE1} %{buildroot}%{_bindir}
-
 
 %clean
 rm -rf %{buildroot}
@@ -68,6 +63,13 @@
 
 
 %changelog
+* Wed Oct  1 2008 Thomas Moschny <thomas.moschny at gmx.de> - 1.0.1.11-1
+- Update to 1.0.11, also fixes the syntax_color test for the latest
+  Pygments (should fix FTBFS bug 465049).
+
+* Fri Sep 26 2008 Thomas Moschny <thomas.moschny at gmx.de> - 1.0.1.10-1
+- Update to 1.0.1.10.
+
 * Fri Sep 12 2008 Thomas Moschny <thomas.moschny at gmx.de> - 1.0.1.9-1
 - Update to 1.0.1.9.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-markdown2/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	12 Sep 2008 07:07:51 -0000	1.4
+++ sources	2 Oct 2008 21:58:30 -0000	1.5
@@ -1 +1 @@
-88501d48c2745fa6369ccf2c8805c89b  markdown2-1.0.1.9.tar.gz
+dbeb26dd3b03a1a2ec8b46fa243b3331  markdown2-1.0.1.11.tar.gz


--- markdown2 DELETED ---




More information about the scm-commits mailing list