Hello community,

here is the log from the commit of package cram for openSUSE:Factory checked in 
at 2016-08-25 09:56:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cram (Old)
 and      /work/SRC/openSUSE:Factory/.cram.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cram"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cram/cram.changes        2016-06-25 
02:24:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cram.new/cram.changes   2016-08-25 
09:56:26.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 22 07:08:38 UTC 2016 - mplus...@suse.com
+
+- Disable tests and its dependencies for SLE
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cram.spec ++++++
--- /var/tmp/diff_new_pack.7r1r9x/_old  2016-08-25 09:56:26.000000000 +0200
+++ /var/tmp/diff_new_pack.7r1r9x/_new  2016-08-25 09:56:26.000000000 +0200
@@ -24,9 +24,11 @@
 Group:          Development/Languages/Python
 Url:            https://bitheap.org/cram/
 Source:         
https://pypi.python.org/packages/source/c/cram/cram-%{version}.tar.gz
+%if 0%{?is_opensuse}
 BuildRequires:  python3-coverage
-BuildRequires:  python3-devel
 BuildRequires:  python3-nose
+%endif
+BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 Requires:       python3
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -51,7 +53,9 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
+%if 0%{?is_opensuse}
 make %{?_smp_mflags} PYTHON=python3 test
+%endif
 
 %files
 %defattr(-,root,root,-)


Reply via email to