Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qimgv for openSUSE:Factory checked in at 2022-05-19 22:49:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qimgv (Old) and /work/SRC/openSUSE:Factory/.qimgv.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qimgv" Thu May 19 22:49:29 2022 rev:23 rq:978019 version:1.0.3a+git20220510.48dd2ea3 Changes: -------- --- /work/SRC/openSUSE:Factory/qimgv/qimgv.changes 2022-01-31 22:57:43.289420151 +0100 +++ /work/SRC/openSUSE:Factory/.qimgv.new.1538/qimgv.changes 2022-05-19 22:49:54.442380057 +0200 @@ -1,0 +2,54 @@ +Wed May 18 23:25:22 UTC 2022 - Scott Bradnick <scott.bradn...@suse.com> + +- Removing patch files which aren't needed since items were fixed upstream: + * qimgv-mpv_v2_fix.patch + * qimgv-no_return_in_nonvoid.patch + +------------------------------------------------------------------- +Wed May 11 18:15:36 UTC 2022 - scott.bradn...@suse.com + +- Update to version 1.0.3a+git20220510.48dd2ea3: + * [cmake] fix default flags + * check for qt5 first + * . + * Update build-package.yml + * change release tag + * fix mpv include path + * [windows/msys2] add build script + * fix #410 + * [windows] enable scripts/"open with" functionality #406 #236 #196 + * [ContextMenu] compact layout + * [res] back/forward icons + * [ContextMenu] scripts/"open with.." page mockup #406 #236 Fix scripts with qt6 + * [ImageViewerV2] tweak scroll handling + * [ThumbnailViewProxy] fix(?) event order + * fix Core::loadPath() + * delay model loading (test) #383 #156 + * fix #384 + * fix #392 + * fix window close with qt 6.3 #394 + * [cmake] qt detection tweak (prefer qt6); remove core5compat + +------------------------------------------------------------------- +Thu May 5 17:08:06 UTC 2022 - Scott Bradnick <scott.bradn...@suse.com> + +- Commenting out the following 2 patches as the issues appear fixed upstream: + * qimgv-mpv_v2_fix.patch + * qimgv-no_return_in_nonvoid.patch +- Cleaning up 'Source0' definition. + +------------------------------------------------------------------- +Thu May 05 16:22:03 UTC 2022 - scott.bradn...@suse.com + +- Update to version v1.0.2+git20220504.51278bec: + * Create msys2-test.yml + * build: Add AppData installation via Cmake + * chore: Update qimgv.appdata.xml manifest + * Update README.md + * fix window close with qt 6.3 #394 + * fix mpv_opengl_init_params + * ShortcutBuilder::processWheelEvent() - fallback to x value #367 + * open clipboard test #360 + * fix window size issue + +------------------------------------------------------------------- Old: ---- qimgv-1.0.2.tar.gz qimgv-mpv_v2_fix.patch qimgv-no_return_in_nonvoid.patch New: ---- _service _servicedata qimgv-1.0.3a+git20220510.48dd2ea3.tar.gz qimgv.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qimgv.spec ++++++ --- /var/tmp/diff_new_pack.HS5H1p/_old 2022-05-19 22:49:57.062383416 +0200 +++ /var/tmp/diff_new_pack.HS5H1p/_new 2022-05-19 22:49:57.066383421 +0200 @@ -17,20 +17,22 @@ Name: qimgv -Version: 1.0.2 +Version: 1.0.3a+git20220510.48dd2ea3 Release: 0 Summary: Qt5 image viewer License: GPL-3.0-only URL: https://github.com/easymodo/qimgv -Source0: https://github.com/easymodo/qimgv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz # PATCH-FEATURE-OPENSUSE qimgv-PIE.patch # aloi...@gmx.com add PIE flags Patch1: qimgv-PIE.patch # PATCH-FIX-OPENSUSE qimgv-includepath.patch # aloi...@gmx.com use correct path for opencv includes Patch2: qimgv-includepath.patch # PATCH-FIX-OPENSUSE qimgv-no_return_in_nonvoid.patch # aloi...@gmx.com pacify rpmlint -Patch6: qimgv-no_return_in_nonvoid.patch +# Has been fixed upstream, smb 20220505 +#Patch6: qimgv-no_return_in_nonvoid.patch # PATCH-FIX-UPSTREAM qimgv-mpv_v2_fix.patch -Patch7: qimgv-mpv_v2_fix.patch +# Has been fixed upstream, smb 20220505 +#Patch7: qimgv-mpv_v2_fix.patch BuildRequires: cmake >= 3.13 %if 0%{?suse_version} > 1500 BuildRequires: gcc-c++ @@ -71,5 +73,6 @@ %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_libdir}/%{name} %{_libdir}/%{name}/player_mpv.so +%{_datadir}/metainfo/%{name}.appdata.xml %changelog ++++++ _service ++++++ <!-- # vim: set syntax=xml --> <services> <service name="obs_scm" mode="disabled"> <param name="url">https://github.com/easymodo/qimgv</param> <param name="scm">git</param> <param name="versionformat">@PARENT_TAG@+git%cd.%h</param> <!-- Commenting out for TEMP <param name="versionrewrite-pattern">v(.*)</param> --> <!-- TEMP: "-alpha" errors out @ buildtime --> <param name="versionrewrite-pattern">v1.0.3-alpha</param> <param name="versionrewrite-replacement">1.0.3a</param> <!-- /TEMP --> <param name="changesgenerate">enable</param> </service> <service name="set_version" mode="disabled"/> <service name="tar" mode="disabled"/> <service name="recompress" mode="disabled"> <param name="compression">gz</param> <param name="file">*.tar</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/easymodo/qimgv</param> <param name="changesrevision">48dd2ea3386ebb92b369383282b3778361a82319</param></service></servicedata> (No newline at EOF) ++++++ qimgv.obsinfo ++++++ name: qimgv version: 1.0.3a+git20220510.48dd2ea3 mtime: 1652158814 commit: 48dd2ea3386ebb92b369383282b3778361a82319