Hello community, here is the log from the commit of package libsmbios for openSUSE:Factory checked in at 2018-11-26 10:14:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsmbios (Old) and /work/SRC/openSUSE:Factory/.libsmbios.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsmbios" Mon Nov 26 10:14:22 2018 rev:44 rq:650740 version:2.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libsmbios/libsmbios.changes 2018-05-25 21:35:34.163758467 +0200 +++ /work/SRC/openSUSE:Factory/.libsmbios.new.19453/libsmbios.changes 2018-11-26 10:14:30.890139608 +0100 @@ -1,0 +2,21 @@ +Wed Nov 21 13:49:06 UTC 2018 - Enno Gotthold <[email protected]> + +- Fixed build through adding a recrompress at buildtime and changing the + Source in the specfile. + +------------------------------------------------------------------- +Fri Nov 09 10:37:47 UTC 2018 - [email protected] + +- Updated _service file to the modern obs_scm, so that the maintenance + is less time cosuming and the obs needs less space to store the sources. +- Update to version 2.4.2: + * Fix misspelling in doc/getopt/README + * Fix bus errors with small memory files (Closes: #58) + * trivial: fix line endings + * Correct the location some headers are installed to (Closes: #50) + * Conditionalize build of man pages properly (Closes: #49) + * install include headers with make install (Closes: #47) + * Revert "Allow python34 or python36 to resolve the python3 requirements" + * Allow python34 or python36 to resolve the python3 requirements + +------------------------------------------------------------------- Old: ---- libsmbios-2.4.1.tar.gz New: ---- _service libsmbios-2.4.2.obscpio libsmbios.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsmbios.spec ++++++ --- /var/tmp/diff_new_pack.pfrjfZ/_old 2018-11-26 10:14:31.814138525 +0100 +++ /var/tmp/diff_new_pack.pfrjfZ/_new 2018-11-26 10:14:31.818138520 +0100 @@ -12,20 +12,20 @@ # 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/ # %define libname libsmbios_c2 Name: libsmbios -Version: 2.4.1 +Version: 2.4.2 Release: 0 Summary: SMBIOS table library and utilities License: GPL-2.0-or-later OR OSL-2.1 Group: Hardware/Other URL: https://github.com/dell/libsmbios -Source: https://github.com/dell/libsmbios/archive/v2.4.1.tar.gz#/%{name}-%{version}.tar.gz -Source1: libsmbios-rpmlintrc +Source: %{name}-%{version}.tar.gz +Source1: %{name}-rpmlintrc BuildRequires: autoconf BuildRequires: automake BuildRequires: chrpath @@ -147,7 +147,9 @@ # include files mkdir -p %{buildroot}/%{_includedir} -cp -a src/include/* %{buildroot}/%{_includedir}/ +cd src/include +find . -name "*.h" -exec install -m 0644 -D {} %{buildroot}/%{_includedir}/{} \; +cd ../.. cp -a out/public-include/* %{buildroot}%{_includedir}/ %find_lang %{name} ++++++ _service ++++++ <services> <service mode="disabled" name="obs_scm"> <param name="url">https://github.com/dell/libsmbios.git</param> <param name="scm">git</param> <param name="versionformat">2.4.2</param> </service> <service mode="buildtime" name="tar"/> <service mode="buildtime" name="recompress"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> <service mode="disabled" name="set_version" /> </services> ++++++ libsmbios.obsinfo ++++++ name: libsmbios version: 2.4.2 mtime: 1540996923 commit: 26e7363636273835444659e0904762a70d03446a
