SPECS: php-sqlite3.spec - rel 0.2; implemented sqlite3_total_chang...

arekm arekm at pld-linux.org
Sat Dec 9 23:27:31 CET 2006


Author: arekm                        Date: Sat Dec  9 22:27:31 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 0.2; implemented sqlite3_total_changes()

---- Files affected:
SPECS:
   php-sqlite3.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/php-sqlite3.spec
diff -u SPECS/php-sqlite3.spec:1.2 SPECS/php-sqlite3.spec:1.3
--- SPECS/php-sqlite3.spec:1.2	Sat Dec  9 22:20:42 2006
+++ SPECS/php-sqlite3.spec	Sat Dec  9 23:27:23 2006
@@ -6,12 +6,13 @@
 Summary(pl):	%{_modname} - powiązania z bazą danych
 Name:		php-%{_modname}
 Version:	0.4
-Release:	0.1
+Release:	0.2
 License:	PHP
 Group:		Development/Languages/PHP
 Source0:	http://dl.sourceforge.net/sourceforge/php-sqlite3/%{_modname}-%{version}.tgz
 # Source0-md5:	fc15ace3f5fd0aac0186745d6cff8a70
 Patch0:		%{name}-tsrm.patch
+Patch1:		%{name}-new-functions.patch
 URL:		http://php-sqlite3.sourceforge.net/pmwiki/pmwiki.php
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	sqlite3-devel >= 3.3.5
@@ -37,6 +38,7 @@
 %setup -q -c
 cd %{_modname}-%{version}
 %patch0 -p1
+%patch1 -p0
 
 %build
 cd %{_modname}-%{version}
@@ -84,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/12/09 22:27:23  arekm
+- rel 0.2; implemented sqlite3_total_changes()
+
 Revision 1.2  2006/12/09 21:20:42  arekm
 - builds now
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-sqlite3.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list