From f08e709ff4f538ae5e09dfb85ff502281f15d1392d5149f0884a7b3fb233a6f1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 20 Jan 2012 08:28:06 +0000 Subject: [PATCH] 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 --- gjs-1.31.10.tar.xz | 3 +++ gjs-1.31.6.tar.xz | 3 --- gjs.changes | 12 ++++++++++++ gjs.spec | 9 ++++----- 4 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 gjs-1.31.10.tar.xz delete mode 100644 gjs-1.31.6.tar.xz diff --git a/gjs-1.31.10.tar.xz b/gjs-1.31.10.tar.xz new file mode 100644 index 0000000..1bd2fda --- /dev/null +++ b/gjs-1.31.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1134bc4cf390ac86155bcd5fceebeb446817d4796edd3d20beb0b138110b60 +size 455992 diff --git a/gjs-1.31.6.tar.xz b/gjs-1.31.6.tar.xz deleted file mode 100644 index d8d8c4a..0000000 --- a/gjs-1.31.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4a3628c651675f98dc2f2121cdf113611cc1f8ba0c326b3c7c8063240ba61b4 -size 454072 diff --git a/gjs.changes b/gjs.changes index dfdedcc..67d5737 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 19 22:37:16 UTC 2012 - vuntz@opensuse.org + +- 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. + ------------------------------------------------------------------- Sat Dec 24 14:09:35 UTC 2011 - vuntz@opensuse.org diff --git a/gjs.spec b/gjs.spec index e698706..1032fe3 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,7 +1,7 @@ # # spec file for package gjs # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,7 +16,7 @@ # Name: gjs -Version: 1.31.6 +Version: 1.31.10 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 @@ -104,19 +104,18 @@ rm -rf %{buildroot} %doc COPYING NEWS README %{_datadir}/gjs-1.0/ %{_libdir}/*.so.* -%dir %{_libdir}/gjs %{_libdir}/gjs-1.0/ %files -n typelib-1_0-GjsDBus-1_0 %defattr(-,root,root) -%{_libdir}/gjs/GjsDBus-1.0.typelib +%{_libdir}/girepository-1.0/GjsDBus-1.0.typelib %files -n libgjs-devel %defattr(-,root,root) %{_includedir}/* %{_libdir}/*.so -%{_libdir}/gjs/GjsDBus-1.0.gir %{_libdir}/pkgconfig/*.pc +%{_datadir}/gir-1.0/GjsDBus-1.0.gir %{_datadir}/systemtap/tapset/*.stp %changelog