Marcus Rueckert
3ed24ba9f3
- Update to version 1.2.1+git.1611145185.49ea312: * Bump the FB_ORCA_AGENT version once again (#208) * Remove bash-ism in configure.ac * Port away from deprecated g_type_class_add_private() and friends * Increase default sync_interval from 5 to 1440 * travis: replace python-m2crypto dependency with python3-m2crypto * facebook-api: Fix id assertion in fb_api_cb_publish_mst() (#204) * travis: add python-m2crypto to dependencies for OBS deploy * Release 1.2.1 with fixes for a couple of server changes * Fix taNewMessage bug (#202) * fb_api_cb_publish_pt: check field is stop (#199) - Update to 1.2.1: - Fix "Parse error: unexpected identifier 'taNewMessage'" (gh#bitlbee/bitlbee-facebook#200) - Fix "Failed to read thrift: facebook-api.c:1929 fb_api_cb_publish_pt: assertion 'fb_thrift_read_stop(thft)' failed" (gh#bitlbee/bitlbee-facebook#197) OBS-URL: https://build.opensuse.org/request/show/870994 OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-facebook?expand=0&rev=6
16 lines
570 B
Plaintext
16 lines
570 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="versionprefix">1.2.1+git</param>
|
|
<param name="url">https://github.com/bitlbee/bitlbee-facebook.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git*</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|