From e4c7cd83fa9ea7aae02b98891bf640c5b168817b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 15 Apr 2009 05:44:57 +0000 Subject: [PATCH 1/4] Initialize branch F-11 for php-pear-Cache-Lite --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..25c7708 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-11 From 83ebbc8c36c3030bdef5af8642412f84f0c282dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Jul 2009 18:29:57 +0000 Subject: [PATCH 2/4] update to 1.7.8 --- php-pear-Cache-Lite.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pear-Cache-Lite.spec b/php-pear-Cache-Lite.spec index cce0205..33dbd6f 100644 --- a/php-pear-Cache-Lite.spec +++ b/php-pear-Cache-Lite.spec @@ -4,7 +4,7 @@ Summary: Fast and Safe little cache system for PHP Summary(fr): Méthode de cache rapide et sécurisée pour PHP Name: php-pear-Cache-Lite -Version: 1.7.7 +Version: 1.7.8 Release: 1%{?dist} License: PHP Group: Development/Libraries @@ -97,6 +97,9 @@ fi %changelog +* Sat Jul 08 2009 Remi Collet 1.7.8-1 +- update to 1.7.8 (bugfix) + * Sun Mar 08 2009 Remi Collet 1.7.7-1 - update to 1.7.7 (bugfix) diff --git a/sources b/sources index 353d3ec..edd0194 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b03763851a888e38834701807ed27a5a Cache_Lite-1.7.7.tgz +75c142769a4ca68afc72dcf4f494bdd6 Cache_Lite-1.7.8.tgz From eeb062d33cf7a4bffdcf080c062d2c72073eb0d8 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:58:49 +0000 Subject: [PATCH 3/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5785629..a4d698a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := php-pear-Cache-Lite SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 93377b3bc6386448bc1decb6ffb7894287c06d86 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 08:57:41 +0000 Subject: [PATCH 4/4] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index a4d698a..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: php-pear-Cache-Lite -# $Id$ -NAME := php-pear-Cache-Lite -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 25c7708..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-11