Logoj0ke.net Open Build Service > Projects > internetx:php5:extensions > php5-pecl_http > Changes
Sign Up | Log In

Changes of Revision 5

[-] Changed php5-pecl_http.spec
x
 
1
@@ -1,25 +1,25 @@
2
 # norootforbuild
3
-%define pkg_name    pecl_http
4
-%define php_version %(php-config --version 2>/dev/null)
5
+%define        pkg_name    pecl_http
6
+%define        php_version %(php-config --version 2>/dev/null)
7
 #
8
-Name: php5-pecl_http
9
-Version: 1.6.0
10
-Release: 0
11
+Name:      php5-pecl_http
12
+Version:   1.6.1
13
+Release:   0
14
 #
15
-License: BSD
16
-Group: Productivity/Networking/Web/Servers
17
+License:   BSD
18
+Group:     Productivity/Networking/Web/Servers
19
 #
20
-BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build
21
+BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build
22
 
23
 #yes, PHP modules are required for build, as configure tests it's precence, to enable
24
 #or disable features.
25
-BuildRequires: php5-devel curl-devel file-devel libevent php5-iconv php5-hash
26
-Requires: php5 = %{php_version} php5-iconv php5-hash
27
+BuildRequires: php5-devel curl-devel file-devel libevent php5-iconv php5-hash
28
+Requires:  php5 = %{php_version} php5-iconv php5-hash
29
 #
30
-URL: http://pecl.php.net/pecl_http
31
-Source: http://pecl.php.net/package/pecl_http/%{pkg_name}-%{version}.tgz
32
-Source1: http.ini
33
-Summary: Extended HTTP Support
34
+URL:       http://pecl.php.net/pecl_http
35
+Source:        http://pecl.php.net/package/pecl_http/%{pkg_name}-%{version}.tgz
36
+Source1:   http.ini
37
+Summary:   Extended HTTP Support
38
 
39
 %description
40
 
41
@@ -29,7 +29,7 @@
42
 ---------
43
     Michael Wallner <mike@php.net>
44
 
45
-%package         devel
46
+%package        devel
47
 Summary:        Include files of php5-pecl_http
48
 Group:          Development/Libraries/C and C++
49
 Requires:       %{name} = %{version} php5-devel curl-devel file-devel libevent
50
@@ -106,6 +106,8 @@
51
 %doc lib LICENSE CREDITS KnownIssues.txt
52
 
53
 %changelog -n php5-pecl_http
54
+* Wed Jul 23 2008 Carsten Schoene <cs@linux-administrator.com>
55
+- version bump to 1.6.1
56
 * Sun Feb 25 2007 - judas_iscariote@shorewall.net
57
 - version bump to 1.5.2 
58
 * Wed Feb 21 2007 - judas_iscariote@shorewall.net
59
Added pecl_http-1.6.1.tgz ^