Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kdevelop5-plugin-php for
openSUSE:Factory checked in at 2021-12-13 20:42:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5-plugin-php (Old)
and /work/SRC/openSUSE:Factory/.kdevelop5-plugin-php.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop5-plugin-php"
Mon Dec 13 20:42:59 2021 rev:28 rq:937930 version:21.12.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdevelop5-plugin-php/kdevelop5-plugin-php.changes
2021-02-16 22:49:29.862606026 +0100
+++
/work/SRC/openSUSE:Factory/.kdevelop5-plugin-php.new.2520/kdevelop5-plugin-php.changes
2021-12-13 20:47:57.236541169 +0100
@@ -1,0 +2,22 @@
+Fri Dec 3 19:21:54 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.12.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/gear/21.12.0/
+- No code change since 21.11.90
+
+-------------------------------------------------------------------
+Sat Nov 27 17:47:46 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.11.90
+ * New feature release
+- No code change since 21.11.80
+
+-------------------------------------------------------------------
+Sat Nov 13 18:08:08 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.11.80
+ * New feature release
+
+-------------------------------------------------------------------
Old:
----
kdev-php-5.6.2.tar.xz
New:
----
applications.keyring
kdev-php-21.12.0.tar.xz
kdev-php-21.12.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevelop5-plugin-php.spec ++++++
--- /var/tmp/diff_new_pack.SwYKXZ/_old 2021-12-13 20:47:57.732541487 +0100
+++ /var/tmp/diff_new_pack.SwYKXZ/_new 2021-12-13 20:47:57.744541494 +0100
@@ -17,14 +17,19 @@
%define rname kdev-php
+%bcond_without lang
Name: kdevelop5-plugin-php
-Version: 5.6.2
+Version: 21.12.0
Release: 0
Summary: PHP plugin for Kdevelop5 Integrated Development Environment
License: GPL-2.0-or-later
Group: Development/Tools/IDE
URL: https://www.kdevelop.org
-Source0:
https://download.kde.org/stable/kdevelop/%{version}/src/%{rname}-%{version}.tar.xz
+Source:
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
+Source2: applications.keyring
+%endif
BuildRequires: extra-cmake-modules
BuildRequires: kcmutils-devel
BuildRequires: kdevelop5-pg-qt
@@ -63,6 +68,7 @@
This package contains the development files needed in order to use the
kdevelop5-plugin-php API.
+%if %{with lang}
%package lang
Summary: Translations for package %{name}
Group: System/Localization
@@ -76,23 +82,27 @@
%description lang
Provides translations to the package %{name}
+%endif
%prep
-%setup -q -n %{rname}-%{version}
+%autosetup -p1 -n %{rname}-%{version}
%build
- %cmake_kf5 -d build
- %make_jobs
+%cmake_kf5 -d build
+%cmake_build
%install
- %kf5_makeinstall -C build
- %find_lang kdevphp %{name}.lang
+%kf5_makeinstall -C build
+
+%if %{with lang}
+%find_lang kdevphp %{name}.lang
+%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
-%license COPYING
+%license LICENSES/*
%doc AUTHORS HACKING TODO
%{_kf5_appstreamdir}/org.kde.kdev-php.metainfo.xml
%{_kf5_debugdir}/kdevphpsupport.categories
@@ -102,10 +112,11 @@
%{_kf5_sharedir}/kdev*/
%files devel
-%license COPYING
%{_includedir}/kdev-php/
%{_kf5_cmakedir}/KDevPHP/
+%if %{with lang}
%files lang -f %{name}.lang
+%endif
%changelog
++++++ kdev-php-5.6.2.tar.xz -> kdev-php-21.12.0.tar.xz ++++++
++++ 27323 lines of diff (skipped)