Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gammu for openSUSE:Factory checked in at 2025-01-17 18:43:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gammu (Old) and /work/SRC/openSUSE:Factory/.gammu.new.5589 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gammu" Fri Jan 17 18:43:48 2025 rev:56 rq:1238511 version:1.42.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gammu/gammu.changes 2022-06-20 15:39:23.427045079 +0200 +++ /work/SRC/openSUSE:Factory/.gammu.new.5589/gammu.changes 2025-01-17 18:44:07.817751387 +0100 @@ -1,0 +2,7 @@ +Thu Dec 26 10:11:37 UTC 2024 - Ana Guerrero <[email protected]> + +- Disable test_sql_time to prevent Gammu from being removed. This + allows the package to remain available a bit longer. + Add patch 0002-disable-test_sql_time.patch + +------------------------------------------------------------------- New: ---- 0002-disable-test_sql_time.patch BETA DEBUG BEGIN: New: allows the package to remain available a bit longer. Add patch 0002-disable-test_sql_time.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gammu.spec ++++++ --- /var/tmp/diff_new_pack.HPOEv8/_old 2025-01-17 18:44:08.597783638 +0100 +++ /var/tmp/diff_new_pack.HPOEv8/_new 2025-01-17 18:44:08.601783803 +0100 @@ -1,7 +1,7 @@ # # spec file for package gammu # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ Patch4: 0001-Docs-Adjust-attributes-order-to-avoid-bugs-in-breath.patch Patch5: harden_gammu-smsd.service.patch Patch6: 0001-Fix-buffer-overflow-in-Backup.Creator.patch +Patch7: 0002-disable-test_sql_time.patch BuildRequires: cmake >= 2.8 BuildRequires: doxygen BuildRequires: gettext ++++++ 0002-disable-test_sql_time.patch ++++++ --- gammu-1.42.0/tests/atgen/CMakeLists.txt.orig 2024-12-26 11:30:28.718346469 +0100 +++ gammu-1.42.0/tests/atgen/CMakeLists.txt 2024-12-26 11:30:43.721800544 +0100 @@ -45,9 +45,9 @@ atgen_test(get-sms-location) atgen_test(get-sms) -if (HAVE_MYSQL_MYSQL_H OR LIBDBI_FOUND OR HAVE_POSTGRESQL_LIBPQ_FE_H OR ODBC_FOUND) -smsd_test(test_sql_time) -endif (HAVE_MYSQL_MYSQL_H OR LIBDBI_FOUND OR HAVE_POSTGRESQL_LIBPQ_FE_H OR ODBC_FOUND) +#if (HAVE_MYSQL_MYSQL_H OR LIBDBI_FOUND OR HAVE_POSTGRESQL_LIBPQ_FE_H OR ODBC_FOUND) +#smsd_test(test_sql_time) +#endif (HAVE_MYSQL_MYSQL_H OR LIBDBI_FOUND OR HAVE_POSTGRESQL_LIBPQ_FE_H OR ODBC_FOUND) smsd_test(smsd-incoming-cds) smsd_test(smsd-cancel-call)
