Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkdumpfile for openSUSE:Factory 
checked in at 2023-04-28 16:23:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkdumpfile (Old)
 and      /work/SRC/openSUSE:Factory/.libkdumpfile.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkdumpfile"

Fri Apr 28 16:23:53 2023 rev:21 rq:1083467 version:0.5.1+git3.g97c716a

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkdumpfile/libkdumpfile.changes        
2023-03-02 23:04:00.287958268 +0100
+++ /work/SRC/openSUSE:Factory/.libkdumpfile.new.1533/libkdumpfile.changes      
2023-04-28 16:25:03.938604650 +0200
@@ -1,0 +2,11 @@
+Fri Apr 21 07:43:17 UTC 2023 - Petr Tesařík <p...@tesarici.cz>
+
+- Remove compatibility with SLE12 before SP3.
+
+-------------------------------------------------------------------
+Thu Apr 20 15:00:13 UTC 2023 - Petr Tesařík <p...@tesarici.cz>
+
+- Fix build for SLE12 (no libzstd).
+- Remove pre-SLE12 compatibility.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libkdumpfile.spec ++++++
--- /var/tmp/diff_new_pack.NBk4rR/_old  2023-04-28 16:25:05.102611445 +0200
+++ /var/tmp/diff_new_pack.NBk4rR/_new  2023-04-28 16:25:05.146611701 +0200
@@ -21,11 +21,11 @@
 
 %{!?make_install:%define make_install make install DESTDIR=%{?buildroot}}
 
-%if 0%{!?have_snappy:1}
-%if 0%{?suse_version} >= 1310
-%define have_snappy 1
+%if 0%{!?have_zstd:1}
+%if 0%{?sle_version} >= 152000 || 0%{?suse_version} > 1500
+%define have_zstd 1
 %else
-%define have_snappy 0
+%define have_zstd 0
 %endif
 %endif
 
@@ -63,21 +63,17 @@
 Source:         %{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  binutils-devel
 BuildRequires:  libtool
+%if %{have_zstd}
 BuildRequires:  libzstd-devel
+%endif
+BuildRequires:  %{python_module devel}
 BuildRequires:  lzo-devel
 BuildRequires:  pkgconfig
+BuildRequires:  snappy-devel
 BuildRequires:  zlib-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} < 1030
-BuildRequires:  binutils
-%else
-BuildRequires:  binutils-devel
-%endif
-BuildRequires:  %{python_module devel}
-%if %{have_snappy}
-BuildRequires:  snappy-devel
-%endif
 %ifpython2
 Provides:       %{oldpython}-libaddrxlat = %{version}-%{release}
 Obsoletes:      %{oldpython}-libaddrxlat < %{version}-%{release}
@@ -162,18 +158,6 @@
 This package contains all necessary include files and libraries needed
 to develop applications that require libaddrxlat.
 
-# Compatibility cruft
-# there is no %%license prior to SLE12
-%if %{undefined _defaultlicensedir}
-%define license %doc
-%else
-# filesystem before SLE12 SP3 lacks /usr/share/licenses
-%if 0%(test ! -d %{_defaultlicensedir} && echo 1)
-%define _defaultlicensedir %{_defaultdocdir}
-%endif
-%endif
-# End of compatibility cruft
-
 %prep
 %setup -q
 %autopatch -p1

Reply via email to