Hello community,

here is the log from the commit of package photoqt for openSUSE:Factory checked 
in at 2018-05-18 14:27:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/photoqt (Old)
 and      /work/SRC/openSUSE:Factory/.photoqt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "photoqt"

Fri May 18 14:27:44 2018 rev:3 rq:610136 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/photoqt/photoqt.changes  2018-02-21 
14:13:49.697096993 +0100
+++ /work/SRC/openSUSE:Factory/.photoqt.new/photoqt.changes     2018-05-18 
14:27:57.390252777 +0200
@@ -1,0 +2,27 @@
+Wed May 16 18:33:17 UTC 2018 - [email protected]
+
+- Update to 1.7:
+  * Add: proper support for formats supported by KDE image plugins
+  * Add: FreeImage image library
+  * Add: DevIL image library
+  * Add: Poppler (for: PDF (inline or document viewer mode))
+  * Add: libarchive (for: comic book archives, ZIP, RAR, 7ZIP, TAR)
+  * Add: unrar (Unix-only) (for: better RAR support)
+  * Add: Detect images also by MIME type and not only by file ending
+  * Add: Detect, display and manage people tags (stored in XMP metadata)
+  * Add: Current Zoom level to quick info label
+  * Add: Setting to adjust step size of zoom
+  * Add: Basic Window Management (using quick info labels)
+  * Improve: GraphicsMagick speed
+  * Improve: Usability of PhotoQt on small screens
+  * Improve: More efficient and compact fileformats handling
+  * Improve: overall speed and responsiveness
+  * Fix: Trash for files on removable drive
+  * Fix: Masking image display shown when needed
+  * Fix: many small bugs
+- Fix build with freeimage (photoqt-1.7-link.patch)
+- Add dependencies: extra-cmake-modules, pkgconfig(libarchive),
+  pkgconfig(poppler-qt5), pkgconfig(IL), freeimage-devel
+- Spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  photoqt-1.6.tar.gz

New:
----
  photoqt-1.7-link.patch
  photoqt-1.7.tar.gz

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

Other differences:
------------------
++++++ photoqt.spec ++++++
--- /var/tmp/diff_new_pack.QMwnPY/_old  2018-05-18 14:27:58.606208154 +0200
+++ /var/tmp/diff_new_pack.QMwnPY/_new  2018-05-18 14:27:58.606208154 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package photoqt
 #
-# Copyright (c) 2015 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
@@ -17,31 +17,39 @@
 
 
 Name:           photoqt
-Version:        1.6
+Version:        1.7
 Release:        0
 Summary:        A Qt-based image viewer
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Graphics/Viewers
-Url:            http://photoqt.org/
+URL:            http://photoqt.org/
 Source0:        http://photoqt.org/pkgs/%{name}-%{version}.tar.gz
+Patch0:         photoqt-1.7-link.patch
 BuildRequires:  cmake
+BuildRequires:  extra-cmake-modules
+BuildRequires:  freeimage-devel
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(GraphicsMagick++)
+BuildRequires:  pkgconfig(IL)
 BuildRequires:  pkgconfig(Qt5Multimedia) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Sql)
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(exiv2)
+BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(libraw)
+BuildRequires:  pkgconfig(poppler-qt5)
 
 %description
 PhotoQt is a configurable image viewer.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake
@@ -59,12 +67,11 @@
 %desktop_database_postun
 
 %files
-%defattr(-,root,root)
-%doc %doc CHANGELOG COPYING
+%license COPYING
+%doc CHANGELOG
 %{_bindir}/%{name}
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.??g
-%{_datadir}/appdata/%{name}.appdata.xml
-%dir %{_datadir}/appdata
 
 %changelog

++++++ photoqt-1.7-link.patch ++++++
diff -ruN photoqt-1.7.orig/CMakeLists.txt photoqt-1.7/CMakeLists.txt
--- photoqt-1.7.orig/CMakeLists.txt     2018-05-15 17:00:49.468725114 +0300
+++ photoqt-1.7/CMakeLists.txt  2018-05-16 22:24:29.497781168 +0300
@@ -220,7 +220,7 @@
         message(FATAL_ERROR "** Unable to locate FreeImage... is it 
installed?")
     elseif(${FREEIMAGE_FOUND})
         include_directories(${FREEIMAGE_INCLUDE_DIRS})
-        target_link_libraries(${PROJECT_NAME} ${FREEIMAGE_LIBRARIES})
+        target_link_libraries(${PROJECT_NAME} ${FREEIMAGE_LIBRARIES} 
-lfreeimage)
         message("** FreeImage enabled")
         add_definitions(-DFREEIMAGE)
     endif(NOT ${FREEIMAGE_FOUND})
++++++ photoqt-1.6.tar.gz -> photoqt-1.7.tar.gz ++++++
++++ 144882 lines of diff (skipped)


Reply via email to