Hello community,

here is the log from the commit of package php7-xdebug for openSUSE:Factory 
checked in at 2019-01-24 14:15:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-xdebug (Old)
 and      /work/SRC/openSUSE:Factory/.php7-xdebug.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7-xdebug"

Thu Jan 24 14:15:01 2019 rev:6 rq:667963 version:2.7.0~beta1

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-xdebug/php7-xdebug.changes  2018-04-20 
17:34:12.076244582 +0200
+++ /work/SRC/openSUSE:Factory/.php7-xdebug.new.28833/php7-xdebug.changes       
2019-01-24 14:15:04.291247632 +0100
@@ -1,0 +2,27 @@
+Wed Jan 23 08:58:45 UTC 2019 - jweberho...@weberhofer.at
+
+- Changed package version to 2.7.0~beta1 to ensure correct updates
+
+-------------------------------------------------------------------
+Wed Jan 23 06:37:08 UTC 2019 - suse+bu...@de-korte.org
+
+- Removed redundant xdebug.ini source file
+
+-------------------------------------------------------------------
+Thu Dec 27 09:14:00 UTC 2018 - suse+bu...@de-korte.org
+
+- Updated to Xdebug 2.7.0beta1
+  * Fixed issue #1519: PHP 7.3 support
+
+- Updated to Xdebug 2.7.0alpha1
+  * Fixed issue #938: Support remote debugging for PHP scripts that
+    fork. (Sponsored by Brad Wilson)
+  * Fixed issue #1487: Re-enable IPv6 test on Travis.
+  * Fixed issue #1526: Namespace filter does equality match instead
+    of prefix match.
+  * Fixed issue #1532: SIGABRT when using remote debugging and an
+    error is thrown in eval().
+  * Fixed issue #1543: Various memory leaks due to changes in
+    (internal) string handling.
+
+-------------------------------------------------------------------

Old:
----
  xdebug-2.6.0.tgz
  xdebug.ini

New:
----
  xdebug-2.7.0beta1.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php7-xdebug.spec ++++++
--- /var/tmp/diff_new_pack.QX8xr9/_old  2019-01-24 14:15:04.839246999 +0100
+++ /var/tmp/diff_new_pack.QX8xr9/_new  2019-01-24 14:15:04.843246994 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php7-xdebug
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 %define pkg_name    xdebug
+%define pkg_version 2.7.0beta1
 Name:           php7-%{pkg_name}
-Version:        2.6.0
+Version:        2.7.0~beta1
 Release:        0
 Summary:        Extended PHP debugger
 License:        PHP-3.0
 Group:          Productivity/Networking/Web/Servers
 URL:            https://xdebug.org/
-Source:         https://xdebug.org/files/%{pkg_name}-%{version}.tgz
-Source1:        
https://raw.githubusercontent.com/%{pkg_name}/%{pkg_name}/%{version}/xdebug.ini
+Source:         https://xdebug.org/files/%{pkg_name}-%{pkg_version}.tgz
 BuildRequires:  php7 >= 7
 BuildRequires:  php7-devel >= 7
 BuildRequires:  php7-soap
@@ -56,9 +56,7 @@
   * capabilities to debug your scripts interactively with a debug client
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
-mkdir %{name}
-install -m 644 %{SOURCE1} xdebug.ini
+%setup -q -n %{pkg_name}-%{pkg_version}
 
 %build
 sed -i -e "s|; This is a generated file, do not modify by hand|zend_extension 
= \"xdebug.so\"|g" xdebug.ini


Reply via email to