From b571ab6c4e59ab87405d8d783be86714d92f536a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 7 Nov 2008 04:05:21 +0000 Subject: [PATCH 1/6] Initialize branch F-10 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..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From e61d275886810b681f8bf1a5dbe4ed3106214df7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Jan 2009 07:21:48 +0000 Subject: [PATCH 2/6] update to 1.7.5 (bugfix) --- 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 852fad5..93b9ebd 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.4 +Version: 1.7.5 Release: 1%{?dist} License: PHP Group: Development/Libraries @@ -97,6 +97,9 @@ fi %changelog +* Sat Jan 09 2009 Remi Collet 1.7.5-1 +- update to 1.7.5 + * Mon Jun 09 2008 Remi Collet 1.7.4-1 - update to 1.7.4 diff --git a/sources b/sources index 08b8d36..5565a7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93a7a2a40d85a16725f02937ee5c9b88 Cache_Lite-1.7.4.tgz +085d095dc2bd92e546a8d6aa8dd748ba Cache_Lite-1.7.5.tgz From ed8573354d7c88da2e1192ca2e36aa8b1bffbd87 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Mar 2009 19:09:10 +0000 Subject: [PATCH 3/6] update to 1.7.7 (minor bugfix) --- php-pear-Cache-Lite.spec | 12 +++++++++--- sources | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/php-pear-Cache-Lite.spec b/php-pear-Cache-Lite.spec index 93b9ebd..cce0205 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.5 +Version: 1.7.7 Release: 1%{?dist} License: PHP Group: Development/Libraries @@ -15,8 +15,8 @@ URL: http://pear.php.net/package/Cache_Lite BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) >= 1.4.9 +BuildRequires: php-pear(PEAR) >= 1.5.4 +Requires: php-pear(PEAR) >= 1.5.4 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -97,6 +97,12 @@ fi %changelog +* Sun Mar 08 2009 Remi Collet 1.7.7-1 +- update to 1.7.7 (bugfix) + +* Thu Jan 29 2009 Remi Collet 1.7.6-1 +- now Requires php-pear(PEAR) >= 1.5.4 + * Sat Jan 09 2009 Remi Collet 1.7.5-1 - update to 1.7.5 diff --git a/sources b/sources index 5565a7e..353d3ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -085d095dc2bd92e546a8d6aa8dd748ba Cache_Lite-1.7.5.tgz +b03763851a888e38834701807ed27a5a Cache_Lite-1.7.7.tgz From 8f0b655737fb29b105dcf0c862caf6efca4964ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Jul 2009 18:35:12 +0000 Subject: [PATCH 4/6] 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 ec39cf595482b303e0a91d80ce47d861cebbb483 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:58:49 +0000 Subject: [PATCH 5/6] 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 31faa8c8992506ea91d6bb4bcfbf70435ebbc2d2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 08:57:38 +0000 Subject: [PATCH 6/6] 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 dc32377..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-10