dictd/_service
Matej Cepl 25977c9b9d - Update to 1.12.1+git.1555438032.190d8c6:
- Remove --enable-dictorg from dict(1)
- Stop using obs_scm, it doesn't work, use tar_scm instead.
- Use tighter globs in %%files to make debuginfo generator happy.
- Clean up SPEC using spec-cleaner.

- Update to version 1.12.1+git.1555438032.190d8c6:
  * Remove --enable-dictorg from dict(1)
  * update config.sub and config.guess
  * dictfmt: fix merge conflict
  * dictfmt: fix compilation failure on Solaris (alloca)
  * dictfmt: DICTFMT_SORT variable is used for setting sort(1)
  * Support for --use-dictorg was removed
  * Support for socks5 was removed
  * Clean-ups for autocrap build system (headers and types)
  * Use stable sort to ensure already-sorted input stays sorted.
  * Revert "Update tables for is{space,alnum}__ (report by michael72)"

OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=16
2019-04-24 10:17:05 +00:00

16 lines
574 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="versionprefix">1.12.1+git</param>
<param name="url">https://github.com/cheusov/dictd</param>
<param name="scm">git</param>
<param name="exclude">.git*</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">Matej Cepl &lt;mcepl@cepl.eu&gt;</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>