Update to version 1.13.3+git.1731775346.2b21553 * Update version to 1.13.3 * dictd: fix buffer overflow in first/last search strategies Thanks a lot to Matěj Cepl <mcepl@cepl.eu> for the report! * Remove config.{sub,guess} * Update version to 1.13.2 * Rename configure.in to configure.ac * dictP.h: remove #include <sys/time.h> * configure.in: fix obsolete code * Fix compilation issues with gcc-14 * Update configure script and the like (autoconf-2.72) (🤖: Submission of dictd via #4 by mcepl) OBS-URL: https://build.opensuse.org/request/show/1249399 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dictd?expand=0&rev=11
17 lines
603 B
Plaintext
17 lines
603 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/cheusov/dictd.git</param>
|
|
<param name="versionprefix">1.13.3+git</param>
|
|
<param name="revision">dictd-1.13</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|