Hello community, here is the log from the commit of package inkscape for openSUSE:Factory checked in at 2020-09-14 12:01:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/inkscape (Old) and /work/SRC/openSUSE:Factory/.inkscape.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "inkscape" Mon Sep 14 12:01:26 2020 rev:109 rq:833182 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes 2020-09-01 20:02:32.368456912 +0200 +++ /work/SRC/openSUSE:Factory/.inkscape.new.4249/inkscape.changes 2020-09-14 12:01:40.587524013 +0200 @@ -1,0 +2,9 @@ +Tue Sep 8 11:58:49 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 1.0.1: + * Selectors/CSS dialogue is now available. + * Experimental colour-managed PDF export through Scribus. + * Many crash fixes and bugs fixed. +- Add a inkscape-extensions-scribus package with the new extension. + +------------------------------------------------------------------- Old: ---- inkscape-1.0.tar.xz New: ---- inkscape-1.0.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inkscape.spec ++++++ --- /var/tmp/diff_new_pack.siHrx5/_old 2020-09-14 12:01:42.515525995 +0200 +++ /var/tmp/diff_new_pack.siHrx5/_new 2020-09-14 12:01:42.515525995 +0200 @@ -16,9 +16,9 @@ # -%define _version 1.0_2020-05-01_4035a4fb49 +%define _version 1.0.1_2020-09-07_3bc2e813f5 Name: inkscape -Version: 1.0 +Version: 1.0.1 Release: 0 Summary: Vector Illustration Program License: GPL-3.0-only @@ -116,6 +116,19 @@ Inkscape is a vector graphics editor. +%package extensions-scribus +Summary: Scribus extensions for Inkscape +Requires: %{name} = %{version} +Requires: %{name}-extensions-extra = %{version} +Requires: scribus +Enhances: %{name} +Supplements: (%{name} and scribus) + +%description extensions-scribus +The Scribus-based PDF export extension for Inkscape. + +Inkscape is a vector graphics editor. + %lang_package %prep @@ -181,12 +194,15 @@ %{_datadir}/inkscape/extensions/jessyInk.js %{_datadir}/inkscape/extensions/jessyInk_core_mouseHandler_noclick.js %{_datadir}/inkscape/extensions/jessyInk_core_mouseHandler_zoomControl.js -%{_datadir}/inkscape/extensions/jessyInk_video.svg +%{_datadir}/inkscape/extensions/jessyink_video.svg %{_datadir}/inkscape/extensions/fontfix.conf %{_datadir}/inkscape/extensions/inkscape.extension.rng %{_datadir}/inkscape/extensions/seamless_pattern.svg %{_datadir}/inkscape/attributes/ %{_datadir}/inkscape/branding/ +%dir %{_datadir}/bash-completion/ +%dir %{_datadir}/bash-completion/completions/ +%{_datadir}/bash-completion/completions/inkscape %{_mandir}/man1/*.1%{?ext_man} # We can't really move the localized manpages to the lang package, since they'd # create a conflict between the lang subpackage and bundles @@ -196,6 +212,7 @@ # exclude extensions that go in other packages: %exclude %{_datadir}/inkscape/extensions/fig* %exclude %{_datadir}/inkscape/extensions/*gimp* +%exclude %{_datadir}/inkscape/extensions/*scribus* %exclude %{_datadir}/inkscape/extensions/*dxf* %files extensions-extra -f inkscape-extensions-extra.lst @@ -208,6 +225,9 @@ # NOTE: export_gimp_palette* does not depend on gimp, but belongs here logically: %{_datadir}/inkscape/extensions/*gimp* +%files extensions-scribus +%{_datadir}/inkscape/extensions/*scribus* + %files lang -f %{name}.lang %changelog ++++++ inkscape-1.0.tar.xz -> inkscape-1.0.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/inkscape/inkscape-1.0.tar.xz /work/SRC/openSUSE:Factory/.inkscape.new.4249/inkscape-1.0.1.tar.xz differ: char 25, line 1 ++++++ inkscape-split-extensions-extra.py ++++++ --- /var/tmp/diff_new_pack.siHrx5/_old 2020-09-14 12:01:42.595526077 +0200 +++ /var/tmp/diff_new_pack.siHrx5/_new 2020-09-14 12:01:42.599526081 +0200 @@ -98,7 +98,7 @@ # And now verify everything and generate final list. - exclusion_regex = re.compile(r"^(cdr|fig|.*gimp)") + exclusion_regex = re.compile(r"^(cdr|fig|.*gimp|scribus)") std_list = work_dir / "inkscape.lst" extra_list = work_dir / "inkscape-extensions-extra.lst"
