Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mhvtl for openSUSE:Factory checked in at 2025-05-13 20:07:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mhvtl (Old) and /work/SRC/openSUSE:Factory/.mhvtl.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mhvtl" Tue May 13 20:07:36 2025 rev:23 rq:1277102 version:1.72_release+2.94d8d07c8d71 Changes: -------- --- /work/SRC/openSUSE:Factory/mhvtl/mhvtl.changes 2025-04-20 20:03:37.774232588 +0200 +++ /work/SRC/openSUSE:Factory/.mhvtl.new.30101/mhvtl.changes 2025-05-13 20:07:41.860452454 +0200 @@ -1,0 +2,8 @@ +Mon May 12 14:30:12 UTC 2025 - ldun...@suse.com + +- Update to version 1.72_release+2.94d8d07c8d71: + * mhvtl.ko: Bump version string to account for SPIN_LOCK_ fixes + * mhvtl: kernel: fix build issue if RealTime kernel (which fixes + a OBS build issue for "16.0") + +------------------------------------------------------------------- Old: ---- mhvtl-1.72_release+0.70719883aae2.tar.xz New: ---- mhvtl-1.72_release+2.94d8d07c8d71.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mhvtl.spec ++++++ --- /var/tmp/diff_new_pack.5ED7u6/_old 2025-05-13 20:07:43.896537821 +0200 +++ /var/tmp/diff_new_pack.5ED7u6/_new 2025-05-13 20:07:43.908538324 +0200 @@ -26,7 +26,7 @@ Name: mhvtl URL: http://sites.google.com/site/linuxvtl2/ -Version: 1.72_release+0.70719883aae2 +Version: 1.72_release+2.94d8d07c8d71 Release: 0 Requires: mhvtl-kmp Requires: module-init-tools ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.5ED7u6/_old 2025-05-13 20:07:44.192550232 +0200 +++ /var/tmp/diff_new_pack.5ED7u6/_new 2025-05-13 20:07:44.216551238 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/markh794/mhvtl.git</param> - <param name="changesrevision">70719883aae2b3507fddd36ea73e72cd7fa9fd01</param></service></servicedata> + <param name="changesrevision">94d8d07c8d7177b800f14fd68d10b196d02c0a3e</param></service></servicedata> (No newline at EOF) ++++++ mhvtl-1.72_release+0.70719883aae2.tar.xz -> mhvtl-1.72_release+2.94d8d07c8d71.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mhvtl-1.72_release+0.70719883aae2/kernel/mhvtl.c new/mhvtl-1.72_release+2.94d8d07c8d71/kernel/mhvtl.c --- old/mhvtl-1.72_release+0.70719883aae2/kernel/mhvtl.c 2025-03-10 02:12:54.000000000 +0100 +++ new/mhvtl-1.72_release+2.94d8d07c8d71/kernel/mhvtl.c 2025-05-12 04:53:55.000000000 +0200 @@ -104,9 +104,9 @@ #define VTL_VERSION "1.75" */ #ifndef MHVTL_VERSION -#define MHVTL_VERSION "0.18.34" +#define MHVTL_VERSION "0.18.35" #endif -static const char *mhvtl_version_date = "20250212-0"; +static const char *mhvtl_version_date = "20250512-0"; static const char mhvtl_driver_name[] = "mhvtl"; /* Additional Sense Code (ASC) used */ @@ -1104,7 +1104,7 @@ lu->mhvtl_hba = mhvtl_hba; lu->reset = 0; #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,39) - lu->cmd_list_lock = __SPIN_LOCK_UNLOCKED(lu.cmd_list_lock); + spin_lock_init(&lu->cmd_list_lock); #else lu->cmd_list_lock = SPIN_LOCK_UNLOCKED; #endif