rpms/php-adodb/devel .cvsignore, 1.10, 1.11 php-adodb.spec, 1.14, 1.15 sources, 1.10, 1.11

Gianluca Sforna giallu at fedoraproject.org
Fri Aug 28 08:28:57 UTC 2009


Author: giallu

Update of /cvs/extras/rpms/php-adodb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25236

Modified Files:
	.cvsignore php-adodb.spec sources 
Log Message:
* Tue Aug 25 2009 Gianluca Sforna <giallu gmail com> - 5.09a-1
- Update to latest release
- Fix download URL
- Update summary and description
- Requires php-common



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-adodb/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	26 Aug 2007 09:37:37 -0000	1.10
+++ .cvsignore	28 Aug 2009 08:28:57 -0000	1.11
@@ -1 +1 @@
-adodb495a.tgz
+adodb509a.tgz


Index: php-adodb.spec
===================================================================
RCS file: /cvs/extras/rpms/php-adodb/devel/php-adodb.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- php-adodb.spec	26 Jul 2009 17:58:21 -0000	1.14
+++ php-adodb.spec	28 Aug 2009 08:28:57 -0000	1.15
@@ -1,28 +1,33 @@
+%global         tarballversion %(echo %{version} | tr -d '.')
+
 Name:           php-adodb
-Summary:        Active Data Objects Data Base
-Version:        4.95
-Release:        3.a%{?dist}
+Summary:        Database abstraction layer for PHP
+Version:        5.09a
+Release:        1%{?dist}
 
-Source0:        http://dl.sf.net/adodb/adodb495a.tgz
 License:        BSD or LGPLv2+
 URL:            http://adodb.sf.net
 Group:          Development/Libraries
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-Requires:       php >= 4.1.0
+
+Source0:        http://downloads.sourceforge.net/adodb/adodb%{tarballversion}.tgz
+
+Requires:       php-common
 
 %description
-PHP is a wonderful language for building dynamic web pages.
-Unfortunately, PHP's database access functions are not
-standardised. Every database extension uses a different and
-incompatibile API. This creates a need for a database class
-library to hide the differences between the different databases
-(encapsulate the differences) so we can easily switch databases.
+ADOdb is an object oriented library written in PHP that abstracts database 
+operations for portability. It is modelled on Microsoft's ADO, but has many
+improvements that make it unique (eg. pivot tables, Active Record support, 
+generating HTML for paging recordsets with next and previous links, cached 
+recordsets, HTML menu generation, etc).
+ADOdb hides the differences between the different databases so you can easily
+switch DBs without changing code.
 
-!! TODO !! MAKE A SUBPACKAGE FOR THE PEAR::AUTH DRIVER
+# !! TODO !! MAKE A SUBPACKAGE FOR THE PEAR::AUTH DRIVER
 
 %prep
-%setup -q -n adodb
+%setup -q -n adodb5
 
 %build
 # fix dir perms
@@ -54,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_var}/www/icons/*
 
 %changelog
+* Tue Aug 25 2009 Gianluca Sforna <giallu gmail com> - 5.09a-1
+- Update to latest release
+- Fix download URL
+- Update summary and description
+- Requires php-common
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.95-3.a
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-adodb/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	26 Aug 2007 09:37:37 -0000	1.10
+++ sources	28 Aug 2009 08:28:57 -0000	1.11
@@ -1 +1 @@
-3f470830f7932a8a33e0c42949fa1470  adodb495a.tgz
+0b691c7b51d6af3ea02e4666cff211e3  adodb509a.tgz




More information about the fedora-extras-commits mailing list