Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libpanel for openSUSE:Factory 
checked in at 2024-02-06 16:35:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpanel (Old)
 and      /work/SRC/openSUSE:Factory/.libpanel.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpanel"

Tue Feb  6 16:35:47 2024 rev:6 rq:1144551 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpanel/libpanel.changes        2023-09-20 
13:23:22.330140633 +0200
+++ /work/SRC/openSUSE:Factory/.libpanel.new.1815/libpanel.changes      
2024-02-06 16:36:31.135325214 +0100
@@ -1,0 +2,7 @@
+Mon Feb  5 08:44:07 UTC 2024 - Yifan Jiang <yfji...@suse.com>
+
+- Choose higher gcc version to build on SLE and Leap 15.
+- Update the name of libpanel-1-1 to be compliant with:
+  https://en.opensuse.org/openSUSE:Shared_library_packaging_policy
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libpanel.spec ++++++
--- /var/tmp/diff_new_pack.HfHA3T/_old  2024-02-06 16:36:31.639343447 +0100
+++ /var/tmp/diff_new_pack.HfHA3T/_new  2024-02-06 16:36:31.639343447 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define libname %{name}1-1
+%define libname %{name}-1-1
 
 Name:           libpanel
 Version:        1.4.0
@@ -26,6 +26,10 @@
 URL:            https://gitlab.gnome.org/GNOME/libpanel
 Source:         
https://download.gnome.org/sources/%{name}/1.4/%{name}-%{version}.tar.xz
 
+%if 0%{?sle_version} && 0%{?sle_version} < 160000
+BuildRequires:  gcc13
+BuildRequires:  gcc13-c++
+%endif
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0)
@@ -41,6 +45,8 @@
 %package -n     %{libname}
 Summary:        Shared library files for %{name}
 Provides:       %{name} = %{version}
+Provides:       %{name}1-1
+Obsoletes:      %{name}1-1
 
 %description -n %{libname}
 The %{libname} package contains shared libraries %{name}.
@@ -66,6 +72,9 @@
 %autosetup -p1
 
 %build
+%if 0%{?sle_version} && 0%{?sle_version} < 160000
+export CC=gcc-13
+%endif
 %meson \
        -D docs=disabled \
        %{nil}

Reply via email to