Hello community,

here is the log from the commit of package plib for openSUSE:Factory checked in 
at 2019-11-30 10:38:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plib (Old)
 and      /work/SRC/openSUSE:Factory/.plib.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plib"

Sat Nov 30 10:38:30 2019 rev:4 rq:751734 version:1.8.5+svn.2173

Changes:
--------
--- /work/SRC/openSUSE:Factory/plib/plib.changes        2017-11-30 
12:46:13.776090476 +0100
+++ /work/SRC/openSUSE:Factory/.plib.new.26869/plib.changes     2019-11-30 
10:40:25.740150225 +0100
@@ -1,0 +2,6 @@
+Thu Nov 28 14:09:47 UTC 2019 - Luigi Baldoni <aloi...@gmx.com>
+
+- Fix factory build
+- Spec cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plib.spec ++++++
--- /var/tmp/diff_new_pack.j4u1jR/_old  2019-11-30 10:40:27.284150040 +0100
+++ /var/tmp/diff_new_pack.j4u1jR/_new  2019-11-30 10:40:27.308150037 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plib
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        1.8.5+svn.2173
 Release:        0
 Summary:        A collection of game libraries
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://plib.sourceforge.net/
+URL:            http://plib.sourceforge.net/
 Source:         %{name}-%{version}.tar.xz
 Source99:       %{name}-rpmlintrc
 # PATCH-FEATURE-UPSTREAM -- https://sourceforge.net/p/plib/bugs/40/
@@ -35,8 +35,9 @@
 Patch3:         plib-1.8.5-CVE-2012-4552.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gl)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(x11)
 
 %description
 Plib contains a selection of libraries that can be helpful for 3D game
@@ -87,26 +88,20 @@
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libplib0 -p /sbin/ldconfig
 %postun -n libplib0 -p /sbin/ldconfig
 
 %files -n libplib0
-%defattr(-,root,root)
-%doc ChangeLog KNOWN_BUGS
-%if 0%{?suse_version} > 1320
 %license AUTHORS COPYING
-%else
-%doc AUTHORS COPYING
-%endif
-%{_libdir}/*.so.*
+%doc ChangeLog KNOWN_BUGS
+%{_libdir}/libplib*.so.*
 
 %files devel
-%defattr(-,root,root)
 %doc NOTICE README README.GLUT
 %{_includedir}/plib
-%{_libdir}/*.so
+%{_libdir}/libplib*.so
 
 %changelog


Reply via email to