Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnu-cobol for openSUSE:Factory checked in at 2023-08-02 16:50:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnu-cobol (Old) and /work/SRC/openSUSE:Factory/.gnu-cobol.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnu-cobol" Wed Aug 2 16:50:40 2023 rev:4 rq:1101916 version:3.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gnu-cobol/gnu-cobol.changes 2021-04-22 18:04:53.882592256 +0200 +++ /work/SRC/openSUSE:Factory/.gnu-cobol.new.22712/gnu-cobol.changes 2023-08-02 16:52:19.122178915 +0200 @@ -1,0 +2,6 @@ +Sat Jul 15 18:11:27 UTC 2023 - Sarah Kriesch <sarah.krie...@opensuse.org> + +- Move libcob-devel files to gnucobol.lang because libcob.h can not be found + (boo#1209438) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnu-cobol.spec ++++++ --- /var/tmp/diff_new_pack.1q0YYR/_old 2023-08-02 16:52:19.766182806 +0200 +++ /var/tmp/diff_new_pack.1q0YYR/_new 2023-08-02 16:52:19.774182854 +0200 @@ -42,12 +42,15 @@ Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} Provides: opencobol = %{version} +Provides: libcob-devel = %{version} +Obsoletes: libcob-devel <= 3.1.2 %description GnuCOBOL (formerly OpenCOBOL) is a COBOL compiler. cobc translates COBOL to executable using intermediate C sources, providing full access to nearly all C libraries. + %package -n libcob%{sover} Summary: GnuCOBOL shared library License: LGPL-3.0-or-later @@ -58,16 +61,6 @@ cobc translates COBOL to executable using intermediate C sources, providing full access to nearly all C libraries. -%package -n libcob-devel -Summary: Include files for the GnuCOBOL shared library -License: LGPL-3.0-or-later -Group: Development/Languages/Other -Requires: libcob%{sover} = %{version} - -%description -n libcob-devel -GnuCOBOL (formerly OpenCOBOL) is a COBOL compiler. -cobc translates COBOL to executable using intermediate C sources, -providing full access to nearly all C libraries. %prep %autosetup -p1 -n gnucobol-%{version} @@ -104,6 +97,9 @@ %{_datadir}/gnucobol %{_infodir}/gnucobol.info%{?ext_info} %{_libdir}/gnucobol +%{_libdir}/libcob.so +%{_includedir}/libcob.h +%{_includedir}/libcob %{_mandir}/man1/cob-config.1%{ext_info} %{_mandir}/man1/cobc.1%{ext_info} %{_mandir}/man1/cobcrun.1%{ext_info} @@ -112,9 +108,5 @@ %license COPYING.LESSER %{_libdir}/libcob.so.%{sover}* -%files -n libcob-devel -%{_includedir}/libcob.h -%{_includedir}/libcob -%{_libdir}/libcob.so %changelog