Hello community,

here is the log from the commit of package notepadqq for openSUSE:Factory 
checked in at 2018-05-04 11:28:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notepadqq (Old)
 and      /work/SRC/openSUSE:Factory/.notepadqq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notepadqq"

Fri May  4 11:28:27 2018 rev:13 rq:602602 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/notepadqq/notepadqq.changes      2018-04-19 
15:31:49.397306219 +0200
+++ /work/SRC/openSUSE:Factory/.notepadqq.new/notepadqq.changes 2018-05-04 
11:29:01.456812835 +0200
@@ -1,0 +2,15 @@
+Mon Apr 30 15:24:03 UTC 2018 - [email protected]
+
+- Update to version 1.4.0:
+  * Introduce a Math Rendering mode that can be used to insert math
+    formulae within comments by using the TeX syntax, which can be
+    enabled via the “View -> Math Rendering” menu.
+  * Use custom context menu to avoid reload bug.
+  * Refactoring.
+  * misc: Update to adm-zip upstream code.
+  * Don't ask to save empty orphan tabs anymore.
+  * Add Language Cache.
+  * Update translations.
+- Fix node.js-related env-script-interpreter rpmlint errors.
+
+-------------------------------------------------------------------

Old:
----
  notepadqq_1.3.6.orig.tar.bz2

New:
----
  notepadqq-1.4.0.tar.gz

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

Other differences:
------------------
++++++ notepadqq.spec ++++++
--- /var/tmp/diff_new_pack.Ns9ppN/_old  2018-05-04 11:29:02.728766169 +0200
+++ /var/tmp/diff_new_pack.Ns9ppN/_new  2018-05-04 11:29:02.732766024 +0200
@@ -17,14 +17,13 @@
 
 
 Name:           notepadqq
-Version:        1.3.6
+Version:        1.4.0
 Release:        0
 Summary:        Notepad++-like editor
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Text/Editors
-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).
+URL:            https://notepadqq.com/
+Source:         
https://github.com/notepadqq/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -46,7 +45,11 @@
 multiple encodings, and plugins.
 
 %prep
-%setup -q -c
+%setup -q
+
+find src/extension_tools/node_modules/ -type f -name '*.js' -exec sed -i 
'1s/^\(#!.\+\)env /\1/' {} \;
+sed -i '1s/^\(#!.\+\)env /\1/' 
src/extension_tools/node_modules/shelljs/bin/shjs
+
 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
@@ -69,7 +72,7 @@
 
 %fdupes %{buildroot}%{_datadir}/
 
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -80,18 +83,19 @@
 %endif
 
 %files
-%doc CONTRIBUTING.md COPYING README.md
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc CONTRIBUTING.md README.md
 %{_bindir}/%{name}
 %{_libexecdir}/%{name}/
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
-%if 0%{?suse_version} == 1320
-%dir %{_datadir}/icons/hicolor/512x512/
-%dir %{_datadir}/icons/hicolor/512x512/apps/
-%endif
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
-%if 0%{?sle_version} == 120300
-%dir %{_datadir}/metainfo
+%if 0%{?suse_version} < 1500
+%dir %{_datadir}/metainfo/
 %endif
 %{_datadir}/metainfo/notepadqq.appdata.xml
 


Reply via email to