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 5785629..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 $$/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/php-pear-Cache-Lite.spec b/php-pear-Cache-Lite.spec index 852fad5..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.4 +Version: 1.7.8 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,18 @@ 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) + +* 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 + * Mon Jun 09 2008 Remi Collet 1.7.4-1 - update to 1.7.4 diff --git a/sources b/sources index 08b8d36..edd0194 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93a7a2a40d85a16725f02937ee5c9b88 Cache_Lite-1.7.4.tgz +75c142769a4ca68afc72dcf4f494bdd6 Cache_Lite-1.7.8.tgz