Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tcd for openSUSE:Factory checked in 
at 2022-05-17 17:24:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcd (Old)
 and      /work/SRC/openSUSE:Factory/.tcd.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcd"

Tue May 17 17:24:36 2022 rev:5 rq:977671 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcd/tcd.changes  2014-09-25 08:43:10.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tcd.new.1538/tcd.changes        2022-05-17 
17:24:55.859198035 +0200
@@ -1,0 +2,5 @@
+Tue May 17 08:18:50 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Modernize specfile. Switch to pkgconfig(sdl) to get sdl12_compat.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tcd.spec ++++++
--- /var/tmp/diff_new_pack.rRC9Lp/_old  2022-05-17 17:24:56.231198372 +0200
+++ /var/tmp/diff_new_pack.rRC9Lp/_new  2022-05-17 17:24:56.231198372 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tcd
 #
-# Copyright (c) 2014 SUSE LINUX Products 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,17 +12,17 @@
 # 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:           tcd
-Summary:        Ncurses-based CD-DA player
-License:        GPL-2.0+
-Group:          Productivity/Multimedia/Sound/Players
 Version:        2.2.0
 Release:        0
-Url:            http://nongnu.org/tcd/
+Summary:        Ncurses-based CD-DA player
+License:        GPL-2.0-or-later
+Group:          Productivity/Multimedia/Sound/Players
+URL:            http://nongnu.org/tcd/
 
 #DL-URL:       http://download.savannah.gnu.org/releases/tcd/
 Source:         
http://download.savannah.gnu.org/releases/tcd/%name-%version.tar.bz2
@@ -30,30 +30,27 @@
 Source3:        %name.keyring
 Patch1:         tcd-linkorder.diff
 Patch2:         tcd-discid.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf >= 2.67
 BuildRequires:  automake
-BuildRequires:  libSDL-devel >= 1.2.0
 BuildRequires:  ncurses-devel
+BuildRequires:  pkgconfig(sdl)
 
 %description
 tcd is a tiny cd player for a text terminal. It uses ncurses for
 drawing and SDL for playing audio CDs.
 
 %prep
-%setup -q
-%patch -P 1 -P 2 -p1
+%autosetup -p1
 
 %build
 autoreconf -fi
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
-make install DESTDIR="%buildroot"
+%make_install
 
 %files
-%defattr(-,root,root)
 %_bindir/tcd
 %_mandir/man1/tcd*
 %doc COPYING

Reply via email to