Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sile for openSUSE:Factory checked in at 2024-05-24 19:51:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sile (Old) and /work/SRC/openSUSE:Factory/.sile.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sile" Fri May 24 19:51:46 2024 rev:15 rq:1176522 version:0.14.17 Changes: -------- --- /work/SRC/openSUSE:Factory/sile/sile.changes 2024-02-08 19:02:35.452021299 +0100 +++ /work/SRC/openSUSE:Factory/.sile.new.24587/sile.changes 2024-05-24 19:52:01.915465022 +0200 @@ -1,0 +2,8 @@ +Thu May 23 09:56:22 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Change package to use obs_scm source service. Upstream now longer + publishes xz tarballs. +- Add libtool BuildRquires and call autoreconf in prep: git source + trees are not bootstrapped. + +------------------------------------------------------------------- Old: ---- sile-0.14.17.tar.xz New: ---- sile-0.14.17.obscpio sile.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sile.spec ++++++ --- /var/tmp/diff_new_pack.mxQ2aZ/_old 2024-05-24 19:52:02.899501018 +0200 +++ /var/tmp/diff_new_pack.mxQ2aZ/_new 2024-05-24 19:52:02.903501164 +0200 @@ -24,7 +24,7 @@ Group: Productivity/Publishing License: MIT URL: https://sile-typesetter.org/ -Source0: https://github.com/sile-typesetter/sile/releases/download/v%{version}/sile-%{version}.tar.xz +Source0: sile-0.14.17.tar.zst Source1: sile-rpmlintrc Source2: LICENSE @@ -73,6 +73,7 @@ %endif BuildRequires: automake BuildRequires: fontconfig-devel +BuildRequires: libtool Requires: fontconfig BuildRequires: freetype2-devel Requires: freetype2 @@ -127,9 +128,11 @@ %prep %autosetup -p1 + cp %{SOURCE2} . %build +autoreconf -fiv %configure --disable-static --with-system-luarocks %make_build all ++++++ _service ++++++ --- /var/tmp/diff_new_pack.mxQ2aZ/_old 2024-05-24 19:52:02.939502481 +0200 +++ /var/tmp/diff_new_pack.mxQ2aZ/_new 2024-05-24 19:52:02.943502628 +0200 @@ -1,8 +1,20 @@ +<?xml version="1.0"?> <services> - <service mode="manual" name="download_url"> - <param name="protocol">https</param> - <param name="host">github.com</param> - <param name="path">/sile-typesetter/sile/releases/download/v0.14.17/sile-0.14.17.tar.xz</param> + <service name="obs_scm" mode="manual"> + <param name="scm">git</param> + <param name="url">https://github.com/sile-typesetter/sile.git</param> + <param name="revision">v0.14.17</param> + <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> + <param name="versionrewrite-pattern">v?(.*)\+0</param> + <param name="versionrewrite-replacement">\1</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> + ++++++ sile.obsinfo ++++++ name: sile version: 0.14.17 mtime: 1707331766 commit: 4276c710386866f7c2eff85c9f3fc1825be5636a
