wilde: server/php-kolab Makefile,1.24,1.25

cvs at kolab.org cvs at kolab.org
Thu Jul 31 18:43:09 CEST 2008


Author: wilde

Update of /kolabrepository/server/php-kolab
In directory doto:/tmp/cvs-serv15382

Modified Files:
	Makefile 
Log Message:
Fixed SPEC_VERSION for non-prerelease CVS versions...  :)


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/php-kolab/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile	16 Jul 2008 11:00:39 -0000	1.24
+++ Makefile	31 Jul 2008 16:43:07 -0000	1.25
@@ -13,7 +13,7 @@
     SPEC_VERSION = $(VERSION)
   else
     SOURCE_TAG = $(VERSION).$(RELEASE)
-    SPEC_VERSION = $(RPM_VERSION)+cvs
+    SPEC_VERSION = $(VERSION)+cvs
   endif
 else
   PEAR_RELEASE = $(PRERELEASE_VERSION)$(RELEASE)





More information about the commits mailing list