Hello community,

here is the log from the commit of package nomacs for openSUSE:Factory checked 
in at 2017-04-07 14:19:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nomacs (Old)
 and      /work/SRC/openSUSE:Factory/.nomacs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nomacs"

Fri Apr  7 14:19:43 2017 rev:12 rq:483209 version:3.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/nomacs/nomacs.changes    2016-07-28 
23:46:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nomacs.new/nomacs.changes       2017-04-07 
14:19:57.953558393 +0200
@@ -1,0 +2,17 @@
+Tue Mar 28 19:40:11 UTC 2017 - [email protected]
+
+- Update to version 3.6.1 (changes since 3.4):
+  * Introduce image adjustments.
+  * Add Exposure.
+  * Batch:
+    + Improve profiles
+    + Add image adjustments.
+    + Add settings for batch plugins
+  * Extended tab functions.
+  * Settings Editor
+  * Icons for high DPI displays.
+  * Fix a crash on exit.
+  * Move bug reporting to GitHub.
+- Add nomacs-remove-datetime.patch: Remove __DATE__ and __TIME__.
+
+-------------------------------------------------------------------

Old:
----
  nomacs-3.4.tar.gz

New:
----
  nomacs-3.6.1.tar.gz
  nomacs-remove-datetime.patch

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

Other differences:
------------------
++++++ nomacs.spec ++++++
--- /var/tmp/diff_new_pack.iVod9d/_old  2017-04-07 14:19:59.397354502 +0200
+++ /var/tmp/diff_new_pack.iVod9d/_new  2017-04-07 14:19:59.397354502 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nomacs
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,18 +17,20 @@
 
 
 Name:           nomacs
-Version:        3.4
+Version:        3.6.1
 Release:        0
 Summary:        Lightweight image viewer
 License:        GPL-3.0+
 Group:          Productivity/Graphics/Viewers
-Url:            http://nomacs.org/
+Url:            https://nomacs.org/
 Source:         
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM nomacs-remove-datetime.patch [email protected] -- 
Remove __DATE__ and __TIME__.
+Patch0:         nomacs-remove-datetime.patch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  gcc-c++
 BuildRequires:  libqt5-linguist-devel >= 5.2
 BuildRequires:  opencv-qt5-devel >= 2.4.6
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  quazip-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2
@@ -51,6 +53,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 sed -i 's/\r$//g' ImageLounge/Readme/*
 
 %build
@@ -59,14 +62,14 @@
   -DCMAKE_C_FLAGS='%{optflags} -fno-strict-aliasing'   \
   -DCMAKE_CXX_FLAGS='%{optflags} -fno-strict-aliasing' \
   -DCMAKE_SHARED_LINKER_FLAGS=""
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 popd
 
 %install
 pushd ImageLounge/
 %cmake_install
 popd
-install -Dm 0644 ImageLounge/%{name}.appdata.xml \
+install -Dpm 0644 ImageLounge/%{name}.appdata.xml \
   %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
 
 rm %{buildroot}%{_libdir}/lib%{name}*.so

++++++ nomacs-3.4.tar.gz -> nomacs-3.6.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/nomacs/nomacs-3.4.tar.gz 
/work/SRC/openSUSE:Factory/.nomacs.new/nomacs-3.6.1.tar.gz differ: char 14, 
line 1

++++++ nomacs-remove-datetime.patch ++++++
--- a/ImageLounge/src/DkGui/DkDialog.cpp
+++ b/ImageLounge/src/DkGui/DkDialog.cpp
@@ -227,7 +227,6 @@ QString DkSplashScreen::versionText() co
 
        // version & build date
        vt += QApplication::applicationVersion() + platform + "<br>";
-       vt += QString(__DATE__) + "<br>";
 
        // supplemental info
        vt += "<p style=\"color: #666; font-size: 7pt; margin: 0; padding: 
0;\">";

Reply via email to