Hello community,

here is the log from the commit of package fabtests for openSUSE:Factory 
checked in at 2017-08-24 18:50:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fabtests (Old)
 and      /work/SRC/openSUSE:Factory/.fabtests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fabtests"

Thu Aug 24 18:50:36 2017 rev:3 rq:515995 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fabtests/fabtests.changes        2017-05-16 
14:33:44.655323810 +0200
+++ /work/SRC/openSUSE:Factory/.fabtests.new/fabtests.changes   2017-08-24 
18:50:36.896492036 +0200
@@ -1,0 +2,22 @@
+Thu Aug 10 08:32:06 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update to version 1.5.0.
+  * No release notes available
+  * Fixes bsc#1051636
+- Build for all archs
+
+-------------------------------------------------------------------
+Fri Jun 30 07:32:36 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Remove BuildRequires for psm/psm2 libs
+- Add x86 build
+
+-------------------------------------------------------------------
+Thu Jun  8 08:17:20 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update to version 1.4.2 to keep the sync with libfabric.
+  * No changes
+- Add fabtests-rpmlintrc to remove warning concerning missing
+  man pages
+
+-------------------------------------------------------------------

Old:
----
  fabtests-1.4.1.tar.bz2

New:
----
  _service
  fabtests-1.5.0.tar.bz2
  fabtests-rpmlintrc

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

Other differences:
------------------
++++++ fabtests.spec ++++++
--- /var/tmp/diff_new_pack.bKJbVJ/_old  2017-08-24 18:50:38.124319152 +0200
+++ /var/tmp/diff_new_pack.bKJbVJ/_new  2017-08-24 18:50:38.132318026 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fabtests
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,28 +16,31 @@
 #
 
 
+%define git_ver %{nil}
+
 Name:           fabtests
-Version:        1.4.1
+Version:        1.5.0
 Release:        0
 Summary:        Test suite for libfabric API
 License:        BSD-2-Clause or GPL-2.0
 Group:          Development/Tools/Other
 Url:            http://www.github.com/ofiwg/fabtests
-Source:         
https://github.com/ofiwg/fabtests/releases/download/v%{version}/%{name}-%{version}.tar.bz2
-BuildRequires:  libfabric-devel
-BuildRequires:  libpsm2-compat
-BuildRequires:  libpsm_infinipath1
+Source:         %{name}-%{version}%{git_ver}.tar.bz2
+Source1:        fabtests-rpmlintrc
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libfabric-devel >= %{version}
+BuildRequires:  libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-#Currently *only* builds on x86_64 as it is dependent on libpsm2
-ExclusiveArch:  x86_64
 
 %description
 Fabtests provides a set of examples that uses libfabric, a fabric software 
library.
 
 %prep
-%setup -q
+%setup -q -n  %{name}-%{version}%{git_ver}
 
 %build
+./autogen.sh
 %configure %{?_with_libfabric}
 make %{?_smp_mflags}
 

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">https://github.com/ofiwg/fabtests.git</param>
    <param name="package-meta">no</param>
    <param name="exclude">.git</param>
    <param name="filename">fabtests</param>
    <param name="version">1.5.0</param>
    <param name="revision">65771ffbfa599eaa05d634431d82e7d70a74da81</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">fabtests*.tar</param>
    <param name="compression">bz2</param>
  </service>

</services>
++++++ fabtests-1.4.1.tar.bz2 -> fabtests-1.5.0.tar.bz2 ++++++
++++ 56499 lines of diff (skipped)

++++++ fabtests-rpmlintrc ++++++
# This line is mandatory to access the configuration functions
from Config import *

addFilter("no-manual-page-for-binary fi_.*")
addFilter("no-manual-page-for-binary runfabtests.sh")
addFilter("no-manual-page-for-binary rft_yaml_to_junit_xml")

Reply via email to