gunnar: server/horde/horde-framework Makefile, 1.7, 1.8 horde-framework-kolab.spec, 1.10, 1.11

cvs at kolab.org cvs at kolab.org
Fri Aug 3 13:40:06 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde/horde-framework
In directory doto:/tmp/cvs-serv24332/horde/horde-framework

Modified Files:
	Makefile horde-framework-kolab.spec 
Log Message:
Horde snapshots are available. Some minor spec fixes were necessary to get the packages built correctly.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/horde/horde-framework/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile	3 Aug 2007 07:38:08 -0000	1.7
+++ Makefile	3 Aug 2007 11:40:04 -0000	1.8
@@ -19,7 +19,7 @@
 DATE = ${YEAR}-${MONTH}-${DAY}
 
 PACKAGE = horde-$(HORDE_NAME)-kolab
-VERSION = $(shell grep "%define[ ]*V_version" *.spec | sed -e "s/.*V_version\s*\([0-9]*\).*/\1/")
+VERSION = $(shell grep "%define[ ]*V_version" *.spec | sed -e "s/.*V_version\s*\([0-9.]*\).*/\1/")
 RELEASE = ${YEAR}${MONTH}${DAY}
 
 PATCHES = $(shell find . -name "*.patch")

Index: horde-framework-kolab.spec
===================================================================
RCS file: /kolabrepository/server/horde/horde-framework/horde-framework-kolab.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- horde-framework-kolab.spec	3 Aug 2007 07:38:08 -0000	1.10
+++ horde-framework-kolab.spec	3 Aug 2007 11:40:04 -0000	1.11
@@ -4,8 +4,8 @@
 %define         V_year  2007
 %define         V_month 08
 %define         V_day   03
-%define		V_version 3.1.4.99
-%define		V_date %{V_year}-%{V_month}-%{V_day}
+%define         V_version 3.1.4.99
+%define         V_date %{V_year}-%{V_month}-%{V_day}
 %define         V_release %{V_year}%{V_month}%{V_day}
 
 # Package Information





More information about the commits mailing list