Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xditview for openSUSE:Factory checked in at 2022-10-16 16:09:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xditview (Old) and /work/SRC/openSUSE:Factory/.xditview.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xditview" Sun Oct 16 16:09:44 2022 rev:9 rq:1011177 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/xditview/xditview.changes 2019-03-05 12:22:07.984899779 +0100 +++ /work/SRC/openSUSE:Factory/.xditview.new.2275/xditview.changes 2022-10-16 16:09:46.634833693 +0200 @@ -1,0 +2,17 @@ +Sat Oct 15 21:13:50 UTC 2022 - Stefan Dirsch <sndir...@suse.com> + +- Update to version 1.0.6 + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * man page: remove out-of-date COPYRIGHT section + * Variable scope reductions as recommended by cppcheck + * Use _CONST_X_STRING to make libXt declare String as const char * + * Clear -Wmissing-field-initializers warnings + * Fix -Wsign-compare warnings + * Delete HorizontalMove macro that shadows/duplicates HorizontalMove function + * Inline *Move & *Goto functions + * Use standard strrchr() instead of ancient rindex() + * Avoid leak of new_file if we decide not to use it + * Declare guesses const + +------------------------------------------------------------------- Old: ---- xditview-1.0.5.tar.bz2 New: ---- xditview-1.0.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xditview.spec ++++++ --- /var/tmp/diff_new_pack.SEGT9i/_old 2022-10-16 16:09:47.210835044 +0200 +++ /var/tmp/diff_new_pack.SEGT9i/_new 2022-10-16 16:09:47.218835063 +0200 @@ -1,7 +1,7 @@ # # spec file for package xditview # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: xditview -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: Utility to display ditroff output License: MIT Group: System/X11/Utilities -Url: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +URL: http://xorg.freedesktop.org/ +Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz BuildRequires: pkg-config BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xaw7)