Hello community, here is the log from the commit of package libkexiv2 for openSUSE:Factory checked in at 2018-12-19 13:45:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkexiv2 (Old) and /work/SRC/openSUSE:Factory/.libkexiv2.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkexiv2" Wed Dec 19 13:45:29 2018 rev:101 rq:658841 version:18.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes 2018-11-12 09:31:24.713997756 +0100 +++ /work/SRC/openSUSE:Factory/.libkexiv2.new.28833/libkexiv2.changes 2018-12-19 13:45:35.579604583 +0100 @@ -1,0 +2,41 @@ +Sat Dec 15 14:25:40 UTC 2018 - Jan Engelhardt <[email protected]> + +- Adjust RPM groups. + +------------------------------------------------------------------- +Fri Dec 14 06:09:18 UTC 2018 - [email protected] + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * No code changes since 18.11.90 + +------------------------------------------------------------------- +Mon Dec 03 20:56:14 UTC 2018 - [email protected] + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * No code changes since 18.11.80 + +------------------------------------------------------------------- +Tue Nov 20 06:22:56 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:22 UTC 2018 - [email protected] + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-beta.php +- Changes since 18.08.3: + * Initialize cmake project after cmake_minimum_required was set + * Make cmake 3.0 the minimum cmake version + +------------------------------------------------------------------- @@ -47 +88 @@ - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php @@ -97 +138 @@ - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php @@ -205 +246 @@ - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php @@ -270 +311 @@ - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php @@ -364 +405 @@ - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php @@ -494 +535 @@ - * https://www.kde.org/announcements/announce-applications-15.07.90.php + * https://www.kde.org/announcements/announce-applications-15.08-rc.php Old: ---- libkexiv2-18.08.3.tar.xz New: ---- libkexiv2-18.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkexiv2.spec ++++++ --- /var/tmp/diff_new_pack.fgSSBp/_old 2018-12-19 13:45:36.531603251 +0100 +++ /var/tmp/diff_new_pack.fgSSBp/_new 2018-12-19 13:45:36.535603245 +0100 @@ -1,7 +1,7 @@ # # spec file for package libkexiv2 # -# 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 @@ -12,22 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define _so 15_0_0 %define lname libKF5KExiv2 -Name: libkexiv2 -Version: 18.08.3 -Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +Name: libkexiv2 +Version: 18.12.0 +Release: 0 Summary: Library to manipulate picture meta data License: GPL-2.0-or-later -Group: System/Libraries -Url: http://www.kde.org +Group: Development/Libraries/KDE +URL: http://www.kde.org Source0: %{name}-%{version}.tar.xz # PATCH-FIX-SUSE fix-reduce-required-exiv2-to-0.23.diff -- Reduce required exiv2 version from 0.24 to 0.23 for SLE12 Patch0: fix-reduce-required-exiv2-to-0.23.diff @@ -36,13 +36,12 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) +Requires: %{name}-%{_so} = %{version} %if 0%{?suse_version} != 1315 || 0%{?is_opensuse} BuildRequires: pkgconfig(exiv2) >= 0.24 %else BuildRequires: pkgconfig(exiv2) >= 0.23 %endif -Requires: %{name}-%{_so} = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures @@ -50,14 +49,14 @@ %package -n %{lname}-%{_so} Summary: Library to manipulate picture meta data -Group: Development/Libraries/KDE +Group: System/Libraries %description -n %{lname}-%{_so} Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata. %package devel -Summary: Library to manipulate picture meta data +Summary: Build environment for libkexiv2, a library to manipulate picture meta data Group: Development/Libraries/KDE Requires: %{lname}-%{_so} = %{version} Obsoletes: libkexiv2-kf5-devel < %{version} @@ -84,13 +83,12 @@ %postun -n %{lname}-%{_so} -p /sbin/ldconfig %files -n %{lname}-%{_so} -%defattr(-,root,root) -%doc COPYING* README +%license COPYING* +%doc README %{_kf5_libdir}/libKF5KExiv2.so.* %files devel -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_cmakedir}/KF5KExiv2/ %{_kf5_includedir}/ %{_kf5_libdir}/libKF5KExiv2.so ++++++ libkexiv2-18.08.3.tar.xz -> libkexiv2-18.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkexiv2-18.08.3/CMakeLists.txt new/libkexiv2-18.12.0/CMakeLists.txt --- old/libkexiv2-18.08.3/CMakeLists.txt 2017-08-19 14:13:37.000000000 +0200 +++ new/libkexiv2-18.12.0/CMakeLists.txt 2018-09-25 16:59:20.000000000 +0200 @@ -4,18 +4,18 @@ # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. -project(libkexiv2) - -message(STATUS "----------------------------------------------------------------------------------") -message(STATUS "Starting CMake configuration for: ${PROJECT_NAME}") - -set(CMAKE_MIN_VERSION "2.8.12") +set(CMAKE_MIN_VERSION "3.0.0") set(ECM_MIN_VERSION "1.1.0") set(REQUIRED_QT_VERSION "5.2.0") set(EXIV2_MIN_VERSION "0.24") cmake_minimum_required(VERSION ${CMAKE_MIN_VERSION}) +project(libkexiv2) + +message(STATUS "----------------------------------------------------------------------------------") +message(STATUS "Starting CMake configuration for: ${PROJECT_NAME}") + # ======================================================= # Information to update before to release this library.
