Hello community,

here is the log from the commit of package sk1 for openSUSE:Factory checked in 
at 2018-08-02 14:48:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sk1 (Old)
 and      /work/SRC/openSUSE:Factory/.sk1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sk1"

Thu Aug  2 14:48:54 2018 rev:27 rq:625368 version:2.0~rc2

Changes:
--------
--- /work/SRC/openSUSE:Factory/sk1/sk1.changes  2017-11-14 14:19:11.607304661 
+0100
+++ /work/SRC/openSUSE:Factory/.sk1.new/sk1.changes     2018-08-02 
14:48:55.803341384 +0200
@@ -1,0 +2,6 @@
+Wed Jul 25 16:29:29 UTC 2018 - dims...@opensuse.org
+
+- Replace usage of deprecated macro py_sitedir with
+  python_sitearch.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sk1.spec ++++++
--- /var/tmp/diff_new_pack.ddPwKm/_old  2018-08-02 14:48:56.435342594 +0200
+++ /var/tmp/diff_new_pack.ddPwKm/_new  2018-08-02 14:48:56.439342601 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sk1
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,9 +20,9 @@
 Version:        2.0~rc2
 Release:        0
 Summary:        Python-Based Vector Drawing Program
-License:        GPL-2.0 AND LGPL-2.0+
+License:        GPL-2.0-only AND LGPL-2.0-or-later
 Group:          Productivity/Graphics/Vector Editors
-Url:            http://sk1project.net/
+URL:            http://sk1project.net/
 Source:         
http://sk1project.net/dc3.php?version=2.0rc2&target=sk1-2.0rc2.tar.gz#/%{name}-2.0rc2.tar.gz
 # should go upstream, but
 # (1) it is not complete. Source file
@@ -62,8 +62,8 @@
 %setup -q -n %{name}-2.0rc2
 %patch0 -p1
 
-# Use the path defined by %%py_sitedir
-sed -i '/install_path/s|\/.*\(\/\)|%{py_sitedir}\1|' setup-sk1.py
+# Use the path defined by %%python_sitearch
+sed -i '/install_path/s|\/.*\(\/\)|%{python_sitearch}\1|' setup-sk1.py
 
 %build
 export CFLAGS="%{optflags}"
@@ -72,7 +72,7 @@
 %install
 python setup-sk1.py install --root=%{buildroot}
 %suse_update_desktop_file -r %{name} Graphics VectorGraphics
-%fdupes -s %{buildroot}%{py_sitedir}
+%fdupes -s %{buildroot}%{python_sitearch}
 
 %post
 %desktop_database_post
@@ -81,9 +81,9 @@
 %desktop_database_postun
 
 %files
-%doc LICENSE
+%license LICENSE
 %{_bindir}/%{name}
-%{py_sitedir}/%{name}-wx-2.0rc2/
+%{python_sitearch}/%{name}-wx-2.0rc2/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.???
 


Reply via email to