Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package SDL_Pango for openSUSE:Factory checked in at 2022-05-19 22:49:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SDL_Pango (Old) and /work/SRC/openSUSE:Factory/.SDL_Pango.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SDL_Pango" Thu May 19 22:49:21 2022 rev:26 rq:977981 version:0.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/SDL_Pango/SDL_Pango.changes 2019-06-12 13:10:54.653029857 +0200 +++ /work/SRC/openSUSE:Factory/.SDL_Pango.new.1538/SDL_Pango.changes 2022-05-19 22:49:33.562353297 +0200 @@ -1,0 +2,7 @@ +Wed May 18 16:00:45 UTC 2022 - Jan Engelhardt <[email protected]> + +- Remove baselibs.conf, nothing appears to be using it. +- Change -devel subpackage to be based on SRPM/project name. +- Use pkgconfig(sdl) to build with sdl12_compat. + +------------------------------------------------------------------- Old: ---- baselibs.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL_Pango.spec ++++++ --- /var/tmp/diff_new_pack.q2VgI6/_old 2022-05-19 22:49:34.958355085 +0200 +++ /var/tmp/diff_new_pack.q2VgI6/_new 2022-05-19 22:49:34.966355096 +0200 @@ -1,7 +1,7 @@ # # spec file for package SDL_Pango # -# 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 @@ -26,7 +26,6 @@ URL: http://sdlpango.sourceforge.net/ #CVS-Clone: -d:pserver:[email protected]:/cvsroot/sdlpango co -P SDL_Pango Source: %name-%version.tar.bz2 -Source2: baselibs.conf Patch1: %name-%version-API-adds.patch BuildRequires: dos2unix BuildRequires: libtool @@ -42,25 +41,22 @@ %package -n %lname Summary: Programming Pango via SDL Group: System/Libraries -Provides: SDL_Pango = %version -Obsoletes: SDL_Pango <= %version %description -n %lname Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the engine to SDL. -%package -n libSDL_Pango-devel -Summary: Include Files and Libraries for SDL_Pango development +%package devel +Summary: Headers for SDL_Pango development Group: Development/Libraries/X11 Requires: %lname = %version -Requires: libSDL-devel -Requires: pkgconfig -Provides: SDL_Pango-devel = %version -Obsoletes: SDL_Pango-devel <= %version - -%description -n libSDL_Pango-devel -This package contains all necessary include files and libraries needed -to develop applications that require these. +Requires: pkgconfig(sdl) +Provides: libSDL_Pango-devel = %version-%release +Obsoletes: libSDL_Pango-devel < %version-%release + +%description devel +This package contains the necessary include files and libraries needed +to develop applications that require SDL_Pango. %prep %autosetup -p1 @@ -69,7 +65,7 @@ %build autoreconf -fiv %configure --disable-static -make %{?_smp_mflags} +%make_build %install %make_install @@ -83,7 +79,7 @@ %doc AUTHORS README %_libdir/libSDL_Pango.so.* -%files -n libSDL_Pango-devel +%files devel %_includedir/SDL_Pango.h %_libdir/pkgconfig/SDL_Pango.pc %_libdir/libSDL_Pango.so
