Hello community,
here is the log from the commit of package python-PsychoPy for openSUSE:Factory
checked in at 2019-09-18 13:10:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PsychoPy (Old)
and /work/SRC/openSUSE:Factory/.python-PsychoPy.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PsychoPy"
Wed Sep 18 13:10:49 2019 rev:4 rq:731168 version:3.1.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PsychoPy/python-PsychoPy.changes
2019-07-23 22:44:34.438667822 +0200
+++
/work/SRC/openSUSE:Factory/.python-PsychoPy.new.7948/python-PsychoPy.changes
2019-09-18 13:10:58.852695692 +0200
@@ -1,0 +2,5 @@
+Sat Sep 14 11:34:41 UTC 2019 - John Vandenberg <[email protected]>
+
+- Add %ifpython2/3 to allow building only one flavour
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PsychoPy.spec ++++++
--- /var/tmp/diff_new_pack.BeyOnJ/_old 2019-09-18 13:10:59.548695546 +0200
+++ /var/tmp/diff_new_pack.BeyOnJ/_new 2019-09-18 13:10:59.552695545 +0200
@@ -186,18 +186,22 @@
%{python_sitelib}/PsychoPy-%{version}-py*.egg-info
%exclude %{python_sitelib}/psychopy/app/locale/*
+%ifpython2
%files -n %{python2_prefix}-PsychoPy-lang -f %{name}_%{python2_bin_suffix}.lang
%license LICENSE
%license psychopy/LICENSE.txt
%license psychopy/LICENSES.txt
%dir %{python2_sitelib}/psychopy/app/locale/*/
%dir %{python2_sitelib}/psychopy/app/locale/*/LC_MESSAGE/
+%endif
+%ifpython3
%files -n %{python3_prefix}-PsychoPy-lang -f %{name}_%{python3_bin_suffix}.lang
%license LICENSE
%license psychopy/LICENSE.txt
%license psychopy/LICENSES.txt
%dir %{python3_sitelib}/psychopy/app/locale/*/
%dir %{python3_sitelib}/psychopy/app/locale/*/LC_MESSAGE/
+%endif
%changelog