[Python-checkins] python/dist/src/Misc/RPM python-2.2.spec, 1.1.2.5, 1.1.2.6

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Aug 5 00:30:47 EDT 2003


Update of /cvsroot/python/python/dist/src/Misc/RPM
In directory sc8-pr-cvs1:/tmp/cvs-serv7003

Modified Files:
      Tag: release22-maint
	python-2.2.spec 
Log Message:
Patch #772696: Delete .cvsignore files.


Index: python-2.2.spec
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/RPM/Attic/python-2.2.spec,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** python-2.2.spec	13 Jun 2003 19:30:53 -0000	1.1.2.5
--- python-2.2.spec	5 Aug 2003 06:30:45 -0000	1.1.2.6
***************
*** 27,31 ****
  %define name python
  %define version 2.2.3
! %define release 1
  %define __prefix /usr
  %define libvers %(echo "%{version}" | awk -F. '{ printf "%s.%s", $1, $2 }')
--- 27,31 ----
  %define name python
  %define version 2.2.3
! %define release 2
  %define __prefix /usr
  %define libvers %(echo "%{version}" | awk -F. '{ printf "%s.%s", $1, $2 }')
***************
*** 122,125 ****
--- 122,130 ----
  
  %changelog
+ * Wed Jul 16 2003 Sean Reifschneider <jafo-rpms at tummy.com>
+ [Release 2.2.3-2]
+ - Removing .cvsignore files in the build, so that they don't cause problems
+   with the packaged file list.  Reported by David Hutchinson.
+ 
  * Sun Oct 06 2002 Sean Reifschneider <jafo-rpms at tummy.com>
  [Release 2.2.2b1-1]
***************
*** 201,204 ****
--- 206,212 ----
  ./configure %{ipv6} %{pymalloc} --prefix=%{__prefix}
  make
+ 
+ #  remove .cvsignore files
+ find . -name .cvsignore | xargs rm -f
  
  #  fix paths





More information about the Python-checkins mailing list