Hello community,

here is the log from the commit of package skiboot for openSUSE:Factory checked 
in at 2019-02-27 17:28:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skiboot (Old)
 and      /work/SRC/openSUSE:Factory/.skiboot.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skiboot"

Wed Feb 27 17:28:50 2019 rev:14 rq:678040 version:6.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/skiboot/skiboot.changes  2019-02-13 
10:04:50.585569369 +0100
+++ /work/SRC/openSUSE:Factory/.skiboot.new.28833/skiboot.changes       
2019-02-27 17:28:53.647326261 +0100
@@ -1,0 +2,39 @@
+Wed Feb 20 14:01:41 UTC 2019 - Michel Normand <[email protected]>
+
+- version update to 6.2.1
+  - skiboot 6.2.1 was released on Wednesday February 20th, 2019.
+    replaces skiboot-6.2 as current stable release in 6.2.x series.
+  - core/cpu: HID update race
+  - core/ipmi: Improve error message
+  - core/lock: Stop drop_my_locks() from always causing abort
+  - core/opal: Print PIR value in exit path, useful for debugging
+  - cpufeatures: Always advertise POWER8NVL as DD2
+  - firmware-versions: Add test case for parsing VERSION
+  - libflash/ecc: Fix compilation warning with gcc9
+    Fixes: https://github.com/open-power/skiboot/issues/218
+  - p9dsu: Fix p9dsu default variant
+  - p9dsu: Fix p9dsu slot tables
+  - for details refer to:
+    https://github.com/open-power/skiboot/commit/0647f2a
+
+-------------------------------------------------------------------
+Wed Feb 13 11:27:32 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Trim those %if..%endif guards that do not affect the build
+  result.
+- Use %make_install.
+
+-------------------------------------------------------------------
+Wed Feb 13 10:13:30 UTC 2019 - [email protected]
+
+- version update to 6.2
+  - skiboot v6.2 was released on Friday December 14th 2018.
+    It is the first release of skiboot 6.2,
+    which becomes the new stable release of skiboot.
+  - for details refer to:
+    https://github.com/open-power/skiboot/releases/tag/v6.2
+
+- remove hdata-i2c.c-fix-building-with-gcc8.patch now in 6.2
+- remove opal-prd-Fix-opal-prd-crash.patch now in 6.2
+
+-------------------------------------------------------------------

Old:
----
  hdata-i2c.c-fix-building-with-gcc8.patch
  opal-prd-Fix-opal-prd-crash.patch
  skiboot-5.10.tar.gz

New:
----
  skiboot-6.2.1.tar.gz

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

Other differences:
------------------
++++++ skiboot.spec ++++++
--- /var/tmp/diff_new_pack.PgKJaY/_old  2019-02-27 17:28:54.151326081 +0100
+++ /var/tmp/diff_new_pack.PgKJaY/_new  2019-02-27 17:28:54.155326079 +0100
@@ -19,16 +19,14 @@
 %define build_firmware 0%{?is_opensuse} && !0%{?is_backports}
 
 Name:           skiboot
-Version:        5.10
+Version:        6.2.1
 Release:        0
-Summary:        Tools for OpenPower platform
+Summary:        Tools for the OpenPower platform
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://github.com/open-power/skiboot
 Source:         skiboot-%{version}.tar.gz
-Patch1:         hdata-i2c.c-fix-building-with-gcc8.patch
-Patch2:         libffs-fix-string-truncation.patch
-Patch3:         opal-prd-Fix-opal-prd-crash.patch
+Patch1:         libffs-fix-string-truncation.patch
 BuildRequires:  libopenssl-devel
 BuildRequires:  linux-glibc-devel
 BuildRequires:  systemd-rpm-macros
@@ -45,8 +43,8 @@
 
 %description -n opal-prd
 This package provides a daemon to load and run the OpenPower firmware's
-Processor Recovery Diagnostics binary. This is responsible for runtime
-maintenance of Power hardware.
+Processor Recovery Diagnostics binary. This is responsible for run time
+maintenance of OpenPower Systems hardware.
 
 %package -n opal-utils
 Summary:        OPAL firmware utilities
@@ -61,7 +59,6 @@
 of an OpenPower system. 'pflash' is a tool to access the flash modules
 on such systems and update the OpenPower firmware.
 
-%if %build_firmware
 %package -n     opal-firmware
 Summary:        OPAL firmware
 Group:          System/Management
@@ -70,7 +67,6 @@
 %description -n opal-firmware
 OPAL firmware, aka skiboot, loads the bootloader and provides runtime
 services to the OS (Linux) on IBM Power and OpenPower systems.
-%endif
 
 %prep
 %setup -q
@@ -86,10 +82,10 @@
 XSCOM_VERSION=%version make V=1 -C external/xscom-utils
 
 %install
-make install DESTDIR=%{buildroot} %{?_smp_mflags} -C external/opal-prd/ 
prefix=%{_prefix} install
-make install DESTDIR=%{buildroot} %{?_smp_mflags} -C external/gard/ 
prefix=%{_prefix} install
-make install DESTDIR=%{buildroot} %{?_smp_mflags} -C external/xscom-utils/ 
prefix=%{_prefix} install
-cp external/pflash/pflash %{buildroot}%{_sbindir}
+%make_install -C external/opal-prd/ prefix=%{_prefix}
+%make_install -C external/gard/ prefix=%{_prefix}
+%make_install -C external/xscom-utils/ prefix=%{_prefix}
+%make_install -C external/pflash/ prefix=%{_prefix}
 
 mkdir -p %{buildroot}/%{_unitdir}
 install -D -m 444 -p external/opal-prd/opal-prd.service 
%{buildroot}%{_unitdir}/opal-prd.service
@@ -130,6 +126,7 @@
 %{_mandir}/man1/getscom.1.gz
 %{_mandir}/man1/getsram.1.gz
 %{_mandir}/man1/putscom.1.gz
+%{_mandir}/man1/pflash.1.gz
 
 %if %build_firmware
 %files -n opal-firmware

++++++ _service ++++++
--- /var/tmp/diff_new_pack.PgKJaY/_old  2019-02-27 17:28:54.175326072 +0100
+++ /var/tmp/diff_new_pack.PgKJaY/_new  2019-02-27 17:28:54.175326072 +0100
@@ -4,8 +4,8 @@
                 <param name="url">https://github.com/open-power/skiboot</param>
                 <param name="subdir"></param>
                 <param name="filename">skiboot</param>
-                <param name="version">5.10</param>
-                <param name="revision">v5.10</param>
+                <param name="version">6.2.1</param>
+                <param name="revision">v6.2.1</param>
         </service>
         <service name="recompress" mode="disabled">
                  <param name="file">*skiboot*.tar</param>

++++++ skiboot-5.10.tar.gz -> skiboot-6.2.1.tar.gz ++++++
++++ 46036 lines of diff (skipped)


Reply via email to