Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libSM for openSUSE:Factory checked 
in at 2023-01-01 09:38:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libSM (Old)
 and      /work/SRC/openSUSE:Factory/.libSM.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libSM"

Sun Jan  1 09:38:17 2023 rev:10 rq:1045902 version:1.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libSM/libSM.changes      2018-10-22 
11:02:30.316318152 +0200
+++ /work/SRC/openSUSE:Factory/.libSM.new.1563/libSM.changes    2023-01-01 
09:38:19.154601525 +0100
@@ -1,0 +2,12 @@
+Fri Dec 23 08:18:44 UTC 2022 - Dirk Müller <[email protected]>
+
+- update to 1.2.4:
+  * Handle arrays too large to fit in iceConn buffers
+  * v2: Raise required libICE version to 1.1.0 to get the updated
+  * IceGetHeaderExtra macro definition needed for this to work correctly.
+  * Fix some potential memory leaks in SmcCloseConnection().
+  * Add uuid as private dependency to sm.pc for static linking
+  * Build xz tarballs instead of bzip2
+  * Fix spelling/wording issues
+
+-------------------------------------------------------------------

Old:
----
  libSM-1.2.3.tar.bz2

New:
----
  libSM-1.2.4.tar.xz

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

Other differences:
------------------
++++++ libSM.spec ++++++
--- /var/tmp/diff_new_pack.ozwxFq/_old  2023-01-01 09:38:19.946605857 +0100
+++ /var/tmp/diff_new_pack.ozwxFq/_new  2023-01-01 09:38:19.954605901 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libSM
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,24 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-Name:           libSM
 %define lname  libSM6
-Version:        1.2.3
+Name:           libSM
+Version:        1.2.4
 Release:        0
 Summary:        X Session Management library
 License:        MIT
 Group:          Development/Libraries/C and C++
-Url:            http://xorg.freedesktop.org/
-
+URL:            https://xorg.freedesktop.org/
 #Git-Clone:    git://anongit.freedesktop.org/xorg/lib/libSM
 #Git-Web:      http://cgit.freedesktop.org/xorg/lib/libSM/
-Source:         
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+Source:         
https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:    autoconf >= 2.60, automake, libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(ice) >= 1.0.5
@@ -49,14 +47,14 @@
 be restarted at a later time and resume its operation as if it had
 never been terminated.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        X Session Management library
 # O/P added for 12.2
 Group:          System/Libraries
-Provides:       xorg-x11-libSM = 7.6_%version-%release
-Obsoletes:      xorg-x11-libSM < 7.6_%version-%release
+Provides:       xorg-x11-libSM = 7.6_%{version}-%{release}
+Obsoletes:      xorg-x11-libSM < 7.6_%{version}-%{release}
 
-%description -n %lname
+%description -n %{lname}
 The X Session Management Protocol provides a uniform mechanism for
 users to save and restore their sessions. A session is a group of X
 clients (programs), each of which has a particular state. The session
@@ -70,10 +68,10 @@
 %package devel
 Summary:        Development files for the X Session Management library
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       %{lname} = %{version}
 # O/P added for 12.2
-Provides:       xorg-x11-libSM-devel = 7.6_%version-%release
-Obsoletes:      xorg-x11-libSM-devel < 7.6_%version-%release
+Provides:       xorg-x11-libSM-devel = 7.6_%{version}-%{release}
+Obsoletes:      xorg-x11-libSM-devel < 7.6_%{version}-%{release}
 
 %description devel
 The X Session Management Protocol provides a uniform mechanism for
@@ -87,32 +85,31 @@
 never been terminated.
 
 This package contains the development headers for the library found
-in %lname.
+in %{lname}.
 
 %prep
 %setup -q
 
 %build
-%configure --docdir=%_docdir/%name --disable-static
-make %{?_smp_mflags}
+%configure --docdir=%{_docdir}/%{name} --disable-static
+%make_build
 
 %install
-make install DESTDIR="%buildroot"
-rm -f "%buildroot/%_libdir"/*.la
-
-%post -n %lname -p /sbin/ldconfig
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
-%defattr(-,root,root)
-%_libdir/libSM.so.6*
+%files -n %{lname}
+%{_libdir}/libSM.so.6*
 
 %files devel
-%defattr(-,root,root)
-%_includedir/X11/*
-%_libdir/libSM.so
-%_libdir/pkgconfig/sm.pc
-%_docdir/%name
+%license COPYING
+%doc README.md
+%{_includedir}/X11/*
+%{_libdir}/libSM.so
+%{_libdir}/pkgconfig/sm.pc
+%{_docdir}/%{name}
 
 %changelog

Reply via email to