Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnucobol for openSUSE:Factory 
checked in at 2026-02-16 13:08:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnucobol (Old)
 and      /work/SRC/openSUSE:Factory/.gnucobol.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnucobol"

Mon Feb 16 13:08:34 2026 rev:2 rq:1332898 version:3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnucobol/gnucobol.changes        2026-02-03 
21:31:56.581773856 +0100
+++ /work/SRC/openSUSE:Factory/.gnucobol.new.1977/gnucobol.changes      
2026-02-16 13:14:06.429972142 +0100
@@ -1,0 +2,6 @@
+Fri Feb  6 16:42:32 UTC 2026 - Sarah Kriesch <[email protected]>
+
+- Extension of build options --with-curses and --with-json
+- Fix warnings
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnucobol.spec ++++++
--- /var/tmp/diff_new_pack.T6RAdz/_old  2026-02-16 13:14:08.230046864 +0100
+++ /var/tmp/diff_new_pack.T6RAdz/_new  2026-02-16 13:14:08.230046864 +0100
@@ -50,6 +50,7 @@
 # esql
 BuildRequires:  unixODBC-devel
 BuildRequires:  gcc-c++
+Requires:       gcc
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
 Provides:       gnu-cobol = %{version}
@@ -83,7 +84,7 @@
 License:        GPL-3.0-or-later AND LGPL-3.0-or-later
 
 %description -n esql
-Esql provides the possibility to use Cobol code in combination with databases.
+Provides the possibility to use Cobol code in combination with databases.
 
 %package -n esql-devel
 Summary:        Devel package for ESQL
@@ -91,7 +92,7 @@
 Requires:       unixODBC
 
 %description -n esql-devel
-Devel package for ESQL for GnuCOBOL
+ESQL Devel package for GnuCOBOL
 
 %prep
 %autosetup -p1 -n %{name}-%{version}
@@ -106,8 +107,8 @@
 %configure \
         --with-db \
         --with-xml2 \
-        --with-curses \
-        --with-json \
+        --with-curses=ncursesw \
+        --with-json=json-c \
         --enable-hardening \
         --enable-static=no
 %make_build
@@ -152,7 +153,14 @@
 %{_libdir}/libcob.so
 %dir %{_libdir}/gnucobol/
 %{_libdir}/gnucobol/CBL_OC_DUMP.so
-%{_includedir}/*
+%{_includedir}/libcob.h
+%dir %{_includedir}/libcob
+%{_includedir}/libcob/cobgetopt.h
+%{_includedir}/libcob/common.h
+%{_includedir}/libcob/exception-io.def
+%{_includedir}/libcob/exception.def
+%{_includedir}/libcob/statement.def
+%{_includedir}/libcob/version.h
 %{_mandir}/man1/cob-config.1%{ext_info}
 %{_mandir}/man1/cobc.1%{ext_info}
 %{_mandir}/man1/cobcrun.1%{ext_info}

Reply via email to