Hello community,

here is the log from the commit of package cram for openSUSE:Factory checked in 
at 2016-09-25 14:45:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-25 
09:56:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cram.new/cram.changes   2016-09-25 
14:45:27.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Sep 25 08:50:11 UTC 2016 - mplus...@suse.com
+
+- Use upstream download url instead of pypi
+- Install vim syntax plugin
+- Finally correct dependencies
+- Drop SLE conditions
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cram.spec ++++++
--- /var/tmp/diff_new_pack.PFHKtL/_old  2016-09-25 14:45:28.000000000 +0200
+++ /var/tmp/diff_new_pack.PFHKtL/_new  2016-09-25 14:45:28.000000000 +0200
@@ -23,14 +23,17 @@
 License:        GPL-2.0
 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}
+Source:         https://bitheap.org/cram/cram-%{version}.tar.gz
 BuildRequires:  python3-coverage
-BuildRequires:  python3-nose
-%endif
 BuildRequires:  python3-devel
+BuildRequires:  python3-nose
+BuildRequires:  python3-pep8
+BuildRequires:  python3-pyflakes
 BuildRequires:  python3-setuptools
-Requires:       python3
+Requires:       python3-coverage
+Requires:       python3-nose
+Requires:       python3-pep8
+Requires:       python3-pyflakes
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -51,20 +54,24 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+install -D -p -m 0644 contrib/cram.vim \
+  %{buildroot}%{_datadir}/vim/site/syntax/cram.vim
 
 %check
-%if 0%{?is_opensuse}
 make %{?_smp_mflags} PYTHON=python3 test
-%endif
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING.txt README.rst
+%doc COPYING.txt NEWS.rst README.rst
 %{_bindir}/cram
 %dir %{python3_sitelib}/%{name}/
 %dir %{python3_sitelib}/%{name}/__pycache__/
 %{python3_sitelib}/%{name}/*.py
 %{python3_sitelib}/%{name}/__pycache__/*.cpython-*.pyc
 %{python3_sitelib}/%{name}-%{version}-py%{py3_ver}.egg-info
+%dir %{_datadir}/vim
+%dir %{_datadir}/vim/site
+%dir %{_datadir}/vim/site/syntax
+%{_datadir}/vim/site/syntax/cram.vim
 
 %changelog


Reply via email to