Hello community,

here is the log from the commit of package notepadqq for openSUSE:Factory 
checked in at 2018-04-16 12:49:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notepadqq (Old)
 and      /work/SRC/openSUSE:Factory/.notepadqq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notepadqq"

Mon Apr 16 12:49:46 2018 rev:11 rq:596562 version:1.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/notepadqq/notepadqq.changes      2018-02-01 
21:31:40.722645315 +0100
+++ /work/SRC/openSUSE:Factory/.notepadqq.new/notepadqq.changes 2018-04-16 
12:49:52.827166811 +0200
@@ -1,0 +2,45 @@
+Sat Apr 14 20:25:15 UTC 2018 - enzok...@kabelmail.de
+
+- Update to 1.3.4:
+  * feat: add Japanese translation
+  * fix: Load simple.js to avoid CodeMirror.defineSimpleMode errors.
+    (#600)
+  * feat: Save custom indentation mode for sessions. (#606)
+  * feat: Add '--line' and '--column' commandline arguments. (#604)
+  * feat: ask user to allow us to collect anonymous usage statistics
+    (#607)
+  * feat: Add warning when opening large files. (#610)
+
+- Version 1.3.2:
+  * revert
+
+- Version 1.3.1:
+  * fix crash on start on Ubuntu 14.04
+
+- Version 1.3.0:
+  * Added Spanish Translation by inukaze. Fixes #507. (#508)
+  * Fix Qt5 version detection.
+  * Ability to disable saving search history (#528)
+  * Advanced Search Dock
+  * Support loading Qt 5.10 through /opt/ or ~/
+  * Update CodeMirror to 5.33.0
+  * Add menu options to toggle visibility of toolbar and menubar.
+  * Add option to quit Nqq when closing last open tab. (#550)
+  * Improve high Dpi looks
+  * Fix infinite loop when searching for 0-length regex
+  * Fix editor focus issues (fixes #265)
+  * Back references now working for regex search using the search
+    dock.
+  * Add help dialog about regular expression use
+  * Prevent appmenu-qt5 from removing our menubar
+  * feat: implement --allow-root and prohibit running as root by
+    default.
+  * feat: Add customizable Toolbar
+  * feat: Enable basic document printing
+  * fix: Prefer GTK's icon theme if XDG_CURRENT_DESKTOP is not set
+  * feat: allow horizontal scrolling when holding shift + mouse
+    wheel (closes #582)
+- Removed notepadqq-1.2.0-fix-qt-5.10.patch, fixed upstream.
+- Delete all hidden files from %{buildroot}.
+
+-------------------------------------------------------------------

Old:
----
  notepadqq-1.2.0-fix-qt-5.10.patch
  notepadqq_1.2.0.orig.tar.bz2

New:
----
  notepadqq_1.3.4.orig.tar.bz2

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

Other differences:
------------------
++++++ notepadqq.spec ++++++
--- /var/tmp/diff_new_pack.XKNXTY/_old  2018-04-16 12:49:54.975088681 +0200
+++ /var/tmp/diff_new_pack.XKNXTY/_new  2018-04-16 12:49:54.983088390 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           notepadqq
-Version:        1.2.0
+Version:        1.3.4
 Release:        0
 Summary:        Notepad++-like editor
 License:        GPL-3.0+
@@ -25,7 +25,6 @@
 Url:            http://notepadqq.altervista.org/
 Source:         
http://ppa.launchpad.net/%{name}-team/%{name}/ubuntu/pool/main/n/%{name}/%{name}_%{version}.orig.tar.bz2
 # PATCH-FIX-UPSTREAM notepadqq-1.2.0-fix-qt-5.10.patch boo#1078736 
gh#notepadqq/notepadqq#516 -- Fix Qt 5.10+ version detection (commit c340237).
-Patch0:         notepadqq-1.2.0-fix-qt-5.10.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -48,7 +47,6 @@
 
 %prep
 %setup -q -c
-%patch0 -p1
 pushd src/extension_tools/node_modules/archiver/node_modules
 chmod 0755 tar-stream/node_modules/bl/test/sauce.js
 chmod 0755 
glob/node_modules/minimatch/node_modules/brace-expansion/test/generate.sh
@@ -67,6 +65,8 @@
 %qmake5_install
 %suse_update_desktop_file -r %{name} Utility TextEditor
 
+find %{buildroot}/ -name '.*' -print0 | xargs -0 rm -rf
+
 %fdupes %{buildroot}%{_datadir}/
 
 %if 0%{?suse_version} <= 1320
@@ -90,5 +90,9 @@
 %dir %{_datadir}/icons/hicolor/512x512/apps/
 %endif
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
+%if 0%{?sle_version} == 120300
+%dir %{_datadir}/metainfo
+%endif
+%{_datadir}/metainfo/notepadqq.appdata.xml
 
 %changelog

++++++ notepadqq_1.2.0.orig.tar.bz2 -> notepadqq_1.3.4.orig.tar.bz2 ++++++
++++ 64080 lines of diff (skipped)


Reply via email to