268 Commits

Author SHA256 Message Date
ca444b8c21 Accepting request 1269688 from GNOME:Factory
- Update to version 1.84.2:
  + Closed bugs and merge requests: GtkNotebook.pages GListModel is
    inaccessible from GJS.

- Exclude s390x arch from testing, to unstable/slow to test ok. (forwarded request 1269165 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1269688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=120
2025-04-17 14:06:52 +00:00
22f6b8bd7b Accepting request 1266393 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1266393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=119
2025-04-04 15:28:26 +00:00
e6b4c797a2 Accepting request 1253993 from GNOME:Factory
- Update to version 1.84.1:
  + tests: Prevent failures when GTK4/DISPLAY is missing
  + testWarnings: run gc wrapper test only under Gtk4 (forwarded request 1253983 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1253993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=118
2025-03-18 16:39:47 +00:00
c7d9afd116 - Update to version 1.84.1:
+ tests: Prevent failures when GTK4/DISPLAY is missing
  + testWarnings: run gc wrapper test only under Gtk4

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=244
2025-03-18 07:05:40 +00:00
745df11c53 drop git
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=243
2025-03-08 05:55:37 +00:00
8027c32491 - Update to version 1.83.90 (Unstable):
+ Various maintenance
  + Add type checking job
  + Write g-i regression tests for flags and enum values with gaps
- Update to version 1.83.4 (Unstable):
  + The gjs-console REPL is now asynchronous. You can, for example,
    create a window with a button, connect a signal handler, click
    the button, and the signal handler will run when the button is
    clicked. Previously, the signal handler wouldn't run because it
    was blocked by the console waiting for input. This doesn't yet
    make `await` work in the console, but it is a prerequisite.
  + Usually for C APIs that use GValue, GJS transparently
    substitutes native JS values. However, in some cases you need
    to use the GObject.Value wrapper in JS. There is now a new API
    to construct GObject.Value. Instead of constructing an empty
    Value object, calling `init()` with the type, and then
    `set_...` to fill it, you can now do it in one: `new
    GObject.Value(String, 'a string')`. (The old way still works.)
  + Closed bugs and merge requests:
    - interactive interpreter + mainloop
    - object: Add support for static virtual functions
    - "%Id" support in format strings for alternative digits
      disabled due to error in detection at configure/build time
    - null-prototype objects should be pretty-printed less
      confusingly
    - Missing property with gjs 1.83.2
    - arg-types-inl: Replace `<T, TAG>` pairs with a single TAG
    - Introduce simpler override for GObject.Value
    - Use Meson 1.4 and full_path() feature
    - Update gobject-introspection-tests
- Update to version 1.83.2 (Unstable):
  + Closed bugs and merge requests:
    - profiler: only build dynamic string for profiler label if
      profiling
    - object: Fix missing static_type_name template parameter
- Disable meson_test, OK while we are in unstable branch.
- Update to version 1.83.1 (Unstable):
  + GJS now supports source maps. If you use build tools such as
    TypeScript for source code transformation, you can ship source
    map files alongside your built JS files and make sure your
    build tool adds the magic source map comment. You will then get
    the original source locations printed in stack traces and in
    the debugger.
  + In the interactive interpreter (gjs-console), command history
    is now saved between runs. You can set the environment variable
    GJS_REPL_HISTORY to save the command history to a custom file,
    or set it to an empty string to switch this feature off.
  + The debugger now supports examining private fields.
  + Some performance and memory usage improvements around calling
    GNOME platform functions and accessing properties of GNOME
    platform objects.
  + Backwards-incompatible change: Gettext.setlocale() now only
    affects the locale of the current thread. This will not affect
    your JS code, but it may affect your app if you use a C library
    with worker threads and you relied on being able to set the
    locale in those worker threads from JS.
  + Closed bugs and merge requests:
    - Rewrite arguments cache using C++ inheritance
    - package: Try to load resource module name if available
    - object, args-cache: Improve performance with properties basic
      types
    - Use property accessors and setters directly
    - gjs-util: make gjs_setlocale thread-safe
    - Support Source Maps
    - Fix return value of load_contents_async
    - Various maintenance
    - Add history support to REPL
    - Some prep for type safety refactors
    - Update to latest gobject-introspection-tests
    - Build failure regression for i686
    - Segfault when using GtkListView and custom widgets
    - ci: Switch to GNOME GitLab mirror of ci-templates
    - Connecting to signal of a GstElement errors with "too much
      recursion"
    - Update to use GNOME Release Service
    - Enable inspecting symbol properties and private fields in the
      debugger

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=242
2025-03-06 13:58:46 +00:00
85bc4e392a Accepting request 1216798 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1216798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=117
2024-10-22 12:50:48 +00:00
f86ea77574 New stable rel
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=240
2024-10-21 18:07:42 +00:00
8a8a50b682 Accepting request 1205429 from GNOME:Factory
SCripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1205429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=116
2024-10-08 15:17:21 +00:00
50a5c50000 Scripted push of GNOME 47
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=238
2024-09-30 07:42:20 +00:00
3bc0859541 Accepting request 1161657 from GNOME:Factory
GNOME 46 (forwarded request 1161643 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1161657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=115
2024-03-26 18:25:10 +00:00
937ace3132 Accepting request 1161643 from GNOME:Next
GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1161643
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=236
2024-03-26 08:40:36 +00:00
14aaf519be Accepting request 1161457 from GNOME:Next
GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1161457
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=235
2024-03-25 15:31:09 +00:00
afdc0da319 Accepting request 1159479 from GNOME:Factory
GNOME 46 (forwarded request 1158409 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1159479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=114
2024-03-20 20:11:14 +00:00
8d38497d53 Accepting request 1158409 from GNOME:Next
GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1158409
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=233
2024-03-19 13:30:27 +00:00
7ca4a747c6 Accepting request 1130744 from GNOME:Factory
New stable release (forwarded request 1130564 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1130744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=113
2023-12-05 16:01:36 +00:00
32360effa2 Accepting request 1130564 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1130564
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=231
2023-12-04 12:26:38 +00:00
a8bacb18d4 Accepting request 1120737 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1120737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=112
2023-11-02 19:20:01 +00:00
82cab251e0 Accepting request 1120491 from GNOME:Next
Add upstream patch

OBS-URL: https://build.opensuse.org/request/show/1120491
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=229
2023-10-27 07:43:36 +00:00
9b0c52d809 Accepting request 1116883 from GNOME:Next
- Explicitly BuildRequire /usr/bin/dbus-run-session: needed by the
  test suite.

OBS-URL: https://build.opensuse.org/request/show/1116883
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=228
2023-10-11 11:43:35 +00:00
cb5c0f87d9 Accepting request 1111855 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1111855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=111
2023-09-20 11:21:57 +00:00
2ed0954760 Accepting request 1111818 from GNOME:Next
Version update: 1.77.90 -> 1.78.0

OBS-URL: https://build.opensuse.org/request/show/1111818
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=226
2023-09-18 06:34:06 +00:00
edb292bb06 Accepting request 1109808 from GNOME:Next
Pushing GNOME 45.rc packages

OBS-URL: https://build.opensuse.org/request/show/1109808
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=225
2023-09-12 02:33:59 +00:00
aea4f4c0e0 Accepting request 1093707 from GNOME:Factory
Forwarded request #1093227 from iznogood

New stable rel

OBS-URL: https://build.opensuse.org/request/show/1093707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=110
2023-06-20 14:40:03 +00:00
a1f64918f5 Accepting request 1093227 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/1093227
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=223
2023-06-19 05:32:15 +00:00
f8899232f3 Accepting request 1092726 from GNOME:Factory
Forwarded request #1092407 from iznogood

New stable rel

OBS-URL: https://build.opensuse.org/request/show/1092726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=109
2023-06-14 14:28:58 +00:00
ac85faa048 Accepting request 1092407 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/1092407
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=221
2023-06-13 04:18:13 +00:00
ae61a8ba18 Accepting request 1073199 from GNOME:Factory
New stable release (forwarded request 1072902 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1073199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=108
2023-03-24 14:17:23 +00:00
4c696fd861 Accepting request 1072902 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1072902
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=219
2023-03-20 12:48:22 +00:00
be1d862e2d Accepting request 1067039 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1067039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=107
2023-02-23 15:27:59 +00:00
e6b1074bfc Accepting request 1066978 from home:iznogood
- Update to version 1.74.2:
  + Various fixes ported from the development branch.
  + Closed bugs and merge requests:
    - Build error with clang
    - Can't compile current version with mozjs 102
    - Enabling window-list extension causes gnome-shell to crash
      when running "dconf update" as root
    - log: Fix an off-by-one buffer overflow

OBS-URL: https://build.opensuse.org/request/show/1066978
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=217
2023-02-21 16:13:01 +00:00
ef68edf348 Accepting request 1032401 from GNOME:Factory
New stable release (forwarded request 1032394 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1032401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=106
2022-11-01 12:40:50 +00:00
418b31b389 Accepting request 1032394 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1032394
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=215
2022-10-31 08:53:35 +00:00
195995e84f Accepting request 1005094 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1005094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=105
2022-09-21 12:41:37 +00:00
602a48f327 Accepting request 1005093 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1005093
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=213
2022-09-21 05:25:53 +00:00
db2fb33638 Accepting request 1004650 from GNOME:Next
Use ldconfig_scriptlets

OBS-URL: https://build.opensuse.org/request/show/1004650
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=212
2022-09-19 16:15:50 +00:00
605f9d3d04 Accepting request 1002620 from GNOME:Next
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already)

OBS-URL: https://build.opensuse.org/request/show/1002620
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=211
2022-09-13 07:32:42 +00:00
6a4acc90aa Accepting request 993950 from GNOME:Factory
- Update to version 1.72.2:
  + Various fixes ported from the development branch.
  + Closed bugs and merge requests:
    - gi/arg-cache.cpp: Fix building on Visual Studio.
    - doc: Reflect support for constructor with GObject. (forwarded request 993714 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/993950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=104
2022-08-10 15:13:00 +00:00
548de2b00b Accepting request 993714 from home:iznogood:branches:GNOME:Factory
- Update to version 1.72.2:
  + Various fixes ported from the development branch.
  + Closed bugs and merge requests:
    - gi/arg-cache.cpp: Fix building on Visual Studio.
    - doc: Reflect support for constructor with GObject.

OBS-URL: https://build.opensuse.org/request/show/993714
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=209
2022-08-09 08:35:30 +00:00
117b919745 Accepting request 987354 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 987180 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/987354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=103
2022-07-09 14:59:22 +00:00
0bf3a2cf65 Accepting request 987180 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/987180
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=207
2022-07-07 07:26:08 +00:00
ef2b3228a2 Accepting request 963570 from GNOME:Factory
GNOME 42 - ready for impact

OBS-URL: https://build.opensuse.org/request/show/963570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=102
2022-03-23 19:16:10 +00:00
bab313c017 Accepting request 963188 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/963188
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=205
2022-03-21 08:56:07 +00:00
e4d2018cb5 Accepting request 952660 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/952660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=101
2022-02-10 22:11:31 +00:00
acd46e2002 Accepting request 952635 from GNOME:Next
- Update to version 1.70.1:
  + Build and crash fixes backported from the development branch.
  + Closed bugs and merge requests:
    - Handle optional out parameters in callbacks
    - Link fails on Debian armel|mipsel|powerpc: needs more
      -latomic
    - gjs/jsapi-util.cpp: fix build on gcc-12
- Drop patches fixed upstream:
  + b9e122044a7ccc1e2a3374c680b6ea82066bfa59.patch
  + 62025d4a2738a36ea5f1a7cebef08b22b5eef613.patch

OBS-URL: https://build.opensuse.org/request/show/952635
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=204
2022-02-08 11:07:05 +00:00
9d371b3e46 Accepting request 923578 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/923578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=100
2021-10-12 19:47:46 +00:00
6da4f8b49b Accepting request 923493 from GNOME:Next
- Add upstream crash fixer patches from stable branch:
  + b9e122044a7ccc1e2a3374c680b6ea82066bfa59.patch: arg: Replace
    gsize with size_t
  + 62025d4a2738a36ea5f1a7cebef08b22b5eef613.patch: Handle optional
    out parameters in callbacks
- Stop disabling lto: Following this, stop passing dtrace=true and
  systemtap=true to meson, aswell as dropping systemtap-sdt-devel
  BuildRequires, follow upstream default.
- Add optional pkgconfig(gtk4) BuildRequires: meson checks for it.

OBS-URL: https://build.opensuse.org/request/show/923493
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=203
2021-10-06 19:35:32 +00:00
10cd4262e1 Accepting request 921607 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 920925 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/921607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=99
2021-09-29 18:17:31 +00:00
7faca748fa Accepting request 920925 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/920925
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=202
2021-09-27 06:23:34 +00:00
aba461f67c Accepting request 920250 from GNOME:Factory
- Update to version 1.68.4:
  + Build fix backported from the development branch. (forwarded request 920116 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/920250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=98
2021-09-24 22:35:19 +00:00
017fda4c63 Accepting request 920116 from home:iznogood:branches:GNOME:Factory
- Update to version 1.68.4:
  + Build fix backported from the development branch.

OBS-URL: https://build.opensuse.org/request/show/920116
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=201
2021-09-20 06:37:31 +00:00
ddfb9c96c1 Accepting request 913690 from GNOME:Factory
New stable release (forwarded request 912298 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/913690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=97
2021-08-25 18:56:18 +00:00
a96e24dc56 Accepting request 912298 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/912298
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=200
2021-08-23 08:34:57 +00:00
d5e9069a7a Accepting request 908866 from GNOME:Factory
- Adapt xorg-x11-Xvfb BuildRequires on SLE and Leap, whose X has
  not updated to xorg-x11-server-Xvfb. (forwarded request 908845 from yfjiang)

OBS-URL: https://build.opensuse.org/request/show/908866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=96
2021-08-02 10:04:44 +00:00
1f752a48f2 Accepting request 908845 from GNOME:STABLE:41
- Adapt xorg-x11-Xvfb BuildRequires on SLE and Leap, whose X has
  not updated to xorg-x11-server-Xvfb.

OBS-URL: https://build.opensuse.org/request/show/908845
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=199
2021-07-28 11:25:36 +00:00
6ffe7629c5 Accepting request 893954 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 893927 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/893954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=95
2021-05-20 17:24:26 +00:00
0363211e2d Accepting request 893927 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/893927
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=197
2021-05-18 08:13:05 +00:00
fece871a04 Accepting request 881107 from GNOME:Factory
GNOME 40 - here we come (forwarded request 880934 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/881107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=94
2021-04-12 10:35:17 +00:00
9c1475b65d Accepting request 880934 from GNOME:Next
GNOME 40 - here we come

OBS-URL: https://build.opensuse.org/request/show/880934
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=195
2021-03-24 16:32:10 +00:00
fa59ff108c Accepting request 862316 from GNOME:Factory
New stable release (forwarded request 862103 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/862316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=93
2021-01-15 18:44:46 +00:00
4e0aa9a49b Accepting request 862103 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/862103
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=193
2021-01-11 13:56:02 +00:00
0fc30f8465 Accepting request 847193 from GNOME:Factory
Push GNOME 3.38

OBS-URL: https://build.opensuse.org/request/show/847193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=92
2020-11-19 10:54:58 +00:00
6acf258462 Accepting request 842886 from GNOME:Next
update to 3.38.1 - TW should be ready

OBS-URL: https://build.opensuse.org/request/show/842886
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=191
2020-10-26 08:11:13 +00:00
6a2b7060e7 Accepting request 819951 from GNOME:Factory
New stable release (forwarded request 819063 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/819951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=91
2020-07-13 07:05:29 +00:00
910350cc49 Accepting request 819063 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/819063
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=189
2020-07-10 10:09:18 +00:00
78c3fd1a8a Accepting request 811428 from GNOME:Factory
New stable rel (forwarded request 810502 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/811428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=90
2020-06-08 21:48:53 +00:00
7d565a1792 Accepting request 810502 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/810502
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=187
2020-06-04 11:46:10 +00:00
10e99bdc09 Accepting request 798688 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/798688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=89
2020-04-29 18:44:14 +00:00
0a3b7e7ab8 Accepting request 798624 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/798624
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=185
2020-04-28 14:44:49 +00:00
9fb79f3bba Accepting request 796099 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/796099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=88
2020-04-23 16:29:04 +00:00
769557647f Accepting request 796097 from GNOME:Next
- Pass -Dinstalled_tests=false to meson: do not install the test
  suite (it's meant to be invalid code, which in turn confuses the
  dep scanner).

OBS-URL: https://build.opensuse.org/request/show/796097
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=183
2020-04-21 16:39:02 +00:00
38b5019ca3 Accepting request 795028 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/795028
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=182
2020-04-17 22:43:00 +00:00
abdf1dc298 Accepting request 790684 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/790684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=87
2020-04-07 08:19:29 +00:00
5a14b1850e Accepting request 789335 from home:iznogood:branches:GNOME:Factory
New stable rel

OBS-URL: https://build.opensuse.org/request/show/789335
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=180
2020-04-01 18:56:47 +00:00
0986c04fdd Accepting request 775302 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/775302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=86
2020-02-22 18:01:52 +00:00
f02b18e1f0 Accepting request 775101 from home:iznogood
New stable release

OBS-URL: https://build.opensuse.org/request/show/775101
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=178
2020-02-18 16:59:03 +00:00
bedf77c497 Accepting request 761957 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/761957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=85
2020-01-13 21:16:58 +00:00
264b89abbe Accepting request 761753 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/761753
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=176
2020-01-08 18:58:30 +00:00
53728861b5 Accepting request 754128 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/754128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=84
2019-12-11 11:05:06 +00:00
bc1145c778 Accepting request 754074 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/754074
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=174
2019-12-04 20:00:00 +00:00
3d8ffdbf91 Accepting request 751361 from GNOME:Factory
(forwarded request 751204 from yfjiang)

OBS-URL: https://build.opensuse.org/request/show/751361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=83
2019-11-29 14:59:12 +00:00
37e53841e0 Accepting request 751204 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/751204
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=172
2019-11-27 14:36:02 +00:00
a962e07053 Accepting request 750860 from GNOME:Next
New stable...

OBS-URL: https://build.opensuse.org/request/show/750860
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=171
2019-11-26 09:30:23 +00:00
302c3bdcbe Accepting request 736519 from GNOME:Factory
Scripted push from {project}

OBS-URL: https://build.opensuse.org/request/show/736519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=82
2019-10-17 10:58:34 +00:00
d066f705ac Accepting request 735608 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/735608
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=169
2019-10-07 10:00:55 +00:00
1dd47b5f15 Accepting request 735023 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/735023
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=168
2019-10-04 15:35:53 +00:00
2a35a29e88 Accepting request 701617 from GNOME:Factory
- Update to version 1.56.2:
  + Crash in BoxedInstance when struct could not be allocated
    directly.
  + Cairo conversion bugs fixed.
  + Gjs crashes when binding inherited property to js added
    gobject-property.
  + console: Don't accept --profile after the script name. (forwarded request 701519 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/701617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=81
2019-05-10 07:17:55 +00:00
20c6f72436 Accepting request 701519 from GNOME:Next
- Update to version 1.56.2:
  + Crash in BoxedInstance when struct could not be allocated
    directly.
  + Cairo conversion bugs fixed.
  + Gjs crashes when binding inherited property to js added
    gobject-property.
  + console: Don't accept --profile after the script name.

OBS-URL: https://build.opensuse.org/request/show/701519
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=166
2019-05-08 15:32:06 +00:00
495cd8ffa1 Accepting request 695694 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 695645 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/695694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=80
2019-05-03 20:11:21 +00:00
15293fb208 Accepting request 695645 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/695645
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=164
2019-04-18 12:54:23 +00:00
1d0c25497a Accepting request 692041 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/692041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=79
2019-04-10 21:09:20 +00:00
7e7614fe3e Accepting request 689942 from GNOME:Next
- Update to version 3.32.0:
  + Stable release version bump.
- Update to version 1.55.92:
  + Possible memory allocation/deallocation bug (possibly in
    js_free() in GJS).
  + cairo-context: Special-case 0-sized vector.
  + Add some more eslint rules.
  + NMake/libgjs-private: Export all the public symbols there.
- Update to version 1.55.91:
  + The problem of freezing while running the tests using GCC's
    sanitizers was determined to be a bug in GCC, which was fixed
    in GCC 9.0.1.
  + Closed bugs and merge requests:
    - gnome-sound-recorder crashes deep inside libgjs.
    - Various maintenance.
    - wrapperutils: Define $gtype property as non-enumerable.
- Update to version 1.55.90:
  + New JS API: It's now possible to call and implement DBus
    methods whose parameters or return types include file
    descriptor lists (type signature 'h'). This involves passing or
    receiving a Gio.UnixFDList instance along with the parameters
    or return values.
  + To call a method with a file descriptor list, pass the
    Gio.UnixFDList along with the rest of the parameters, in any
    order, the same way you would pass a Gio.Cancellable or async
    callback.
  + For return values, things are a little more complicated, in
    order to avoid breaking existing code. Previously,
    synchronously called DBus proxy methods would return an
    unpacked GVariant. Now, but only if called with a
    Gio.UnixFDList, they will return [unpacked GVariant,
    Gio.UnixFDList]. This does not break existing code because it
    was not possible to call a method with a Gio.UnixFDList before,
    and the return value is unchanged if not calling with a
    Gio.UnixFDList. This does mean, unfortunately, that if you have
    a method with an 'h' in its return signature but not in its
    argument signatures, you will have to call it with an empty
    FDList in order to receive an FDList with the return value,
    when calling synchronously.
  + On the DBus service side, when receiving a method call, we now
    pass the Gio.UnixFDList received from DBus to the called
    method. Previously, sync methods were passed the parameters,
    and async methods were passed the parameters plus the
    Gio.DBusInvocation object. Appending the Gio.UnixFDList to
    those parameters also should not break existing code.
  + See the new tests in installed-tests/js/testGDBus.js for
    examples of calling methods with FD lists.
  + We have observed on the CI server that GJS 1.55.90 will hang
    forever while running the test suite compiled with GCC 9.0.0
    and configured with the --enable-asan and --enable-ubsan
    arguments. This should be addressed in one of the following
    1.55.x releases.
  + Closed bugs and merge requests:
    - GDBus proxy overrides should support
      Gio.DBusProxy.call_with_unix_fd_list().
    - Add regression tests for GObject vfuncs.
    - GjsPrivate: Sources should be C files.
    - build: Vendor last-good version of AX_CODE_COVERAGE.
- Update to version 1.55.4:
  + Various maintenance.
  + Boxed copy constructor should not be called, split Boxed into
    prototype and instance structs.
- Update to version 1.55.3:
  + Manually constructed ByteArray toString segfaults.
  + signals: Add _signalHandlerIsConnected method.
  + Various maintenance.
- Changes from version 1.55.2:
  + Gnome-shell crashes on destroying cached param specs.
  + Various maintenance.
  + Auto pointers builder.
  + configure.ac: Update bug link.
  + SIGSEGV when exiting gnome-shell.
  + Fix build with --enable-dtrace and create CI job to ensure it
    doesn't break in the future.
  + Delay JSString-to-UTF8 conversion.
  + Annotate return values.
  + Fix a regression with GError toString().
  + GType memleak fixes.
  + Atoms refactor.
  + Write a "Code Hospitable" README file.
  + object: Method lookup repeatedly traverses introspection.
  + Handler of GtkEditable::insert-text signal is not run.
- Changes from version 1.55.1:
  + object: Implement newEnumerate hook for GObject.
  + Various maintenance.
  + ByteArray.toString should stop at null bytes.
  + Byte arrays that represent encoded strings should be
    0-terminated.
  + context: Defer and therefore batch forced GC runs.
  + context: use timeout with seconds to schedule a gc trigger.
  + arg: Add special-case for byte arrays going to C.

OBS-URL: https://build.opensuse.org/request/show/689942
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=162
2019-04-06 18:29:57 +00:00
908a7220e5 Accepting request 648880 from GNOME:Factory
New stable release (forwarded request 648713 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/648880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=78
2018-11-18 22:25:06 +00:00
4dd226277a Accepting request 648713 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/648713
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=160
2018-11-14 09:54:51 +00:00
3a3ca4704a Accepting request 643843 from GNOME:Factory
New stable rel (forwarded request 643790 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/643843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=77
2018-10-24 05:42:15 +00:00
81bc922509 Accepting request 643790 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/643790
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=158
2018-10-23 05:48:54 +00:00
082ea85c17 Accepting request 638691 from GNOME:Factory
New stable rel (forwarded request 638546 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/638691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=76
2018-10-17 06:17:06 +00:00
241f2c9983 Accepting request 638546 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/638546
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=156
2018-09-27 07:41:18 +00:00
168582a143 Accepting request 634813 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/634813
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=155
2018-09-21 23:30:04 +00:00
98cba919b2 Accepting request 621490 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/621490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=75
2018-07-12 07:15:39 +00:00
87f20a2a90 Accepting request 621330 from home:iznogood:branches:GNOME:Factory
- Add gjs-ensure-force_gc-flag-use.patch: context: Ensure force_gc
  flag is not lost if the idle is scheduled (glgo#GNOME/gjs#150).

OBS-URL: https://build.opensuse.org/request/show/621330
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=153
2018-07-08 04:20:35 +00:00
e5d87bbcd3 Accepting request 605077 from GNOME:Factory
Add patches lined up in the next unstable release aswell.

- Update to version 1.52.3:
  + Include calc.js example from Seed (glgo#gnome/gjs#130).
  + CI: Un-pin the Fedora Docker image (glgo#gnome/gjs#141,
    (glgo#gnome/gjs#131).
  + Reduce overhead of wrapped objects (glgo#gnome/gjs#142,
    (glgo#gnome/gjs#121).
  + Various CI changes (glgo#gnome/gjs#134, (glgo#gnome/gjs#136).
- Add gjs-Add-API-to-force-GC-schedule.patch: context: Add API to
  force GC schedule. There are situations where we cannot run the
  GC right away, but we also cannot ignore the need of running it.
  For those cases, add a new private function that forces GC to
  happen on idle (glgo"GNOME/gjs#140).
- Add gjs-Queue-forced-GC.patch: object: Queue a forced GC when
  toggling down. Since we cannot know how many more wrapped
  GObjects are going be marked for garbage collection after the
  owner is destroyed, always queue a garbage collection when a
  toggle reference goes down (glgo"GNOME/gjs#140). (forwarded request 604654 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/605077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=74
2018-05-10 13:45:38 +00:00
3b80c7d038 Accepting request 604654 from home:iznogood:branches:GNOME:Factory
Add patches lined up in the next unstable release aswell.

- Update to version 1.52.3:
  + Include calc.js example from Seed (glgo#gnome/gjs#130).
  + CI: Un-pin the Fedora Docker image (glgo#gnome/gjs#141,
    (glgo#gnome/gjs#131).
  + Reduce overhead of wrapped objects (glgo#gnome/gjs#142,
    (glgo#gnome/gjs#121).
  + Various CI changes (glgo#gnome/gjs#134, (glgo#gnome/gjs#136).
- Add gjs-Add-API-to-force-GC-schedule.patch: context: Add API to
  force GC schedule. There are situations where we cannot run the
  GC right away, but we also cannot ignore the need of running it.
  For those cases, add a new private function that forces GC to
  happen on idle (glgo"GNOME/gjs#140).
- Add gjs-Queue-forced-GC.patch: object: Queue a forced GC when
  toggling down. Since we cannot know how many more wrapped
  GObjects are going be marked for garbage collection after the
  owner is destroyed, always queue a garbage collection when a
  toggle reference goes down (glgo"GNOME/gjs#140).

OBS-URL: https://build.opensuse.org/request/show/604654
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=151
2018-05-07 11:10:56 +00:00
86428f9743 Accepting request 598587 from GNOME:Factory
New stable rel + .changes tweaks (forwarded request 597879 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/598587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=73
2018-04-22 12:37:28 +00:00
5bf54184d5 Accepting request 597879 from home:iznogood:branches:GNOME:Factory
New stable rel + .changes tweaks

OBS-URL: https://build.opensuse.org/request/show/597879
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=149
2018-04-19 15:11:03 +00:00
926e2e063a Accepting request 595401 from home:luc14n0:branches:GNOME:Factory
Update to version 1.52.1.

OBS-URL: https://build.opensuse.org/request/show/595401
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=148
2018-04-13 06:50:16 +00:00
dcb79b0b02 Accepting request 586247 from GNOME:Factory
Update to 3.28.0 (forwarded request 586183 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/586247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=72
2018-03-14 18:31:04 +00:00
900210dcad Accepting request 586183 from GNOME:Next
Update to 3.28.0

OBS-URL: https://build.opensuse.org/request/show/586183
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=146
2018-03-13 08:25:10 +00:00
61b3b13ab0 Accepting request 585275 from GNOME:Next
- Update to version 1.51.92:

OBS-URL: https://build.opensuse.org/request/show/585275
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=145
2018-03-10 12:40:40 +00:00
28a7c2412e Accepting request 583602 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/583602
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=144
2018-03-09 10:09:01 +00:00
0c18aaccb9 Accepting request 578054 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/578054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=71
2018-02-21 13:08:48 +00:00
aed788e560 Accepting request 578046 from home:fcrozat:branches:GNOME:Factory
- Do not try to build against s390 anymore, since it doesn't build
  with mozjs54 and s390 is only for compability with old
  applications (gjs doesn't qualifies).

OBS-URL: https://build.opensuse.org/request/show/578046
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=142
2018-02-19 14:00:20 +00:00
670e0bc9be Accepting request 572081 from GNOME:Factory
- Update to version 1.50.4:
  + Gnome Shell crash with places-status extension when you plug an
    USB device (glgo#gjs#33 and glgo#gjs#38).
- Changes from version 1.50.3:
  + GJS will now log a warning when a GObject is accessed in
    Javascript code after the underlying object has been freed in
    C. (This used to work most of the time, but crash
    unpredictably.) We now prevent this situation which, is usually
    by caused a memory management bug in the underlying C library.
  + Closed bugs and merge requests:
    - Add checks for GObjects that have been finalized
      (glgo#gjs#21, glgo#gjs#23, glgo#gjs#25, glgo#gjs#28,
      glgo#gjs#33).
    - Test "Cairo context has methods when created from a C
      function" fails (glgo#gjs#27, glgo#gjs#35).
    - Various fixes from the master branch for rare crashes.
- Update to version 1.50.2:
  + Closed bugs and merge requests:
    - tweener: Fix a couple of warnings.
    - legacy: Allow ES6 classes to inherit from abstract Lang.Class
      class.
  + Minor bugfixes.
- Update Url to https://wiki.gnome.org/Projects/Gjs: current Gjs'
  project web page.
- Alignment BuildRequires with configure:
  + Add pkgconfig(*): cairo-gobject, gio-2.0, gobject-2.0 and
    gthread-2.0.
  + Drop pkgconfig(libmozjs-52) and libxml2-tools.
- Update to version 1.50.1:
  + As a debugging aid, gjs_dumpstack() now works even during
    garbage collection.
  + Code coverage tools did not work so well in the last few 1.49
    releases. The worst problems are now fixed, although even more
    improvements will be released in the next unstable version.
    Fixes include:
    - Specifing prefixes for code coverage files now works again.
    - Code coverage now works on lines inside ES6 class
      definitions.
    - The detection of which lines are executable has been improved
      a bit.
- Rectify summaries.
- Update to version 1.50.0:
  + Relicense coverage.cpp and coverage.h to the same license as
    the rest of GJS (bgo#787263).
- Change license back to MIT.
- Update to version 1.49.92:
  + It's now possible to build GJS with sanitizers (ASan and
    UBSan) enabled; add "--enable-asan" and "--enable-ubsan" to
    your configure flags.
  + There's also a "make check-valgrind" target which will run
    GJS's test suite under Valgrind to catch memory leaks and
    threading races.
  + Many of the crashes in GNOME 3.24 were caused by GJS's closure
    invalidation code which had to change from the known-working
    state in 1.46 because of changes to SpiderMonkey's garbage
    collector. This code has been refactored to be less
    complicated, which will hopefully improve stability and
    debuggability.
  + Docs tweaks.
  + Bugs fixed: bgo#783220, bgo#786668, bgo#786995, bgo#787113.
- Temporariliy change license to GPL-2.0+: there are a couple files
  in the source tree, that link into libgjs and bring the code to
  GPL-2.0+ level; upstream is working on relicensing them
  (bgo#787263).
- Update to version 1.49.91:
  + Deprecation: The private "__name__" property on Lang.Class
    instances is now discouraged. Code should not have been using
    this anyway, but if it did then it should use the "name"
    property on the class (this.__name__ should become
    this.constructor.name), which is compatible with ES6 classes.
  + Closed bugs:
    - Use ES6 classes (bgo#785652).
    - A few fixes for stack traces and error reporting
      (bgo#786183).
    - /proc/self/stat is read for every frame if GC was not needed
      (bgo#786017).
  + Build fix.
- Update to version 1.49.90:
  + New API: GObject.registerClass(), intended for use with ES6
    classes.
  + Misc 1.49 and mozjs52 enhancements (bgo#785040).
  + Switch to native promises (bgo#784713).
  + Can't call exports using top-level variable toString
    (bgo#781623).
  + Properties no longer recognized when shadowed by a method
    (bgo#785091).
  + Backport of changes required for use with mozjs-55.
- Changes from version 1.49.6:
  + GJS crash in needsPostBarrier, possible access from wrong
    thread (bgo#783935).
- Changes from version 1.49.4:
  + This version of GJS is based on SpiderMonkey 52.
  + New language features
    - ES6 classes.
    - Async functions and await operator.
    - Reflect - built-in object with methods for interceptable
      operations.
  + Backwards-incompatible changes
    - Non-standard "let expressions" and "let blocks" (e.g.,
      `let (x = 5) { use(x) }`) are not supported any longer
    - Non-standard flags argument to String.match(),
      String.replace(), and String.search() (e.g.
      `str.replace('foo', 'bar', 'g')`) is now ignored.
    - Non-standard WeakSet.clear() method has been removed.
    - Variables declared with let and const are now 'global lexical
      bindings', as per the ES6 standard, meaning that they will
      not be exported in modules.
  + Closed bugs:
    - Prepare for SpiderMonkey 45 and 52 (bgo#781429).
    - Add a static analysis tool as a make target (bgo#783214).
    - Fix the build with debug logs enabled (bgo#784469).
    - Switch to SpiderMonkey 52 (bgo#784196).
    - Test suite fails when run with JIT enabled (bgo#616193).
- Replace pkgconfig(mozjs-38) BuildRequires for
  pkgconfig(mozjs-52), following upstreams port.
- Add libxml2-tools BuildRequires: new dependency.
- Update to version 1.49.3:
  + Fixes in preparation for SpiderMonkey 52.
  + Use the Centricular fork of libffi to build on Windows.
  + Use a C++ auto pointer instead of g_autofree (bgo#777597).
  + Build failure in GNOME Continuous (bgo#783031).
- Update to version 1.49.2:
  + New feature: When building an app with the Package module,
    using the Meson build system, you can now run the app with
    "ninja run" and all the paths will be set up correctly.
  + New feature: Gio.ListStore is now iterable.
  + New API: Package.requireSymbol(), a companion for the already
    existing Package.require(), that not only checks for a GIR
    library but also for a symbol defined in that library.
  + New API: Package.checkSymbol(), similar to
    Package.requireSymbol() but does not exit if the symbol was not
    found. Use this to support older versions of a GIR library with
    fallback functionality.
  + New API: System.dumpHeap(), for debugging only. Prints the
    state of the JS engine's heap to standard output. Takes an
    optional filename parameter which will dump to a file instead
    if given.
  + Fixes in preparation for SpiderMonkey 52.
  + Misc fixes.
  + Bugs fixed: bgo#775868, bgo#781882, bgo#781882, bgo#782065,
    bgo#782069, bgo#779593, bgo#782310, bgo#781219, bgo#780106.
- Update to version 1.49.1:
  + test GObject Class failure (bgo#693676).
  + Enable incremental GCs (bgo#724797).
  + Don't silently accept extra arguments to C functions
    (bgo#680215).
  + Special case GValues in signals and properties (bgo#688128).
  + [cairo]: Instantiate wrappers properly (bgo#614413).
  + Warn if we're importing an unversioned namespace (bgo#689654).
  + Fixes in preparation for SpiderMonkey 45.
- Update to version 1.48.6:
  + GJS crash in needsPostBarrier, possible access from wrong
    thread - more fixes for bgo#783935.
- Update to version 1.48.5:
  + GJS crash in needsPostBarrier, possible access from wrong
    thread (bgo#783935).
  + Fix format string, caught by static analysis.
  + Fixes for regression in 1.48.4.
- Update to version 1.48.4:
  + gnome-shell 3.24.1 crash on wayland (bgo#781799).
- Update to version 1.48.3:
  + arg: don't crash when asked to convert a null strv to an array
    (bgo#775679).
  + gjs 1.48.0: does not compile on macOS with clang (bgo#780350).
  + Modernize shell scripts (bgo#781806).
- Changes from version 1.48.2:
  + Intermittent crash in gnome-shell, probably in weak pointer
    updating code (bgo#781194).
  + Add contributor's guide (bgo#781297).
  + Misc fixes.
- Update to version 1.48.1:
  + gjs crashed with SIGSEGV in gjs_object_from_g_object
    (bgo#779918).
  + Misc bug fixes.
- Drop redundant %clean section.
- Update to version 1.48.0:
  + Memory leak in object_instance_resolve() (bgo#780171).
- Drop gjs-object-Fix-memory-leak-in-resolve.patch: fixed upstream.
- Add patch gjs-object-Fix-memory-leak-in-resolve.patch: The "name"
  string, allocated in gjs_get_string_id(), wasn't getting freed at
  every exit point of the function (bgo#780171).
- Update to version 1.47.92:
  + gjs 1.47.91 configure fails with Fedora's mozjs38 (bgo#779412).
  + tests: Don't fail when Gtk+-4.0 is available (bgo#779594).
  + gjs 1.47.91 test failures on non-amd64 (bgo#779399).
  + gjs_eval_thread should always be set (bgo#779693).
  + System.exit() should exit even across main loop iterations
    (bgo#779692).
  + Fix a typo in testCommandLine.sh (bgo#779772).
  + arg: Fix accidental fallthrough (bgo#779838).
  + jsUnit: Explicitly check if tempTop.parent is defined
    (bgo#779871).
  + Misc bug fixes.
- Drop mozjs38 BuildRequires and stop passing JS_INTERP=/usr/bin/js
  to configure: No longer needed after upstream fixes.
- Update to version 1.47.91:
  + overrides/Gio: Provide an empty array on error, rather than
    null (bgo#677513).
  + WithSignals parameter for Lang.Class (bgo#664897).
  + Add API to better support asynchronous code (bgo#608450).
  + Fix 1.47.90 tests are failing (bgo#778780).
  + boxed: Plug a memory leak (bgo#779036).
  + Don't crash when marshalling an unsafe integer from
    introspection (bgo#778705).
  + Lang.Class should include symbol properties (bgo#778718).
  + Console output of arrays should be UTF-8 aware (bgo#778729).
  + Various fixes for 1.47.91 (bgo#779293).
  + Progress towards a Visual Studio build of GJS on Windows.
  + Misc bug fixes.
- Pass JS_INTERP=/usr/bin/js to configure in order to help it find
  the default, unversioned js binary.
- Add moyjs38 BuildRequires: the mozjs interpreter is not installed
  per default together with mozjs-devel.
- Update to version 1.47.90:
  + This version of GJS is based on SpiderMonkey 38.
  + Syntax enhancements.
  + Various API additions.
  + Backwards-incompatible changes:
    - It is now a syntax error to declare the same variable twice
      with "let" or "const" in the same scope. Existing code may
      need to be fixed, but the fix is trivial.
    + SpiderMonkey is now extra vocal about warning when you access
      an undefined property, and this causes some false positives.
      You can turn this warning off by setting
      GJS_DISABLE_EXTRA_WARNINGS=1.
    + When enumerating the importer object (i.e.,
      "for (let i in imports) {...}") you will now get the names of
      any built-in modules that have previously been imported.
  + Bugs fixed: bgo#776966, bgo#777205, bgo#642506, bgo#776549,
    bgo#777962.
- Replace pkgconfig(mozjs-31) BuildRequires with
  pkgconfig(mozjs-38), following upstreams port.
- Update to version 1.47.4:
  + News for GJS embedders such as gnome-shell:
    - New API: The GjsCoverage type and its methods are now
      exposed. Use this if you are embedding GJS and need to output
      code coverage statistics.
  + Bugs fixed: bgo#563391, bgo#619710, bgo#636283, bgo#697020,
    bgo#730101, bgo#737607, bgo#742852, bgo#751146, bgo#760057,
    bgo#775444, bgo#775776, bgo#776193, bgo#776938.
- Update to version 1.47.3:
  + New JavaScript features! This version of GJS is based on
    SpiderMonkey 31, an upgrade from the previous ESR (Extended
    Support Release) of SpiderMonkey 24.
  + New syntax:
    - Spread operator in function calls: someFunction(arg1, arg2,
      ...iterableObj).
    - Generator functions: yield, function*, yield*.
    - Binary and octal numeric literals: 0b10011100, 0o377.
    - Function arguments without defaults can now come after those
      with defaults: function f(x=1, y) {}.
  + New standard library module: Intl - Locale-sensitive formatting
    and string comparison.
  + New behaviour:
    - -0 and +0 are now considered equal as Map keys and Set
      values.
    - On typed arrays, numerical indexed properties ignore the
      prototype object:
      Int8Array.prototype[20] = 'foo';(new Int8Array(32))[20] == 0.
  + New non-standard Mozilla extensions:
    - Array comprehensions.
    - Generator comprehensions; both were originally proposed for
      ES6 but removed.
  + Bugs fixed: bgo#573335, bgo#595439, bgo#605972, bgo#742249,
    bgo#751252, bgo#770244, bgo#771598, bgo#771745, bgo#772027,
    bgo#772033, bgo#772386, bgo#772790, bgo#773297, bgo#773335,
    bgo#775205.
- Replace pkgconfig(mozjs-24) BuildRequires with
  pkgconfig(mozjs-31), following upstreams port.
- Update to version 1.47.0:
  + Backwards-incompatible change: we have changed the way certain
    JavaScript values are marshalled into GObject introspection 32
    or 64-bit signed integer values, to match the ECMA standard.
  + Backwards-incompatible change: we have changed the way
    gjs-console interprets command-line arguments.
- Add pkgconfig(gtk+-3.0) BuildRequires: enable GTK+ support.
- Update to version 1.46.0:
  + Be future proof against Format fixes in SpiderMonkey
    (bgo#770111).
- Update to version 1.45.4:
  + Release out args before freeing caller-allocated structs
    (bgo#768413).
  + Marshal variable array-typed signal arguments (bgo#761659).
  + Marshal all structs in out arrays correctly (bgo#761658).
  + Call setlocale() before processing arguments (bgo#760424).
  + Build fixes and improvements: bgo#737702, bgo#761072,
    bgo#761366, bgo#765905, bgo#767368.
- Update to GNOME 3.20  Fate#318572
Fri Dec  18 23:51:08 UTC 2015 - damjanovic.ivo@gmail.com
- Update to version 1.45.3:
  + Support external construction of gjs-defined GObjects
    (bgo#681254).
  + Add new format.printf() API (bgo#689664).
  + Add new API to get the name of a repository (bgo#685413).
  + Add C to JS support for arrays of flat structures (bgo#704842).
  + Add API to specify CSS node name (bgo#758349).
  + Return value of default signal handler for "on_signal_name" 
    (bgo#729288).
  + Fix multiple emissions of onOverwrite in Tweener (bgo#597927).
  + Misc bug fixes: bgo#727370, bgo#623330, bgo#667908,
    bgo#757763.
- Update to version 1.44.0:
  + Add Lang.Interface and GObject.Interface (bgo#751343,
    bgo#752984).
  + Support callbacks with (transfer full) return types
    (bgo#750286).
  + Add binding for setlocale() (bgo#753072).
  + Improve support to generate code coverage reports (bgo#743009,
    bgo#743007, bgo#742362, bgo#742535, bgo#742797, bgo#742466,
    bgo#751732).
  + Report errors from JS property getters/setters (bgo#730101).
  + Fix crash when garbage collection triggers while inside an init
    function (bgo#742517).
  + Port to CallReceiver/CallArgs (bgo#742249).
  + Misc bug fixes (bgo#736979, bgo#753072, bgo#750688).
- Require gjs by the devel package: a user installing the -devel
  package expects the interpreter to also be present.
- Update to version 1.43.3:
  + GTypeClass and GTypeInterface methods, such as
    g_object_class_list_properties(), are now available
    (bgo#700347).
  + Added full automatic support for GTK widget templates
    (bgo#700347, bgo#737661, bgo##739739).
  + Added control of JS Date caches to system module (bgo#739790).
  + Misc bug fixes and memory leak fixes (bgo#738122, bgo#740696,
    bgo#737701).
- Update to version 1.42.0:
  + Fix a regression caused by PPC fixes in 1.41.91.
- Update to version 1.41.91:
  + Added the ability to disable JS language warnings (bgo#734569).
  + Fixed crashes in PPC (and probably other arches) due to invalid
    callback signatures (bgo#729554).
  + Fixed regressions with dbus 1.8.6 (bgo#735358).
  + Readded file system paths to the default module search, to
    allow custom GI overrides for third party libraries.
- Update to version 1.41.4:
  + Fixed memory management of GObject methods that unref their
    instance (bgo#729545).
  + Added a package module implementing the
    https://wiki.gnome.org/Projects/Gjs/Package application
    conventions (bgo#690136).
  + Updated translations.
- Update to version 1.41.3:
  + Fixed GObject and Gtk overrides (bgo#727781, bgo#727394).
  + Fixed crashes caused by reentrancy during finalization
    (bgo#725024).
  + Added a wrapper type for cairo regions (bgo#682303).
  + Several cleanups to GC (bgo#725024).
  + Thread-safe structures are now finalized in the background, for
    greater responsiveness (bgo#725024, bgo#730030).
  + A full GC is now scheduled if after executing a piece of JS we
    see that the RSS has grown by over 150% (bgo#725099,
    bgo#728048).
  + ParamSpecs now support methods and static methods implemented
    by glib and exposed by gobject-introspection, in addition to
    the manually bound fields (bgo#725282).
  + Protototypes no longer include static properties or
    constructors (bgo#725282).
  + Misc cleanups and bugfixes: bgo#727786, bgo#725282, bgo#728004,
    bgo#727824.
- Add pkgconfig(cairo-xlib) BuildRequires: new dependency.
- Update to version 1.40.1:
  + Fixed build-time detection of GTK enablement (bgo#727394).
  + Fixed a crash caused by reentrancy in GObject finalizers
    (bgo#725024).
  + Fixed the GIMarshallingTests suite (bgo#728004).
  + Fixed marshalling of GObjects when known by an interface type
    from C to JS (bgo#727824).
  + Some typos and JS style cleanups (bgo#727781, bgo#727786).
- Update to version 1.40.0:
  + No changes from version 1.39.91.
- Update to version 1.39.91:
  + Implemented fundamental object support (bgo#621716,
    bgo#725061).
  + Fixed GIRepositoryGType prototype (bgo#724925).
  + Moved GObject.prototype.disconnect() to a JS implementation
    (bgo#698283).
  + Added support for enumeration methods (bgo#725143).
  + Added pseudo-classes for fundamental types (bgo#722554).
  + Build fixes (bgo#724853).
- Update to version 1.39.90:
  + Enable coverage reports.
  + Minor bug fixes.
- Update to version 1.39.3:
  + Bugs fixed: bgo#722286, bgo#722285, bgo#705465, bgo#705465,
    bgo#721246, bgo#721246, bgo#721246, bgo#721246, bgo#721246,
    bgo#721246, bgo#721246, bgo#721838, bgo#721355, bgo#721352,
    bgo#720157, bgo#711046, bgo#711046, bgo#711046, bgo#711046,
    bgo#711046, bgo#711046, bgo#711046, bgo#711046, bgo#711046,
    bgo#711046.
- Replace pkgconfig(mozjs-17.0) BuildRequires with
  pkgconfig(mozjs-24), following upstream's switch to MozJS 24.
- Update to version 1.39.0:
  + Bugs fixed: bgo#691409, bgo#703440, bgo#707297, bgo#708749,
    bgo#708831, bgo#708915, bgo#708920, bgo#709907, bgo#710697,
    bgo#710875, bgo#710878, bgo#711046, bgo#712242.
- Update to version 1.38.1:
  + Build: Also dist another input file.
- Update to version 1.38.0:
  + Console: don't have a NULL program name.
  + Build fixes.
- Update to version 1.37.6:
  + stack: Add BeginRequest / EndRequest.
  + context: Turn on type inference.
  + configure: Remove HAVE_JS_CLASS_TRACE gunk.
  + Bugs fixed: bgo#704343, bgo#704406, bgo#704902, bgo#703826.
- Update to version 1.37.4:
  + Bugs fixed: bgo#701196, bgo#701525, bgo#703068, bgo#703564.
- Update to version 1.37.1:
  + Bugs fixed: bgo#670200, bgo#685436, bgo#690982, bgo#690984,
    bgo#693294, bgo#696933, bgo#697309, bgo#697436, bgo#697592,
    bgo#697816, bgo#697838, bgo#698182, bgo#698935, bgo#699783,
    bgo#699784, bgo#699817, bgo#699818, bgo#699878, bgo#700335,
    bgo#700336, bgo#700337, bgo#700529, bgo#700644, bgo#700668,
    bgo#700862.
- Replace pkgconfig(mozjs185) BuildRequires with
  pkgconfig(mozjs-17.0), following upstreams change.
- Update to version 1.36.1:
  + Bugs fixed: bgo#670200, bgo#697436.
- Update to version 1.36.0:
  + No changes since version 1.35.9.
- Update to version 1.35.9:
  + Bugs fixed: bgo#694300, bgo#694355, bgo#691447, bgo#694373,
    bgo#694221, bgo#694828, bgo#694827, bgo#694873, bgo#695186.
- Update to version 1.35.8:
  + Convert many native modules to JS modules (bgo#692025).
  + Bugs fixed: bgo#691996, bgo#690982, bgo#692214, bgo#693627,
    bgo#693676.
- Update to version 1.35.4:
  + system: Remove getuid/getgid/getpid
  + Bugs fixed: bgo#690688, bgo#691016, bgo#678410, bgo#678410,
    bgo#691028, bgo#691029, bgo#691030, bgo#680730, bgo#690982,
    bgo#691038, bgo#691039, bgo#691108, bgo#691109, bgo#691307,
    bgo#690982, bgo#685513, bgo#691719.
- Update to version 1.35.3:
  + Add new GBytes API and conversions
  + Rework dynamic class system
  + boxed: introduce support for complex constructors
  + Fix memory leaks
- Changes from version 1.35.2:
  + Gio: Don't eat errors when trying to call the initial
    asyncCallback
  + byteArray: Remove JSCLASS_CONSTRUCT_PROTOTYPE
  + Gjs: work around GType bug with dynamic types
  + Support Sun CC
  + Fix memory leaks.
- Obsolete typelib-1_0-GjsDBus-1_0: this helps with updating from
  gnome 3.4 to gnome 3.6.
- Update to version 1.34.0:
  + stack: Fix gjs_dumpstack (bgo#683992).
- Update to version 1.33.14:
  + Bugs fixed: bgo#684064.
- Add pkgconfig(libffi) BuildRequires: since gjs uses ffi
  functions, confiure now checks for libffi presence.
- Update to version 1.33.10:
  + Throw an exception when registering a GType that already exists
  + Object: don't access priv-&gt;info if it's NULL
  + Misc bug fixes.
- Drop gjs-avoid_crash.patch: fixed upstream.
- Add gjs-avoid_crash.patch: Fix crashes in gnome-shell.
- Update to version 1.33.9:
  + Several changes in the GC system.
  + Fix memory leaks.
  + Fix compiler warnings.
- Update to version 1.33.4:
  + Build: link everything to gio
  + Fix memory leaks
  + Fix various bugs and issues caught by the Clang static
    analyzer.
- Update to version 1.33.3:
  + Introduce special marshalling for GErrors
  + Gio: Split GDBus implementation into helpers
  + Gio: modernize DBus bindings
  + Trace signal closures from the gobject instead of the context
    keep-alive.
- Update to version 1.33.2:
  + gi: Improve error message when we get a non-function for a
    callback
  + Fold libgjs-gdbus.so into libgjs.so
  + GDBus: fix NotImplementedError message
  + system: add getpid(), getuid(), getgid()
  + Handle arrays of filenames
  + Rename GjsDBus to GjsPrivate
  + Import a new "format" module
  + Add argument names to our function's toString
  + Support Function.prototype.length
  + Fix various memory leaks.
- Rename typelib-1_0-GjsDBus-1_0 subpackage to
  typelib-1_0-GjsPrivate-1_0, following upstream change.
- Drop gjs-getpid_uid_gid.patch: fixed upstream.
- Add gjs-getpid_uid_gid.patch: system: add getpid(), getuid(),
  getgid().
- Update to version 1.32.0:
  + No changes.
- Update to version 1.31.22:
  + Various bug fixes and code changes.
  + Build fixes.
- Remove xz BuildRequires now that it comes for free in the build
  system.
- Drop gjs-fix-build.patch: fixed upstream.
- Update to version 1.31.20:
  + Represent GTypes as a new boxed wrapper type
  + Add "system" module
  + Introduce meta classes
  + object:
    - Implement gobject inheritance
    - Add support for glib properties
    - Add support for signals
    - Add support for interfaces
  + Support callbacks that accept array arguments
  + Various gjs_parse_args() improvements
  + Several other code changes.
- Add gjs-fix-build.patch: fix code that cannot build.
- Update to version 1.31.10:
  + Add native JSClass for interfaces
  + Add support for flat GValue arrays
  + Improvements related to singletons.
  + Fix ffi return value handling on 32 bit
  + Correctly convert from ffi return values to GIArgument on
    big-endian
  + Build fixes.
- Split typelib file into typelib-1_0-GjsDBus-1_0 subpackage.
- Add typelib-1_0-GjsDBus-1_0 Requires to devel subpackage.
- Update to version 1.31.6:
  + Require mozjs185.
  + Add a common way to grab a GType for an object
  + Some work to improve support for ParamSpec.
  + lang:
    - Add new "Class" framework adapted from MooTools
    - Improve prototype property descriptors
    - Introduce abstract classes
    - Fix for reentrant calls
  + console: Fix ARGV when using -c to specify program
  + Several overrides improvements.
  + Various other code changes.
- Remove %build_with_xulrunner define: only building against
  mozjs185 is supported now.
- Add xz BuildRequires because we can't build a package for a
  xz-compressed tarball without explicitly specifying that... See
  bnc#697467 for more details.
- Update to version 1.31.0:
  + Fix memory leaks
  + Don't use deprecated g_thread_init() and gvalue calls.
  + Fix compiler warnings.
- Add pkgconfig(glib-2.0) BuildRequires.
- Update to version 1.30.0:
  + No change, just a version bump.
- Update to version 1.29.18:
  + Add optional signal emitted after a GC finishes
  + Add gjs_context_gc() wrapper
  + Run JS_updateMallocCounter() when creating GObjects
- Update to version 1.29.17:
  + Add support for GPtrArrays.
  + Bind more cairo API.
  + Don't release too much when releasing arrays.
  + Misc bug fixes and improvements.
- Update to version 1.29.16:
  + Make choice of javascript package non-automagic.
  + Install gi/ headers again.
- Update to version 1.29.15:
  + Support in arrays of any type.
  + Rework array+length support, breaking API.
  + Various other array-related fixes.
  + Add GVariant support.
  + ADd GDBus port.
  + Add dbus conversion rule for 'q' to JS.
  + Remove SIGSEGV, SIGABRT handlers.
  + Merge gi.so into gjs.so.
  + Plug leaks.
  + console: Remove unwanted g_debug prints.
  + Various bug fixes.
  + Test-related changes.
- Make it possible to build against js instead of xulrunner. This
  is controlled by a build_with_xulrunner define:
  + if it's set to a value other than 0, we keep the previous
    behavior.
  + if it's set to 0, we ignore all the xulrunner-related
    BuildRequires and Requires, and instead use a
    pkgconfig(mozjs185) BuildRequires.
- Stop pretending we build against xulrunner from old openSUSE.
- Update to version 1.29.0:
  + Fix introspection annotations.
  + Add infrastructure for override modules.
  + Don't hide deprecated methods.
  + Parse input as UTF-8, not ISO-8859-1.
  + Fix gunichar args.
  + Support null terminated C arrays of any type.
  + Fix memory leak.
  + Adapt to changes in future xulrunner.
  + Support compilation with standalone mozjs185.
  + Various other fixes.
- Update to version 0.7.14:
  + bgo#646246: Do connection processing in a high priority
    timeout.
- Changes from version 0.7.12:
  + bgo#643325: Make gjs_debugger_native_trap a JSFastNative
  + bgo#643817: mallinfo() is slow, look at /proc/self/statm
    instead.
  + Various cleanups.
- Update to version 0.7.11:
  + Add gjs_context_maybe_gc() which is similar to JS_MaybeGC but
    tries to account for native allocations made directly from libc
    when determining if GC is useful. Also invoke after creating
    new native objects.
  + Adapt to additional xulrunner 2.0 changes
  + Add back debugger module, with single nativeTrap() function to
    trigger debugger breakpoint
  + Fix bug with looking up namespaced native modules
  + Memory leak fix
  + Build fixes
- Drop gjs-xulrunner20b11-fix.patch: fixed upstream.
- This update addresses bnc#676079.
- Add gjs-xulrunner20b11-fix.patch to adapt to API changes in
  latest xulrunner.
- Update to version 0.7.10:
  + xul2: use JS_NewCompartmentAndGlobalObject to avoid crash with
    latest xulrunner 2.
  + console: don't segfault on huge lines
- Update to version 0.7.9:
  + Adapt to JS_GetStringChars removal in xulrunner 2.
  + Handle wide ranging enum values better.
  + Some tests fixes.
- Add Url tag.
- Update to version 0.7.8:
  + Add a js-version property the GjsContext object and also allow
    specifying a specific version via a comment of the form
    '// application/javascript;version=1.8'. If no version is
    specified, all SpiderMonkey extensions are allowed.
  + Integrate with cairo-gobject library for support of boxed
    Cairo types
  + Add support for (out caller-allocates)
  + Add support for gunichar type
  + Support signals with G_TYPE_POINTER argument using
    introspection information
  + When invoking callback for void-returning async D-Bus method
    implementations, allow empty parameter list instead of []
  + Ignore empty elements in the module search path instead of
    treating them as the current directory
  + Handle removal of JS_GetStringBytes() in Spidermonkey
  + Handle removal of JS_GetFunctionName() in Spidermonkey
  + Use new g_object_info_find_method_using_interfaces() to allow
    future caching.
  + Improve efficiency of module search
  + Fix problems with JS_Add/RemoveRoot pairing
  + Memory management fixes
  + Improve error and debugging messages
  + Build fixes
  + Bugs fixed: bgo#624811, bgo#632551, bgo#632626, bgo#632925,
    bgo#633199, bgo#633477, bgo#635359, bgo#635368, bgo#635371,
    bgo#635707, bgo#636263, bgo#636619, bgo#636927, bgo#636928,
    bgo#637246
- Add explicit Requires of mozilla-xulrunner%{xulrunner_ver} to
  libgjs0: the Requires on libmozjs.so is not enough, as there
  might be more than one provider, and it could be the wrong
  version of xulrunner.
- Update to version 0.7.7:
  + bgo#632159: Adapt to removal of SlowNative functions
  + Support more recent development versions of XulRunner.
- Update to version 0.7.6:
  + bgo#610859: Add makeProxyClass() function to the dbus module
    for easy creation of proxy classes.
  + Add an extra test case.
  + Build fixes.
- Use pkgconfig BuildRequires when possible:
  + old BuildRequires: cairo-devel, dbus-1-glib-devel,
    gobject-introspection-devel.
  + new BuildRequires: cairo, dbus-glib-1 and
    gobject-introspection-1.0.
- Rename libgjs-0 to libgjs0: this is the correct SLPP name. Add
  appropriate Provides/Obsoletes.
- Do not add explicit Requires of dbus-1-devel and
  gobject-introspection-devel for libgjs-devel: they will be added
  automatically.
- Use %_smp_mflags, make and %make_install, following our new best
  packaging practices.
- Update to version 0.7.5:
  + Replace JS_SealObject by JS_FreezeObject.
  + Port all functions to JSFUN_FAST_NATIVE.
  + JS_IsNativeFrame replaced by JS_IsScriptFrame.
  + Separate "basic" API from "embedder/module".
  + Build fixes.
- Build against mozilla-xulrunner20 in 11.4 and later, and stop
  supporting the 11.1 build (that was using mozilla-xulrunner190).
- Update to version 0.7.4:
  + Require single include use of headers.
  + Support xulrunner 1.9.3.
  + Make gjs_profiler_reset public.
  + Remove "debugger" module.
  + Replace call context with a concept of "current context".
  + Replace "load context" with a "import global".
  + Various other fixes.
- Drop gjs_gi_probes.d, gjs.stp.in source files: they are now
  included in tarball.
- Update to version 0.7.2:
  + Fix 64 bit issues.
  + Explicitly link gjs-console against glib.
  + Update to (and require) gobject-introspection 0.9.5.
  + Various other fixes.
- Remove gir-repository Recommends: all the interesting gir files
  are now directly shipped with the libraries.
- Update to version 0.7.1:
  + Add support for GArray to gjs_value_from_g_argument
  + Add support for GArray to gjs_value_to_g_argument
  + Add support for dtrace/SystemTap
  + Add a promise module
  + Handle GValues of type G_TYPE_STRV
  + [gdb-check] Add a script for easier use
  + Throw a better warning for GValues containing container types
  + [importer] Allow native modules in gjs.so
  + [gjs] Add a byteArray module.
  + Adjust for g-i change to remove machine-independent type tags
  + Various other fixes.
- Drop gjs-bgo623775.patch: fixed upstream.
- Enable systemtap support: add systemtap-sdt-devel BuildRequires,
  pass --enable-systemtap to configure. Add gjs_gi_probes.d and
  gjs.stp.in source files, which are missing from the tarball
  (bgo#625090).
- Add gjs-bgo623775.patch, from upstream git to fix build with
  gobject-introspection 0.9.2.
- Update to version 0.7:
  + Add support for "foreign structs" - which are structures that
    are referenced from gobject-introspection, but need glue
    code to actually handle them.
  + Hook cairo bindings to integrate with gobject-introspected
    libraries using new foreign struct support
  + Start working toward thread-safety by adding
    JS_BeginRequest/JS_EndRequest calls throughout the codebase
  + add Tweener.setTimeScale and Tweener.getTimeScale
  + Wrap cairo_copy_path, cairo_copy_path_flat, and
    cairo_append_path
  + Handle destroy callbacks of type other than GDestroyNotify
  + Handle flag arguments not registered with GObject
  + Log errors that occur in callbacks
  + Code cleanup
  + Build fixes
  + Bugs fixed: bgo#610357, bgo#614055, bgo#614344, bgo#615078,
    bgo#615222, bgo#617343, bgo#617568, bgo#617702, bgo#617972,
    bgo#618190, bgo#618195, bgo#618200, bgo#618201
- Build against mozilla-xulrunner192-devel on openSUSE &gt; 11.2.
- Add dbus-1-devel Requires to devel package.
- Update to version 0.6:
  + Optimize function invocation using libffi directly, speeding up
    function invocation benchmarks by as much as 30%.
  + Add a native Cairo module
  + Don't include user_data arguments for callbacks, in Javascript
    you should use closures instead
  + Add a --command/-c argument to gjs-console
  + Add gjs_context_get_native_context() to allow access to the
    native context
  + Improve internal API support for collecting function arguments
    and defining types
  + Add examples using gio and libsoup
  + Add datadir/share/gjs-1.0 to searchpath in addition to
    XDG_DATA_DIRS
  + Add -rpath for libmozjs when linking gjs-console
  + Improve test cases and add internal assertions
  + Bugs fixed: bgo#561524, bgo#604074, bgo#604076, bgo#606258,
    bgo#609691, bgo#609830, bgo#610320, bgo#610370, bgo#610574,
    bgo#611529, bgo#611585, bgo#611590, bgo#611591, bgo#611811.
    bgo#613106
- BuildRequire cairo-devel.
- Update to version 0.5:
  + Add a test for DBus.getcurrentMessageContext()
  + [dbus] include service name in error messages
  + gjs_define_object_class(): generate correct object hierarchy
  + Log the gjs-console command-line on startup
  + move gjs_error_reporter into a C++ file jsapi-private.cpp
  + don't use PTRDIFF macro from private spidermonkey header
  + Require C++
  + bgo#584558 - Need print() function
  + Enable JIT if we can, by default
  + Make things build with glib 2.16
  + Allow null/undefined to be passed in to callbacks
  + Support for callback functions
- BuildRequire gcc-c++.
- Update to version 0.4:
  + Use g_boxed methods for GValue copying/freeing
  + Add symbolic link from gjs to gjs-console in $(bindir)
  + Use gssize in gjs_string_from_utf8/gjs_string_from_filename
  + Don't use undefined variable in dbus exception
  + Add gjs_parse_args
  + Add a gettext module
  + Better toString() for introspection objects
  +  Port modules/mainloop to gjs_parse_args
  + scripts: don't hardcode path to python
  + switch DEBUG_DBUS_MARSHAL log messages to be compiled out by
    default
  + bgo#560048 - Use JS_SetPropertyAttributes to seal imports
  + autoconf-2.64 compat: Don't use $(builddir) or
    $(abs_top_builddir)
  + Fix gjs_crash_after_timeout() problems
- Build against mozilla-xulrunner191.
- Update to version 0.3:
  + DBus support
  + Support simple fields for boxed types
  + Support "copy construction" of boxed types
  + Support simple structures not registered as boxed
    - Allow access to nested structures
    - Allow direct assignment to nested structure fields
    - Allow enum and flag structure fields
    - Allow creating boxed wrapper without copy
  + Support for non-default constructor (i.e. constructors like
    GdkPixbuf.Pixbuf.new_from_file(file))
  + Add a Lang.bind function which binds the meaning of 'this'
  + Add an interactive console gjs-console
  + Allow code in directory modules (i.e. the code should reside in
    __init__.js files)
  + Fix handling of enum/flags return values
  + Handle non-gobject-registered flags
  + Add Tweener.registerSpecialProperty to tweener module
  + Add profiler for javascript code
  + Add gjs_context_get_all and gjs_dumpstack - useful to invoke
    from a debugger such as gdb
  + Support GHashTable
  + Add support for UNIX shebang (i.e. #!/usr/bin/gjs-console)
  + Support new introspection short/ushort type tags
  + Support GI_TYPE_TAG_FILENAME
  + Improve support for machine-dependent integer types and arrays
    of integers
  + Fix several memory leaks
  + Bugs fixed: bgo#560506, bgo#560670, bgo#560808, bgo#561514,
    bgo#561516, bgo#561849, bgo#562892, bgo#564424, bgo#564664,
    bgo#566185, bgo#567675, bgo#569178, bgo#570775, bgo#570964,
    bgo#580948, bgo#584560, bgo#584850, bgo#584858, bgo#584858,
    bgo#585386, bgo#585460, bgo#586665, bgo#586760, bgo#561203,
    bgo#561573, bgo#561585, bgo#561664, bgo#561686, bgo#561812,
    bgo#562575, bgo#565029, bgo#567078, bgo#569374, bgo#572113,
    bgo#572121, bgo#572130, bgo#572258, bgo#580865, bgo#580947,
    bgo#580957, bgo#581277, bgo#581384, bgo#581385, bgo#581389,
    bgo#582686, bgo#582704, bgo#582707, bgo#584849, bgo#560808
- Add dbus-1-glib-devel BuildRequires.
- Initial package. (forwarded request 571234 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/572081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=70
2018-02-03 14:38:41 +00:00
dfc978fdeb Accepting request 571234 from home:iznogood
- Update to version 1.50.4:
  + Gnome Shell crash with places-status extension when you plug an
    USB device (glgo#gjs#33 and glgo#gjs#38).
- Changes from version 1.50.3:
  + GJS will now log a warning when a GObject is accessed in
    Javascript code after the underlying object has been freed in
    C. (This used to work most of the time, but crash
    unpredictably.) We now prevent this situation which, is usually
    by caused a memory management bug in the underlying C library.
  + Closed bugs and merge requests:
    - Add checks for GObjects that have been finalized
      (glgo#gjs#21, glgo#gjs#23, glgo#gjs#25, glgo#gjs#28,
      glgo#gjs#33).
    - Test "Cairo context has methods when created from a C
      function" fails (glgo#gjs#27, glgo#gjs#35).
    - Various fixes from the master branch for rare crashes.
- Update to version 1.50.2:
  + Closed bugs and merge requests:
    - tweener: Fix a couple of warnings.
    - legacy: Allow ES6 classes to inherit from abstract Lang.Class
      class.
  + Minor bugfixes.
- Update Url to https://wiki.gnome.org/Projects/Gjs: current Gjs'
  project web page.
- Alignment BuildRequires with configure:
  + Add pkgconfig(*): cairo-gobject, gio-2.0, gobject-2.0 and
    gthread-2.0.
  + Drop pkgconfig(libmozjs-52) and libxml2-tools.
- Update to version 1.50.1:
  + As a debugging aid, gjs_dumpstack() now works even during
    garbage collection.
  + Code coverage tools did not work so well in the last few 1.49
    releases. The worst problems are now fixed, although even more
    improvements will be released in the next unstable version.
    Fixes include:
    - Specifing prefixes for code coverage files now works again.
    - Code coverage now works on lines inside ES6 class
      definitions.
    - The detection of which lines are executable has been improved
      a bit.
- Rectify summaries.
- Update to version 1.50.0:
  + Relicense coverage.cpp and coverage.h to the same license as
    the rest of GJS (bgo#787263).
- Change license back to MIT.
- Update to version 1.49.92:
  + It's now possible to build GJS with sanitizers (ASan and
    UBSan) enabled; add "--enable-asan" and "--enable-ubsan" to
    your configure flags.
  + There's also a "make check-valgrind" target which will run
    GJS's test suite under Valgrind to catch memory leaks and
    threading races.
  + Many of the crashes in GNOME 3.24 were caused by GJS's closure
    invalidation code which had to change from the known-working
    state in 1.46 because of changes to SpiderMonkey's garbage
    collector. This code has been refactored to be less
    complicated, which will hopefully improve stability and
    debuggability.
  + Docs tweaks.
  + Bugs fixed: bgo#783220, bgo#786668, bgo#786995, bgo#787113.
- Temporariliy change license to GPL-2.0+: there are a couple files
  in the source tree, that link into libgjs and bring the code to
  GPL-2.0+ level; upstream is working on relicensing them
  (bgo#787263).
- Update to version 1.49.91:
  + Deprecation: The private "__name__" property on Lang.Class
    instances is now discouraged. Code should not have been using
    this anyway, but if it did then it should use the "name"
    property on the class (this.__name__ should become
    this.constructor.name), which is compatible with ES6 classes.
  + Closed bugs:
    - Use ES6 classes (bgo#785652).
    - A few fixes for stack traces and error reporting
      (bgo#786183).
    - /proc/self/stat is read for every frame if GC was not needed
      (bgo#786017).
  + Build fix.
- Update to version 1.49.90:
  + New API: GObject.registerClass(), intended for use with ES6
    classes.
  + Misc 1.49 and mozjs52 enhancements (bgo#785040).
  + Switch to native promises (bgo#784713).
  + Can't call exports using top-level variable toString
    (bgo#781623).
  + Properties no longer recognized when shadowed by a method
    (bgo#785091).
  + Backport of changes required for use with mozjs-55.
- Changes from version 1.49.6:
  + GJS crash in needsPostBarrier, possible access from wrong
    thread (bgo#783935).
- Changes from version 1.49.4:
  + This version of GJS is based on SpiderMonkey 52.
  + New language features
    - ES6 classes.
    - Async functions and await operator.
    - Reflect - built-in object with methods for interceptable
      operations.
  + Backwards-incompatible changes
    - Non-standard "let expressions" and "let blocks" (e.g.,
      `let (x = 5) { use(x) }`) are not supported any longer
    - Non-standard flags argument to String.match(),
      String.replace(), and String.search() (e.g.
      `str.replace('foo', 'bar', 'g')`) is now ignored.
    - Non-standard WeakSet.clear() method has been removed.
    - Variables declared with let and const are now 'global lexical
      bindings', as per the ES6 standard, meaning that they will
      not be exported in modules.
  + Closed bugs:
    - Prepare for SpiderMonkey 45 and 52 (bgo#781429).
    - Add a static analysis tool as a make target (bgo#783214).
    - Fix the build with debug logs enabled (bgo#784469).
    - Switch to SpiderMonkey 52 (bgo#784196).
    - Test suite fails when run with JIT enabled (bgo#616193).
- Replace pkgconfig(mozjs-38) BuildRequires for
  pkgconfig(mozjs-52), following upstreams port.
- Add libxml2-tools BuildRequires: new dependency.
- Update to version 1.49.3:
  + Fixes in preparation for SpiderMonkey 52.
  + Use the Centricular fork of libffi to build on Windows.
  + Use a C++ auto pointer instead of g_autofree (bgo#777597).
  + Build failure in GNOME Continuous (bgo#783031).
- Update to version 1.49.2:
  + New feature: When building an app with the Package module,
    using the Meson build system, you can now run the app with
    "ninja run" and all the paths will be set up correctly.
  + New feature: Gio.ListStore is now iterable.
  + New API: Package.requireSymbol(), a companion for the already
    existing Package.require(), that not only checks for a GIR
    library but also for a symbol defined in that library.
  + New API: Package.checkSymbol(), similar to
    Package.requireSymbol() but does not exit if the symbol was not
    found. Use this to support older versions of a GIR library with
    fallback functionality.
  + New API: System.dumpHeap(), for debugging only. Prints the
    state of the JS engine's heap to standard output. Takes an
    optional filename parameter which will dump to a file instead
    if given.
  + Fixes in preparation for SpiderMonkey 52.
  + Misc fixes.
  + Bugs fixed: bgo#775868, bgo#781882, bgo#781882, bgo#782065,
    bgo#782069, bgo#779593, bgo#782310, bgo#781219, bgo#780106.
- Update to version 1.49.1:
  + test GObject Class failure (bgo#693676).
  + Enable incremental GCs (bgo#724797).
  + Don't silently accept extra arguments to C functions
    (bgo#680215).
  + Special case GValues in signals and properties (bgo#688128).
  + [cairo]: Instantiate wrappers properly (bgo#614413).
  + Warn if we're importing an unversioned namespace (bgo#689654).
  + Fixes in preparation for SpiderMonkey 45.
- Update to version 1.48.6:
  + GJS crash in needsPostBarrier, possible access from wrong
    thread - more fixes for bgo#783935.
- Update to version 1.48.5:
  + GJS crash in needsPostBarrier, possible access from wrong
    thread (bgo#783935).
  + Fix format string, caught by static analysis.
  + Fixes for regression in 1.48.4.
- Update to version 1.48.4:
  + gnome-shell 3.24.1 crash on wayland (bgo#781799).
- Update to version 1.48.3:
  + arg: don't crash when asked to convert a null strv to an array
    (bgo#775679).
  + gjs 1.48.0: does not compile on macOS with clang (bgo#780350).
  + Modernize shell scripts (bgo#781806).
- Changes from version 1.48.2:
  + Intermittent crash in gnome-shell, probably in weak pointer
    updating code (bgo#781194).
  + Add contributor's guide (bgo#781297).
  + Misc fixes.
- Update to version 1.48.1:
  + gjs crashed with SIGSEGV in gjs_object_from_g_object
    (bgo#779918).
  + Misc bug fixes.
- Drop redundant %clean section.
- Update to version 1.48.0:
  + Memory leak in object_instance_resolve() (bgo#780171).
- Drop gjs-object-Fix-memory-leak-in-resolve.patch: fixed upstream.
- Add patch gjs-object-Fix-memory-leak-in-resolve.patch: The "name"
  string, allocated in gjs_get_string_id(), wasn't getting freed at
  every exit point of the function (bgo#780171).
- Update to version 1.47.92:
  + gjs 1.47.91 configure fails with Fedora's mozjs38 (bgo#779412).
  + tests: Don't fail when Gtk+-4.0 is available (bgo#779594).
  + gjs 1.47.91 test failures on non-amd64 (bgo#779399).
  + gjs_eval_thread should always be set (bgo#779693).
  + System.exit() should exit even across main loop iterations
    (bgo#779692).
  + Fix a typo in testCommandLine.sh (bgo#779772).
  + arg: Fix accidental fallthrough (bgo#779838).
  + jsUnit: Explicitly check if tempTop.parent is defined
    (bgo#779871).
  + Misc bug fixes.
- Drop mozjs38 BuildRequires and stop passing JS_INTERP=/usr/bin/js
  to configure: No longer needed after upstream fixes.
- Update to version 1.47.91:
  + overrides/Gio: Provide an empty array on error, rather than
    null (bgo#677513).
  + WithSignals parameter for Lang.Class (bgo#664897).
  + Add API to better support asynchronous code (bgo#608450).
  + Fix 1.47.90 tests are failing (bgo#778780).
  + boxed: Plug a memory leak (bgo#779036).
  + Don't crash when marshalling an unsafe integer from
    introspection (bgo#778705).
  + Lang.Class should include symbol properties (bgo#778718).
  + Console output of arrays should be UTF-8 aware (bgo#778729).
  + Various fixes for 1.47.91 (bgo#779293).
  + Progress towards a Visual Studio build of GJS on Windows.
  + Misc bug fixes.
- Pass JS_INTERP=/usr/bin/js to configure in order to help it find
  the default, unversioned js binary.
- Add moyjs38 BuildRequires: the mozjs interpreter is not installed
  per default together with mozjs-devel.
- Update to version 1.47.90:
  + This version of GJS is based on SpiderMonkey 38.
  + Syntax enhancements.
  + Various API additions.
  + Backwards-incompatible changes:
    - It is now a syntax error to declare the same variable twice
      with "let" or "const" in the same scope. Existing code may
      need to be fixed, but the fix is trivial.
    + SpiderMonkey is now extra vocal about warning when you access
      an undefined property, and this causes some false positives.
      You can turn this warning off by setting
      GJS_DISABLE_EXTRA_WARNINGS=1.
    + When enumerating the importer object (i.e.,
      "for (let i in imports) {...}") you will now get the names of
      any built-in modules that have previously been imported.
  + Bugs fixed: bgo#776966, bgo#777205, bgo#642506, bgo#776549,
    bgo#777962.
- Replace pkgconfig(mozjs-31) BuildRequires with
  pkgconfig(mozjs-38), following upstreams port.
- Update to version 1.47.4:
  + News for GJS embedders such as gnome-shell:
    - New API: The GjsCoverage type and its methods are now
      exposed. Use this if you are embedding GJS and need to output
      code coverage statistics.
  + Bugs fixed: bgo#563391, bgo#619710, bgo#636283, bgo#697020,
    bgo#730101, bgo#737607, bgo#742852, bgo#751146, bgo#760057,
    bgo#775444, bgo#775776, bgo#776193, bgo#776938.
- Update to version 1.47.3:
  + New JavaScript features! This version of GJS is based on
    SpiderMonkey 31, an upgrade from the previous ESR (Extended
    Support Release) of SpiderMonkey 24.
  + New syntax:
    - Spread operator in function calls: someFunction(arg1, arg2,
      ...iterableObj).
    - Generator functions: yield, function*, yield*.
    - Binary and octal numeric literals: 0b10011100, 0o377.
    - Function arguments without defaults can now come after those
      with defaults: function f(x=1, y) {}.
  + New standard library module: Intl - Locale-sensitive formatting
    and string comparison.
  + New behaviour:
    - -0 and +0 are now considered equal as Map keys and Set
      values.
    - On typed arrays, numerical indexed properties ignore the
      prototype object:
      Int8Array.prototype[20] = 'foo';(new Int8Array(32))[20] == 0.
  + New non-standard Mozilla extensions:
    - Array comprehensions.
    - Generator comprehensions; both were originally proposed for
      ES6 but removed.
  + Bugs fixed: bgo#573335, bgo#595439, bgo#605972, bgo#742249,
    bgo#751252, bgo#770244, bgo#771598, bgo#771745, bgo#772027,
    bgo#772033, bgo#772386, bgo#772790, bgo#773297, bgo#773335,
    bgo#775205.
- Replace pkgconfig(mozjs-24) BuildRequires with
  pkgconfig(mozjs-31), following upstreams port.
- Update to version 1.47.0:
  + Backwards-incompatible change: we have changed the way certain
    JavaScript values are marshalled into GObject introspection 32
    or 64-bit signed integer values, to match the ECMA standard.
  + Backwards-incompatible change: we have changed the way
    gjs-console interprets command-line arguments.
- Add pkgconfig(gtk+-3.0) BuildRequires: enable GTK+ support.
- Update to version 1.46.0:
  + Be future proof against Format fixes in SpiderMonkey
    (bgo#770111).
- Update to version 1.45.4:
  + Release out args before freeing caller-allocated structs
    (bgo#768413).
  + Marshal variable array-typed signal arguments (bgo#761659).
  + Marshal all structs in out arrays correctly (bgo#761658).
  + Call setlocale() before processing arguments (bgo#760424).
  + Build fixes and improvements: bgo#737702, bgo#761072,
    bgo#761366, bgo#765905, bgo#767368.
- Update to GNOME 3.20  Fate#318572
Fri Dec  18 23:51:08 UTC 2015 - damjanovic.ivo@gmail.com
- Update to version 1.45.3:
  + Support external construction of gjs-defined GObjects
    (bgo#681254).
  + Add new format.printf() API (bgo#689664).
  + Add new API to get the name of a repository (bgo#685413).
  + Add C to JS support for arrays of flat structures (bgo#704842).
  + Add API to specify CSS node name (bgo#758349).
  + Return value of default signal handler for "on_signal_name" 
    (bgo#729288).
  + Fix multiple emissions of onOverwrite in Tweener (bgo#597927).
  + Misc bug fixes: bgo#727370, bgo#623330, bgo#667908,
    bgo#757763.
- Update to version 1.44.0:
  + Add Lang.Interface and GObject.Interface (bgo#751343,
    bgo#752984).
  + Support callbacks with (transfer full) return types
    (bgo#750286).
  + Add binding for setlocale() (bgo#753072).
  + Improve support to generate code coverage reports (bgo#743009,
    bgo#743007, bgo#742362, bgo#742535, bgo#742797, bgo#742466,
    bgo#751732).
  + Report errors from JS property getters/setters (bgo#730101).
  + Fix crash when garbage collection triggers while inside an init
    function (bgo#742517).
  + Port to CallReceiver/CallArgs (bgo#742249).
  + Misc bug fixes (bgo#736979, bgo#753072, bgo#750688).
- Require gjs by the devel package: a user installing the -devel
  package expects the interpreter to also be present.
- Update to version 1.43.3:
  + GTypeClass and GTypeInterface methods, such as
    g_object_class_list_properties(), are now available
    (bgo#700347).
  + Added full automatic support for GTK widget templates
    (bgo#700347, bgo#737661, bgo##739739).
  + Added control of JS Date caches to system module (bgo#739790).
  + Misc bug fixes and memory leak fixes (bgo#738122, bgo#740696,
    bgo#737701).
- Update to version 1.42.0:
  + Fix a regression caused by PPC fixes in 1.41.91.
- Update to version 1.41.91:
  + Added the ability to disable JS language warnings (bgo#734569).
  + Fixed crashes in PPC (and probably other arches) due to invalid
    callback signatures (bgo#729554).
  + Fixed regressions with dbus 1.8.6 (bgo#735358).
  + Readded file system paths to the default module search, to
    allow custom GI overrides for third party libraries.
- Update to version 1.41.4:
  + Fixed memory management of GObject methods that unref their
    instance (bgo#729545).
  + Added a package module implementing the
    https://wiki.gnome.org/Projects/Gjs/Package application
    conventions (bgo#690136).
  + Updated translations.
- Update to version 1.41.3:
  + Fixed GObject and Gtk overrides (bgo#727781, bgo#727394).
  + Fixed crashes caused by reentrancy during finalization
    (bgo#725024).
  + Added a wrapper type for cairo regions (bgo#682303).
  + Several cleanups to GC (bgo#725024).
  + Thread-safe structures are now finalized in the background, for
    greater responsiveness (bgo#725024, bgo#730030).
  + A full GC is now scheduled if after executing a piece of JS we
    see that the RSS has grown by over 150% (bgo#725099,
    bgo#728048).
  + ParamSpecs now support methods and static methods implemented
    by glib and exposed by gobject-introspection, in addition to
    the manually bound fields (bgo#725282).
  + Protototypes no longer include static properties or
    constructors (bgo#725282).
  + Misc cleanups and bugfixes: bgo#727786, bgo#725282, bgo#728004,
    bgo#727824.
- Add pkgconfig(cairo-xlib) BuildRequires: new dependency.
- Update to version 1.40.1:
  + Fixed build-time detection of GTK enablement (bgo#727394).
  + Fixed a crash caused by reentrancy in GObject finalizers
    (bgo#725024).
  + Fixed the GIMarshallingTests suite (bgo#728004).
  + Fixed marshalling of GObjects when known by an interface type
    from C to JS (bgo#727824).
  + Some typos and JS style cleanups (bgo#727781, bgo#727786).
- Update to version 1.40.0:
  + No changes from version 1.39.91.
- Update to version 1.39.91:
  + Implemented fundamental object support (bgo#621716,
    bgo#725061).
  + Fixed GIRepositoryGType prototype (bgo#724925).
  + Moved GObject.prototype.disconnect() to a JS implementation
    (bgo#698283).
  + Added support for enumeration methods (bgo#725143).
  + Added pseudo-classes for fundamental types (bgo#722554).
  + Build fixes (bgo#724853).
- Update to version 1.39.90:
  + Enable coverage reports.
  + Minor bug fixes.
- Update to version 1.39.3:
  + Bugs fixed: bgo#722286, bgo#722285, bgo#705465, bgo#705465,
    bgo#721246, bgo#721246, bgo#721246, bgo#721246, bgo#721246,
    bgo#721246, bgo#721246, bgo#721838, bgo#721355, bgo#721352,
    bgo#720157, bgo#711046, bgo#711046, bgo#711046, bgo#711046,
    bgo#711046, bgo#711046, bgo#711046, bgo#711046, bgo#711046,
    bgo#711046.
- Replace pkgconfig(mozjs-17.0) BuildRequires with
  pkgconfig(mozjs-24), following upstream's switch to MozJS 24.
- Update to version 1.39.0:
  + Bugs fixed: bgo#691409, bgo#703440, bgo#707297, bgo#708749,
    bgo#708831, bgo#708915, bgo#708920, bgo#709907, bgo#710697,
    bgo#710875, bgo#710878, bgo#711046, bgo#712242.
- Update to version 1.38.1:
  + Build: Also dist another input file.
- Update to version 1.38.0:
  + Console: don't have a NULL program name.
  + Build fixes.
- Update to version 1.37.6:
  + stack: Add BeginRequest / EndRequest.
  + context: Turn on type inference.
  + configure: Remove HAVE_JS_CLASS_TRACE gunk.
  + Bugs fixed: bgo#704343, bgo#704406, bgo#704902, bgo#703826.
- Update to version 1.37.4:
  + Bugs fixed: bgo#701196, bgo#701525, bgo#703068, bgo#703564.
- Update to version 1.37.1:
  + Bugs fixed: bgo#670200, bgo#685436, bgo#690982, bgo#690984,
    bgo#693294, bgo#696933, bgo#697309, bgo#697436, bgo#697592,
    bgo#697816, bgo#697838, bgo#698182, bgo#698935, bgo#699783,
    bgo#699784, bgo#699817, bgo#699818, bgo#699878, bgo#700335,
    bgo#700336, bgo#700337, bgo#700529, bgo#700644, bgo#700668,
    bgo#700862.
- Replace pkgconfig(mozjs185) BuildRequires with
  pkgconfig(mozjs-17.0), following upstreams change.
- Update to version 1.36.1:
  + Bugs fixed: bgo#670200, bgo#697436.
- Update to version 1.36.0:
  + No changes since version 1.35.9.
- Update to version 1.35.9:
  + Bugs fixed: bgo#694300, bgo#694355, bgo#691447, bgo#694373,
    bgo#694221, bgo#694828, bgo#694827, bgo#694873, bgo#695186.
- Update to version 1.35.8:
  + Convert many native modules to JS modules (bgo#692025).
  + Bugs fixed: bgo#691996, bgo#690982, bgo#692214, bgo#693627,
    bgo#693676.
- Update to version 1.35.4:
  + system: Remove getuid/getgid/getpid
  + Bugs fixed: bgo#690688, bgo#691016, bgo#678410, bgo#678410,
    bgo#691028, bgo#691029, bgo#691030, bgo#680730, bgo#690982,
    bgo#691038, bgo#691039, bgo#691108, bgo#691109, bgo#691307,
    bgo#690982, bgo#685513, bgo#691719.
- Update to version 1.35.3:
  + Add new GBytes API and conversions
  + Rework dynamic class system
  + boxed: introduce support for complex constructors
  + Fix memory leaks
- Changes from version 1.35.2:
  + Gio: Don't eat errors when trying to call the initial
    asyncCallback
  + byteArray: Remove JSCLASS_CONSTRUCT_PROTOTYPE
  + Gjs: work around GType bug with dynamic types
  + Support Sun CC
  + Fix memory leaks.
- Obsolete typelib-1_0-GjsDBus-1_0: this helps with updating from
  gnome 3.4 to gnome 3.6.
- Update to version 1.34.0:
  + stack: Fix gjs_dumpstack (bgo#683992).
- Update to version 1.33.14:
  + Bugs fixed: bgo#684064.
- Add pkgconfig(libffi) BuildRequires: since gjs uses ffi
  functions, confiure now checks for libffi presence.
- Update to version 1.33.10:
  + Throw an exception when registering a GType that already exists
  + Object: don't access priv->info if it's NULL
  + Misc bug fixes.
- Drop gjs-avoid_crash.patch: fixed upstream.
- Add gjs-avoid_crash.patch: Fix crashes in gnome-shell.
- Update to version 1.33.9:
  + Several changes in the GC system.
  + Fix memory leaks.
  + Fix compiler warnings.
- Update to version 1.33.4:
  + Build: link everything to gio
  + Fix memory leaks
  + Fix various bugs and issues caught by the Clang static
    analyzer.
- Update to version 1.33.3:
  + Introduce special marshalling for GErrors
  + Gio: Split GDBus implementation into helpers
  + Gio: modernize DBus bindings
  + Trace signal closures from the gobject instead of the context
    keep-alive.
- Update to version 1.33.2:
  + gi: Improve error message when we get a non-function for a
    callback
  + Fold libgjs-gdbus.so into libgjs.so
  + GDBus: fix NotImplementedError message
  + system: add getpid(), getuid(), getgid()
  + Handle arrays of filenames
  + Rename GjsDBus to GjsPrivate
  + Import a new "format" module
  + Add argument names to our function's toString
  + Support Function.prototype.length
  + Fix various memory leaks.
- Rename typelib-1_0-GjsDBus-1_0 subpackage to
  typelib-1_0-GjsPrivate-1_0, following upstream change.
- Drop gjs-getpid_uid_gid.patch: fixed upstream.
- Add gjs-getpid_uid_gid.patch: system: add getpid(), getuid(),
  getgid().
- Update to version 1.32.0:
  + No changes.
- Update to version 1.31.22:
  + Various bug fixes and code changes.
  + Build fixes.
- Remove xz BuildRequires now that it comes for free in the build
  system.
- Drop gjs-fix-build.patch: fixed upstream.
- Update to version 1.31.20:
  + Represent GTypes as a new boxed wrapper type
  + Add "system" module
  + Introduce meta classes
  + object:
    - Implement gobject inheritance
    - Add support for glib properties
    - Add support for signals
    - Add support for interfaces
  + Support callbacks that accept array arguments
  + Various gjs_parse_args() improvements
  + Several other code changes.
- Add gjs-fix-build.patch: fix code that cannot build.
- Update to version 1.31.10:
  + Add native JSClass for interfaces
  + Add support for flat GValue arrays
  + Improvements related to singletons.
  + Fix ffi return value handling on 32 bit
  + Correctly convert from ffi return values to GIArgument on
    big-endian
  + Build fixes.
- Split typelib file into typelib-1_0-GjsDBus-1_0 subpackage.
- Add typelib-1_0-GjsDBus-1_0 Requires to devel subpackage.
- Update to version 1.31.6:
  + Require mozjs185.
  + Add a common way to grab a GType for an object
  + Some work to improve support for ParamSpec.
  + lang:
    - Add new "Class" framework adapted from MooTools
    - Improve prototype property descriptors
    - Introduce abstract classes
    - Fix for reentrant calls
  + console: Fix ARGV when using -c to specify program
  + Several overrides improvements.
  + Various other code changes.
- Remove %build_with_xulrunner define: only building against
  mozjs185 is supported now.
- Add xz BuildRequires because we can't build a package for a
  xz-compressed tarball without explicitly specifying that... See
  bnc#697467 for more details.
- Update to version 1.31.0:
  + Fix memory leaks
  + Don't use deprecated g_thread_init() and gvalue calls.
  + Fix compiler warnings.
- Add pkgconfig(glib-2.0) BuildRequires.
- Update to version 1.30.0:
  + No change, just a version bump.
- Update to version 1.29.18:
  + Add optional signal emitted after a GC finishes
  + Add gjs_context_gc() wrapper
  + Run JS_updateMallocCounter() when creating GObjects
- Update to version 1.29.17:
  + Add support for GPtrArrays.
  + Bind more cairo API.
  + Don't release too much when releasing arrays.
  + Misc bug fixes and improvements.
- Update to version 1.29.16:
  + Make choice of javascript package non-automagic.
  + Install gi/ headers again.
- Update to version 1.29.15:
  + Support in arrays of any type.
  + Rework array+length support, breaking API.
  + Various other array-related fixes.
  + Add GVariant support.
  + ADd GDBus port.
  + Add dbus conversion rule for 'q' to JS.
  + Remove SIGSEGV, SIGABRT handlers.
  + Merge gi.so into gjs.so.
  + Plug leaks.
  + console: Remove unwanted g_debug prints.
  + Various bug fixes.
  + Test-related changes.
- Make it possible to build against js instead of xulrunner. This
  is controlled by a build_with_xulrunner define:
  + if it's set to a value other than 0, we keep the previous
    behavior.
  + if it's set to 0, we ignore all the xulrunner-related
    BuildRequires and Requires, and instead use a
    pkgconfig(mozjs185) BuildRequires.
- Stop pretending we build against xulrunner from old openSUSE.
- Update to version 1.29.0:
  + Fix introspection annotations.
  + Add infrastructure for override modules.
  + Don't hide deprecated methods.
  + Parse input as UTF-8, not ISO-8859-1.
  + Fix gunichar args.
  + Support null terminated C arrays of any type.
  + Fix memory leak.
  + Adapt to changes in future xulrunner.
  + Support compilation with standalone mozjs185.
  + Various other fixes.
- Update to version 0.7.14:
  + bgo#646246: Do connection processing in a high priority
    timeout.
- Changes from version 0.7.12:
  + bgo#643325: Make gjs_debugger_native_trap a JSFastNative
  + bgo#643817: mallinfo() is slow, look at /proc/self/statm
    instead.
  + Various cleanups.
- Update to version 0.7.11:
  + Add gjs_context_maybe_gc() which is similar to JS_MaybeGC but
    tries to account for native allocations made directly from libc
    when determining if GC is useful. Also invoke after creating
    new native objects.
  + Adapt to additional xulrunner 2.0 changes
  + Add back debugger module, with single nativeTrap() function to
    trigger debugger breakpoint
  + Fix bug with looking up namespaced native modules
  + Memory leak fix
  + Build fixes
- Drop gjs-xulrunner20b11-fix.patch: fixed upstream.
- This update addresses bnc#676079.
- Add gjs-xulrunner20b11-fix.patch to adapt to API changes in
  latest xulrunner.
- Update to version 0.7.10:
  + xul2: use JS_NewCompartmentAndGlobalObject to avoid crash with
    latest xulrunner 2.
  + console: don't segfault on huge lines
- Update to version 0.7.9:
  + Adapt to JS_GetStringChars removal in xulrunner 2.
  + Handle wide ranging enum values better.
  + Some tests fixes.
- Add Url tag.
- Update to version 0.7.8:
  + Add a js-version property the GjsContext object and also allow
    specifying a specific version via a comment of the form
    '// application/javascript;version=1.8'. If no version is
    specified, all SpiderMonkey extensions are allowed.
  + Integrate with cairo-gobject library for support of boxed
    Cairo types
  + Add support for (out caller-allocates)
  + Add support for gunichar type
  + Support signals with G_TYPE_POINTER argument using
    introspection information
  + When invoking callback for void-returning async D-Bus method
    implementations, allow empty parameter list instead of []
  + Ignore empty elements in the module search path instead of
    treating them as the current directory
  + Handle removal of JS_GetStringBytes() in Spidermonkey
  + Handle removal of JS_GetFunctionName() in Spidermonkey
  + Use new g_object_info_find_method_using_interfaces() to allow
    future caching.
  + Improve efficiency of module search
  + Fix problems with JS_Add/RemoveRoot pairing
  + Memory management fixes
  + Improve error and debugging messages
  + Build fixes
  + Bugs fixed: bgo#624811, bgo#632551, bgo#632626, bgo#632925,
    bgo#633199, bgo#633477, bgo#635359, bgo#635368, bgo#635371,
    bgo#635707, bgo#636263, bgo#636619, bgo#636927, bgo#636928,
    bgo#637246
- Add explicit Requires of mozilla-xulrunner%{xulrunner_ver} to
  libgjs0: the Requires on libmozjs.so is not enough, as there
  might be more than one provider, and it could be the wrong
  version of xulrunner.
- Update to version 0.7.7:
  + bgo#632159: Adapt to removal of SlowNative functions
  + Support more recent development versions of XulRunner.
- Update to version 0.7.6:
  + bgo#610859: Add makeProxyClass() function to the dbus module
    for easy creation of proxy classes.
  + Add an extra test case.
  + Build fixes.
- Use pkgconfig BuildRequires when possible:
  + old BuildRequires: cairo-devel, dbus-1-glib-devel,
    gobject-introspection-devel.
  + new BuildRequires: cairo, dbus-glib-1 and
    gobject-introspection-1.0.
- Rename libgjs-0 to libgjs0: this is the correct SLPP name. Add
  appropriate Provides/Obsoletes.
- Do not add explicit Requires of dbus-1-devel and
  gobject-introspection-devel for libgjs-devel: they will be added
  automatically.
- Use %_smp_mflags, make and %make_install, following our new best
  packaging practices.
- Update to version 0.7.5:
  + Replace JS_SealObject by JS_FreezeObject.
  + Port all functions to JSFUN_FAST_NATIVE.
  + JS_IsNativeFrame replaced by JS_IsScriptFrame.
  + Separate "basic" API from "embedder/module".
  + Build fixes.
- Build against mozilla-xulrunner20 in 11.4 and later, and stop
  supporting the 11.1 build (that was using mozilla-xulrunner190).
- Update to version 0.7.4:
  + Require single include use of headers.
  + Support xulrunner 1.9.3.
  + Make gjs_profiler_reset public.
  + Remove "debugger" module.
  + Replace call context with a concept of "current context".
  + Replace "load context" with a "import global".
  + Various other fixes.
- Drop gjs_gi_probes.d, gjs.stp.in source files: they are now
  included in tarball.
- Update to version 0.7.2:
  + Fix 64 bit issues.
  + Explicitly link gjs-console against glib.
  + Update to (and require) gobject-introspection 0.9.5.
  + Various other fixes.
- Remove gir-repository Recommends: all the interesting gir files
  are now directly shipped with the libraries.
- Update to version 0.7.1:
  + Add support for GArray to gjs_value_from_g_argument
  + Add support for GArray to gjs_value_to_g_argument
  + Add support for dtrace/SystemTap
  + Add a promise module
  + Handle GValues of type G_TYPE_STRV
  + [gdb-check] Add a script for easier use
  + Throw a better warning for GValues containing container types
  + [importer] Allow native modules in gjs.so
  + [gjs] Add a byteArray module.
  + Adjust for g-i change to remove machine-independent type tags
  + Various other fixes.
- Drop gjs-bgo623775.patch: fixed upstream.
- Enable systemtap support: add systemtap-sdt-devel BuildRequires,
  pass --enable-systemtap to configure. Add gjs_gi_probes.d and
  gjs.stp.in source files, which are missing from the tarball
  (bgo#625090).
- Add gjs-bgo623775.patch, from upstream git to fix build with
  gobject-introspection 0.9.2.
- Update to version 0.7:
  + Add support for "foreign structs" - which are structures that
    are referenced from gobject-introspection, but need glue
    code to actually handle them.
  + Hook cairo bindings to integrate with gobject-introspected
    libraries using new foreign struct support
  + Start working toward thread-safety by adding
    JS_BeginRequest/JS_EndRequest calls throughout the codebase
  + add Tweener.setTimeScale and Tweener.getTimeScale
  + Wrap cairo_copy_path, cairo_copy_path_flat, and
    cairo_append_path
  + Handle destroy callbacks of type other than GDestroyNotify
  + Handle flag arguments not registered with GObject
  + Log errors that occur in callbacks
  + Code cleanup
  + Build fixes
  + Bugs fixed: bgo#610357, bgo#614055, bgo#614344, bgo#615078,
    bgo#615222, bgo#617343, bgo#617568, bgo#617702, bgo#617972,
    bgo#618190, bgo#618195, bgo#618200, bgo#618201
- Build against mozilla-xulrunner192-devel on openSUSE > 11.2.
- Add dbus-1-devel Requires to devel package.
- Update to version 0.6:
  + Optimize function invocation using libffi directly, speeding up
    function invocation benchmarks by as much as 30%.
  + Add a native Cairo module
  + Don't include user_data arguments for callbacks, in Javascript
    you should use closures instead
  + Add a --command/-c argument to gjs-console
  + Add gjs_context_get_native_context() to allow access to the
    native context
  + Improve internal API support for collecting function arguments
    and defining types
  + Add examples using gio and libsoup
  + Add datadir/share/gjs-1.0 to searchpath in addition to
    XDG_DATA_DIRS
  + Add -rpath for libmozjs when linking gjs-console
  + Improve test cases and add internal assertions
  + Bugs fixed: bgo#561524, bgo#604074, bgo#604076, bgo#606258,
    bgo#609691, bgo#609830, bgo#610320, bgo#610370, bgo#610574,
    bgo#611529, bgo#611585, bgo#611590, bgo#611591, bgo#611811.
    bgo#613106
- BuildRequire cairo-devel.
- Update to version 0.5:
  + Add a test for DBus.getcurrentMessageContext()
  + [dbus] include service name in error messages
  + gjs_define_object_class(): generate correct object hierarchy
  + Log the gjs-console command-line on startup
  + move gjs_error_reporter into a C++ file jsapi-private.cpp
  + don't use PTRDIFF macro from private spidermonkey header
  + Require C++
  + bgo#584558 - Need print() function
  + Enable JIT if we can, by default
  + Make things build with glib 2.16
  + Allow null/undefined to be passed in to callbacks
  + Support for callback functions
- BuildRequire gcc-c++.
- Update to version 0.4:
  + Use g_boxed methods for GValue copying/freeing
  + Add symbolic link from gjs to gjs-console in $(bindir)
  + Use gssize in gjs_string_from_utf8/gjs_string_from_filename
  + Don't use undefined variable in dbus exception
  + Add gjs_parse_args
  + Add a gettext module
  + Better toString() for introspection objects
  +  Port modules/mainloop to gjs_parse_args
  + scripts: don't hardcode path to python
  + switch DEBUG_DBUS_MARSHAL log messages to be compiled out by
    default
  + bgo#560048 - Use JS_SetPropertyAttributes to seal imports
  + autoconf-2.64 compat: Don't use $(builddir) or
    $(abs_top_builddir)
  + Fix gjs_crash_after_timeout() problems
- Build against mozilla-xulrunner191.
- Update to version 0.3:
  + DBus support
  + Support simple fields for boxed types
  + Support "copy construction" of boxed types
  + Support simple structures not registered as boxed
    - Allow access to nested structures
    - Allow direct assignment to nested structure fields
    - Allow enum and flag structure fields
    - Allow creating boxed wrapper without copy
  + Support for non-default constructor (i.e. constructors like
    GdkPixbuf.Pixbuf.new_from_file(file))
  + Add a Lang.bind function which binds the meaning of 'this'
  + Add an interactive console gjs-console
  + Allow code in directory modules (i.e. the code should reside in
    __init__.js files)
  + Fix handling of enum/flags return values
  + Handle non-gobject-registered flags
  + Add Tweener.registerSpecialProperty to tweener module
  + Add profiler for javascript code
  + Add gjs_context_get_all and gjs_dumpstack - useful to invoke
    from a debugger such as gdb
  + Support GHashTable
  + Add support for UNIX shebang (i.e. #!/usr/bin/gjs-console)
  + Support new introspection short/ushort type tags
  + Support GI_TYPE_TAG_FILENAME
  + Improve support for machine-dependent integer types and arrays
    of integers
  + Fix several memory leaks
  + Bugs fixed: bgo#560506, bgo#560670, bgo#560808, bgo#561514,
    bgo#561516, bgo#561849, bgo#562892, bgo#564424, bgo#564664,
    bgo#566185, bgo#567675, bgo#569178, bgo#570775, bgo#570964,
    bgo#580948, bgo#584560, bgo#584850, bgo#584858, bgo#584858,
    bgo#585386, bgo#585460, bgo#586665, bgo#586760, bgo#561203,
    bgo#561573, bgo#561585, bgo#561664, bgo#561686, bgo#561812,
    bgo#562575, bgo#565029, bgo#567078, bgo#569374, bgo#572113,
    bgo#572121, bgo#572130, bgo#572258, bgo#580865, bgo#580947,
    bgo#580957, bgo#581277, bgo#581384, bgo#581385, bgo#581389,
    bgo#582686, bgo#582704, bgo#582707, bgo#584849, bgo#560808
- Add dbus-1-glib-devel BuildRequires.
- Initial package.

OBS-URL: https://build.opensuse.org/request/show/571234
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=140
2018-02-02 16:32:36 +00:00
cd06eedfb2 Accepting request 564217 from GNOME:Factory
Revert, as this checkout is borked.. - sorry for the breakage

OBS-URL: https://build.opensuse.org/request/show/564217
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=139
2018-01-17 15:31:00 +00:00
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
ad3cc811f4 Accepting request 538380 from GNOME:Factory
- Update to version 1.50.2:
  + Closed bugs and merge requests:
    * tweener: Fix a couple of warnings.
    * legacy: Allow ES6 classes to inherit from abstract Lang.Class
      class.
  + Minor bugfixes.
- Update Url to https://wiki.gnome.org/Projects/Gjs: current Gjs'
  project web page.
- Alignment BuildRequires with configure:
  + Add pkgconfig(*): cairo-gobject, gio-2.0, gobject-2.0 and
    gthread-2.0.
  + Drop pkgconfig(libmozjs-52) and libxml2-tools. (forwarded request 538034 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/538380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=69
2017-11-03 18:07:08 +00:00
fca9811af1 Accepting request 538034 from GNOME:Next
- Update to version 1.50.2:
  + Closed bugs and merge requests:
    * tweener: Fix a couple of warnings.
    * legacy: Allow ES6 classes to inherit from abstract Lang.Class
      class.
  + Minor bugfixes.
- Update Url to https://wiki.gnome.org/Projects/Gjs: current Gjs'
  project web page.
- Alignment BuildRequires with configure:
  + Add pkgconfig(*): cairo-gobject, gio-2.0, gobject-2.0 and
    gthread-2.0.
  + Drop pkgconfig(libmozjs-52) and libxml2-tools.

OBS-URL: https://build.opensuse.org/request/show/538034
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=136
2017-11-02 13:52:33 +00:00
a28df74945 Accepting request 531194 from GNOME:Factory
(forwarded request 531079 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/531194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=68
2017-10-06 08:58:20 +00:00
1e4aa14138 Accepting request 531079 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/531079
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=134
2017-10-04 11:56:14 +00:00
ca329e7c03 Accepting request 523523 from GNOME:Factory
- Rectify summaries. (forwarded request 523409 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/523523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=67
2017-09-13 19:51:30 +00:00
d08b5a086f Accepting request 523409 from home:jengelh:branches:GNOME:Factory
- Rectify summaries.

OBS-URL: https://build.opensuse.org/request/show/523409
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=132
2017-09-12 06:58:01 +00:00
ac52e97001 Accepting request 523394 from GNOME:Next
Update to 1.50.0

OBS-URL: https://build.opensuse.org/request/show/523394
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=131
2017-09-11 19:22:31 +00:00
486d4e0075 Accepting request 521733 from GNOME:Next
1.49.92

OBS-URL: https://build.opensuse.org/request/show/521733
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=130
2017-09-06 19:39:44 +00:00
Bjørn Lie
43a10278d7 Accepting request 520890 from GNOME:Next
Fix license

OBS-URL: https://build.opensuse.org/request/show/520890
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=129
2017-09-04 20:05:35 +00:00
50dcfd69f1 Accepting request 519483 from GNOME:Next
- Update to version 1.49.91:
  + Deprecation: The private "__name__" property on Lang.Class
    instances is now discouraged. Code should not have been using
    this anyway, but if it did then it should use the "name"
    property on the class (this.__name__ should become
    this.constructor.name), which is compatible with ES6 classes.
  + Closed bugs:
    - Use ES6 classes (bgo#785652).
    - A few fixes for stack traces and error reporting
      (bgo#786183).
    - /proc/self/stat is read for every frame if GC was not needed
      (bgo#786017).
  + Build fix.

- Update to version 1.49.90:
  + New API: GObject.registerClass(), intended for use with ES6
    classes.
  + Misc 1.49 and mozjs52 enhancements (bgo#785040).
  + Switch to native promises (bgo#784713).
  + Can't call exports using top-level variable toString
    (bgo#781623).
  + Properties no longer recognized when shadowed by a method
    (bgo#785091).
  + Backport of changes required for use with mozjs-55.
- Changes from version 1.49.6:
  + GJS crash in needsPostBarrier, possible access from wrong
    thread (bgo#783935).
- Changes from version 1.49.4:
  + This version of GJS is based on SpiderMonkey 52.
  + New language features

OBS-URL: https://build.opensuse.org/request/show/519483
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=128
2017-08-31 07:45:40 +00:00
0976af82e3 Accepting request 517176 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/517176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=66
2017-08-24 16:27:00 +00:00
Bjørn Lie
4c94d3ea40 Accepting request 517161 from home:Zaitor
Resub tweaked post review

OBS-URL: https://build.opensuse.org/request/show/517161
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=126
2017-08-16 10:12:39 +00:00
7ffeee152e Accepting request 505720 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/505720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=65
2017-06-23 07:15:50 +00:00
Bjørn Lie
7682f56d76 Accepting request 505537 from home:Zaitor
Yet a new stable rel...

OBS-URL: https://build.opensuse.org/request/show/505537
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=124
2017-06-22 15:35:06 +00:00
743213bda8 Accepting request 504288 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/504288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=64
2017-06-19 11:22:49 +00:00
2fe06fb456 Accepting request 504026 from home:Zaitor
New stable rel

OBS-URL: https://build.opensuse.org/request/show/504026
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=122
2017-06-16 20:04:48 +00:00
c20589dea0 Accepting request 494253 from GNOME:Factory
(forwarded request 493408 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/494253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=63
2017-05-18 18:38:36 +00:00
8ab68f489d Accepting request 493408 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/493408
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=120
2017-05-10 13:01:45 +00:00
a358baabd4 Accepting request 490196 from GNOME:Factory
(forwarded request 489120 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/490196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=62
2017-04-29 08:48:42 +00:00
213f783b73 Accepting request 489120 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/489120
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=118
2017-04-24 08:39:57 +00:00
edf4a98a12 Accepting request 482352 from GNOME:Factory
Minor cleanup

OBS-URL: https://build.opensuse.org/request/show/482352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=61
2017-03-29 11:24:31 +00:00
Bjørn Lie
20c6d9114a OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=116 2017-03-23 18:21:37 +00:00
Bjørn Lie
27855f5c53 Accepting request 482344 from home:jengelh:branches:GNOME:Factory
- Drop redundant %clean section

OBS-URL: https://build.opensuse.org/request/show/482344
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=115
2017-03-23 18:21:24 +00:00
1affa1c154 Accepting request 481583 from GNOME:Factory
Update to 1.48.0 (forwarded request 481563 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/481583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=60
2017-03-22 22:08:44 +00:00
c0c7dc835a Accepting request 481563 from GNOME:Next
Update to 1.48.0

OBS-URL: https://build.opensuse.org/request/show/481563
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=113
2017-03-20 20:48:45 +00:00
aa8f6167b5 Accepting request 479237 from GNOME:Next
New sub, with tweaks and fixes

OBS-URL: https://build.opensuse.org/request/show/479237
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=112
2017-03-14 18:46:26 +00:00
52e0337e53 Accepting request 460970 from GNOME:Next
Scripted push of GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/460970
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=111
2017-02-28 21:40:58 +00:00
83f810cf0f Accepting request 459881 from GNOME:Next
scripted push

OBS-URL: https://build.opensuse.org/request/show/459881
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=110
2017-02-22 20:41:49 +00:00
a16f179686 Accepting request 429171 from GNOME:Factory
New stable rel (forwarded request 429073 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/429171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=59
2016-09-21 16:44:18 +00:00
e1c204ef84 Accepting request 429073 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/429073
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=108
2016-09-20 18:40:25 +00:00
78bd99d104 Accepting request 412285 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/412285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=58
2016-07-27 14:07:34 +00:00
Bjørn Lie
5352de9a16 Accepting request 412210 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/412210
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=106
2016-07-20 08:30:57 +00:00
d17db9d37d Accepting request 399396 from GNOME:Factory
Sync package with SLE12SP2 - just for easier tracking (forwarded request 399178 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/399396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=57
2016-06-03 14:29:07 +00:00
1f7370838c Accepting request 399178 from SUSE:SLE-12-SP2:GA
Sync package with SLE12SP2 - just for easier tracking

OBS-URL: https://build.opensuse.org/request/show/399178
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=104
2016-06-01 10:04:09 +00:00
f0c45b8e4f Accepting request 364559 from GNOME:Factory
Scripted push of project GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/364559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=56
2016-03-29 12:27:37 +00:00
d4ef053c4f Accepting request 360410 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/360410
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=102
2016-02-19 14:58:05 +00:00
41c54b051c Accepting request 342092 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/342092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=55
2015-11-05 23:10:39 +00:00
Bjørn Lie
4567b1af11 Accepting request 342090 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/342090
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=100
2015-11-02 13:50:35 +00:00
ca9d7e1870 Accepting request 291990 from GNOME:Factory
Push GNOME:Factory - without pcheck

OBS-URL: https://build.opensuse.org/request/show/291990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=54
2015-03-30 17:14:23 +00:00
f6d9e2d58c Accepting request 291508 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/291508
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=98
2015-03-19 14:35:05 +00:00
Stephan Kulow
f5aac9dc1e Accepting request 253218 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/253218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=53
2014-10-05 18:28:01 +00:00
f52c6076f7 Accepting request 253079 from home:Zaitor:branches:GNOME:Factory
- Update to version 1.42.0:
  + Fix a regression caused by PPC fixes in 1.41.91.

OBS-URL: https://build.opensuse.org/request/show/253079
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=96
2014-09-30 17:51:00 +00:00
Stephan Kulow
4a500e0d36 Accepting request 248809 from GNOME:Factory
Push GNOME 3.13.91 - Add to Staging:E (forwarded request 248676 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/248809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=52
2014-09-30 17:36:48 +00:00
15f73da81d Accepting request 248676 from GNOME:Next
Push GNOME 3.13.91 - Add to Staging:E

OBS-URL: https://build.opensuse.org/request/show/248676
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=94
2014-09-11 21:24:55 +00:00
15bfc18e92 Accepting request 246065 from GNOME:Next
Push GN

OBS-URL: https://build.opensuse.org/request/show/246065
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=93
2014-08-23 11:51:51 +00:00
Stephan Kulow
0288afa31c Accepting request 231696 from GNOME:Factory
Push GNOME:Factory - GNOME 3.12.1

OBS-URL: https://build.opensuse.org/request/show/231696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=50
2014-05-05 19:14:45 +00:00
a3c7a2f7d5 Accepting request 230127 from home:Zaitor:branches:GNOME:Factory
Stable update

OBS-URL: https://build.opensuse.org/request/show/230127
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=91
2014-04-15 07:27:43 +00:00
bd7c778156 Accepting request 228613 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228613
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=90
2014-04-03 20:37:23 +00:00
Stephan Kulow
2c305871a2 Accepting request 200906 from GNOME:Factory
Push GNOME 3.10.0

OBS-URL: https://build.opensuse.org/request/show/200906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=49
2013-09-27 15:12:08 +00:00
34de4f592a Accepting request 200501 from home:dimstar:branches:GNOME:Factory
Upadte to 1.38.1

OBS-URL: https://build.opensuse.org/request/show/200501
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=88
2013-09-25 15:26:41 +00:00
a45f89ee09 Accepting request 200418 from home:dimstar:branches:GNOME:Factory
Update to 1.38.0

OBS-URL: https://build.opensuse.org/request/show/200418
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=87
2013-09-24 20:03:13 +00:00
Stephan Kulow
90d74d3857 Accepting request 196223 from GNOME:Factory
Push GNOME 3.9.90

OBS-URL: https://build.opensuse.org/request/show/196223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=47
2013-08-30 14:22:00 +00:00
Bjørn Lie
2fec4a4ea5 Accepting request 195749 from home:dimstar:branches:GNOME:Factory
Update to 1.37.6

OBS-URL: https://build.opensuse.org/request/show/195749
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=85
2013-08-21 21:17:12 +00:00
Stephan Kulow
ad58f7c618 Accepting request 183159 from GNOME:Factory
Push GNOME 3.9.4 - hopefully in the for #oSC13

OBS-URL: https://build.opensuse.org/request/show/183159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=46
2013-07-16 12:57:15 +00:00
9d15af0a21 Accepting request 182755 from home:Zaitor:branches:GNOME:Factory
Update to ver 1.37.4, changes info just pulled from git changelog

OBS-URL: https://build.opensuse.org/request/show/182755
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=83
2013-07-10 20:30:56 +00:00
Stephan Kulow
b003051b2e Accepting request 181269 from GNOME:Factory
Push GNOME 3.9.3, as announced

OBS-URL: https://build.opensuse.org/request/show/181269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=45
2013-06-29 17:39:40 +00:00
Bjørn Lie
f1aac141a2 Accepting request 176899 from home:dimstar:branches:GNOME:Factory
Update to 1.37.1

OBS-URL: https://build.opensuse.org/request/show/176899
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=81
2013-05-31 18:40:01 +00:00
Stephan Kulow
33fb03dd95 Accepting request 173082 from GNOME:Factory
Update to 1.36.1 (forwarded request 172905 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/173082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=44
2013-04-24 14:05:22 +00:00
f0103d4987 Accepting request 172905 from home:dimstar:branches:GNOME:Factory
Update to 1.36.1

OBS-URL: https://build.opensuse.org/request/show/172905
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=79
2013-04-23 16:53:07 +00:00
Stephan Kulow
28aac0c57e Accepting request 162162 from GNOME:Factory
Update to 1.36.0

OBS-URL: https://build.opensuse.org/request/show/162162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=43
2013-04-03 10:51:21 +00:00
34168900eb Accepting request 161120 from home:dimstar:branches:GNOME:Factory
Update to 1.36.0

OBS-URL: https://build.opensuse.org/request/show/161120
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=77
2013-03-26 20:12:44 +00:00
91ec87631d Accepting request 160502 from home:dimstar:branches:GNOME:Factory
Update to 1.35.9

OBS-URL: https://build.opensuse.org/request/show/160502
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=76
2013-03-22 12:04:12 +00:00
087ee9c48c Accepting request 158328 from GNOME:Next
Push GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/158328
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=75
2013-03-13 22:59:01 +00:00
Stephan Kulow
6ffcf5bb50 Accepting request 138893 from GNOME:Factory
Obsolete typelib-1_0-GjsDBus-1_0 (forwarded request 138892 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/138893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=41
2012-10-22 20:03:40 +00:00
fbc096104a Accepting request 138892 from home:dimstar:branches:GNOME:Factory
Obsolete typelib-1_0-GjsDBus-1_0

OBS-URL: https://build.opensuse.org/request/show/138892
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=73
2012-10-20 14:17:28 +00:00
Stephan Kulow
ffb565258e Accepting request 136672 from GNOME:Factory
Pushing GNOME:Factory towards openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/136672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=40
2012-10-03 06:47:13 +00:00
8564f9c0d4 Accepting request 135725 from home:dimstar:branches:GNOME:Factory
Update to 1.34.0

OBS-URL: https://build.opensuse.org/request/show/135725
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=71
2012-09-25 20:31:42 +00:00
6c9e4407f9 Accepting request 134970 from home:dimstar:branches:GNOME:Factory
Update to 1.33.14

OBS-URL: https://build.opensuse.org/request/show/134970
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=70
2012-09-21 19:23:22 +00:00
Vincent Untz
e06095cf01 Accepting request 133322 from home:vuntz:branches:GNOME:Factory
suggested tweak

OBS-URL: https://build.opensuse.org/request/show/133322
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=69
2012-09-07 22:40:05 +00:00
Vincent Untz
4c05a773a7 Accepting request 132900 from GNOME:Next
Push G:N - Addressed the comments from previous review

OBS-URL: https://build.opensuse.org/request/show/132900
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=68
2012-09-07 22:35:08 +00:00
Stephan Kulow
f917d40fc6 Accepting request 126543 from GNOME:Factory
(forwarded request 126524 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/126543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=39
2012-06-29 09:30:53 +00:00
d9e1361ca1 Accepting request 126524 from home:dimstar:bnc751211
OBS-URL: https://build.opensuse.org/request/show/126524
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=66
2012-06-29 08:51:12 +00:00
Stephan Kulow
3bd7e0eb9b Accepting request 111699 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/111699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=37
2012-03-29 11:51:16 +00:00
Vincent Untz
c6c5bc2032 Accepting request 111495 from home:vuntz:branches:GNOME:Factory
Update to 1.32.0

OBS-URL: https://build.opensuse.org/request/show/111495
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=64
2012-03-28 08:18:51 +00:00
Vincent Untz
527ccffc3c Accepting request 110474 from home:vuntz:branches:GNOME:Factory
Update to 1.31.22

OBS-URL: https://build.opensuse.org/request/show/110474
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=63
2012-03-22 06:10:11 +00:00
Stephan Kulow
02ca9c0545 Accepting request 109406 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/109406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=36
2012-03-19 08:55:40 +00:00
4c684e1577 Accepting request 108029 from home:vuntz:branches:GNOME:Factory
Update to 1.31.20

OBS-URL: https://build.opensuse.org/request/show/108029
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=61
2012-03-11 17:45:16 +00:00
Stephan Kulow
ca0d237d7b Accepting request 101595 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/101595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=35
2012-01-26 13:18:30 +00:00
f08e709ff4 Accepting request 100792 from home:vuntz:branches:GNOME:Factory
Update to 1.31.10

OBS-URL: https://build.opensuse.org/request/show/100792
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=59
2012-01-20 08:28:06 +00:00
Stephan Kulow
758d1db2a5 Accepting request 99017 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/99017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=34
2012-01-06 10:43:56 +00:00
Vincent Untz
0f341cd698 Accepting request 98101 from home:vuntz:branches:GNOME:Factory
Split typelib out to fix build

OBS-URL: https://build.opensuse.org/request/show/98101
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=57
2011-12-24 14:24:50 +00:00
Vincent Untz
2f146bd0ed Accepting request 97406 from home:vuntz:branches:GNOME:Factory
Update to 1.31.6

OBS-URL: https://build.opensuse.org/request/show/97406
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=56
2011-12-21 05:05:24 +00:00
Vincent Untz
8f542b9868 Accepting request 91583 from home:dimstar:GNOME:Next
Update to 1.31.0

OBS-URL: https://build.opensuse.org/request/show/91583
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=55
2011-11-15 14:41:38 +00:00
Lars Vogdt
c6c59da67b Accepting request 85644 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/85644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=32
2011-10-02 08:03:45 +00:00
Vincent Untz
51ff4d6e32 Accepting request 85193 from home:vuntz:branches:GNOME:Factory
Update to 1.30.0

OBS-URL: https://build.opensuse.org/request/show/85193
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=53
2011-09-28 05:52:49 +00:00
Vincent Untz
6f551c047b Accepting request 84211 from home:vuntz:branches:GNOME:Factory
Update to 1.29.18

OBS-URL: https://build.opensuse.org/request/show/84211
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=52
2011-09-21 15:57:15 +00:00
Sascha Peilicke
20066e834a Accepting request 81471 from GNOME:Factory
Pushing most of G:F

OBS-URL: https://build.opensuse.org/request/show/81471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=31
2011-09-09 09:15:47 +00:00
Vincent Untz
3206f8ec14 Accepting request 80532 from home:vuntz:branches:GNOME:Factory
Update to 1.29.17

OBS-URL: https://build.opensuse.org/request/show/80532
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=50
2011-09-02 00:12:21 +00:00
Sascha Peilicke
8286792de6 Accepting request 77528 from GNOME:Factory
Update to 1.29.16 (forwarded request 77515 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/77528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=30
2011-08-01 08:50:15 +00:00
06e7eed78c Accepting request 77515 from home:vuntz:branches:GNOME:Factory
Update to 1.29.16

OBS-URL: https://build.opensuse.org/request/show/77515
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=48
2011-08-01 07:32:26 +00:00
Vincent Untz
9caf40e7b3 Accepting request 77298 from home:vuntz:branches:GNOME:Factory
Update to 1.29.15

OBS-URL: https://build.opensuse.org/request/show/77298
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=47
2011-07-27 22:07:27 +00:00
Sascha Peilicke
0c53e1845e Autobuild autoformatter for 75729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=29
2011-07-08 10:55:20 +00:00
OBS User buildservice-autocommit
863f8ebe00 Updating link to change in openSUSE:Factory/gjs revision 29.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=5e3c868adad7253cf4877d3c676e26b0
2011-07-08 10:55:20 +00:00
Sascha Peilicke
62e61c1d6c Accepting request 75729 from GNOME:Factory
Pushing G:F, including GNOME 3.1.3

OBS-URL: https://build.opensuse.org/request/show/75729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=28
2011-07-08 10:54:45 +00:00
cf22262adf Accepting request 73981 from home:vuntz:branches:GNOME:Factory
Build against js instead of xulrunner, will be cool; current js in Factory doesn't work, though, so wait a bit

OBS-URL: https://build.opensuse.org/request/show/73981
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=45
2011-06-17 08:02:33 +00:00
Vincent Untz
6d874dd5a1 Accepting request 73911 from home:vuntz:branches:GNOME:Factory
Complete .changes based on git log

OBS-URL: https://build.opensuse.org/request/show/73911
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=44
2011-06-16 23:27:20 +00:00
Vincent Untz
e589fe9c65 Accepting request 73678 from home:dimstar:branches:GNOME:Factory
Update to 1.29.0

OBS-URL: https://build.opensuse.org/request/show/73678
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=43
2011-06-16 23:03:07 +00:00
Sascha Peilicke
6d17f7b253 Accepting request 69046 from GNOME:Factory
Pushing G:F (including GNOME3)

OBS-URL: https://build.opensuse.org/request/show/69046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=27
2011-05-02 11:35:25 +00:00
Vincent Untz
22d89b0bd6 Accepting request 68093 from home:vuntz:branches:GNOME:Factory
ok

OBS-URL: https://build.opensuse.org/request/show/68093
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=41
2011-04-21 15:36:22 +00:00
Vincent Untz
a527898cdd Accepting request 67374 from GNOME:Next
thanks

OBS-URL: https://build.opensuse.org/request/show/67374
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=40
2011-04-21 15:35:12 +00:00
Sascha Peilicke
a2327065e0 Autobuild autoformatter for 63186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=26
2011-03-02 09:03:31 +00:00
OBS User buildservice-autocommit
fe2c262e7f Updating link to change in openSUSE:Factory/gjs revision 26.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=7a528dac9002f3f9342100bce707e0ac
2011-03-02 09:03:31 +00:00
Sascha Peilicke
92475e1c8b Accepting request 63186 from GNOME:Factory
Accepted submit request 63186 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/63186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=25
2011-03-02 09:03:22 +00:00
2eef531cc5 Accepting request 63185 from home:dimstar:branches:GNOME:Factory
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/63185
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=38
2011-03-01 22:03:46 +00:00
a381fe5cf1 Accepting request 63182 from home:dimstar:branches:GNOME:Factory
ok

OBS-URL: https://build.opensuse.org/request/show/63182
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=37
2011-03-01 21:47:15 +00:00
1c0022ccba Autobuild autoformatter for 62346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=24
2011-02-21 16:52:49 +00:00
OBS User buildservice-autocommit
13ae07088c Updating link to change in openSUSE:Factory/gjs revision 24.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=035b4b0e100329248dc2c960b0d814b7
2011-02-21 16:52:49 +00:00
0abf769d81 Accepting request 62346 from GNOME:Factory
Accepted submit request 62346 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/62346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=23
2011-02-21 16:52:40 +00:00
39992725e2 Accepting request 62343 from home:vuntz:branches:GNOME:Factory
Thanks for the quick fix!

OBS-URL: https://build.opensuse.org/request/show/62343
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=35
2011-02-21 14:59:29 +00:00
Ruediger Oertel
d8cb665ea2 Accepting request 59263 from GNOME:Factory
Accepted submit request 59263 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/59263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=21
2011-02-02 00:51:22 +00:00
a35aba2c24 Accepting request 59262 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/59262
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=33
2011-01-27 13:52:04 +00:00
04bbd7d262 Autobuild autoformatter for 58466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=20
2011-01-17 17:54:16 +00:00
OBS User buildservice-autocommit
9fb9fe1db0 Updating link to change in openSUSE:Factory/gjs revision 20.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=9934d0c6bf1d5214b43931784770496c
2011-01-17 17:54:16 +00:00
ce5e345c25 Accepting request 58466 from GNOME:Factory
Accepted submit request 58466 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/58466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=19
2011-01-17 17:54:03 +00:00
a4a3c93bf6 Accepting request 58458 from home:vuntz:branches:GNOME:Factory
Thanks.

OBS-URL: https://build.opensuse.org/request/show/58458
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=31
2011-01-17 09:51:00 +00:00
Berthold Gunreben
9a77b34065 Autobuild autoformatter for 57532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=18
2011-01-10 11:05:51 +00:00
OBS User buildservice-autocommit
4721f0636d Updating link to change in openSUSE:Factory/gjs revision 18.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=f6eabf058ddf28862d6b35c0aae1a694
2011-01-10 11:05:51 +00:00
Berthold Gunreben
804dd599a8 Accepting request 57532 from GNOME:Factory
Accepted submit request 57532 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/57532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=17
2011-01-10 11:05:35 +00:00
Vincent Untz
b27a452696 Accepting request 57214 from home:vuntz:branches:GNOME:Factory
ok

OBS-URL: https://build.opensuse.org/request/show/57214
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=29
2011-01-06 01:20:01 +00:00
Vincent Untz
69989bd7a8 Accepting request 56655 from home:dimstar:branches:GNOME:Factory
thanks

OBS-URL: https://build.opensuse.org/request/show/56655
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=28
2011-01-06 01:19:18 +00:00
Lars Vogdt
4d89b4fd5f Autobuild autoformatter for 54754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=16
2010-12-05 22:21:51 +00:00
OBS User buildservice-autocommit
7e66e09937 Updating link to change in openSUSE:Factory/gjs revision 16.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=be49824780ae51dcf9245556179f0b86
2010-12-05 22:21:51 +00:00
Lars Vogdt
f790722c8a Accepting request 54754 from GNOME:Factory
Accepted submit request 54754 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/54754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=15
2010-12-05 22:21:44 +00:00
b1215631ef Accepting request 54414 from home:vuntz:branches:GNOME:Factory
Thanks.... I think that will also fix my issue of gnome-shell not starting.

OBS-URL: https://build.opensuse.org/request/show/54414
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=26
2010-12-05 09:06:05 +00:00
OBS User autobuild
e62ca5139e Autobuild autoformatter for 53469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=14
2010-11-20 11:25:23 +00:00
OBS User buildservice-autocommit
4848e1e730 Updating link to change in openSUSE:Factory/gjs revision 14.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=8739c11deb937fcf6a0009e348268cbe
2010-11-20 11:25:23 +00:00
Ruediger Oertel
332ae433e6 Accepting request 53469 from GNOME:Factory
Accepted submit request 53469 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/53469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=13
2010-11-20 11:25:17 +00:00
Vincent Untz
a954dc98c8 Accepting request 53263 from home:vuntz:branches:GNOME:Factory
thanks

OBS-URL: https://build.opensuse.org/request/show/53263
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=24
2010-11-17 15:41:01 +00:00
Vincent Untz
df1561ccc5 Accepting request 53172 from home:dimstar:branches:GNOME:Factory
thanks

OBS-URL: https://build.opensuse.org/request/show/53172
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=23
2010-11-17 15:38:56 +00:00
1a7c500564 Accepting request 52176 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/52176
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=22
2010-11-05 11:22:58 +00:00
OBS User autobuild
e52734d49d Accepting request 50679 from GNOME:Factory
Copy from GNOME:Factory/gjs based on submit request 50679 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/50679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=12
2010-10-15 14:56:07 +00:00
f51794b633 Accepting request 49766 from home:vuntz:branches:GNOME:Factory
Thanks

OBS-URL: https://build.opensuse.org/request/show/49766
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=20
2010-10-06 14:22:25 +00:00
OBS User autobuild
4ee9a2c5a7 Accepting request 48906 from GNOME:Factory
Copy from GNOME:Factory/gjs based on submit request 48906 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/48906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=11
2010-09-23 22:42:58 +00:00
OBS User buildservice-autocommit
9eb8065a65 Updating link to change in openSUSE:Factory/gjs revision 11.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=0b2541f0774c4c1c61b42cc0d0b80292
2010-09-23 22:42:58 +00:00
OBS User autobuild
c01498d4d8 Accepting request 48906 from GNOME:Factory
checked in (request 48906)

OBS-URL: https://build.opensuse.org/request/show/48906
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=19
2010-09-23 22:42:57 +00:00
Vincent Untz
80bc43fad1 Accepting request 48380 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/48380
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=18
2010-09-18 13:24:14 +00:00
OBS User autobuild
23027ba804 Accepting request 45058 from GNOME:Factory
Copy from GNOME:Factory/gjs based on submit request 45058 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/45058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=10
2010-08-09 22:39:16 +00:00
OBS User buildservice-autocommit
0817fd13b1 Updating link to change in openSUSE:Factory/gjs revision 10.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=ffcf1733a04bc74ad8478e76516ed2a7
2010-08-09 22:39:16 +00:00
OBS User autobuild
5f83bf2e12 Accepting request 45058 from GNOME:Factory
checked in (request 45058)

OBS-URL: https://build.opensuse.org/request/show/45058
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=17
2010-08-09 22:39:15 +00:00
Vincent Untz
3c5e0c8cf8 Accepting request 43792 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gjs via accept of submit request 43792 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/43792
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=16
2010-07-23 08:48:00 +00:00
Vincent Untz
156a0abbf4 Accepting request 43630 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gjs via accept of submit request 43630 revision 2.
Request was accepted with message:
auto-approving myself, to make it easier for the next batch of reviews

OBS-URL: https://build.opensuse.org/request/show/43630
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=15
2010-07-22 21:44:26 +00:00
Vincent Untz
5dc18c15cd Accepting request 43393 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/gjs via accept of submit request 43393 revision 4.
Request was accepted with message:
thanks, see minor tweak

OBS-URL: https://build.opensuse.org/request/show/43393
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=14
2010-07-21 13:53:14 +00:00
OBS User autobuild
35c5eed108 Accepting request 36305 from GNOME:Factory
Copy from GNOME:Factory/gjs based on submit request 36305 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/36305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=7
2010-04-01 10:36:01 +00:00
Vincent Untz
fc43991f4c Accepting request 35790 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gjs via accept of submit request 35790 revision 7.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/35790
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=12
2010-03-29 11:19:49 +00:00
Magnus Boman
10cf354b36 Accepting request 35343 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/gjs via accept of submit request 35343 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/35343
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=11
2010-03-19 23:46:42 +00:00
OBS User autobuild
bc3d7770e9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=6 2010-03-18 14:48:46 +00:00
OBS User autobuild
a8ca82bbb9 Accepting request 33995 from GNOME:Factory
Copy from GNOME:Factory/gjs based on submit request 33995 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/33995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=5
2010-03-05 10:11:12 +00:00
OBS User autobuild
750fd98088 Accepting request 33995 from GNOME:Factory
checked in (request 33995)

OBS-URL: https://build.opensuse.org/request/show/33995
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=10
2010-03-05 10:11:11 +00:00
Vincent Untz
e958a8f5db Accepting request 32688 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/gjs via accept of submit request 32688 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/32688
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=8
2010-02-16 14:47:36 +00:00
OBS User autobuild
e98f3a8b67 Accepting request 19718 from GNOME:Factory
Copy from GNOME:Factory/gjs based on submit request 19718 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/19718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=3
2009-09-03 21:35:28 +00:00
OBS User unknown
851bf106c8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=2 2009-08-10 20:36:35 +00:00
OBS User unknown
291418171c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=1 2009-08-04 10:20:43 +00:00
3 changed files with 0 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:533eae10f7f097ab7d953f1d130a2ba1a64b1eec8ab2a409a4ed272616bbac93
size 3890188

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ac2e6231b17ed297b751bde7a5d8ad6178e56cb457b0784706963b8f56ddf8d
size 4479500

BIN
gjs-1.82.1.obscpio (Stored with Git LFS)

Binary file not shown.