Hello community, here is the log from the commit of package notepadqq for openSUSE:Factory checked in at 2016-08-17 12:05:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-03-17 16:48:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.notepadqq.new/notepadqq.changes 2016-08-17 12:05:11.000000000 +0200 @@ -1,0 +2,15 @@ +Mon Aug 15 11:12:14 UTC 2016 - [email protected] + +- Update to 0.52.1: + * Fonts fix. + +- Version 0.52.0: + * Added Alt+digit, Ctrl+PageUp and Ctrl+PageDown shortcuts to + switch between tabs. + * Added ability to shift lines up/down. + * Added localization switch within Preferences. + * Added regex groups support for text replacement. + * Russian localization. + * Polish localization. + +------------------------------------------------------------------- Old: ---- notepadqq_0.51.0.orig.tar.bz2 New: ---- notepadqq_0.52.1.orig.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ notepadqq.spec ++++++ --- /var/tmp/diff_new_pack.yLpQah/_old 2016-08-17 12:05:12.000000000 +0200 +++ /var/tmp/diff_new_pack.yLpQah/_new 2016-08-17 12:05:12.000000000 +0200 @@ -17,7 +17,7 @@ Name: notepadqq -Version: 0.51.0 +Version: 0.52.1 Release: 0 Summary: Notepad++-like editor License: GPL-3.0+ @@ -45,22 +45,24 @@ %prep %setup -q -c -# Do not require qtchooser. -sed -ri 's|^(LRELEASE = ).*$|\1%{_libqt5_bindir}/lrelease|' src/ui/ui.pro +pushd src/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 +chmod 644 src/editor/libs/codemirror/mode/sas/sas.js %build -%qmake5 PREFIX=%{_prefix} QMAKE_CXXFLAGS="%optflags" notepadqq.pro +%qmake5 \ + PREFIX=%{_prefix} \ + QMAKE_CXXFLAGS="%optflags" \ + LRELEASE=%{_libqt5_bindir}/lrelease \ + 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} @@ -80,8 +82,10 @@ %{_libexecdir}/%{name}/ %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop -%dir %{_datadir}/icons/hicolor/*/ -%dir %{_datadir}/icons/hicolor/*/apps/ +%if 0%{?suse_version} == 1320 +%dir %{_datadir}/icons/hicolor/512x512 +%dir %{_datadir}/icons/hicolor/512x512/apps +%endif %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog ++++++ notepadqq_0.51.0.orig.tar.bz2 -> notepadqq_0.52.1.orig.tar.bz2 ++++++ ++++ 33284 lines of diff (skipped)
