Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package utsushi for openSUSE:Factory checked 
in at 2022-02-05 23:23:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/utsushi (Old)
 and      /work/SRC/openSUSE:Factory/.utsushi.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "utsushi"

Sat Feb  5 23:23:24 2022 rev:5 rq:951788 version:1638580181.839d06a

Changes:
--------
--- /work/SRC/openSUSE:Factory/utsushi/utsushi.changes  2021-06-24 
18:23:13.956960041 +0200
+++ /work/SRC/openSUSE:Factory/.utsushi.new.1898/utsushi.changes        
2022-02-05 23:24:38.603325459 +0100
@@ -1,0 +2,9 @@
+Fri Feb  4 17:43:50 UTC 2022 - Jan Baier <jba...@suse.com>
+
+- Update to version 1638580181.839d06a:
+  * Trim trailing junk from the SANE version instead
+  * Trim trailing junk from the SANE revision
+  * CI: Switch from Devuan's beowulf to chimaera
+- add 0004-change-sane-version-check.patch as a workaround for #108
+
+-------------------------------------------------------------------

Old:
----
  utsushi-1623553580.85d9379.obscpio

New:
----
  0004-change-sane-version-check.patch
  utsushi-1638580181.839d06a.obscpio

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

Other differences:
------------------
++++++ utsushi.spec ++++++
--- /var/tmp/diff_new_pack.AFCe0D/_old  2022-02-05 23:24:39.451319660 +0100
+++ /var/tmp/diff_new_pack.AFCe0D/_new  2022-02-05 23:24:39.455319632 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package utsushi
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           utsushi
-Version:        1623553580.85d9379
+Version:        1638580181.839d06a
 Release:        0
 Summary:        Next Generation Image Acquisition Utilities
 License:        GPL-3.0-or-later
@@ -27,6 +27,7 @@
 Patch0:         0001-drivers-avoid-library-version-for-dynamically-loadab.patch
 Patch1:         0002-avoid-version-for-dynamic-libs.patch
 Patch2:         0003-fix-uint-deprecation.patch
+Patch3:         0004-change-sane-version-check.patch
 BuildRequires:  autoconf
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
@@ -73,6 +74,7 @@
 %patch0 -p1
 %patch1
 %patch2
+%patch3
 ./bootstrap
 
 %build

++++++ 0004-change-sane-version-check.patch ++++++
diff --git sane/version.hpp sane/version.hpp
index 11b5f29..512855d 100644
--- sane/version.hpp
+++ sane/version.hpp
@@ -37,7 +37,7 @@ extern "C" {                    // needed until 
sane-backends-1.0.14
 #include <sane/sane.h>
 }
 
-#if !((SANE_MAJOR == SANE_CURRENT_MAJOR) && (SANE_MINOR == 0))
+#if !(SANE_MAJOR == SANE_CURRENT_MAJOR)
 #error "SANE installation violates versioning portability constraints."
 #endif
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.AFCe0D/_old  2022-02-05 23:24:39.519319194 +0100
+++ /var/tmp/diff_new_pack.AFCe0D/_new  2022-02-05 23:24:39.523319167 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://gitlab.com/utsushi/utsushi</param>
-              <param 
name="changesrevision">c316eb0d182c6d4bae0af157395cf44368dbd8f6</param></service></servicedata>
+              <param 
name="changesrevision">839d06a5a80b353cb604eb9f7d352a1648ab1fdf</param></service></servicedata>
 (No newline at EOF)
 

++++++ utsushi-1623553580.85d9379.obscpio -> utsushi-1638580181.839d06a.obscpio 
++++++
/work/SRC/openSUSE:Factory/utsushi/utsushi-1623553580.85d9379.obscpio 
/work/SRC/openSUSE:Factory/.utsushi.new.1898/utsushi-1638580181.839d06a.obscpio 
differ: char 48, line 1

++++++ utsushi.obsinfo ++++++
--- /var/tmp/diff_new_pack.AFCe0D/_old  2022-02-05 23:24:39.567318866 +0100
+++ /var/tmp/diff_new_pack.AFCe0D/_new  2022-02-05 23:24:39.571318839 +0100
@@ -1,6 +1,6 @@
 name: utsushi
-version: 1623553580.85d9379
-mtime: 1623553580
-commit: 85d9379250db0cb3960d283a8886824680d4d314
+version: 1638580181.839d06a
+mtime: 1638580181
+commit: 839d06a5a80b353cb604eb9f7d352a1648ab1fdf
 
 

Reply via email to