Hello community, here is the log from the commit of package digikam for openSUSE:Factory checked in at 2018-02-09 15:51:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/digikam (Old) and /work/SRC/openSUSE:Factory/.digikam.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "digikam" Fri Feb 9 15:51:52 2018 rev:168 rq:574411 version:5.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/digikam/digikam.changes 2018-01-30 15:42:56.186714767 +0100 +++ /work/SRC/openSUSE:Factory/.digikam.new/digikam.changes 2018-02-09 15:51:54.749982225 +0100 @@ -1,0 +2,13 @@ +Thu Feb 8 13:19:01 UTC 2018 - [email protected] + +- Drop xorg-x11-devel BuildRequires, all x11 dependencies are + via Qt and covered by the Qt5* BuildRequires +- Drop BuildRequires on gphoto binary, the version is discovered + using pkgconfig now. + +------------------------------------------------------------------- +Thu Feb 8 13:08:46 UTC 2018 - [email protected] + +- Rebase 0001-Disable-detection-of-OpenGL-for-GLES-platforms.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ digikam.spec ++++++ --- /var/tmp/diff_new_pack.elXO5n/_old 2018-02-09 15:51:57.517882810 +0100 +++ /var/tmp/diff_new_pack.elXO5n/_new 2018-02-09 15:51:57.517882810 +0100 @@ -65,10 +65,7 @@ BuildRequires: libexiv2-devel >= 0.26 BuildRequires: libexpat-devel BuildRequires: libgcrypt-devel -BuildRequires: libgphoto2-devel >= 2.4.0 -# It invokes "gphoto2" for determining the API version BuildRequires: QtAV-devel >= 1.11 -BuildRequires: gphoto BuildRequires: libgpod-devel BuildRequires: libjasper-devel BuildRequires: libkdcraw-devel >= 15.12.0 @@ -91,7 +88,6 @@ BuildRequires: opencv-devel BuildRequires: threadweaver-devel >= 5.1.0 BuildRequires: update-desktop-files -BuildRequires: xorg-x11-devel BuildRequires: cmake(KF5CalendarCore) BuildRequires: pkgconfig(Qt5Concurrent) BuildRequires: pkgconfig(Qt5Core) >= 5.6.0 @@ -102,6 +98,7 @@ BuildRequires: pkgconfig(Qt5WebKitWidgets) BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5XmlPatterns) +BuildRequires: pkgconfig(libgphoto2) >= 2.4.0 Requires: kipi-plugins >= %{version} Recommends: %{name}-doc Recommends: %{name}-lang ++++++ 0001-Disable-detection-of-OpenGL-for-GLES-platforms.patch ++++++ --- /var/tmp/diff_new_pack.elXO5n/_old 2018-02-09 15:51:57.537882092 +0100 +++ /var/tmp/diff_new_pack.elXO5n/_new 2018-02-09 15:51:57.537882092 +0100 @@ -21,7 +21,7 @@ index cd482ea..bc3772b 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt -@@ -278,7 +278,7 @@ find_package(Marble) +@@ -290,7 +290,7 @@ find_package(Marble) find_package(PkgConfig) find_package(Jasper) find_package(Eigen3) # For Refocus tool.
