Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libkipi"

Fri Dec  9 13:17:43 2022 rev:149 rq:1041589 version:22.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2022-11-04 
17:35:05.396849800 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new.1835/libkipi.changes        
2022-12-09 13:18:41.499291922 +0100
@@ -1,0 +2,20 @@
+Fri Dec  2 12:26:30 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/
+
+-------------------------------------------------------------------
+Sat Nov 26 16:46:07 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.11.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Nov 12 08:55:14 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.11.80
+  * New feature release
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libkipi.spec ++++++
--- /var/tmp/diff_new_pack.YZlhDJ/_old  2022-12-09 13:18:41.939294259 +0100
+++ /var/tmp/diff_new_pack.YZlhDJ/_new  2022-12-09 13:18:41.947294301 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkipi
 #
-# 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
@@ -21,11 +21,10 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           libkipi
-Version:        22.08.3
+Version:        22.12.0
 Release:        0
 Summary:        KDE Image Plugin Interface
 License:        BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
-Group:          Development/Libraries/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
@@ -48,7 +47,6 @@
 
 %package -n libKF5Kipi%{_soversion}
 Summary:        KDE Image Plug-In Interface
-Group:          System/Libraries
 Requires:       libkipi-data >= %{version}
 Recommends:     kipi-plugins
 
@@ -59,7 +57,6 @@
 
 %package data
 Summary:        KDE Image Plug-In Interface - data files
-Group:          System/Libraries
 Conflicts:      libKF5Kipi30_0_0
 
 %description data
@@ -67,7 +64,6 @@
 
 %package devel
 Summary:        KDE Image Plugin Interface
-Group:          Development/Libraries/KDE
 Requires:       libKF5Kipi%{_soversion} = %{version}
 Requires:       cmake(KF5Config)
 Requires:       cmake(KF5I18n)
@@ -110,7 +106,6 @@
 %doc README
 %{_kf5_cmakedir}/KF5Kipi/
 %{_kf5_includedir}/KIPI/
-%{_kf5_includedir}/libkipi_version.h
 %{_kf5_libdir}/libKF5Kipi.so
 
 %changelog


++++++ libkipi-22.08.3.tar.xz -> libkipi-22.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-22.08.3/src/CMakeLists.txt 
new/libkipi-22.12.0/src/CMakeLists.txt
--- old/libkipi-22.08.3/src/CMakeLists.txt      2022-06-13 04:20:29.000000000 
+0200
+++ new/libkipi-22.12.0/src/CMakeLists.txt      2022-09-17 01:47:34.000000000 
+0200
@@ -79,7 +79,7 @@
 )
 
 install(TARGETS KF5Kipi
-        EXPORT  KF5KipiTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}
+        EXPORT  KF5KipiTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}
 )
 
 
@@ -100,7 +100,7 @@
 )
 
 install(FILES       "${CMAKE_CURRENT_BINARY_DIR}/libkipi_version.h"
-        DESTINATION "${KDE_INSTALL_INCLUDEDIR_KF5}"
+        DESTINATION "${KIPI_INSTALL_INCLUDEDIR}"
         COMPONENT   Devel
 )
 

Reply via email to