Hello community, here is the log from the commit of package smilutils for openSUSE:Factory checked in at 2020-06-17 14:54:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smilutils (Old) and /work/SRC/openSUSE:Factory/.smilutils.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smilutils" Wed Jun 17 14:54:50 2020 rev:24 rq:815364 version:0.3.2+cvs20070731 Changes: -------- --- /work/SRC/openSUSE:Factory/smilutils/smilutils.changes 2017-11-20 17:06:18.707795318 +0100 +++ /work/SRC/openSUSE:Factory/.smilutils.new.3606/smilutils.changes 2020-06-17 14:56:01.938151149 +0200 @@ -1,0 +2,6 @@ +Wed Jun 17 06:37:48 UTC 2020 - Martin Pluskal <[email protected]> + +- Fix building with gcc10 +- Modernise specfile + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smilutils.spec ++++++ --- /var/tmp/diff_new_pack.vP8f8Q/_old 2020-06-17 14:56:06.094165379 +0200 +++ /var/tmp/diff_new_pack.vP8f8Q/_new 2020-06-17 14:56:06.098165393 +0200 @@ -1,7 +1,7 @@ # # spec file for package smilutils # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -20,9 +20,9 @@ Version: 0.3.2+cvs20070731 Release: 0 Summary: Tools for converting and editing digital video (DV) data -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Multimedia/Video/Editors and Convertors -Url: http://www.kinodv.org/article/view/70/1/7 +URL: http://www.kinodv.org/article/view/70/1/7 Source0: %{name}-%{version}.tar.bz2 Patch0: abuild.diff # PATCH-FIX-UPSTREAM smilutils-gcc4.3.patch [email protected] -- Taken from Debian and Mandriva, fix build with gcc 4.3 @@ -50,23 +50,22 @@ http://users.pandora.be/acp/kino/smilutils.html %prep -%setup -q -n %{name} -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 +%autosetup -n %{name} -p1 %build autoreconf -fiv +export CFLAGS="%{optflags} -fcommon" %configure \ --disable-static -make %{?_smp_mflags} +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print %files -%doc AUTHORS COPYING ChangeLog README +%license COPYING +%doc AUTHORS ChangeLog README %{_bindir}/image2raw %{_bindir}/ppm2raw %{_bindir}/ppm2webcam @@ -84,19 +83,19 @@ %{_bindir}/tga2raw %{_bindir}/xwd2raw %{_libdir}/kino -%{_mandir}/man1/image2raw.1%{ext_man} -%{_mandir}/man1/ppm2raw.1%{ext_man} -%{_mandir}/man1/ppm2webcam.1%{ext_man} -%{_mandir}/man1/raw2dv.1%{ext_man} -%{_mandir}/man1/raw2image.1%{ext_man} -%{_mandir}/man1/raw2webcam.1%{ext_man} -%{_mandir}/man1/raw2yuv.1%{ext_man} -%{_mandir}/man1/rawmultiply.1%{ext_man} -%{_mandir}/man1/rawplay.1%{ext_man} -%{_mandir}/man1/smil2raw.1%{ext_man} -%{_mandir}/man1/smil2wav.1%{ext_man} -%{_mandir}/man1/smil2yuv.1%{ext_man} -%{_mandir}/man1/smilutils.1%{ext_man} -%{_mandir}/man1/xwd2raw.1%{ext_man} +%{_mandir}/man1/image2raw.1%{?ext_man} +%{_mandir}/man1/ppm2raw.1%{?ext_man} +%{_mandir}/man1/ppm2webcam.1%{?ext_man} +%{_mandir}/man1/raw2dv.1%{?ext_man} +%{_mandir}/man1/raw2image.1%{?ext_man} +%{_mandir}/man1/raw2webcam.1%{?ext_man} +%{_mandir}/man1/raw2yuv.1%{?ext_man} +%{_mandir}/man1/rawmultiply.1%{?ext_man} +%{_mandir}/man1/rawplay.1%{?ext_man} +%{_mandir}/man1/smil2raw.1%{?ext_man} +%{_mandir}/man1/smil2wav.1%{?ext_man} +%{_mandir}/man1/smil2yuv.1%{?ext_man} +%{_mandir}/man1/smilutils.1%{?ext_man} +%{_mandir}/man1/xwd2raw.1%{?ext_man} %changelog
