Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lib3ds for openSUSE:Factory checked 
in at 2021-06-07 22:44:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lib3ds (Old)
 and      /work/SRC/openSUSE:Factory/.lib3ds.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lib3ds"

Mon Jun  7 22:44:55 2021 rev:23 rq:898157 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lib3ds/lib3ds.changes    2019-05-15 
12:33:59.992602005 +0200
+++ /work/SRC/openSUSE:Factory/.lib3ds.new.32437/lib3ds.changes 2021-06-07 
22:45:26.956682585 +0200
@@ -1,0 +2,5 @@
+Mon Jun  7 12:04:27 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Drop --with-pic (no effect with --disable-static)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lib3ds.spec ++++++
--- /var/tmp/diff_new_pack.KpO1WD/_old  2021-06-07 22:45:27.492683490 +0200
+++ /var/tmp/diff_new_pack.KpO1WD/_new  2021-06-07 22:45:27.496683496 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lib3ds
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -21,15 +21,14 @@
 Version:        1.3.0
 Release:        0
 Summary:        Import and Export of Autodesk 3DS Files
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://lib3ds.sourceforge.net
+URL:            http://lib3ds.sourceforge.net
 Source0:        %{name}-%{version}.tar.bz2
 Patch0:         lib3ds-pkgconfig.patch
 Patch1:         lib3ds-mesh.c.patch
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for
@@ -58,35 +57,30 @@
 import and export filters.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1
 
 %build
 autoreconf -fvi
 export CFLAGS="%{optflags}"
 %configure \
     --enable-shared \
-    --disable-static \
-    --with-pic
-make %{?_smp_mflags}
+    --disable-static
+%make_build
 
 %install
 rm -rf examples/.deps
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 mkdir -p %{buildroot}%{_libdir}/pkgconfig/
 install -m644 lib3ds.pc %{buildroot}%{_libdir}/pkgconfig/
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make check %{?_smp_mflags}
+%make_build check
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/lib3ds-1.so.3*
 
 %files devel
-%defattr(-,root,root)
 %doc AUTHORS README COPYING ChangeLog examples
 %dir %{_includedir}/lib3ds
 %{_bindir}/3dsdump

Reply via email to