gjs/_service
Bjørn Lie 37e7a04556 Accepting request 563128 from home:Zaitor:branches:GNOME:Factory
- Update to version 1.50.2+20180106.b3e0002:
  + object:
    - Only reset keep-alive and disassociate if needed.
    - Make clear in toString() proto method when the object is
      finalized.
    - Show error when using proto functions (connect*, emit) on
      destroyed object.
    - Only show critical errors on access to finalized objects.
    - Remove ObjectInstance from disassociate_list if object is
      finalized.
    - Leave out param untouched on error.
    - Reset the keep alive flag on wrapper when object is disposed.
    - Add better logging when invalid access happens.
    - Don't resolve or set,get properties on finalized elements.
  + installed-tests/js: add testGObjectDestructionAccess to verify
    access to destryed objects.
- Switch to git-checkout via source service. Following this, add
  autoconf-archive and libtool BuildRequires and pass autogen.sh to
  bootstrap the tarball.
- Cleanup spec, use modern macros, autosetup and make_build.

OBS-URL: https://build.opensuse.org/request/show/563128
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=138
2018-01-09 19:14:54 +00:00

16 lines
518 B
Plaintext

<services>
<service mode="disabled" name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/gjs.git</param>
<param name="scm">git</param>
<param name="revision">gnome-3-26</param>
<param name="versionformat">1.50.2+%cd.%h</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
</services>