- Remove 2c28932c6266cbeddbe49d7aa6ca8d70d125e96f.patch Included in release 2.6.0. - Update to version 2.6.1: * Fixed automatic layout. - Update to version 2.6.0: * Added support for opening HTML files. * Consistent inner and outer margins. * The automatic layout no longer supports 4 columns. * Fixed long words overflowing. * Fixed custom themes not saved across sessions. * Fixed shortcuts for key pads. * Fixed opening non-UTF-8 zipped FB2 files. * Fixed books not opening on GNOME 40. OBS-URL: https://build.opensuse.org/request/show/881021 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=42
19 lines
709 B
XML
19 lines
709 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="filename">foliate</param>
|
|
<param name="url">https://github.com/johnfactotum/foliate.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">refs/tags/2.6.1</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|