Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package notepadqq for openSUSE:Factory checked in at 2021-07-03 20:50:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/notepadqq (Old) and /work/SRC/openSUSE:Factory/.notepadqq.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "notepadqq" Sat Jul 3 20:50:59 2021 rev:16 rq:903849 version:2.0.0~20201022T180930.03cdde0 Changes: -------- --- /work/SRC/openSUSE:Factory/notepadqq/notepadqq.changes 2020-10-23 16:54:48.805289207 +0200 +++ /work/SRC/openSUSE:Factory/.notepadqq.new.2625/notepadqq.changes 2021-07-03 20:51:28.968476192 +0200 @@ -1,0 +2,6 @@ +Thu Jul 01 07:16:33 UTC 2021 - [email protected] + +- Update to version 2.0.0~20201022T180930.03cdde0. + Use a git snapshot to drop the QtWebKit dependency. + +------------------------------------------------------------------- Old: ---- notepadqq-1.4.8.tar.gz New: ---- _service _servicedata notepadqq-2.0.0~20201022T180930.03cdde0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ notepadqq.spec ++++++ --- /var/tmp/diff_new_pack.kTtasj/_old 2021-07-03 20:51:29.432472624 +0200 +++ /var/tmp/diff_new_pack.kTtasj/_new 2021-07-03 20:51:29.436472593 +0200 @@ -1,7 +1,7 @@ # # spec file for package notepadqq # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,28 +17,31 @@ Name: notepadqq -Version: 1.4.8 +Version: 2.0.0~20201022T180930.03cdde0 Release: 0 Summary: Notepad++-like editor License: GPL-3.0-or-later Group: Productivity/Text/Editors URL: https://notepadqq.com/ -Source: https://github.com/notepadqq/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: libqt5-linguist BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: pkgconfig(Qt5Core) >= 5.3 -BuildRequires: pkgconfig(Qt5Gui) >= 5.3 -BuildRequires: pkgconfig(Qt5Network) >= 5.3 -BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.3 -BuildRequires: pkgconfig(Qt5Svg) >= 5.3 -BuildRequires: pkgconfig(Qt5Test) >= 5.3 -BuildRequires: pkgconfig(Qt5WebKit) >= 5.3 -BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.3 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.3 +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5DBus) +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Network) +BuildRequires: pkgconfig(Qt5PrintSupport) +BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Test) +BuildRequires: pkgconfig(Qt5WebChannel) +BuildRequires: pkgconfig(Qt5WebEngineWidgets) +BuildRequires: pkgconfig(Qt5WebSockets) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(uchardet) %description Text editor with support for multiple programming languages, @@ -56,13 +59,16 @@ popd chmod 0644 src/editor/libs/codemirror/mode/sas/sas.js +# W: script-without-shebang +chmod -x src/editor/libs/throttle-debounce/* + %build %qmake5 \ PREFIX=%{_prefix} \ QMAKE_CXXFLAGS="%{optflags}" \ LRELEASE=%{_libqt5_bindir}/lrelease \ notepadqq.pro -make %{?_smp_mflags} V=1 +%make_build %install %qmake5_install @@ -74,31 +80,14 @@ %fdupes %{buildroot}%{_datadir}/ -%if 0%{?suse_version} < 1500 -%post -%desktop_database_post -%icon_theme_cache_post - -%postun -%desktop_database_postun -%icon_theme_cache_postun -%endif - %files -%if 0%{?suse_version} >= 1500 %license COPYING -%else -%doc COPYING -%endif %doc CONTRIBUTING.md README.md %{_bindir}/%{name} %{_prefix}/lib/%{name}/ %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.* -%if 0%{?suse_version} < 1500 -%dir %{_datadir}/metainfo/ -%endif %{_datadir}/metainfo/notepadqq.appdata.xml %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="changesgenerate">enable</param> <param name="versionformat">2.0.0~%ci.%h</param> <param name="url">https://github.com/notepadqq/notepadqq.git</param> <param name="scm">git</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="disabled" /> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/notepadqq/notepadqq.git</param> <param name="changesrevision">03cdde02d014ee0c25a97572cda2f0013e2e1c7e</param></service></servicedata>
