Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lzfse for openSUSE:Factory checked 
in at 2026-06-03 20:21:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lzfse (Old)
 and      /work/SRC/openSUSE:Factory/.lzfse.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lzfse"

Wed Jun  3 20:21:25 2026 rev:6 rq:1356656 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lzfse/lzfse.changes      2020-11-03 
15:15:51.907999594 +0100
+++ /work/SRC/openSUSE:Factory/.lzfse.new.1937/lzfse.changes    2026-06-03 
20:22:21.433026005 +0200
@@ -1,0 +2,10 @@
+Tue Jun  2 08:31:34 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Spec cleanup:
+  * Build the header-only devel subpackage as noarch (fixes the
+    no-binary error)
+  * Add explicit gcc BuildRequires and use %autosetup
+  * Reword the summary so it no longer repeats the package name
+  * Drop obsolete Group tags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lzfse.spec ++++++
--- /var/tmp/diff_new_pack.AD93UE/_old  2026-06-03 20:22:22.597074295 +0200
+++ /var/tmp/diff_new_pack.AD93UE/_new  2026-06-03 20:22:22.601074461 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lzfse
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 Name:           lzfse
 Version:        1.0
 Release:        0
-Summary:        Reference C implementation of the LZFSE compressor
+Summary:        Reference C implementation of the Lempel-Ziv Finite State 
Entropy compressor
 License:        BSD-3-Clause
-Group:          Productivity/Archiving/Compression
 URL:            https://github.com/lzfse/lzfse
 Source:         
https://github.com/lzfse/lzfse/archive/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
+BuildRequires:  gcc
 
 %description
 LZFSE is a Lempel-Ziv style data compression algorithm using Finite State
@@ -32,9 +32,9 @@
 and decompression speed compared to deflate using zlib.
 
 %package devel
-Summary:        Reference C implementation of the LZFSE compressor
-Group:          Development/Libraries/C and C++
+Summary:        Reference C implementation of the Lempel-Ziv Finite State 
Entropy compressor
 Requires:       %{name} = %{version}
+BuildArch:      noarch
 
 %description devel
 LZFSE is a Lempel-Ziv style data compression algorithm using Finite State
@@ -44,7 +44,7 @@
 This package contains devel files.
 
 %prep
-%setup -q -n %{name}-%{name}-%{version}
+%autosetup -n %{name}-%{name}-%{version}
 
 %build
 %cmake \

Reply via email to