Hello community,
here is the log from the commit of package kdevelop5-plugin-php for
openSUSE:Factory checked in at 2018-06-02 12:08:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5-plugin-php (Old)
and /work/SRC/openSUSE:Factory/.kdevelop5-plugin-php.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop5-plugin-php"
Sat Jun 2 12:08:20 2018 rev:9 rq:612538 version:5.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdevelop5-plugin-php/kdevelop5-plugin-php.changes
2017-09-13 22:30:05.609649799 +0200
+++
/work/SRC/openSUSE:Factory/.kdevelop5-plugin-php.new/kdevelop5-plugin-php.changes
2018-06-02 12:08:26.720138703 +0200
@@ -1,0 +2,16 @@
+Fri May 25 13:24:35 UTC 2018 - [email protected]
+
+- New upstream release 5.2.3 (5.2.2 has been skipped)
+ * no code changes
+- New upstream release 5.2.1
+ * Fix a crash when showing navigation tooltip in PHP projects in
+ some situations (kde#386969)
+- New upstream release 5.2.0
+ * For a list of changes, see:
+ https://www.kdevelop.org/news/kdevelop-520-released
+ * Added support for new language features
+ * Work on the type system
+ * Bug fixes
+- Mark license file as %license instead of %doc
+
+-------------------------------------------------------------------
Old:
----
kdev-php-5.1.2.tar.xz
New:
----
kdev-php-5.2.3.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevelop5-plugin-php.spec ++++++
--- /var/tmp/diff_new_pack.cwzxaf/_old 2018-06-02 12:08:27.904095279 +0200
+++ /var/tmp/diff_new_pack.cwzxaf/_new 2018-06-02 12:08:27.940093959 +0200
@@ -1,7 +1,7 @@
#
# spec file for package kdevelop5-plugin-php
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,10 +16,13 @@
#
+# for compatibility with Leap 42.3 which doesn't have this macro yet
+%{!?_kf5_debugdir: %global _kf5_debugdir %{_kf5_configdir}}
+
%define rname kdev-php
-%define rversion 5.1
+%define rversion 5.2
Name: kdevelop5-plugin-php
-Version: 5.1.2
+Version: 5.2.3
Release: 0
Summary: PHP plugin for Kdevelop5 Integrated Development Environment
License: GPL-2.0+
@@ -30,8 +33,8 @@
BuildRequires: grantlee5-devel
BuildRequires: karchive-devel
BuildRequires: kcmutils-devel
-BuildRequires: kdevelop5-pg-qt >= 2.0.0
-BuildRequires: kdevplatform-devel >= 5.0.0
+BuildRequires: kdevelop5-pg-qt
+BuildRequires: kdevplatform-devel
BuildRequires: kf5-filesystem
BuildRequires: kguiaddons-devel
BuildRequires: ki18n-devel
@@ -44,12 +47,12 @@
BuildRequires: kwindowsystem-devel
BuildRequires: pkgconfig
BuildRequires: threadweaver-devel
-BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires: pkgconfig(Qt5Concurrent)
+BuildRequires: pkgconfig(Qt5Core)
+BuildRequires: pkgconfig(Qt5Quick)
+BuildRequires: pkgconfig(Qt5Test)
+BuildRequires: pkgconfig(Qt5WebKitWidgets)
+BuildRequires: pkgconfig(Qt5Widgets)
Conflicts: kdevelop4-plugin-php
Requires: kdevelop5
Recommends: %{name}-lang
@@ -69,7 +72,7 @@
* sane code completion after keywords such as extends, implements, catch(),
new, throw and some more
%package lang
-Summary: Languages for package %{name}
+Summary: Translations for package %{name}
Group: System/Localization
Requires: %{name} = %{version}
Provides: %{name}-lang-all = %{version}
@@ -98,7 +101,10 @@
%files
%defattr(-,root,root)
-%doc COPYING AUTHORS HACKING TODO
+%license COPYING
+%doc AUTHORS HACKING TODO
+%{_kf5_appstreamdir}/org.kde.kdev-php.metainfo.xml
+%{_kf5_debugdir}/kdevphpsupport.categories
%{_kf5_libdir}/*.so*
%{_kf5_plugindir}/
%{_kf5_servicesdir}/
++++++ kdev-php-5.1.2.tar.xz -> kdev-php-5.2.3.tar.xz ++++++
++++ 15582 lines of diff (skipped)