Hello community,

here is the log from the commit of package notepadqq for openSUSE:Factory 
checked in at 2016-03-17 16:34:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notepadqq (Old)
 and      /work/SRC/openSUSE:Factory/.notepadqq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notepadqq"

Changes:
--------
--- /work/SRC/openSUSE:Factory/notepadqq/notepadqq.changes      2015-12-29 
13:00:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.notepadqq.new/notepadqq.changes 2016-03-17 
16:48:06.000000000 +0100
@@ -1,0 +2,15 @@
+Mon Mar 14 22:59:31 UTC 2016 - joerg.loren...@ki.tng.de
+
+- Update to 0.51.0:
+  * Always use tabSize from the preferences when converting tabs
+    to spaces
+  * Keyboard shortcuts compatibility with translations
+  * HU localization
+  * Fix casing bug for search dialog
+  * Shift+Insert to paste
+  * Ctrl+Insert to copy
+  * Identify TCL scripts by shebang
+  * Recognize more Fortran extensions
+- Remove hidden files/directories
+
+-------------------------------------------------------------------

Old:
----
  notepadqq_0.50.6.orig.tar.bz2

New:
----
  notepadqq_0.51.0.orig.tar.bz2

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

Other differences:
------------------
++++++ notepadqq.spec ++++++
--- /var/tmp/diff_new_pack.Dkgpy4/_old  2016-03-17 16:48:07.000000000 +0100
+++ /var/tmp/diff_new_pack.Dkgpy4/_new  2016-03-17 16:48:07.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package notepadqq
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:           notepadqq
-Version:        0.50.6
+Version:        0.51.0
 Release:        0
 Summary:        Notepad++-like editor
 License:        GPL-3.0+
@@ -49,16 +49,20 @@
 sed -ri 's|^(LRELEASE = ).*$|\1%{_libqt5_bindir}/lrelease|' src/ui/ui.pro
 
 %build
-export CFLAGS="%{optflags}"
-export CXXFLAGS="%{optflags}"
-./configure \
-  --qmake=%{_libqt5_qmake} \
-  --prefix=%{_prefix}
-make %{?_smp_mflags}
+%qmake5 PREFIX=%{_prefix} QMAKE_CXXFLAGS="%optflags" notepadqq.pro
+%make_jobs
 
 %install
 %qmake5_install
 %suse_update_desktop_file -r %{name} Utility TextEditor
+
+pushd 
%{buildroot}%{_datadir}/notepadqq/extension_tools/node_modules/archiver/node_modules
+chmod 755 tar-stream/node_modules/bl/test/sauce.js
+chmod 755 
glob/node_modules/minimatch/node_modules/brace-expansion/test/generate.sh
+popd
+
+find %{buildroot}/ -name '.*' -print0 | xargs -0 rm -rf
+
 %fdupes %{buildroot}%{_datadir}
 
 %post

++++++ notepadqq_0.50.6.orig.tar.bz2 -> notepadqq_0.51.0.orig.tar.bz2 ++++++
++++ 1987 lines of diff (skipped)


Reply via email to