Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sffview for openSUSE:Factory checked 
in at 2022-05-30 12:43:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sffview (Old)
 and      /work/SRC/openSUSE:Factory/.sffview.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sffview"

Mon May 30 12:43:17 2022 rev:25 rq:979619 version:0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/sffview/sffview.changes  2017-02-07 
12:02:14.212067096 +0100
+++ /work/SRC/openSUSE:Factory/.sffview.new.2254/sffview.changes        
2022-05-30 12:43:51.780383552 +0200
@@ -1,0 +2,6 @@
+Tue May 17 08:21:13 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Drop unused BuildRequire on SDL-devel.
+- Modernize specfile. Trim filler wording from description.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sffview.spec ++++++
--- /var/tmp/diff_new_pack.iPdEQ3/_old  2022-05-30 12:43:52.316384266 +0200
+++ /var/tmp/diff_new_pack.iPdEQ3/_new  2022-05-30 12:43:52.316384266 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sffview
 #
-# Copyright (c) 2017 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,12 +12,11 @@
 # 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:           sffview
-BuildRequires:  SDL-devel
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -30,32 +29,26 @@
 BuildRequires:  xorg-x11
 Version:        0.5
 Release:        0
-Summary:        Simple viewer for Structured Fax Files (.sff) used by ISDN 
applications
+Summary:        Viewer for Structured Fax Files (.sff) used by ISDN 
applications
 License:        MIT
 Group:          Hardware/ISDN
 Source:         %{name}-%{version}.tar.xz
 Source2:        %{name}.1
-Url:            http://sfftools.sourceforge.net/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+URL:            http://sfftools.sourceforge.net/
 Patch0:         %{name}-%{version}.diff
-%define _use_internal_dependency_generator 0
-%define __find_requires %wx_requires
 
 %description
 The CAPI interface for programming ISDN hardware expects and gives you
 faxes in the "Structured Fax File" (SFF) format.
 
-SffView is a viewer for SFF-files. SffView is written in C++ using the
-wxWidgets/wxGTK toolkit and is therefore available for Linux and
-Windows (wxWidgets is a platform independent toolkit and wxGTK is a
-unix implementation based on GTK+, see wxWidgets homepage).
+SffView is a viewer for SFF files. SffView is written in C++ using the
+wxWidgets toolkit.
 
 %prep
-%setup
-%patch0 -p1
+%autosetup -p1
 
 %build
-make %{?_smp_mflags}
+%make_build
 
 %install
 install -d "%buildroot/%_bindir"
@@ -66,7 +59,6 @@
 install -pm0644 %{S:2} "%{buildroot}/%{_mandir}/man1/"
 
 %files
-%defattr(-,root,root,-)
 /usr/bin/sffview
 %doc %{_defaultdocdir}/sffview
 %doc %{_mandir}/man1/sffview.1.gz

Reply via email to