Hello community,
here is the log from the commit of package kdevelop5-plugin-php for
openSUSE:Factory checked in at 2018-11-26 10:21:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5-plugin-php (Old)
and /work/SRC/openSUSE:Factory/.kdevelop5-plugin-php.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop5-plugin-php"
Mon Nov 26 10:21:24 2018 rev:11 rq:648964 version:5.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdevelop5-plugin-php/kdevelop5-plugin-php.changes
2018-08-22 14:21:14.914478933 +0200
+++
/work/SRC/openSUSE:Factory/.kdevelop5-plugin-php.new.19453/kdevelop5-plugin-php.changes
2018-11-26 10:22:33.313574133 +0100
@@ -1,0 +2,21 @@
+Wed Nov 14 10:28:06 UTC 2018 - [email protected]
+
+- New upstream release 5.3.0
+ * Much improved support for PHP Namespaces
+ * Added support for Generators and Generator delegation
+ * Updated and expanded the integrated documentation of PHP
+ internals
+ * Added support for PHP 7's context sensitive lexer
+ * Install the parser as a library so it can be used by other
+ projects (currently, umbrello can use it)
+ * Improved type detection of object properties
+ * Added support for the object typehint
+ * Better support for ClassNameReferences (instanceof)
+ * Expression syntax support improvements, particularly around
+ 'print'
+ * Allow optional function parameters before non-optional ones
+ * Added support for magic constants __DIR__ and __TRAIT__
+- Add devel subpackage
+- Remove unnecessary build requirements
+
+-------------------------------------------------------------------
Old:
----
kdev-php-5.2.4.tar.xz
New:
----
kdev-php-5.3.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevelop5-plugin-php.spec ++++++
--- /var/tmp/diff_new_pack.EG3svq/_old 2018-11-26 10:22:33.669573714 +0100
+++ /var/tmp/diff_new_pack.EG3svq/_new 2018-11-26 10:22:33.669573714 +0100
@@ -20,9 +20,9 @@
%{!?_kf5_debugdir: %global _kf5_debugdir %{_kf5_configdir}}
%define rname kdev-php
-%define rversion 5.2
+%define rversion 5.3
Name: kdevelop5-plugin-php
-Version: 5.2.4
+Version: 5.3.0
Release: 0
Summary: PHP plugin for Kdevelop5 Integrated Development Environment
License: GPL-2.0+
@@ -30,28 +30,16 @@
Url: http://www.kdevelop.org
Source0:
http://download.kde.org/stable/kdevelop/%{version}/src/%{rname}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
-BuildRequires: grantlee5-devel
-BuildRequires: karchive-devel
BuildRequires: kcmutils-devel
BuildRequires: kdevelop5-pg-qt
BuildRequires: kdevplatform-devel
BuildRequires: kf5-filesystem
-BuildRequires: kguiaddons-devel
BuildRequires: ki18n-devel
-BuildRequires: kiconthemes-devel
-BuildRequires: kitemmodels-devel
-BuildRequires: knewstuff-devel
-BuildRequires: knotifications-devel
-BuildRequires: knotifyconfig-devel
BuildRequires: ktexteditor-devel
-BuildRequires: kwindowsystem-devel
BuildRequires: pkgconfig
BuildRequires: threadweaver-devel
-BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Core)
-BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5Test)
-BuildRequires: pkgconfig(Qt5WebKitWidgets)
BuildRequires: pkgconfig(Qt5Widgets)
Conflicts: kdevelop4-plugin-php
Requires: kdevelop5
@@ -71,6 +59,15 @@
* hints in the argument list of function- and method class
* sane code completion after keywords such as extends, implements, catch(),
new, throw and some more
+%package devel
+Summary: Development package for kdevelop5-plugin-php
+Group: Development/Tools/IDE
+Requires: kdevelop5-plugin-php = %{version}
+
+%description devel
+This package contains the development files needed in order to use the
+kdevelop5-plugin-php API.
+
%package lang
Summary: Translations for package %{name}
Group: System/Localization
@@ -110,6 +107,11 @@
%{_kf5_servicesdir}/
%{_kf5_sharedir}/kdev*/
+%files devel
+%license COPYING
+%{_includedir}/kdev-php/
+%{_kf5_cmakedir}/KDevPHP/
+
%files lang -f %{name}.lang
%defattr(-,root,root)
++++++ kdev-php-5.2.4.tar.xz -> kdev-php-5.3.0.tar.xz ++++++
++++ 225412 lines of diff (skipped)