rpms/python-docs/devel .cvsignore, 1.3, 1.4 python-2.4-tex-fix.patch, 1.1, 1.2 python-docs.spec, 1.6, 1.7 sources, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 16 13:35:37 UTC 2005


Author: misa

Update of /cvs/dist/rpms/python-docs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18051

Modified Files:
	.cvsignore python-2.4-tex-fix.patch python-docs.spec sources 
Log Message:
Updated the docs to 2.4.2 too...


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/python-docs/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Apr 2005 20:24:36 -0000	1.3
+++ .cvsignore	16 Nov 2005 13:35:35 -0000	1.4
@@ -1 +1,2 @@
 Python-2.4.1.tar.bz2
+Python-2.4.2.tar.bz2

python-2.4-tex-fix.patch:
 howto.cls  |   14 ++++++++++----
 manual.cls |   14 ++++++++++----
 2 files changed, 20 insertions(+), 8 deletions(-)

Index: python-2.4-tex-fix.patch
===================================================================
RCS file: /cvs/dist/rpms/python-docs/devel/python-2.4-tex-fix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-2.4-tex-fix.patch	15 Mar 2005 21:54:46 -0000	1.1
+++ python-2.4-tex-fix.patch	16 Nov 2005 13:35:35 -0000	1.2
@@ -1,29 +1,6 @@
---- Python-2.4/Doc/texinputs/howto.cls.tex-fix	2004-03-31 03:08:34.000000000 -0500
-+++ Python-2.4/Doc/texinputs/howto.cls	2005-03-14 09:30:13.000000000 -0500
-@@ -55,10 +55,16 @@
-     % changes \\ to ', ' (comma-space), making it pass muster for
-     % generating document info in the PDF file.
-     \def\\{, }
--    \pdfinfo{
--      /Author (\@author)
--      /Title (\@title)
--    }
-+    \ifx\pdfoutput\relax
-+    \else
-+      \ifcase\pdfoutput
-+      \else
-+        \pdfinfo{%
-+          /Author (\@author)
-+          /Title (\@title)
-+        }
-+      \fi
-+    \fi
-   }}
-   \begin{flushright}
-     {\rm\Huge\py at HeaderFamily \@title} \par
---- Python-2.4/Doc/texinputs/manual.cls.tex-fix	2005-03-14 09:32:50.000000000 -0500
-+++ Python-2.4/Doc/texinputs/manual.cls	2005-03-14 09:34:20.000000000 -0500
-@@ -69,10 +69,16 @@
+--- Python-2.4.2/Doc/texinputs/manual.cls.tex-fix	2005-09-04 12:20:30.000000000 -0400
++++ Python-2.4.2/Doc/texinputs/manual.cls	2005-11-16 08:27:14.000000000 -0500
+@@ -70,10 +70,16 @@
        % changes \\ to ', ' (comma-space), making it pass muster for
        % generating document info in the PDF file.
        \def\\{, }
@@ -41,6 +18,29 @@
 +          }
 +        \fi
 +      \fi
-     }}
+       \endgroup
+     \fi
      \begin{flushright}%
-       {\rm\Huge\py at HeaderFamily \@title \par}%
+--- Python-2.4.2/Doc/texinputs/howto.cls.tex-fix	2005-09-04 12:20:30.000000000 -0400
++++ Python-2.4.2/Doc/texinputs/howto.cls	2005-11-16 08:26:21.000000000 -0500
+@@ -56,10 +56,16 @@
+     % changes \\ to ', ' (comma-space), making it pass muster for
+     % generating document info in the PDF file.
+     \def\\{, }
+-    \pdfinfo{
+-      /Author (\@author)
+-      /Title (\@title)
+-    }
++    \ifx\pdfoutput\relax
++    \else
++      \ifcase\pdfoutput
++      \else
++        \pdfinfo{%
++          /Author (\@author)
++          /Title (\@title)
++        }
++      \fi
++    \fi
+     \endgroup
+   \fi
+   \begin{flushright}


Index: python-docs.spec
===================================================================
RCS file: /cvs/dist/rpms/python-docs/devel/python-docs.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-docs.spec	8 Apr 2005 20:24:36 -0000	1.6
+++ python-docs.spec	16 Nov 2005 13:35:35 -0000	1.7
@@ -12,7 +12,7 @@
 
 Summary: Documentation for the Python programming language.
 Name: %{python}-docs
-Version: %{pybasever}.1
+Version: %{pybasever}.2
 Release: 1
 License: PSF - see LICENSE
 Group: Documentation
@@ -67,6 +67,9 @@
 %doc Misc/HISTORY Doc/html
 
 %changelog
+* Wed Nov 16 2005 Mihai Ibanescu <misa at redhat.com> 2.4.2-1
+- updated to 2.4.2
+
 * Fri Apr  8 2005 Mihai Ibanescu <misa at redhat.com> 2.4.1-1
 - updated to 2.4.1
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/python-docs/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Apr 2005 20:24:36 -0000	1.3
+++ sources	16 Nov 2005 13:35:35 -0000	1.4
@@ -1 +1 @@
-de3e9a8836fab6df7c7ce545331afeb3  Python-2.4.1.tar.bz2
+98db1465629693fc434d4dc52db93838  Python-2.4.2.tar.bz2




More information about the fedora-cvs-commits mailing list