Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdevelop5 for openSUSE:Factory 
checked in at 2022-12-09 16:58:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5 (Old)
 and      /work/SRC/openSUSE:Factory/.kdevelop5.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdevelop5"

Fri Dec  9 16:58:45 2022 rev:49 rq:1041470 version:22.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdevelop5/kdevelop5.changes      2022-11-04 
17:38:33.053934448 +0100
+++ /work/SRC/openSUSE:Factory/.kdevelop5.new.1835/kdevelop5.changes    
2022-12-09 16:59:23.476288640 +0100
@@ -1,0 +2,21 @@
+Fri Dec  2 12:25:13 UTC 2022 - Christophe Marin <[email protected]>
+
+- Update to 22.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.0/
+- Update build constraints
+
+-------------------------------------------------------------------
+Sat Nov 26 16:44:54 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.11.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Nov 12 08:54:01 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.11.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  kdevelop-22.08.3.tar.xz
  kdevelop-22.08.3.tar.xz.sig

New:
----
  kdevelop-22.12.0.tar.xz
  kdevelop-22.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kdevelop5.spec ++++++
--- /var/tmp/diff_new_pack.NfuQHx/_old  2022-12-09 16:59:24.668294540 +0100
+++ /var/tmp/diff_new_pack.NfuQHx/_new  2022-12-09 16:59:24.672294561 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdevelop5
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 %define rname   kdevelop
-%define libkdev_major 59
+%define libkdev_major 510
 %bcond_without released
 Name:           kdevelop5
-Version:        22.08.3
+Version:        22.12.0
 Release:        0
 Summary:        Plugin-extensible IDE for C/C++ and other programming languages
 License:        GPL-2.0-or-later
-Group:          Development/Tools/IDE
 URL:            https://www.kdevelop.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
 %if %{with released}
@@ -112,7 +111,6 @@
 
 %package -n kdevplatform
 Summary:        Base Package for Integrated Development Environments
-Group:          Development/Tools/IDE
 Requires:       libkdevplatform%{libkdev_major} = %{version}
 %requires_eq    grantlee5
 Conflicts:      kdevplatform4
@@ -124,7 +122,6 @@
 
 %package -n libkdevplatform%{libkdev_major}
 Summary:        Libraries for Integrated Development Environments
-Group:          Development/Tools/IDE
 Requires:       kdevplatform
 Obsoletes:      libkdevplatform10 < %{version}
 
@@ -134,7 +131,6 @@
 
 %package -n kdevplatform-devel
 Summary:        Base Package for Integrated Development Environments: Build 
Environment
-Group:          Development/Tools/IDE
 Requires:       libkdevplatform%{libkdev_major} = %{version}
 # Not installed automatically
 Requires:       cmake(KF5TextEditor)
@@ -145,10 +141,8 @@
 This package contains the development files for building integrated
 developments environments based on the KDevelop framework.
 
-%if %{with released}
 %package lang
 Summary:        Translations for package %{name}
-Group:          System/Localization
 Requires:       %{name} = %{version}
 Provides:       %{name}-lang-all = %{version}
 Conflicts:      kdevelop4-lang
@@ -162,7 +156,6 @@
 
 %package -n kdevplatform-lang
 Summary:        Translations for package kdevplatform
-Group:          System/Localization
 Requires:       kdevplatform = %{version}
 Conflicts:      kdevplatform4-lang
 Provides:       kdevplatform-lang-all = %{version}
@@ -170,20 +163,18 @@
 
 %description -n kdevplatform-lang
 Provides translations for the "kdevplatform" package.
-%endif
 
 %prep
 %autosetup -p1 -n %{rname}-%{version}
 
 %build
-  %cmake_kf5 -d build
-  %make_jobs
+%cmake_kf5 -d build
+%make_jobs
 
 %install
 %kf5_makeinstall -C build
 
-%if %{with released}
-  names="kdevandroid kdevappwizard kdevastyle kdevbazaar kdevclang 
kdevclassbrowser \
+names="kdevandroid kdevappwizard kdevastyle kdevbazaar kdevclang 
kdevclassbrowser \
          kdevclangtidy kdevclazy kdevcmake kdevcmakebuilder kdevcodeutils 
kdevcompileanalyzercommon \
          kdevcontextbrowser kdevcppcheck kdevcustombuildsystem 
kdevcustomdefinesandincludes \
          kdevcustommake kdevcustomscript kdevdebuggercommon kdevdocker 
kdevdocumentswitcher \
@@ -197,13 +188,12 @@
          kdevswitchtobuddy kdevtestview kdevvcsprojectintegration 
kdevwelcomepage \
          plasma_applet_kdevelopsessions plasma_runner_kdevelopsessions"
 
-  for name in $names; do
+for name in $names; do
     %find_lang $name %{name}.lang
-  done
+done
 
-  %find_lang kdevplatform kdevplatform.lang
-  %{kf5_find_htmldocs}
-%endif
+%find_lang kdevplatform kdevplatform.lang
+%{kf5_find_htmldocs}
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -280,10 +270,8 @@
 %{_kf5_libdir}/libKDevPlatform*.so
 %{_kf5_prefix}/include/kdevplatform/
 
-%if %{with released}
 %files lang -f %{name}.lang
 
 %files -n kdevplatform-lang -f kdevplatform.lang
-%endif
 
 %changelog

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.NfuQHx/_old  2022-12-09 16:59:24.704294719 +0100
+++ /var/tmp/diff_new_pack.NfuQHx/_new  2022-12-09 16:59:24.708294738 +0100
@@ -1,15 +1,8 @@
 <constraints>
-  <overwrite>
-    <conditions>
-      <arch>ppc64</arch>
-      <arch>ppc64le</arch>
-    </conditions>
-    <hardware>
-      <disk>
-        <size unit="G">4</size>
-      </disk>
-    </hardware>
-  </overwrite>
-
+  <hardware>
+    <disk>
+      <size unit="G">6</size>
+    </disk>
+  </hardware>
 </constraints>
 


++++++ kdevelop-22.08.3.tar.xz -> kdevelop-22.12.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/kdevelop5/kdevelop-22.08.3.tar.xz 
/work/SRC/openSUSE:Factory/.kdevelop5.new.1835/kdevelop-22.12.0.tar.xz differ: 
char 26, line 1

Reply via email to