Hello community, here is the log from the commit of package libsmbios for openSUSE:Factory checked in at 2017-03-29 13:19:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsmbios (Old) and /work/SRC/openSUSE:Factory/.libsmbios.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libsmbios" Wed Mar 29 13:19:52 2017 rev:37 rq:477961 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libsmbios/libsmbios.changes 2016-07-14 09:42:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libsmbios.new/libsmbios.changes 2017-03-29 13:19:53.608147030 +0200 @@ -1,0 +2,11 @@ +Thu Mar 2 14:08:43 UTC 2017 - fschnizlein@suse.com + +- Update to 2.3.2 + * Drop rbu support + * Add smbios-battery script +- Fetch source from GitHub +- Remove obsolete patches: +D libsmbios-2.2.28-fix-bashisms.patch since pkgheader.sh was + removed + +------------------------------------------------------------------- Old: ---- libsmbios-2.2.28-fix-bashisms.patch libsmbios-2.3.0.tar.xz New: ---- v2.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsmbios.spec ++++++ --- /var/tmp/diff_new_pack.Rynii3/_old 2017-03-29 13:19:57.375614233 +0200 +++ /var/tmp/diff_new_pack.Rynii3/_new 2017-03-29 13:19:57.379613667 +0200 @@ -1,7 +1,7 @@ # # spec file for package libsmbios # -# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,21 +20,24 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: libsmbios -Version: 2.3.0 +Version: 2.3.2 Release: 0 Summary: Libraries to get information from standard BIOS tables License: GPL-2.0+ or OSL-2.1 Group: System/Management -Url: http://linux.dell.com/libsmbios/main/ -Source0: http://linux.dell.com/libsmbios/download/libsmbios/libsmbios-%{version}/%{name}-%{version}.tar.xz -Patch1: %{name}-2.2.28-fix-bashisms.patch +Url: https://github.com/dell/libsmbios +Source0: https://github.com/dell/libsmbios/archive/v%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf +BuildRequires: autogen +BuildRequires: automake BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libcppunit-devel +BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python-base BuildRequires: pkgconfig(libxml-2.0) @@ -124,9 +127,9 @@ %prep %setup -q -%patch1 -p1 %build +./autogen.sh %configure --disable-rpath make %{?_smp_mflags} @@ -149,7 +152,7 @@ # Manually install the doc files for the devel package in order to fix duplicates with "fdupes -s" install -dp -m 0755 %{buildroot}%{_defaultdocdir}/%{name}-devel -cp -a AUTHORS COPYING-GPL COPYING-OSL ChangeLog NEWS README TODO doc/old_news.txt %{buildroot}%{_defaultdocdir}/%{name}-devel/ +cp -a COPYING COPYING-GPL COPYING-OSL NEWS README TODO %{buildroot}%{_defaultdocdir}/%{name}-devel/ cp -a src/bin/getopts_LICENSE.txt src/include/smbios/config/boost_LICENSE_1_0_txt %{buildroot}%{_defaultdocdir}/%{name}-devel/ cp -a out/libsmbios_c-%{_arch} %{buildroot}%{_defaultdocdir}/%{name}-devel/ cp -a out/libsmbios_c++-%{_arch} %{buildroot}%{_defaultdocdir}/%{name}-devel/ @@ -191,16 +194,14 @@ %files -n python-smbios %defattr(-,root,root,-) -%doc AUTHORS COPYING-GPL COPYING-OSL ChangeLog NEWS README TODO doc/old_news.txt +%doc COPYING-GPL COPYING-OSL NEWS README TODO %{python_sitelib}/libsmbios_c/ %files -n smbios-utils-bin %defattr(-,root,root,-) -%doc AUTHORS COPYING-GPL COPYING-OSL ChangeLog NEWS README TODO doc/old_news.txt -%doc doc/pkgheader.sh +%doc COPYING-GPL COPYING-OSL NEWS README TODO %defattr(555,root,root,-) # legacy C++ -%{_sbindir}/dellBiosUpdate-compat %{_sbindir}/dellLEDCtl %ifnarch ia64 %{_sbindir}/dellMediaDirectCtl @@ -215,14 +216,14 @@ %files -n smbios-utils-python %defattr(-,root,root,-) -%doc AUTHORS COPYING-GPL COPYING-OSL ChangeLog NEWS README TODO doc/old_news.txt +%doc COPYING-GPL COPYING-OSL NEWS README TODO %dir %{_sysconfdir}/libsmbios %config(noreplace) %{_sysconfdir}/libsmbios/* %defattr(555,root,root,-) # python utilities %{_sbindir}/smbios-lcd-brightness %{_sbindir}/smbios-passwd -%{_sbindir}/smbios-rbu-bios-update +%{_sbindir}/smbios-battery-ctl %{_sbindir}/smbios-sys-info %{_sbindir}/smbios-token-ctl %{_sbindir}/smbios-wakeup-ctl @@ -232,7 +233,7 @@ %files -n yum-dellsysid %defattr(-,root,root,-) -%doc AUTHORS COPYING-GPL COPYING-OSL ChangeLog NEWS README TODO doc/old_news.txt +%doc COPYING-GPL COPYING-OSL NEWS README TODO %dir %{_sysconfdir}/yum %dir %{_sysconfdir}/yum/pluginconf.d %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/dellsysid.conf
participants (1)
-
root@hilbert.suse.de