newsflash/_service
Richard Rahl c63239bb01 Accepting request 1187029 from home:rrahl0
- update to 3.3.1:
  * video player: mpris support
  * zoom controls in article menu
  * properly escape markup of empty feed list status
  * fix keyboard navigation article list with collapsed article view
  * favicon cache: cache and reuse gdk Textures to reduce memory consumption
  * local RSS: keep order of articles when no date is specified
  * article scraper: apply suggestions regarding libxml2 thread safety
  * article scraper: update full-text-rss config files
  * article scraper: replace images with single emoji in alt-text with unicode emoji
  * database: store timestamps with UTC timezone
  * database: reduce connection-pool size
- update to 3.3.0:
  * Video player based on libclapper
  * Performance: parallelize requests to services during sync as much as possible
  * miniflux: fix fetching a single feed after adding it
  * feed parsing: improve selecting the correct website link
  * Properly disconnect signals of listview rows
  * Ping: timeout faster than the 3s delay for network changes
  * Only show error badges if error count is greater than 0
  * Use gtk4 uri launcher instead of ashpd
  * Context menu to mark all articles as read
  * Add dialogs: fit long translated string into mobile form factor
- switch to changing version in spec file, removing show-actual-version.patch

OBS-URL: https://build.opensuse.org/request/show/1187029
OBS-URL: https://build.opensuse.org/package/show/network:utilities/newsflash?expand=0&rev=14
2024-07-12 08:33:01 +00:00

24 lines
886 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.com/news-flash/news_flash_gtk.git</param>
<param name="revision">refs/tags/v.3.3.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v.(.*)</param>
<param name="changesgenerate">disable</param>
<param name="filename">newsflash</param>
</service>
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">
<param name="compression">zstd</param>
<param name="file">*.tar</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">news_flash_gtk</param>
<param name="compression">zst</param>
<param name="update">false</param>
</service>
<service name="set_version" mode="manual" />
</services>