Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
93377b3bc6 dist-git conversion 2010-07-29 08:57:41 +00:00
Bill Nottingham
eeb062d33c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:58:49 +00:00
Remi Collet
83ebbc8c36 update to 1.7.8 2009-07-11 18:29:57 +00:00
Jesse Keating
e4c7cd83fa Initialize branch F-11 for php-pear-Cache-Lite 2009-04-15 05:44:57 +00:00
4 changed files with 5 additions and 23 deletions

View file

View file

@ -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)

View file

@ -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 <Fedora@FamilleCollet.com> 1.7.8-1
- update to 1.7.8 (bugfix)
* Sun Mar 08 2009 Remi Collet <Fedora@FamilleCollet.com> 1.7.7-1
- update to 1.7.7 (bugfix)

View file

@ -1 +1 @@
b03763851a888e38834701807ed27a5a Cache_Lite-1.7.7.tgz
75c142769a4ca68afc72dcf4f494bdd6 Cache_Lite-1.7.8.tgz