Hello community, here is the log from the commit of package libsoc for openSUSE:Factory checked in at 2020-02-05 19:41:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsoc (Old) and /work/SRC/openSUSE:Factory/.libsoc.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsoc" Wed Feb 5 19:41:33 2020 rev:3 rq:769694 version:0.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libsoc/libsoc.changes 2017-02-03 17:48:32.928624802 +0100 +++ /work/SRC/openSUSE:Factory/.libsoc.new.26092/libsoc.changes 2020-02-05 19:41:36.863265191 +0100 @@ -1,0 +2,5 @@ +Mon Feb 3 15:46:58 UTC 2020 - Martin Pluskal <[email protected]> + +- Modernise spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsoc.spec ++++++ --- /var/tmp/diff_new_pack.uHntvW/_old 2020-02-05 19:41:37.459265476 +0100 +++ /var/tmp/diff_new_pack.uHntvW/_new 2020-02-05 19:41:37.479265485 +0100 @@ -1,7 +1,7 @@ # # spec file for package libsoc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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,9 +21,9 @@ Version: 0.8.2 Release: 0 Summary: C library for interfacing with common SoC peripherals -License: LGPL-2.1 +License: LGPL-2.1-only Group: Development/Libraries/C and C++ -Url: https://jackmitch.github.io/libsoc/ +URL: https://jackmitch.github.io/libsoc/ Source0: https://github.com/jackmitch/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake @@ -85,7 +85,7 @@ This package contains development files for %{name}. %prep -%setup -q +%autosetup %build autoreconf -fiv @@ -93,7 +93,7 @@ --enable-python=3 \ --enable-static=no \ --with-board-configs -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -104,22 +104,18 @@ %postun -n %{name}%{sover} -p /sbin/ldconfig %files -n %{name}%{sover} -%defattr(-,root,root) -%doc LICENCE +%license LICENCE %{_libdir}/%{name}.so.%{sover}* %files -n %{name}-common -%defattr(-,root,root) %{_datadir}/%{name} %files devel -%defattr(-,root,root) %{_includedir}/%{name}*.h %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc %files -n python3-%{name} -%defattr(-,root,root) %{python3_sitearch}/* %changelog
