Hello community, here is the log from the commit of package libatasmart for openSUSE:Factory checked in at 2020-01-18 12:13:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libatasmart (Old) and /work/SRC/openSUSE:Factory/.libatasmart.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libatasmart" Sat Jan 18 12:13:37 2020 rev:23 rq:762173 version:0.19 Changes: -------- --- /work/SRC/openSUSE:Factory/libatasmart/libatasmart.changes 2017-09-29 11:54:14.576476648 +0200 +++ /work/SRC/openSUSE:Factory/.libatasmart.new.26092/libatasmart.changes 2020-01-18 12:13:43.582997177 +0100 @@ -1,0 +2,7 @@ +Sat Jan 4 15:53:10 UTC 2020 - Stefan BrĂ¼ns <[email protected]> + +- Modernize spec file +- Use pkgconfig(libudev) instead of libudev-devel, allows shortcut + via systemd-mini package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libatasmart.spec ++++++ --- /var/tmp/diff_new_pack.ipFkgp/_old 2020-01-18 12:13:44.646997747 +0100 +++ /var/tmp/diff_new_pack.ipFkgp/_new 2020-01-18 12:13:44.650997750 +0100 @@ -1,7 +1,7 @@ # # spec file for package libatasmart # -# Copyright (c) 2016 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/ # @@ -20,17 +20,15 @@ Version: 0.19 Release: 0 Summary: ATA S.M.A.R.T. Disk Health Monitoring Library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries -Url: http://git.0pointer.net/libatasmart.git/ +URL: http://git.0pointer.net/libatasmart.git/ Source: http://0pointer.de/public/%{name}-%{version}.tar.xz Patch0: libatasmart-0.19-wd-fix.patch -BuildRequires: libudev-devel BuildRequires: pkgconfig BuildRequires: xz - -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig(libudev) %description A small and lightweight parser library for ATA S.M.A.R.T. hard disk @@ -96,16 +94,14 @@ %postun -n libatasmart4 -p /sbin/ldconfig %files -n libatasmart4 -%defattr(-,root,root) -%doc README LGPL +%doc README +%license LGPL %{_libdir}/libatasmart.so.* %files utils -%defattr(-,root,root) %{_sbindir}/sk* %files devel -%defattr(-,root,root) %doc blob-examples/ %{_includedir}/atasmart.h %{_libdir}/libatasmart.so
