Compare commits

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

6 commits

Author SHA1 Message Date
Fedora Release Engineering
31faa8c899 dist-git conversion 2010-07-29 08:57:38 +00:00
Bill Nottingham
ec39cf5954 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:58:49 +00:00
Remi Collet
8f0b655737 update to 1.7.8 2009-07-11 18:35:12 +00:00
Remi Collet
ed8573354d update to 1.7.7 (minor bugfix) 2009-03-08 19:09:10 +00:00
Remi Collet
e61d275886 update to 1.7.5 (bugfix) 2009-01-24 07:21:48 +00:00
Jesse Keating
b571ab6c4e Initialize branch F-10 for php-pear-Cache-Lite 2008-11-07 04:05:21 +00:00
4 changed files with 16 additions and 25 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.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 <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)
* Thu Jan 29 2009 Remi Collet <Fedora@FamilleCollet.com> 1.7.6-1
- now Requires php-pear(PEAR) >= 1.5.4
* Sat Jan 09 2009 Remi Collet <Fedora@FamilleCollet.com> 1.7.5-1
- update to 1.7.5
* Mon Jun 09 2008 Remi Collet <Fedora@FamilleCollet.com> 1.7.4-1
- update to 1.7.4

View file

@ -1 +1 @@
93a7a2a40d85a16725f02937ee5c9b88 Cache_Lite-1.7.4.tgz
75c142769a4ca68afc72dcf4f494bdd6 Cache_Lite-1.7.8.tgz