Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kgeotag for openSUSE:Factory checked 
in at 2024-12-13 22:34:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kgeotag (Old)
 and      /work/SRC/openSUSE:Factory/.kgeotag.new.29675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kgeotag"

Fri Dec 13 22:34:17 2024 rev:8 rq:1230317 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kgeotag/kgeotag.changes  2024-10-12 
13:35:52.293522526 +0200
+++ /work/SRC/openSUSE:Factory/.kgeotag.new.29675/kgeotag.changes       
2024-12-13 22:35:08.602077259 +0100
@@ -1,0 +2,6 @@
+Sun Dec  8 10:32:25 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 1.7.0
+  https://kgeotag.kde.org/news/2024/kgeotag-1.7.0-released/
+
+-------------------------------------------------------------------

Old:
----
  kgeotag-1.6.0.tar.xz
  kgeotag-1.6.0.tar.xz.sig

New:
----
  kgeotag-1.7.0.tar.xz
  kgeotag-1.7.0.tar.xz.sig

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

Other differences:
------------------
++++++ kgeotag.spec ++++++
--- /var/tmp/diff_new_pack.GfZHgK/_old  2024-12-13 22:35:09.166100768 +0100
+++ /var/tmp/diff_new_pack.GfZHgK/_new  2024-12-13 22:35:09.170100935 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kgeotag
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,40 +16,40 @@
 #
 
 
+%define kf6_version 6.0.0
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           kgeotag
-Version:        1.6.0
+Version:        1.7.0
 Release:        0
 Summary:        A photo geotagging utility
-License:        GPL-3.0-only
-URL:            https://kgeotag.kde.org/
+License:        GPL-3.0-or-later
+URL:            https://apps.kde.org/kgeotag/
 Source0:        
https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
 %if %{with released}
 Source1:        
https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz.sig
-Source2:        %{name}.keyring
+Source2:        kgeotag.keyring
 %endif
-BuildRequires:  extra-cmake-modules
-BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(KF5ConfigWidgets)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5Crash)
-BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KExiv2)
-BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(Marble)
-BuildRequires:  cmake(Qt5Network)
-BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  cmake(KF6ConfigWidgets) >= %{kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6Crash) >= %{kf6_version}
+BuildRequires:  cmake(KF6DocTools) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KExiv2Qt6) >= 5.1.0
+BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
+BuildRequires:  cmake(Marble) >= 24.12.0
+BuildRequires:  cmake(Qt6Network) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 Recommends:     marble
 
 %description
 KGeoTag is a standalone geotagging program.
-Images can be associated with geographic coordinates
-by different means: On the one hand, a matching with
-GPX encoded geodata can be done, on the other hand,
-the coordinates can be set manually, either via drag
-and drop onto a map, via bookmarks or by manually
-supplying them. The coordinates can be stored in the
+Images can be associated with geographic coordinates by different means: On the
+one hand, a matching with GPX encoded geodata can be done, on the other hand,
+the coordinates can be set manually, either via drag and drop onto a map, via
+bookmarks or by manually supplying them. The coordinates can be stored in the
 images' Exif header and/or in XMP sidecar files.
 
 %lang_package
@@ -58,26 +58,25 @@
 %autosetup -p1
 
 %build
-%cmake_kf5 -d build
-%cmake_build
+%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE -DQT6:BOOL=TRUE
 
-%install
-%kf5_makeinstall -C build
+%kf6_build
 
-%find_lang %{name}
+%install
+%kf6_install
 
-%{kf5_find_htmldocs}
+%find_lang %{name} --with-html
 
 %files
 %license LICENSES/*
 %doc CHANGELOG.rst README.md
-%doc %lang(en) %{_kf5_htmldir}/en/kgeotag/
-%{_kf5_applicationsdir}/org.kde.kgeotag.desktop
-%{_kf5_appstreamdir}/org.kde.kgeotag.appdata.xml
-%{_kf5_bindir}/kgeotag
-%{_kf5_htmldir}/en/kgeotag/
-%{_kf5_iconsdir}/hicolor/*/apps/kgeotag.png
-%{_kf5_sharedir}/kgeotag/
+%doc %lang(en) %{_kf6_htmldir}/en/kgeotag
+%{_kf6_applicationsdir}/org.kde.kgeotag.desktop
+%{_kf6_appstreamdir}/org.kde.kgeotag.appdata.xml
+%{_kf6_bindir}/kgeotag
+%{_kf6_iconsdir}/hicolor/*/apps/kgeotag.png
+%{_kf6_sharedir}/kgeotag/
 
 %files lang -f %{name}.lang
+%exclude %{_kf6_htmldir}/en/kgeotag
 

++++++ kgeotag-1.6.0.tar.xz -> kgeotag-1.7.0.tar.xz ++++++
++++ 6754 lines of diff (skipped)

Reply via email to