Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fltk for openSUSE:Factory checked in at 2021-10-23 00:50:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fltk (Old) and /work/SRC/openSUSE:Factory/.fltk.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fltk" Sat Oct 23 00:50:29 2021 rev:44 rq:926571 version:1.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/fltk/fltk.changes 2021-04-24 23:07:23.567245448 +0200 +++ /work/SRC/openSUSE:Factory/.fltk.new.1890/fltk.changes 2021-10-23 00:50:49.173127465 +0200 @@ -1,0 +2,7 @@ +Wed Oct 20 15:35:37 UTC 2021 - pgaj...@suse.com + +- fix shlib-policy-name-error [bsc#1191754] +- modified sources + % baselibs.conf + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fltk.spec ++++++ --- /var/tmp/diff_new_pack.VuBOm1/_old 2021-10-23 00:50:49.917127633 +0200 +++ /var/tmp/diff_new_pack.VuBOm1/_new 2021-10-23 00:50:49.921127634 +0200 @@ -16,6 +16,7 @@ # +%define libname libfltk1_3 Name: fltk Version: 1.3.5 Release: 0 @@ -51,7 +52,7 @@ %package devel Summary: Development files for the FLTK GUI toolkit Group: Development/Libraries/C and C++ -Requires: libfltk1 = %{version} +Requires: %{libname} = %{version} Requires: pkgconfig(gl) Requires: pkgconfig(x11) Provides: fltk = %{version} @@ -62,12 +63,12 @@ OpenGL, and Microsoft Windows NT 4.0, 95, or 98. The installation of this package requires a 3D library such as Mesa. -%package -n libfltk1 +%package -n %{libname} Summary: The FLTK GUI toolkit library Group: System/Libraries Obsoletes: fltk < 1.3.2 -%description -n libfltk1 +%description -n %{libname} The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a C++ graphical user interface toolkit for the X Window System, OpenGL, and Microsoft Windows NT 4.0, 95, or 98. The @@ -76,8 +77,8 @@ %package devel-static Summary: Static libraries for the FLTK GUI toolkit Group: Development/Libraries/C and C++ +Requires: %{libname} = %{version} Requires: fltk-devel = %{version} -Requires: libfltk1 = %{version} %description devel-static The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a C++ @@ -97,9 +98,9 @@ %configure \ --enable-shared \ --enable-threads -make %{?_smp_mflags} +%make_build cd documentation -make html %{?_smp_mflags} +%make_build html %install make install libdir=%{buildroot}%{_libdir}/ \ @@ -109,8 +110,8 @@ mandir=%{buildroot}%{_mandir} STRIP=true rm -r %{buildroot}%{_mandir}/cat* -%post -n libfltk1 -p /sbin/ldconfig -%postun -n libfltk1 -p /sbin/ldconfig +%post -n %{libname} -p /sbin/ldconfig +%postun -n %{libname} -p /sbin/ldconfig %files devel %doc examples makeinclude @@ -120,8 +121,9 @@ %{_includedir}/* %{_bindir}/* -%files -n libfltk1 -%doc CHANGES COPYING README +%files -n %{libname} +%license COPYING +%doc CHANGES README %{_libdir}/*.so.* %files devel-static ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.VuBOm1/_old 2021-10-23 00:50:49.945127639 +0200 +++ /var/tmp/diff_new_pack.VuBOm1/_new 2021-10-23 00:50:49.945127639 +0200 @@ -1,4 +1,4 @@ -libfltk1 +libfltk1_3 fltk-devel requires -fltk-<targettype> - requires "libfltk1-<targettype> = <version>" + requires "libfltk1_3-<targettype> = <version>"