papers/_service
Dominique Leuenberger fb742c8744 - Update to version 47.3:
+ Backwards compatible fix for supporting glib-macros >= 0.20.3
    (#278 Fails to build with newer glib-macros)
  + Libadwaita dep relaxed from >=1.6.beta to >=1.6
  + Requirement for cargo-fmt dropped for build type release
  + Fix libview header paths
  + Disable validate URL availability of appstream metadata (no
    net)
  + Other bugs fixed in main and picked for 47.2:
    - Crash with documents dragged and dropped onto Papers
    - Crash clicking "Expand all under this element"
    - Text marker in page number entry disappearing
    - Excessive zooming with continously scrolling mice
    - Text selection does not copy content for middle mouse button
    - Miscalculated pointer location
    - Fetching attachments leaked memory
    - Potential crash due to race condition in search context and
      attachment context
    - Critical on close due to ongoing timeout while scrolling
    - Annotation windows erroneously made transparent based on
      annotation's opacity
    - Help window not shown inside Flatpak's sandbox
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/papers?expand=0&rev=5
2025-01-31 12:06:26 +00:00

24 lines
907 B
XML

<?xml version="1.0"?>
<services>
<service mode="manual" name="obs_scm">
<param name="url">https://gitlab.gnome.org/GNOME/Incubator/papers.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="scm">git</param>
<param name="revision">47.3</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service mode="manual" name="set_version"/>
<service name="cargo_vendor" mode="manual">
<param name="src">papers/shell-rs</param>
<param name="compression">zst</param>
<param name="update">false</param>
</service>
</services>