Hello community, here is the log from the commit of package sk1.4644 for openSUSE:13.2:Update checked in at 2016-02-15 08:42:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.2:Update/sk1.4644 (Old) and /work/SRC/openSUSE:13.2:Update/.sk1.4644.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sk1.4644" Changes: -------- New Changes file: --- /dev/null 2016-01-27 19:41:03.648095915 +0100 +++ /work/SRC/openSUSE:13.2:Update/.sk1.4644.new/sk1.changes 2016-02-15 08:42:24.000000000 +0100 @@ -0,0 +1,67 @@ +------------------------------------------------------------------- +Sat Feb 6 21:26:53 UTC 2016 - [email protected] + +- require python-imaging-tk, e.g. from python-Pillow-tk, boo#960401 + +------------------------------------------------------------------- +Thu Aug 1 16:42:44 UTC 2013 - [email protected] + +- Allow building against Tcl/Tk 8.6. + +------------------------------------------------------------------- +Wed Mar 6 18:30:03 UTC 2013 - [email protected] + +- Add license files as %doc + +------------------------------------------------------------------- +Sat Mar 2 08:14:20 UTC 2013 - [email protected] + +- update license to new format + +------------------------------------------------------------------- +Wed Nov 24 01:48:20 CET 2010 - [email protected] + +- xft-config is gone + +------------------------------------------------------------------- +Tue May 25 08:23:34 UTC 2010 - [email protected] + +- use proper mimetype name in .desktop file + +------------------------------------------------------------------- +Thu May 13 16:06:33 UTC 2010 - [email protected] + +- added svg_crash.diff to fix crash, while importing svg image (bnc#555676) +- added dialog_open.diff to fix dialogue opened in backround (bnc#555677) + +------------------------------------------------------------------- +Wed Aug 19 22:24:20 CEST 2009 - [email protected] + +- add an already translated GenericName to .desktop file + +------------------------------------------------------------------- +Wed Aug 5 15:32:51 CEST 2009 - [email protected] + +- updated to 0.9.1pre_rev730 (changelog not available) +- deprecated sk1-font_sys.patch +- added liblcms-devel to build requires + +------------------------------------------------------------------- +Wed Sep 10 12:19:42 CEST 2008 - [email protected] + +- fix build + +------------------------------------------------------------------- +Thu Aug 21 16:44:31 CEST 2008 - [email protected] + +- fix for python compatibility on 64bit arch (*python_fix.patch) +- using fdupes + +------------------------------------------------------------------- +Wed Aug 20 11:35:13 CEST 2008 - [email protected] + +- initial version 0.9.0 svn revision 498 +- BuildRequires: tk-devel >= 8.5 +- needed explicit Requires: python-lcms python-imaging +- added mandriva patch sk1-font_sys.patch + New: ---- sk1-0.9.1pre_rev730.tar.bz2 sk1-dialog_open.diff sk1-svg_crash.diff sk1.changes sk1.desktop sk1.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sk1.spec ++++++ # # spec file for package sk1 # # Copyright (c) 2016 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: sk1 BuildRequires: freetype2-devel BuildRequires: liblcms-devel BuildRequires: python-devel BuildRequires: python-imaging BuildRequires: tk-devel >= 8.5 BuildRequires: xorg-x11-devel BuildRequires: xorg-x11-libXext-devel BuildRequires: pkgconfig(cairo) %if 0%{?suse_version} BuildRequires: fdupes BuildRequires: update-desktop-files Requires: python-lcms %endif %define svnrev 730 Version: 0.9.1pre_rev%{svnrev} Release: 0 Summary: Python-Based Vector Drawing Program License: GPL-2.0 and LGPL-2.0+ Group: Productivity/Graphics/Vector Editors Url: http://www.sk1project.org/ Source: %{name}-0.9.1pre_rev%{svnrev}.tar.bz2 Source1: %{name}.desktop #patch grabbed from newer sK1-0.9.1pre_rev905 release bnc#555676, fix crash Patch1: %{name}-svg_crash.diff #patch grabbed from newer sK1-0.9.1pre_rev905 release bnc#555677, fix focus of dialogue window Patch2: %{name}-dialog_open.diff Requires: python-imaging Requires: python-imaging-tk Provides: skencil Provides: sketch Obsoletes: skencil BuildRoot: %{_tmppath}/%{name}-%{version}-build %py_requires %description The program sK1 is an open source vector graphics editor similar to CorelDRAW, Adobe Illustrator, or Freehand. First of all sK1 is oriented for PostScript processing. It features CMYK colorspace support, CMYK support in Postscript, a Cairo-based engine, color managment, universal CDR importer (7-X3 versions), and a modern Ttk based (former Tile widgets) user interface. %prep %setup -q -n sK1-0.9.1pre %patch1 %patch2 sed -ri 's/(tcl|tk)8.5/\1'%tcl_version'/g' setup.cfg setup.py chmod +x setup.py #%if "%(pkg-config --variable=prefix xft)" == "/usr" #%endif %build #./setup.py configure --with-nls --prefix=%{_prefix} CFLAGS="-DUSE_INTERP_RESULT" ./setup.py build %install ./setup.py install --prefix=%{_prefix} --root=%{buildroot} --compile --optimize=2 # install icons mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64}/apps for i in 16 32 48 64; do \ install -m 0644 src/share/icons/CrystalSVG/icon_sk1_$i.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png done %if 0%{?suse_version} %suse_update_desktop_file -i -G "Scalable Graphics" %{name} %fdupes -s %{buildroot} %endif %files %defattr(-,root,root) %doc src/COPYRIGHTS src/GNU_GPL_v2 src/GNU_LGPL_v2 %{_bindir}/%{name} %py_sitedir/%{name} %attr(755,root,root) %py_sitedir/%{name}/__init__.py %py_sitedir/sK1-0.9.1pre-py2.?.egg-info %{_datadir}/icons/hicolor/*/apps/%{name}.png %dir %{_datadir}/icons/hicolor %dir %{_datadir}/icons/hicolor/* %dir %{_datadir}/icons/hicolor/*/apps %if 0%{?suse_version} %{_datadir}/applications/%{name}.desktop %endif %changelog ++++++ sk1-dialog_open.diff ++++++ --- src/app/UI/widgets/doctabs.py 2008-07-08 02:03:52.000000000 +0000 +++ src/app/UI/widgets/doctabs.py 2009-06-23 04:32:28.000000000 +0000 @@ -148,6 +148,7 @@ def closeAll(self, exit=0): for item in []+self.content: + self.setActive(item) if self.closeTab(item, exit)==msgdialog.Cancel: self.check_state() return msgdialog.Cancel ++++++ sk1-svg_crash.diff ++++++ ++++ 868 lines (skipped) ++++++ sk1.desktop ++++++ [Desktop Entry] Name=sK1 Comment=Vector drawing tool Exec=/usr/bin/sk1 %f Icon=sk1 Terminal=false Type=Application StartupNotify=true MimeType=image/x-skencil; Categories=Graphics;VectorGraphics;
