Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package target-isns for openSUSE:Factory 
checked in at 2026-02-17 16:49:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/target-isns (Old)
 and      /work/SRC/openSUSE:Factory/.target-isns.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "target-isns"

Tue Feb 17 16:49:18 2026 rev:13 rq:1333440 version:v0.6.8+11.8a2bdcc

Changes:
--------
--- /work/SRC/openSUSE:Factory/target-isns/target-isns.changes  2024-02-16 
21:41:55.160755733 +0100
+++ /work/SRC/openSUSE:Factory/.target-isns.new.1977/target-isns.changes        
2026-02-17 16:51:20.409445321 +0100
@@ -1,0 +2,12 @@
+Thu Feb 12 17:51:04 UTC 2026 - Lee Duncan <[email protected]>
+
+- Update to version v0.6.8+11.8a2bdcc:
+  * replaces previous tarball
+  * Fix compiler warning. (fixes factory issue)
+  * Update cmake minimum version.
+  * Fix CMake warnings about min version required.
+  * removes need for target-isns-handle-newer-cmake.patch,
+    since updated code includes similar changes
+  * SPEC file updated to use %autosetup macro
+
+-------------------------------------------------------------------
@@ -221 +232,0 @@
--------------------------------------------------------------------

Old:
----
  target-isns-handle-newer-cmake.patch
  target-isns-v0.6.8+2.f9922c2be69e.tar.xz

New:
----
  target-isns-v0.6.8+11.8a2bdcc.tar.xz

----------(Old B)----------
  Old:  * Fix CMake warnings about min version required.
  * removes need for target-isns-handle-newer-cmake.patch,
    since updated code includes similar changes
----------(Old E)----------

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

Other differences:
------------------
++++++ target-isns.spec ++++++
--- /var/tmp/diff_new_pack.qVtWcX/_old  2026-02-17 16:51:21.813504005 +0100
+++ /var/tmp/diff_new_pack.qVtWcX/_new  2026-02-17 16:51:21.817504171 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package target-isns
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,10 +20,9 @@
 Summary:        Supplies iSNS support for Linux kernel target
 License:        GPL-2.0-or-later
 Group:          System/Kernel
-Version:        v0.6.8+2.f9922c2be69e
+Version:        v0.6.8+11.8a2bdcc
 Release:        0
 Source:         %{name}-%{version}.tar.xz
-Patch1:         %{name}-handle-newer-cmake.patch
 URL:            https://github.com/open-iscsi/target-isns
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
@@ -45,8 +44,7 @@
 iSNS server.
 
 %prep
-%setup -n %{name}-%{version}
-%patch -p1 -P 1
+%autosetup -p1 -n %{name}-%{version}
 
 %build
 %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.qVtWcX/_old  2026-02-17 16:51:21.881506846 +0100
+++ /var/tmp/diff_new_pack.qVtWcX/_new  2026-02-17 16:51:21.889507181 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">https://github.com/open-iscsi/target-isns.git</param>
-          <param 
name="changesrevision">3d0c47dd89bcf83d828bcc22ecaaa5f58d78b58e</param></service></servicedata>
+          <param 
name="changesrevision">8a2bdcc9ea9fd7032a6b38afe2dff1773eb742d6</param></service></servicedata>
 (No newline at EOF)
 

++++++ target-isns-v0.6.8+2.f9922c2be69e.tar.xz -> 
target-isns-v0.6.8+11.8a2bdcc.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/target-isns-v0.6.8+2.f9922c2be69e/.gitignore 
new/target-isns-v0.6.8+11.8a2bdcc/.gitignore
--- old/target-isns-v0.6.8+2.f9922c2be69e/.gitignore    2020-06-03 
23:04:35.000000000 +0200
+++ new/target-isns-v0.6.8+11.8a2bdcc/.gitignore        1970-01-01 
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-*.a
-*.c.o
-*.cmake
-*.make
-CMakeFiles/
-Makefile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/target-isns-v0.6.8+2.f9922c2be69e/CHANGELOG.md 
new/target-isns-v0.6.8+11.8a2bdcc/CHANGELOG.md
--- old/target-isns-v0.6.8+2.f9922c2be69e/CHANGELOG.md  2020-06-03 
23:04:35.000000000 +0200
+++ new/target-isns-v0.6.8+11.8a2bdcc/CHANGELOG.md      2026-01-30 
18:49:47.000000000 +0100
@@ -5,6 +5,9 @@
 and this project adheres to [Semantic 
Versioning](http://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+### Fixed
+- Fix warnings about CMake cmake_minimum_required() location
+  and version number.
 
 ## [0.6.8] - 2020-05-08
 ### Fixed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/target-isns-v0.6.8+2.f9922c2be69e/CMakeLists.txt 
new/target-isns-v0.6.8+11.8a2bdcc/CMakeLists.txt
--- old/target-isns-v0.6.8+2.f9922c2be69e/CMakeLists.txt        2020-06-03 
23:04:35.000000000 +0200
+++ new/target-isns-v0.6.8+11.8a2bdcc/CMakeLists.txt    2026-01-30 
18:49:47.000000000 +0100
@@ -5,10 +5,11 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
+cmake_minimum_required(VERSION 3.10)
+
 project(target-isns "C")
 set(TARGET_ISNS_VERSION "0.6.8")
 
-cmake_minimum_required(VERSION 3.1)
 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror")
 
 option(SUPPORT_SYSTEMD "Support service control via systemd" OFF)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/target-isns-v0.6.8+2.f9922c2be69e/src/configfs.c 
new/target-isns-v0.6.8+11.8a2bdcc/src/configfs.c
--- old/target-isns-v0.6.8+2.f9922c2be69e/src/configfs.c        2020-06-03 
23:04:35.000000000 +0200
+++ new/target-isns-v0.6.8+11.8a2bdcc/src/configfs.c    2026-01-30 
18:49:47.000000000 +0100
@@ -238,7 +238,7 @@
        return tpg;
 }
 
-static int get_portal(const char *str, int *af, char *ip_addr, uint16_t *port)
+static int get_portal(char *str, int *af, char *ip_addr, uint16_t *port)
 {
        uint8_t addr[sizeof(struct in6_addr)];
        char *p = strrchr(str, ':');

Reply via email to