SHA256
1
0
forked from pool/dictd
dictd/_service.NO
Matěj Cepl e0a55a2436
Update to 1.13.2
- Included changes:
   - 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)
- Remove upstreamed patch gcc-14.patch
- Add index-buf-ovrflw.patch to overcome a buffer overflow
  (courtesy of the upstream author)
2024-11-16 13:06:59 +01:00

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.1+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>