inkscape/_service
Ana Guerrero ac95fd7ab8 - Update to version 1.4+71:
* Fix building with poppler 25.02.0
  * Pass document antialias setting to make a bitmap copy
  * Fix Paste when SVG Mode is set to "new"
  * Refresh doc rsrc dialog after deleting objects
  * Fix PDF import w/ consecutive clippings
  * Batch export: swap is-file and missing-directory cases to intended use
  * Don't use std::regex for parsing page size
  * Cherry-Pick: Fix undo history dialog destruction
  * Fix file extension defaulting to WMF if unset
  * Avoid dangling window in app.preferences action
  * Fix copy+paste of cloned group
  * Fix modular grid drawing when Y axis is pointing up
  * Fix crash loading user palettes
  * Fix circle updates with unset attributes
  * Page numbers must have a range to be valid for 'all'
  * Distance to move needs to stay a double
  * Remove aggressive blind cleaning in path to stroke
  * Update the app data screenshots to 1.4
  * Add double-click hint to guide statusbar tooltip
  * Fixes inbox#11133: restored missing parameters for perspective LPE.
  * Allow changing color of Asian patterns
  * Don't block NodeTool::selection_changed
  * Modernise some Node Tool constructs
  * Don't create a new document when closing StartScreen
  * Fix snap package: printing and print-preview (backport to 1.4.x)
  * Make comments available to translators
  * Labels for modifiers can be localised.
  * Collapse additional children in Commands Toolbar
  * Updated translations.

OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=129
2025-02-20 08:11:47 +00:00

19 lines
706 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.com/inkscape/inkscape.git</param>
<param name="revision">1.4.x</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">INKSCAPE_1_4</param>
<param name="versionrewrite-replacement">1.4</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>