Hello community,

here is the log from the commit of package lximage-qt for openSUSE:Factory 
checked in at 2016-10-06 12:43:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lximage-qt (Old)
 and      /work/SRC/openSUSE:Factory/.lximage-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lximage-qt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lximage-qt/lximage-qt.changes    2014-11-05 
15:55:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lximage-qt.new/lximage-qt.changes       
2016-10-06 12:43:45.000000000 +0200
@@ -1,0 +2,54 @@
+Sat Sep 24 19:58:30 UTC 2016 - [email protected]
+
+- Update to 0.5.0:
+  * Bump version to 0.5.0 (#67)
+  * Remove Core and Qt from Categories in desktop file (#64)
+  * Extend README.md
+  * Fix broken compatibility introduced by libfm-qt API changes. This closes 
lxde/lximage-qt#63.
+  * Add Catalan translations
+  * Quieten compiler warning
+  * Code cleanup
+  * Use LXQtCompilerSettings cmake module
+  * Treat SVG files separately as SVG images
+  * build: Update translations based on *.ui
+  * Fix typo in Portuguese translation for desktop file
+  * Fix typo in German translation for desktop file (#55)
+  * build: Use external translations (#54)
+  * ts-files removal (#53)
+  * Hide cursor smartly in fullscreen mode
+  * build: Use liblxqt's TranslateDesktop module
+  * Adds support for GIF animation.
+  * Implement an EOG-like behavior on starting By clicking on an image for the 
first time, the user wants to see it clearly with lximage-qt. So, the following 
behavior is implemented here:
+  * Add --version command line option
+  * Fix missing Russian translation in desktop file
+  * Fix memory leak if taking screenshot with cursor
+  * Polish translation updated
+  * Another update
+  * Improved Russian translation - thanks to uazure
+  * Fix typo
+  * Add Russian translation
+  * Italian translation update
+  * CMake: Adapt to libfm-qt Targets
+  * Turn on C++11 support. This closes bug lxde/lximage-qt #36.
+  * Exec should have an argument
+  * all GPL files are (or any later)
+  * Add release script
+  * Update translations
+  * Set the color table properly for scaled images
+  * Add Greek (el) translation Remove needless country variant from language 
code
+  * Corrected language code (de_DE -> de) of german translation, marked 
translations as done.
+  * replace tabs with spaces
+  * remove trailing spaces
+  * replace glib with Qt for command-line parsing
+  * Don't save file in private mode
+  * Prevents the slideshow timeout to be set to 0 in the UI
+  * Correctly include CMake modules in intree/superbuild mode
+  * Remove lximage-qt from the Utilities category
+  * Update README
+  * Update .gitignore
+  * Hungarian translations added
+  * save and restore window size and maximized state
+- Add keyring
+- Remove lximage-qt-0.2.0-fix_desktop_file.patch: got upstreamed
+
+-------------------------------------------------------------------

Old:
----
  lximage-qt-0.2.0-fix_desktop_file.patch
  lximage-qt-0.3.0.tar.xz

New:
----
  lximage-qt-0.5.0.tar.xz
  lximage-qt-0.5.0.tar.xz.asc
  lximage-qt.keyring

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

Other differences:
------------------
++++++ lximage-qt.spec ++++++
--- /var/tmp/diff_new_pack.Sz5A8L/_old  2016-10-06 12:43:47.000000000 +0200
+++ /var/tmp/diff_new_pack.Sz5A8L/_new  2016-10-06 12:43:47.000000000 +0200
@@ -17,30 +17,34 @@
 
 
 Name:           lximage-qt
-Version:        0.3.0
+Version:        0.5.0
 Release:        0
-Summary:        LXQT Image Viewer
+Summary:        LXQt Image Viewer
 License:        GPL-2.0+
-Group:          System/GUI/LXDE-Qt
-Url:            http://www.lxde.org
-Source:         %{name}-%{version}.tar.xz
-Patch0:         %{name}-0.2.0-fix_desktop_file.patch
-BuildRequires:  cmake
+Group:          System/GUI/LXQt
+Url:            http://www.lxqt.org
+Source:         
https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
+Source1:        
https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz.asc
+Source2:        %{name}.keyring
+BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(Qt5LinguistTools)
+BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires: pkgconfig(Qt5X11Extras)
-BuildRequires:  libqt5-linguist-devel
-BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libexif)
-BuildRequires:  pkgconfig(libfm) >= 1.2.0
-BuildRequires:  pkgconfig(libfm-qt5)
+BuildRequires:  pkgconfig(libfm-qt)
+BuildRequires:  pkgconfig(libmenu-cache)
+BuildRequires:  pkgconfig(lxqt)
 BuildRequires:  pkgconfig(xfixes)
-Requires(pre): desktop-file-utils
+Recommends:     %{name}-lang
 Requires(post):        desktop-file-utils
+Requires(pre):  desktop-file-utils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,28 +52,34 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%cmake -DUSE_QT5=ON
-%__make %{?_smp_mflags}
+%cmake \
+    -DUSE_QT5=ON \
+    -DPULL_TRANSLATIONS=OFF
+make %{?_smp_mflags}
 
 %install
 %cmake_install
-%fdupes %{buildroot}/%{_datadir}/%{name}
+
+%suse_update_desktop_file -r %{name} Graphics Viewer RasterGraphics 2DGraphics 
Photography
+%suse_update_desktop_file -r %{name}-screenshot Utility DesktopUtility
+
+%fdupes %{buildroot}%{_datadir}/%{name}
 
 %post
 %desktop_database_post
+%icon_theme_cache_post
 
 %postun
 %desktop_database_postun
+%icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING
 %{_bindir}/%{name}
-%{_datadir}/%{name}
-%{_datadir}/applications/*.desktop
-%{_datadir}/icons/hicolor/48x48/apps/*.png
+%{_datadir}/applications/%{name}*.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.??g
 
 %changelog

++++++ lximage-qt-0.3.0.tar.xz -> lximage-qt-0.5.0.tar.xz ++++++
++++ 9141 lines of diff (skipped)


Reply via email to