From 087ee9c48cb1431c35330e4495d11918d58263e9dd4f5f16649e058ba08f5f0d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Mar 2013 22:59:01 +0000 Subject: [PATCH 1/3] 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 --- gjs-1.34.0.tar.xz | 3 --- gjs-1.35.8.tar.xz | 3 +++ gjs.changes | 34 ++++++++++++++++++++++++++++++++++ gjs.spec | 13 +++++++++---- 4 files changed, 46 insertions(+), 7 deletions(-) delete mode 100644 gjs-1.34.0.tar.xz create mode 100644 gjs-1.35.8.tar.xz diff --git a/gjs-1.34.0.tar.xz b/gjs-1.34.0.tar.xz deleted file mode 100644 index 4460a69..0000000 --- a/gjs-1.34.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d62c717a0522a36c6faa1eb021872255e3cd285a72786afe23b7cca2e3084cb -size 474004 diff --git a/gjs-1.35.8.tar.xz b/gjs-1.35.8.tar.xz new file mode 100644 index 0000000..01c363b --- /dev/null +++ b/gjs-1.35.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c544016e0dbf855d467ba20cf6cf28d061be271c2656d20a0c423610ef04927 +size 422744 diff --git a/gjs.changes b/gjs.changes index c24ce9b..d6633ca 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Tue Feb 19 17:03:35 UTC 2013 - dimstar@opensuse.org + +- 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. + +------------------------------------------------------------------- +Tue Jan 15 16:02:50 UTC 2013 - dimstar@opensuse.org + +- 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. + +------------------------------------------------------------------- +Wed Jan 9 16:57:45 UTC 2013 - dimstar@opensuse.org + +- 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. + ------------------------------------------------------------------- Sat Oct 20 13:04:53 UTC 2012 - dimstar@opensuse.org diff --git a/gjs.spec b/gjs.spec index 2fbf4b9..f36708e 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,7 +1,7 @@ # # spec file for package gjs # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,21 @@ Name: gjs -Version: 1.34.0 +Version: 1.35.8 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT Group: Development/Libraries/GNOME Url: http://live.gnome.org/Gjs -Source: http://download.gnome.org/sources/gjs/1.34/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gjs/1.35/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: python BuildRequires: readline-devel BuildRequires: systemtap-sdt-devel BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: pkgconfig(glib-2.0) >= 2.32.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.35.6 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.33.10 BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(mozjs185) @@ -89,6 +89,11 @@ find %{buildroot} -type f -name "*.la" -delete -print # fix installation of systemtap files mv %{buildroot}%{buildroot}%{_datadir}/systemtap %{buildroot}%{_datadir}/systemtap +# cleanup, see bgo#694221 +rm %{buildroot}%{_libdir}/gjs/girepository-1.0/GIMarshallingTests-1.0.typelib +rm %{buildroot}%{_libdir}/gjs/girepository-1.0/Regress-1.0.typelib +rm %{buildroot}%{_libdir}/gjs/girepository-1.0/WarnLib-1.0.typelib + %clean rm -rf %{buildroot} From 91ec87631d586f89e34fabfa496f6f43f469430c832100be897ceff191854ea4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 22 Mar 2013 12:04:12 +0000 Subject: [PATCH 2/3] 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 --- gjs-1.35.8.tar.xz | 3 --- gjs-1.35.9.tar.xz | 3 +++ gjs.changes | 7 +++++++ gjs.spec | 8 +------- 4 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 gjs-1.35.8.tar.xz create mode 100644 gjs-1.35.9.tar.xz diff --git a/gjs-1.35.8.tar.xz b/gjs-1.35.8.tar.xz deleted file mode 100644 index 01c363b..0000000 --- a/gjs-1.35.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c544016e0dbf855d467ba20cf6cf28d061be271c2656d20a0c423610ef04927 -size 422744 diff --git a/gjs-1.35.9.tar.xz b/gjs-1.35.9.tar.xz new file mode 100644 index 0000000..88b7928 --- /dev/null +++ b/gjs-1.35.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8727c3983dec7bf2ae8bc094f45b577c4bd9715c62ad86609b4dace4b9ee64c +size 421932 diff --git a/gjs.changes b/gjs.changes index d6633ca..eedf5d0 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 21 18:06:30 UTC 2013 - dimstar@opensuse.org + +- 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. + ------------------------------------------------------------------- Tue Feb 19 17:03:35 UTC 2013 - dimstar@opensuse.org diff --git a/gjs.spec b/gjs.spec index f36708e..3659cda 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.35.8 +Version: 1.35.9 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: JavaScript bindings based on gobject-introspection and Mozilla @@ -89,11 +89,6 @@ find %{buildroot} -type f -name "*.la" -delete -print # fix installation of systemtap files mv %{buildroot}%{buildroot}%{_datadir}/systemtap %{buildroot}%{_datadir}/systemtap -# cleanup, see bgo#694221 -rm %{buildroot}%{_libdir}/gjs/girepository-1.0/GIMarshallingTests-1.0.typelib -rm %{buildroot}%{_libdir}/gjs/girepository-1.0/Regress-1.0.typelib -rm %{buildroot}%{_libdir}/gjs/girepository-1.0/WarnLib-1.0.typelib - %clean rm -rf %{buildroot} @@ -111,7 +106,6 @@ rm -rf %{buildroot} %doc COPYING NEWS README %{_datadir}/gjs-1.0/ %{_libdir}/*.so.* -%{_libdir}/gjs-1.0/ %files -n typelib-1_0-GjsPrivate-1_0 %defattr(-,root,root) From 34168900eb1f33e9dc910284c16564866603389446ff1111d292a9a4d30e8c58 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 26 Mar 2013 20:12:44 +0000 Subject: [PATCH 3/3] 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 --- gjs-1.35.9.tar.xz | 3 --- gjs-1.36.0.tar.xz | 3 +++ gjs.changes | 6 ++++++ gjs.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 gjs-1.35.9.tar.xz create mode 100644 gjs-1.36.0.tar.xz diff --git a/gjs-1.35.9.tar.xz b/gjs-1.35.9.tar.xz deleted file mode 100644 index 88b7928..0000000 --- a/gjs-1.35.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8727c3983dec7bf2ae8bc094f45b577c4bd9715c62ad86609b4dace4b9ee64c -size 421932 diff --git a/gjs-1.36.0.tar.xz b/gjs-1.36.0.tar.xz new file mode 100644 index 0000000..4bd9344 --- /dev/null +++ b/gjs-1.36.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55680d861d562f89171640c66e5d9ac4cb0c35f1af2495e2f45bbe494b983ca +size 421836 diff --git a/gjs.changes b/gjs.changes index eedf5d0..f601bb8 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 26 08:58:50 UTC 2013 - dimstar@opensuse.org + +- Update to version 1.36.0: + + No changes since version 1.35.9. + ------------------------------------------------------------------- Thu Mar 21 18:06:30 UTC 2013 - dimstar@opensuse.org diff --git a/gjs.spec b/gjs.spec index 3659cda..a3bd9a6 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,22 +17,22 @@ Name: gjs -Version: 1.35.9 +Version: 1.36.0 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT Group: Development/Libraries/GNOME Url: http://live.gnome.org/Gjs -Source: http://download.gnome.org/sources/gjs/1.35/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gjs/1.36/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: python BuildRequires: readline-devel BuildRequires: systemtap-sdt-devel BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: pkgconfig(glib-2.0) >= 2.35.6 -BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.33.10 +BuildRequires: pkgconfig(glib-2.0) >= 2.36.0 +BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.36.0 BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(mozjs185) Requires: libgjs0 = %{version}