commit kphotoalbum for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package kphotoalbum for openSUSE:Factory 
checked in at 2020-08-28 21:20:19

Comparing /work/SRC/openSUSE:Factory/kphotoalbum (Old)
 and  /work/SRC/openSUSE:Factory/.kphotoalbum.new.3399 (New)


Package is "kphotoalbum"

Fri Aug 28 21:20:19 2020 rev:9 rq:826793 version:5.7.0

Changes:

--- /work/SRC/openSUSE:Factory/kphotoalbum/kphotoalbum.changes  2020-02-13 
10:12:25.208371449 +0100
+++ /work/SRC/openSUSE:Factory/.kphotoalbum.new.3399/kphotoalbum.changes
2020-08-28 21:21:26.920326749 +0200
@@ -1,0 +2,50 @@
+Mon Aug 10 07:33:08 UTC 2020 - wba...@tmo.at
+
+- Update to 5.7.0
+  * Code cleanup:
++ Removed old macros in favor of C++11 features
++ Fixed all deprecation warnings emerged with Qt 5.14
++ Updated old SIGNAL() and SLOT() connects
+  * Change: We now no longer depend on libkgeomap and now use
+Marble directly to display geographic information for images
+and maps
+  * Change: Store thumbnail size in thumbnail cache. Warning: After
+the thumbnail cache was converted to the new format, older
+versions of KPhotoAlbum can no longer read it!
+  * Change: Remove fake password-protection from privacy lock. Even
+with the warning message it might give somebody a false sense
+of security.
+  * Change: Don't display HTML export themes missing a name
+  * Bugfix: Make sure tag groups are always added to tag list as
+well (kde#423334)
+  * Bugfix: Fix crash when changing the toolbar
+  * Bugfix: Fix handling of negation in searches (kde#334672)
+  * Bugfix: Consistent UI even with dark color schemes
+  * Bugfix: Fix behavior of refresh button (introduced in version
+5.5)
+  * Bugfix: Fix crash when images are deleted while the viewer
+window is open
+  * Bugfix: Always show deletion dialog when closing the viewer and
+images are marked for deletion
+  * Bugfix: Fix crash when dragging an image beyond the last
+thumbnail (kde#418251)
+  * Bugfix: Fix computation of cell height
+  * Bugfix: kpa-merge should not fail if an item of id 0 exists in
+an index file
+  * Bugfix: Fix crash when ffmpeg can not extract video thumbnails
+(kde#422555)
+  * Bugfix: Removing a token no longer makes it disappear from the
+annotation dialog (kde#423978)
+  * Bugfix: Sanitize input for the Tokens category, make Folder and
+Media Type categories read-only (kde#423979)
+  * Deprecation: Remove support for KIPI plugins
+  * Deprecation: Drop python2 API and associated python scripts
+  * Enhancement: Experimental: offer options for image search tuning
+  * Enhancement: Smaller improvements to the import dialog
+  * Feature: Support for custom color schemes. Note: This feature
+replaces the custom background color for the thumbnail view.
+  * Feature: Add new utility kpa-thumbnailtool
+- Add Fix-build-with-Qt-versions-before-5.12.patch to make it build
+  on Leap 15.1
+
+---

Old:

  kphotoalbum-5.6.1.tar.xz

New:

  Fix-build-with-Qt-versions-before-5.12.patch
  kphotoalbum-5.7.0.tar.xz



Other differences:
--
++ kphotoalbum.spec ++
--- /var/tmp/diff_new_pack.QDIEQ2/_old  2020-08-28 21:21:27.756327155 +0200
+++ /var/tmp/diff_new_pack.QDIEQ2/_new  2020-08-28 21:21:27.760327157 +0200
@@ -17,14 +17,16 @@
 
 
 Name:   kphotoalbum
-Version:5.6.1
+Version:5.7.0
 Release:0
 Summary:A photo administration utility
 License:GPL-2.0-or-later
 Group:  Productivity/Graphics/Viewers
 URL:https://www.kphotoalbum.org/
 Source: 
https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
-BuildRequires:  cmake >= 3.2.0
+# PATCH-FIX-UPSTREAM
+Patch:  Fix-build-with-Qt-versions-before-5.12.patch
+BuildRequires:  cmake >= 3.3.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libexiv2-devel
@@ -39,20 +41,19 @@
 BuildRequires:  cmake(KF5IconThemes)
 BuildRequires:  cmake(KF5JobWidgets)
 BuildRequires:  cmake(KF5KDcraw)
-BuildRequires:  cmake(KF5KGeoMap)
 BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5Kipi)
 BuildRequires:  cmake(KF5Purpose)
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(Marble)
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Sql)
 BuildRequires:  cmake(Qt5Widgets) >= 5.9.0
 BuildRequires:  cmake(Qt5Xml)
-Requires:   kipi-plugins
 Requires:   sqlite3
+Recommends: marble
 
 %description
 KPhotoAlbum is a tool to help describe images, and to search in the pile
@@ -64,6 +65,7 

commit kphotoalbum for openSUSE:Factory

2020-02-13 Thread root
Hello community,

here is the log from the commit of package kphotoalbum for openSUSE:Factory 
checked in at 2020-02-13 10:12:13

Comparing /work/SRC/openSUSE:Factory/kphotoalbum (Old)
 and  /work/SRC/openSUSE:Factory/.kphotoalbum.new.26092 (New)


Package is "kphotoalbum"

Thu Feb 13 10:12:13 2020 rev:8 rq:773729 version:5.6.1

Changes:

--- /work/SRC/openSUSE:Factory/kphotoalbum/kphotoalbum.changes  2020-02-10 
21:55:40.918265898 +0100
+++ /work/SRC/openSUSE:Factory/.kphotoalbum.new.26092/kphotoalbum.changes   
2020-02-13 10:12:25.208371449 +0100
@@ -1,0 +2,9 @@
+Wed Feb 12 09:35:50 UTC 2020 - wba...@tmo.at
+
+- Update to 5.6.1
+  * Bugfix: Fix crash when associating tags with image areas
+(kde#417360)
+- Drop Fix-crash-when-associating-a-tag-with-an-area.patch, merged
+  upstream
+
+---

Old:

  Fix-crash-when-associating-a-tag-with-an-area.patch
  kphotoalbum-5.6.tar.xz

New:

  kphotoalbum-5.6.1.tar.xz



Other differences:
--
++ kphotoalbum.spec ++
--- /var/tmp/diff_new_pack.levgGa/_old  2020-02-13 10:12:26.452372170 +0100
+++ /var/tmp/diff_new_pack.levgGa/_new  2020-02-13 10:12:26.452372170 +0100
@@ -17,15 +17,13 @@
 
 
 Name:   kphotoalbum
-Version:5.6
+Version:5.6.1
 Release:0
 Summary:A photo administration utility
 License:GPL-2.0-or-later
 Group:  Productivity/Graphics/Viewers
 URL:https://www.kphotoalbum.org/
 Source: 
https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch:  Fix-crash-when-associating-a-tag-with-an-area.patch
 BuildRequires:  cmake >= 3.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -66,7 +64,6 @@
 
 %prep
 %setup -q
-%autopatch -p1
 
 %build
 %cmake_kf5 -d build

++ kphotoalbum-5.6.tar.xz -> kphotoalbum-5.6.1.tar.xz ++
/work/SRC/openSUSE:Factory/kphotoalbum/kphotoalbum-5.6.tar.xz 
/work/SRC/openSUSE:Factory/.kphotoalbum.new.26092/kphotoalbum-5.6.1.tar.xz 
differ: char 27, line 1




commit kphotoalbum for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package kphotoalbum for openSUSE:Factory 
checked in at 2020-02-10 21:55:21

Comparing /work/SRC/openSUSE:Factory/kphotoalbum (Old)
 and  /work/SRC/openSUSE:Factory/.kphotoalbum.new.26092 (New)


Package is "kphotoalbum"

Mon Feb 10 21:55:21 2020 rev:7 rq:772728 version:5.6

Changes:

--- /work/SRC/openSUSE:Factory/kphotoalbum/kphotoalbum.changes  2019-05-02 
19:22:19.213907230 +0200
+++ /work/SRC/openSUSE:Factory/.kphotoalbum.new.26092/kphotoalbum.changes   
2020-02-10 21:55:40.918265898 +0100
@@ -1,0 +2,29 @@
+Mon Feb 10 08:54:45 UTC 2020 - wba...@tmo.at
+
+- Update to 5.6
+  * Change: Don't build with remote interface by default.
+The companion app has not been available for Android for a
+while now.
+This feature will either be removed in the future, or the
+Android app will be re-published.
+  * Bugfix: Make theme files translatable (kde#406144)
+  * Bugfix: Prevent invalid tag id in index.xml when renaming tags
+under some circumstances. When invalid ids already are present
+in an index.xml file, automatically repair if possible, or alert
+the user that manual repair is needed. (kde#415415)
+  * Bugfix: Deeply nested tag groups are now displayed correctly in
+the tag groups settings page
+  * Enhancement: Huge performance improvements when tagging a large
+number of images
+  * Enhancement: Performance improvements for thumbnail view
+  * Feature: Support for using purpose plugins
+  * Feature: Show newly added tagged areas in the annotation
+dialog's fullscreen preview
+  * Feature: Add filter to thumbnail view, allowing filtering by
+token or rating
+  * Feature: Make it possible to hide the search bar and the filter
+toolbar
+- Add Fix-crash-when-associating-a-tag-with-an-area.patch to fix a
+  crash when associating tags with image areas (kde#417360)
+
+---

Old:

  kphotoalbum-5.5.tar.xz

New:

  Fix-crash-when-associating-a-tag-with-an-area.patch
  kphotoalbum-5.6.tar.xz



Other differences:
--
++ kphotoalbum.spec ++
--- /var/tmp/diff_new_pack.3IpbMe/_old  2020-02-10 21:55:44.042267624 +0100
+++ /var/tmp/diff_new_pack.3IpbMe/_new  2020-02-10 21:55:44.046267627 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kphotoalbum
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,20 @@
 
 
 Name:   kphotoalbum
-Version:5.5
+Version:5.6
 Release:0
 Summary:A photo administration utility
 License:GPL-2.0-or-later
 Group:  Productivity/Graphics/Viewers
-URL:http://www.kphotoalbum.org/
-Source: 
http://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
+URL:https://www.kphotoalbum.org/
+Source: 
https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch:  Fix-crash-when-associating-a-tag-with-an-area.patch
 BuildRequires:  cmake >= 3.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libexiv2-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  phonon4qt5-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(KF5Completion)
@@ -43,9 +44,11 @@
 BuildRequires:  cmake(KF5KGeoMap)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5Kipi)
+BuildRequires:  cmake(KF5Purpose)
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(Phonon4Qt5)
 BuildRequires:  cmake(Qt5Network)
 BuildRequires:  cmake(Qt5Sql)
 BuildRequires:  cmake(Qt5Widgets) >= 5.9.0
@@ -63,6 +66,7 @@
 
 %prep
 %setup -q
+%autopatch -p1
 
 %build
 %cmake_kf5 -d build

++ Fix-crash-when-associating-a-tag-with-an-area.patch ++
>From 583e10e8356d2ed64f0358ebf107bff35a98db31 Mon Sep 17 00:00:00 2001
From: Johannes Zarl-Zierl 
Date: Sun, 9 Feb 2020 22:51:15 +0100
Subject: Fix crash when associating a tag with an area.

If a tag is being associated with an area, the context menu has two
levels: the direct "associate with " and the sub-menu
"associate with..." followed by a list of tags.

Each version uses a different function signature for
ResizableFrame::associateTags. When refactoring connections to the "new"
signal-slot syntax in commit c38f5136 (thus released in version 5.6), I
applied the wrong signature to the connect statement.

This resulted in a crash/failed assertion when selecting a 

commit kphotoalbum for openSUSE:Factory

2019-05-02 Thread root
Hello community,

here is the log from the commit of package kphotoalbum for openSUSE:Factory 
checked in at 2019-05-02 19:22:16

Comparing /work/SRC/openSUSE:Factory/kphotoalbum (Old)
 and  /work/SRC/openSUSE:Factory/.kphotoalbum.new.5148 (New)


Package is "kphotoalbum"

Thu May  2 19:22:16 2019 rev:6 rq:700142 version:5.5

Changes:

--- /work/SRC/openSUSE:Factory/kphotoalbum/kphotoalbum.changes  2019-02-08 
12:13:40.589463129 +0100
+++ /work/SRC/openSUSE:Factory/.kphotoalbum.new.5148/kphotoalbum.changes
2019-05-02 19:22:19.213907230 +0200
@@ -1,0 +2,39 @@
+Mon Apr 29 10:45:23 UTC 2019 - wba...@tmo.at
+
+- Update to 5.5
+  * Bugfix: Fix compilation with exiv2 0.27
+  * Enhancement: Display dates when browsing categories. When
+browsing categories, two columns "Start Date" and "End Date"
+have been added. These columns correspond to the time range of
+the images tagged with that particular tag.
+  * Enhancement: Faster display of browser overview page. Depending
+on the current context, the overview should now be displayed
+significantly faster (on my particular system the time to
+display the "Home" page dropped from 500ms to 25ms).
+  * Change: More intuitive handling of down button in annotation
+dialog. Pressing the "down" button in a ListSelect in the
+annotation dialog now selects the first item, not the second
+one.
+  * Change: Use non-linear scaling for DateBar by default
+(kde#356810)
+  * Change: Instead of having "increase/decrease thumbnail storage
+size buttons", show a "Thumbnail settings" button in the status
+bar (kde#357239)
+  * Bugfix: Restore correct behaviour for "Statistics..." action
+  * Bugfix: Fix loading of user shortcuts for the annotation dialog
+  * Enhancement: Add "clear selection" menu item
+  * Change: More detailed debug output
+  * Deprecation: Removed compatibility with Qt versions < 5.9
+  * Deprecation: Removed support for MPlayer. For video thumbails,
+only ffmpeg is supported.
+  * Enhancement: Smaller performance improvements during startup
+  * Bugfix: Fix zooming for raw images
+- Drop patches merged upstream:
+  * Use-Exiv2-0.27-if-available.patch
+  * Fix-compilation-with-exiv2-0.27.patch
+- Drop 0001-Fix-build-with-Qt-5.7-and-lower.patch, it requires Qt
+  5.9 and KF 5.44 now, the versions in Leap 42.3 are just too old
+- Use %kf5_find_htmldocs macro to generate the translated docs
+  filelist
+
+---

Old:

  0001-Fix-build-with-Qt-5.7-and-lower.patch
  Fix-compilation-with-exiv2-0.27.patch
  Use-Exiv2-0.27-if-available.patch
  kphotoalbum-5.4.2.tar.xz

New:

  kphotoalbum-5.5.tar.xz



Other differences:
--
++ kphotoalbum.spec ++
--- /var/tmp/diff_new_pack.2U9G0x/_old  2019-05-02 19:22:19.837908525 +0200
+++ /var/tmp/diff_new_pack.2U9G0x/_new  2019-05-02 19:22:19.837908525 +0200
@@ -17,18 +17,13 @@
 
 
 Name:   kphotoalbum
-Version:5.4.2
+Version:5.5
 Release:0
 Summary:A photo administration utility
 License:GPL-2.0-or-later
 Group:  Productivity/Graphics/Viewers
 URL:http://www.kphotoalbum.org/
 Source: 
http://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE
-Patch0: 0001-Fix-build-with-Qt-5.7-and-lower.patch
-# PATCH-FIX-UPSTREAM
-Patch1: Use-Exiv2-0.27-if-available.patch
-Patch2: Fix-compilation-with-exiv2-0.27.patch
 BuildRequires:  cmake >= 3.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -39,7 +34,7 @@
 BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5CoreAddons) >= 5.44.0
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
@@ -53,7 +48,7 @@
 BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Qt5Network)
 BuildRequires:  cmake(Qt5Sql)
-BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(Qt5Widgets) >= 5.9.0
 BuildRequires:  cmake(Qt5Xml)
 Requires:   kipi-plugins
 Requires:   sqlite3
@@ -67,7 +62,7 @@
 %lang_package
 
 %prep
-%autosetup -p1
+%setup -q
 
 %build
 %cmake_kf5 -d build
@@ -76,6 +71,7 @@
 %install
 %kf5_makeinstall -C build
 %find_lang %{name}
+%kf5_find_htmldocs
 %suse_update_desktop_file org.kde.%{name} Graphics Photography
 %suse_update_desktop_file org.kde.%{name}-import Graphics Photography
 
@@ -83,7 +79,7 @@
 
 %files
 %license COPYING
-%doc ChangeLog README
+%doc ChangeLog README.md
 %{_kf5_applicationsdir}/*
 %{_kf5_bindir}/*
 %{_kf5_iconsdir}/??color/*/*/*.png
@@ -91,18 +87,8 @@
 

commit kphotoalbum for openSUSE:Factory

2019-02-08 Thread root
Hello community,

here is the log from the commit of package kphotoalbum for openSUSE:Factory 
checked in at 2019-02-08 12:13:34

Comparing /work/SRC/openSUSE:Factory/kphotoalbum (Old)
 and  /work/SRC/openSUSE:Factory/.kphotoalbum.new.28833 (New)


Package is "kphotoalbum"

Fri Feb  8 12:13:34 2019 rev:5 rq:672379 version:5.4.2

Changes:

--- /work/SRC/openSUSE:Factory/kphotoalbum/kphotoalbum.changes  2019-01-05 
14:42:27.836474855 +0100
+++ /work/SRC/openSUSE:Factory/.kphotoalbum.new.28833/kphotoalbum.changes   
2019-02-08 12:13:40.589463129 +0100
@@ -1,0 +2,8 @@
+Wed Feb  6 12:04:33 UTC 2019 - wba...@tmo.at
+
+- Update to 5.4.2
+  * Prevent loss of tagging data when upgrading from v5.3 or older
+(kde#403668)
+  * Fix crash when right-clicking in thumbnail view (kde#403721)
+
+---

Old:

  kphotoalbum-5.4.tar.xz

New:

  kphotoalbum-5.4.2.tar.xz



Other differences:
--
++ kphotoalbum.spec ++
--- /var/tmp/diff_new_pack.EEvBXY/_old  2019-02-08 12:13:42.281462496 +0100
+++ /var/tmp/diff_new_pack.EEvBXY/_new  2019-02-08 12:13:42.285462493 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kphotoalbum
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,12 +12,12 @@
 # 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/
 #
 
 
 Name:   kphotoalbum
-Version:5.4
+Version:5.4.2
 Release:0
 Summary:A photo administration utility
 License:GPL-2.0-or-later
@@ -25,7 +25,7 @@
 URL:http://www.kphotoalbum.org/
 Source: 
http://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE
-Patch:  0001-Fix-build-with-Qt-5.7-and-lower.patch
+Patch0: 0001-Fix-build-with-Qt-5.7-and-lower.patch
 # PATCH-FIX-UPSTREAM
 Patch1: Use-Exiv2-0.27-if-available.patch
 Patch2: Fix-compilation-with-exiv2-0.27.patch

++ kphotoalbum-5.4.tar.xz -> kphotoalbum-5.4.2.tar.xz ++
/work/SRC/openSUSE:Factory/kphotoalbum/kphotoalbum-5.4.tar.xz 
/work/SRC/openSUSE:Factory/.kphotoalbum.new.28833/kphotoalbum-5.4.2.tar.xz 
differ: char 17, line 1




commit kphotoalbum for openSUSE:Factory

2019-01-05 Thread root
Hello community,

here is the log from the commit of package kphotoalbum for openSUSE:Factory 
checked in at 2019-01-05 14:42:27

Comparing /work/SRC/openSUSE:Factory/kphotoalbum (Old)
 and  /work/SRC/openSUSE:Factory/.kphotoalbum.new.28833 (New)


Package is "kphotoalbum"

Sat Jan  5 14:42:27 2019 rev:4 rq:662734 version:5.4

Changes:

--- /work/SRC/openSUSE:Factory/kphotoalbum/kphotoalbum.changes  2018-10-15 
09:48:03.251062467 +0200
+++ /work/SRC/openSUSE:Factory/.kphotoalbum.new.28833/kphotoalbum.changes   
2019-01-05 14:42:27.836474855 +0100
@@ -1,0 +2,7 @@
+Thu Jan  3 21:44:37 UTC 2019 - wba...@tmo.at
+
+- Add upstream patches to fix build with exiv2-0.27:
+  * Use-Exiv2-0.27-if-available.patch
+  * Fix-compilation-with-exiv2-0.27.patch
+
+---

New:

  Fix-compilation-with-exiv2-0.27.patch
  Use-Exiv2-0.27-if-available.patch



Other differences:
--
++ kphotoalbum.spec ++
--- /var/tmp/diff_new_pack.IXUSJC/_old  2019-01-05 14:42:28.636474175 +0100
+++ /var/tmp/diff_new_pack.IXUSJC/_new  2019-01-05 14:42:28.640474172 +0100
@@ -26,6 +26,9 @@
 Source: 
http://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE
 Patch:  0001-Fix-build-with-Qt-5.7-and-lower.patch
+# PATCH-FIX-UPSTREAM
+Patch1: Use-Exiv2-0.27-if-available.patch
+Patch2: Fix-compilation-with-exiv2-0.27.patch
 BuildRequires:  cmake >= 3.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ Fix-compilation-with-exiv2-0.27.patch ++
>From cf4f7645b3c94246a1fcf664f1c865a93ae2b684 Mon Sep 17 00:00:00 2001
From: Johannes Zarl-Zierl 
Date: Sun, 30 Dec 2018 23:43:14 +0100
Subject: Fix compilation with exiv2 0.27

---
 Exif/Info.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Exif/Info.cpp b/Exif/Info.cpp
index be4c88f..9545360 100644
--- a/Exif/Info.cpp
+++ b/Exif/Info.cpp
@@ -28,7 +28,8 @@
 #include 
 
 #include 
-#include 
+#include 
+#include 
 
 using namespace Exif;
 
-- 
cgit v1.1

++ Use-Exiv2-0.27-if-available.patch ++
>From 41c7da0531c8a1eb7046345c2b991e7a5d1e6657 Mon Sep 17 00:00:00 2001
From: Johannes Zarl-Zierl 
Date: Sun, 30 Dec 2018 23:36:24 +0100
Subject: Use Exiv2 0.27 if available.

Beginning with version 0.27, Exiv2 ships with cmake package config
files.
---
 CMakeLists.txt | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3012f7a..5dcc29c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,17 @@ if(JPEG_FOUND)
 include_directories(${JPEG_INCLUDE_DIR})
 endif()
 
-find_package(Exiv2 REQUIRED)
+### 2018-12-30 jzarl
+# When Exiv2 0.26 can be deprecated, FindExiv2.cmake should be removed
+# and only find_package(exiv2) should be used
+find_package(exiv2 CONFIG QUIET)
+if(exiv2_FOUND)
+# search againg with REQUIRED, so that the feature summary correctly shows 
exiv as required dependency
+find_package(exiv2 CONFIG REQUIRED)
+set(EXIV2_LIBRARIES exiv2lib)
+else()
+find_package(Exiv2 REQUIRED)
+endif()
 
 find_package(KF5Kipi 5.1.0)
 set_package_properties(KF5Kipi
-- 
cgit v1.1




commit kphotoalbum for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package kphotoalbum for openSUSE:Factory 
checked in at 2018-10-15 09:46:55

Comparing /work/SRC/openSUSE:Factory/kphotoalbum (Old)
 and  /work/SRC/openSUSE:Factory/.kphotoalbum.new (New)


Package is "kphotoalbum"

Mon Oct 15 09:46:55 2018 rev:3 rq:641954 version:5.4

Changes:

--- /work/SRC/openSUSE:Factory/kphotoalbum/kphotoalbum.changes  2018-06-04 
13:24:00.009390585 +0200
+++ /work/SRC/openSUSE:Factory/.kphotoalbum.new/kphotoalbum.changes 
2018-10-15 09:48:03.251062467 +0200
@@ -1,0 +2,65 @@
+Sat Oct 13 23:32:23 UTC 2018 - wba...@tmo.at
+
+- Update to 5.4
+  * Change: Database file now uses version 8 format.
+  * Update/Bugfix: Various l10n fixes concerning capitalization and
+contexts.
+  * Update: Review default values for Settings, pre-define
+contemporary ones:
+- Ignore common auto-generated Exif comments by default.
+- The database file is now optimized for speed by default
+  (old default value: optimized for human readability)
+- If less than 20 images are matched, the thumbnail view is
+  shown (old default value: 0)
+- The thumbnail grid is now optimized for a 3:2 aspect ratio
+  (old default value: 4:3)
+- The size of thumbnails is now 256x256 pixels
+  (old default value: 150)
+- When starting a slideshow, it is now shown in fullscreen by
+  default (old default value: 800x600px)
+- Detect edited images by default
+  (old default value: feature was not configured)
+  This means that images that have been edited using the
+  "create a copy and open" feature now are recognized by
+  default. The tags of the original image are copied and both
+  images are automatically stacked.
+  * Bugfix: Use the correct initial value when renaming tag groups
+using the settings page.
+  * Enhancement: Improve startup 10-15% by eliding unnecessary
+category creation.
+  * Bugfixes: Don't continue accessing the Exif db if unusable,
+reset failed state when recreating db.
+  * Bugfix: Fix display of "<=" and ">=" rating options in search
+dialog.
+  * Bugfix: Fix overflow in parsing GPS information from Exif,
+leading to false coordinates.
+  * Enhancement: Add FreeBSD as supported platform
+  * Bugfix: Fixed build with Qt 5.11, replace deprecated API usage.
+  * Enhancement: Do not write unnecessary data to index.xml by
+using defaults.
+  * Enhancements: Improved thumbnail generation:
+- Improve thumbnail generation speed and efficiency.
+- Overlap thumbnail create with image load.
+- Generate new thumbnails for moved images detected during load.
+  * Bugfix: More reliable auto-stacking of images.
+  * Enhancements: Improved speed of loading/removing new images:
+- Insert Exif data for each loaded image as it's loaded, but
+  within a transaction.
+- Elide unnecessary MD5 computations.
+- Reduce I/O wait time of image loader by introducing a scout
+  thread.
+- Improve I/O efficiency for MD5 calculation.
+- Fetch Exif data only once during load.
+- Improve efficiency of loading previews from RAW images.
+- Ignore more sidecar files to improve performance
+  (.xmp, .pp3, and .pto).
+  * Enhancement/Bugfix: Scale the date bar appropriately upon
+exposure, add one minute scaler.
+  * Update: Make Android app compilable with C++14 and later.
+  * Rework: General code cleanup, coding standard updates etc. all
+over the place.
+- Drop Fix-build-with-Qt-511.patch, merged upstream
+- Add 0001-Fix-build-with-Qt-5.7-and-lower.patch to make it build
+  on Leap 42.3
+
+---

Old:

  Fix-build-with-Qt-511.patch
  kphotoalbum-5.3.tar.xz

New:

  0001-Fix-build-with-Qt-5.7-and-lower.patch
  kphotoalbum-5.4.tar.xz



Other differences:
--
++ kphotoalbum.spec ++
--- /var/tmp/diff_new_pack.Huzv3f/_old  2018-10-15 09:48:04.751060799 +0200
+++ /var/tmp/diff_new_pack.Huzv3f/_new  2018-10-15 09:48:04.755060795 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   kphotoalbum
-Version:5.3
+Version:5.4
 Release:0
 Summary:A photo administration utility
 License:GPL-2.0-or-later
 Group:  Productivity/Graphics/Viewers
 URL:http://www.kphotoalbum.org/
 Source: 
http://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM -- Fix-build-with-Qt-511.patch
-Patch0: Fix-build-with-Qt-511.patch
+# PATCH-FIX-OPENSUSE
+Patch:  0001-Fix-build-with-Qt-5.7-and-lower.patch
 BuildRequires:  cmake >= 3.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -92,6 +92,7 @@
 

commit kphotoalbum for openSUSE:Factory

2018-06-04 Thread root
Hello community,

here is the log from the commit of package kphotoalbum for openSUSE:Factory 
checked in at 2018-06-04 13:23:06

Comparing /work/SRC/openSUSE:Factory/kphotoalbum (Old)
 and  /work/SRC/openSUSE:Factory/.kphotoalbum.new (New)


Package is "kphotoalbum"

Mon Jun  4 13:23:06 2018 rev:2 rq:613950 version:5.3

Changes:

--- /work/SRC/openSUSE:Factory/kphotoalbum/kphotoalbum.changes  2018-03-26 
13:15:16.622998252 +0200
+++ /work/SRC/openSUSE:Factory/.kphotoalbum.new/kphotoalbum.changes 
2018-06-04 13:24:00.009390585 +0200
@@ -1,0 +2,6 @@
+Mon Jun  4 09:54:35 UTC 2018 - christo...@krop.fr
+
+- Add Fix-build-with-Qt-511.patch
+- Run spec-cleaner
+
+---

New:

  Fix-build-with-Qt-511.patch



Other differences:
--
++ kphotoalbum.spec ++
--- /var/tmp/diff_new_pack.n1gco3/_old  2018-06-04 13:24:01.073351624 +0200
+++ /var/tmp/diff_new_pack.n1gco3/_new  2018-06-04 13:24:01.073351624 +0200
@@ -20,16 +20,19 @@
 Version:5.3
 Release:0
 Summary:A photo administration utility
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Graphics/Viewers
-Url:http://www.kphotoalbum.org/
+URL:http://www.kphotoalbum.org/
 Source: 
http://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM -- Fix-build-with-Qt-511.patch
+Patch0: Fix-build-with-Qt-511.patch
 BuildRequires:  cmake >= 3.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libexiv2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  phonon4qt5-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
@@ -49,10 +52,8 @@
 BuildRequires:  cmake(Qt5Sql)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5Xml)
-BuildRequires:  update-desktop-files
 Requires:   kipi-plugins
 Requires:   sqlite3
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 KPhotoAlbum is a tool to help describe images, and to search in the pile
@@ -60,10 +61,10 @@
 in less than 5 seconds, let that be an image with a special person,
 an image from a special place, or even both.
 
-
 %lang_package
+
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %cmake_kf5 -d build
@@ -78,8 +79,8 @@
 %fdupes -s %{buildroot}
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog COPYING README
+%license COPYING
+%doc ChangeLog README
 %{_kf5_applicationsdir}/*
 %{_kf5_bindir}/*
 %{_kf5_iconsdir}/??color/*/*/*.png
@@ -91,7 +92,6 @@
 %{_kf5_appstreamdir}/org.kde.*.appdata.xml
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 %doc %lang(de) %{_kf5_htmldir}/de/
 %doc %lang(fr) %{_kf5_htmldir}/fr/
 %doc %lang(it) %{_kf5_htmldir}/it/

++ Fix-build-with-Qt-511.patch ++
commit 2f9ee33ae20eeb1d3217307e0515a3c8213bc69c
Author: Christophe Giboudeaux 
Date:   Mon Jun 4 11:52:50 2018 +0200

Fix build with Qt 5.11.

'id' is an int, it doesn't need qPrintable.

diff --git a/RemoteControl/RemoteConnection.cpp 
b/RemoteControl/RemoteConnection.cpp
index 1dacb727..8bc18d00 100644
--- a/RemoteControl/RemoteConnection.cpp
+++ b/RemoteControl/RemoteConnection.cpp
@@ -105,7 +105,7 @@ void RemoteConnection::dataReceived()
 std::unique_ptr command = 
RemoteCommand::create(static_cast(id));
 command->decode(stream);
 protocolDebug() << 
qPrintable(QTime::currentTime().toString(QString::fromUtf8("hh:mm:ss.zzz")))
-   << ": Received " << qPrintable(id);
+   << ": Received " << id;
 
 emit gotCommand(*command);
 }