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

Difference Between Revision 9 and internetx:php5:extensions / php5-xdebug

[-] Changed php5-xdebug.changes
 
1
@@ -9,6 +9,7 @@
2
 - update to release 2.5.0
3
 
4
 -------------------------------------------------------------------
5
+>>>>>>> .new
6
 Tue Apr 19 10:00:28 UTC 2016 - cs@linux-administrator.com
7
 
8
 - update to release 2.4.0
9
[-] Changed php5-xdebug.spec ^
54
 
1
@@ -1,7 +1,7 @@
2
 # norootforbuild
3
 %define pkg_name    xdebug
4
 #
5
-Name: php5-xdebug
6
+Name: php7-xdebug
7
 Version: 2.5.5
8
 Release: 1
9
 #
10
@@ -9,14 +9,14 @@
11
 Group: Productivity/Networking/Web/Servers
12
 #
13
 BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build
14
-BuildRequires: php5-devel
15
+BuildRequires: php7-devel
16
 BuildRequires: -post-build-checks
17
 #
18
 URL: http://www.xdebug.org/
19
 Source: http://pecl.php.net/package/Xdebug/%{pkg_name}-%{version}.tgz
20
 Source1: xdebug.ini
21
 Summary: Extended PHP debugger
22
-%requires_eq php5
23
+%requires_eq php7
24
 
25
 %description
26
 
27
@@ -69,8 +69,8 @@
28
 %install
29
 
30
 %makeinstall -C %{name} INSTALL_ROOT=%{buildroot}
31
-%{__mkdir_p} %{buildroot}%{_sysconfdir}/php5/conf.d
32
-%{__install} -m 644 %{S:1} %{buildroot}%{_sysconfdir}/php5/conf.d/xdebug.ini
33
+%{__mkdir_p} %{buildroot}%{_sysconfdir}/php7/conf.d
34
+%{__install} -m 644 %{S:1} %{buildroot}%{_sysconfdir}/php7/conf.d/xdebug.ini
35
 
36
 %clean
37
 
38
@@ -78,12 +78,12 @@
39
 
40
 %files
41
 %defattr(-,root,root,-)
42
-%{_libdir}/php5/extensions/xdebug.so
43
-%config(noreplace) %{_sysconfdir}/php5/conf.d/xdebug.ini
44
+%{_libdir}/php7/extensions/xdebug.so
45
+%config(noreplace) %{_sysconfdir}/php7/conf.d/xdebug.ini
46
 
47
 %doc README.rst LICENSE CREDITS
48
 
49
-%changelog -n php5-xdebug
50
+%changelog -n php7-xdebug
51
 * Sun Jan 29 2012 Carsten Schoene <cs@linux-administrator.com> - 2.1.3-1
52
 - update to release 2.1.3
53
 * Wed Aug 03 2011 Carsten Schoene <cs@linux-administrator.com> - 2.1.2-1
54