SOURCES: lighttpd-branch.diff, lighttpd-branch.sh - exclude SConstruct and ...

glen glen at pld-linux.org
Wed Feb 18 01:30:02 CET 2009


Author: glen                         Date: Wed Feb 18 00:30:02 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- exclude SConstruct and CMakeLists.txt

---- Files affected:
SOURCES:
   lighttpd-branch.diff (1.46 -> 1.47) , lighttpd-branch.sh (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-branch.diff
diff -u SOURCES/lighttpd-branch.diff:1.46 SOURCES/lighttpd-branch.diff:1.47
--- SOURCES/lighttpd-branch.diff:1.46	Wed Feb 18 01:24:11 2009
+++ SOURCES/lighttpd-branch.diff	Wed Feb 18 01:29:56 2009
@@ -33,17 +33,6 @@
  	/* load lua program */
 Index: SConstruct
 ===================================================================
---- SConstruct	(.../tags/lighttpd-1.4.21)	(revision 2399)
-+++ SConstruct	(.../branches/lighttpd-1.4.x)	(revision 2399)
-@@ -5,7 +5,7 @@
- from stat import *
- 
- package = 'lighttpd'
--version = '1.4.21'
-+version = '1.4.22'
- 
- def checkCHeaders(autoconf, hdrs):
- 	p = re.compile('[^A-Z0-9]')
 Index: NEWS
 ===================================================================
 --- NEWS	(.../tags/lighttpd-1.4.21)	(revision 2399)
@@ -64,17 +53,6 @@
    * Do not rely on ioctl FIONREAD (#673)
 Index: CMakeLists.txt
 ===================================================================
---- CMakeLists.txt	(.../tags/lighttpd-1.4.21)	(revision 2399)
-+++ CMakeLists.txt	(.../branches/lighttpd-1.4.x)	(revision 2399)
-@@ -10,7 +10,7 @@
- 
- SET(CPACK_PACKAGE_VERSION_MAJOR 1)
- SET(CPACK_PACKAGE_VERSION_MINOR 4)
--SET(CPACK_PACKAGE_VERSION_PATCH 21)
-+SET(CPACK_PACKAGE_VERSION_PATCH 22)
- SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
- 
- SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
 
 Property changes on: .
 ___________________________________________________________________

================================================================
Index: SOURCES/lighttpd-branch.sh
diff -u SOURCES/lighttpd-branch.sh:1.7 SOURCES/lighttpd-branch.sh:1.8
--- SOURCES/lighttpd-branch.sh:1.7	Wed Feb 18 01:24:11 2009
+++ SOURCES/lighttpd-branch.sh	Wed Feb 18 01:29:57 2009
@@ -10,5 +10,5 @@
 LC_ALL=C svn diff --old=$old --new=$new > lighttpd-branch.diff
 
 echo "Excluding files which change version or were not in dist tarball"
-filterdiff -x 'configure.in' lighttpd-branch.diff > lighttpd-branch.diff.tmp
+filterdiff -x 'configure.in' -x 'SConstruct' -x 'CMakeLists.txt' lighttpd-branch.diff > lighttpd-branch.diff.tmp
 mv -f lighttpd-branch.diff.tmp lighttpd-branch.diff
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd-branch.diff?r1=1.46&r2=1.47&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd-branch.sh?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list