Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libLASi for openSUSE:Factory checked 
in at 2022-08-07 18:34:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libLASi (Old)
 and      /work/SRC/openSUSE:Factory/.libLASi.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libLASi"

Sun Aug  7 18:34:00 2022 rev:12 rq:993556 version:1.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libLASi/libLASi.changes  2021-06-05 
23:32:08.760502017 +0200
+++ /work/SRC/openSUSE:Factory/.libLASi.new.1521/libLASi.changes        
2022-08-07 18:34:09.601193009 +0200
@@ -1,0 +2,7 @@
+Sat Aug  6 19:21:57 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Disable RPATH when building libLASi. The option adds a bogus
+  RUNPATH entry to the library.
+- Spec cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libLASi.spec ++++++
--- /var/tmp/diff_new_pack.g3IKJK/_old  2022-08-07 18:34:10.089194428 +0200
+++ /var/tmp/diff_new_pack.g3IKJK/_new  2022-08-07 18:34:10.093194440 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libLASi
 #
-# Copyright (c) 2019 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
@@ -23,7 +23,7 @@
 Summary:        Library to write UTF-8 strings to Postscript stream
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-URL:            http://unifont.org/lasi/
+URL:            https://unifont.org/lasi/
 Source:         http://download.sourceforge.net/lasi/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM libLASi-link_gobject2.patch aloi...@gmx.com -- 
self-explanatory
 Patch0:         libLASi-link_gobject2.patch
@@ -109,8 +109,10 @@
 %build
 %cmake \
   -DCMAKE_BUILD_TYPE=Release \
-  -Ddocdir=%{_defaultdocdir}/%{name}-%{version}
-make %{?_smp_mflags}
+  -Ddocdir=%{_defaultdocdir}/%{name}-%{version} \
+  -DUSE_RPATH=OFF
+
+%cmake_build
 
 %install
 %cmake_install
@@ -120,11 +122,7 @@
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n %{name}%{sover}
-%if 0%{?suse_version} > 1315
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS ChangeLog.* NEWS README README.release
 %{_libdir}/%{name}.so.%{sover}*
 

Reply via email to