Hello community, here is the log from the commit of package iprutils for openSUSE:Factory checked in at 2020-08-23 09:21:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iprutils (Old) and /work/SRC/openSUSE:Factory/.iprutils.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iprutils" Sun Aug 23 09:21:09 2020 rev:66 rq:828289 version:2.4.19 Changes: -------- --- /work/SRC/openSUSE:Factory/iprutils/iprutils.changes 2020-04-29 20:42:15.571623428 +0200 +++ /work/SRC/openSUSE:Factory/.iprutils.new.3399/iprutils.changes 2020-08-23 09:21:16.322688200 +0200 @@ -1,0 +2,14 @@ +Mon Aug 10 12:29:41 UTC 2020 - Michal Suchanek <[email protected]> + +- version update to 2.4.19 (jsc#SLE-13632) + - Fixup format_req to no always return true + - Fix quoting of ncurses flags + - Free the raid_cmd_head list before creating the raid menu + - fix iprdump sigserv on non-existing dump file + - Add support for descriptor format sense data +- remove upstreamed patches + - iprutils.fix_ncurses_cflags_var.patch + - bsc1165878-free-raid-cmd-head-list.patch +- update project URL. + +------------------------------------------------------------------- Old: ---- bsc1165878-free-raid-cmd-head-list.patch iprutils-2.4.18.1.tar.gz iprutils.fix_ncurses_cflags_var.patch New: ---- iprutils-2.4.19.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iprutils.spec ++++++ --- /var/tmp/diff_new_pack.KNSM5Q/_old 2020-08-23 09:21:16.842688489 +0200 +++ /var/tmp/diff_new_pack.KNSM5Q/_new 2020-08-23 09:21:16.842688489 +0200 @@ -16,19 +16,20 @@ # -%define revision 1 +%define vmajor 2 +%define vminor 4 +%define vpatch 19 +%define tag rel-%{vmajor}-%{vminor}-%{vpatch} Name: iprutils # NOTE: package's changelog is hidden in % changelog section # in file iprutils/spec/iprutils.spec -Version: 2.4.18 +Version: %{vmajor}.%{vminor}.%{vpatch} Release: 0 Summary: Utilities for the IBM Power Linux RAID Adapters License: CPL-1.0 Group: Hardware/Other -URL: https://sourceforge.net/projects/iprdd -Source0: https://sourceforge.net/projects/iprdd/files/iprutils%%20for%%202.6%%20kernels/%{version}/%{name}-%{version}.%{revision}.tar.gz -Patch0: iprutils.fix_ncurses_cflags_var.patch -Patch1: bsc1165878-free-raid-cmd-head-list.patch +URL: https://github.com/bjking1/iprutils/releases +Source: https://github.com/bjking1/iprutils/archive/%{tag}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros @@ -48,15 +49,12 @@ supported by the ipr SCSI storage device driver. %prep -%setup -q -n %{name}-%{version}.%{revision} -%patch0 -p1 -%patch1 -p1 +%setup -q -n %{name}-%{tag} %build export CPPFLAGS="$(pkg-config ncurses form --cflags)" export LIBS="$(pkg-config ncurses form --libs)" -aclocal -automake --add-missing +source ./bootstrap.sh autoreconf %configure --sbindir=%{_sbindir} --libdir=%{_libdir} --disable-static make %{?_smp_mflags} ++++++ iprutils-2.4.18.1.tar.gz -> iprutils-2.4.19.tar.gz ++++++ ++++ 44391 lines of diff (skipped)
