Hello community, here is the log from the commit of package trinity for openSUSE:Factory checked in at 2016-09-25 14:45:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trinity (Old) and /work/SRC/openSUSE:Factory/.trinity.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trinity" Changes: -------- --- /work/SRC/openSUSE:Factory/trinity/trinity.changes 2016-09-16 11:03:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes 2016-09-25 14:45:16.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Sep 18 06:57:32 UTC 2016 - [email protected] + +- Simplify conditions +- Use correct header with nvme ioctls + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trinity.spec ++++++ --- /var/tmp/diff_new_pack.z0IuBY/_old 2016-09-25 14:45:17.000000000 +0200 +++ /var/tmp/diff_new_pack.z0IuBY/_new 2016-09-25 14:45:17.000000000 +0200 @@ -26,13 +26,11 @@ Url: http://codemonkey.org.uk/projects/trinity/ Source0: %{name}-%{version}.tar.xz BuildRequires: gcc +# needed for btrfs/ioctl.h +BuildRequires: libbtrfs-devel BuildRequires: make BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} >= 1320 -# needed for btrfs/ioctl.h -BuildRequires: libbtrfs-devel -%endif %description The basic idea is fairly simple. As 'fuzz testing' suggests, we call syscalls @@ -44,6 +42,8 @@ %setup -q %build +# use correct include +sed -i "s|nvme.h|nvme_ioctl.h|g" configure ioctls/nvme.c export CFLAGS="%{optflags}" # Not autotools configure ./configure
