gunnar: server/php-kolab/Kolab_Freebusy Kolab_FreeBusy.spec, 1.7, 1.8 Makefile, 1.2, 1.3

cvs at kolab.org cvs at kolab.org
Mon Nov 10 20:27:12 CET 2008


Author: gunnar

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

Modified Files:
	Kolab_FreeBusy.spec Makefile 
Log Message:
Move over to temporary sources for some bugs fixes that were found during testing.

Index: Kolab_FreeBusy.spec
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Freebusy/Kolab_FreeBusy.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Kolab_FreeBusy.spec	8 Nov 2008 11:23:35 -0000	1.7
+++ Kolab_FreeBusy.spec	10 Nov 2008 19:27:10 -0000	1.8
@@ -1,7 +1,7 @@
 # Variables
 %define         V_package Kolab_FreeBusy
-%define         V_version 0.1.0
-%define         V_release 20081108
+%define         V_version 0.1.0.20081110
+%define         V_release 20081110
 
 # Package Information
 Name:	   %{V_package}
@@ -15,7 +15,9 @@
 Distribution:	OpenPKG
 
 # List of Sources
-Source:    http://pear.horde.org/get/%{V_package}-%{V_version}.tgz
+# FIXME: Temporary location until I release it for real on pear.horde.org
+Source:    http://files.pardus.de/kolab-sources/%{V_package}-%{V_version}.tgz
+#Source:    http://pear.horde.org/get/%{V_package}-%{V_version}.tgz
 
 # Build Info
 Prefix:	   %{l_prefix}

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Freebusy/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	8 Nov 2008 11:23:35 -0000	1.2
+++ Makefile	10 Nov 2008 19:27:10 -0000	1.3
@@ -15,7 +15,9 @@
   KOLABRPMTMP = $(HOME)/RPM/TMP
 endif
 
-SOURCE_0=http://pear.horde.org/get/$(PACKAGE)-$(VERSION).tgz
+# FIXME: Temporary location until I release it for real on pear.horde.org
+SOURCE_0=http://files.pardus.de/kolab-sources/$(PACKAGE)-$(VERSION).tgz
+#SOURCE_0=http://pear.horde.org/get/$(PACKAGE)-$(VERSION).tgz
 
 .PHONY: all
 all: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm





More information about the commits mailing list