From 750fd98088b28a6ccf70844ca94a36fb6d996bca4c5e16a7580caea8f1c9c036 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 5 Mar 2010 10:11:11 +0000 Subject: [PATCH] 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 --- gjs-0.4.tar.bz2 | 3 +++ gjs-0.5.tar.bz2 | 3 --- gjs.changes | 18 ------------------ gjs.spec | 5 ++--- 4 files changed, 5 insertions(+), 24 deletions(-) create mode 100644 gjs-0.4.tar.bz2 delete mode 100644 gjs-0.5.tar.bz2 diff --git a/gjs-0.4.tar.bz2 b/gjs-0.4.tar.bz2 new file mode 100644 index 0000000..e4dcb36 --- /dev/null +++ b/gjs-0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c3116cfb0feba08c79b4beea4b6ef16bfca3be9b59efcfa7e6eca79911aca6 +size 401868 diff --git a/gjs-0.5.tar.bz2 b/gjs-0.5.tar.bz2 deleted file mode 100644 index 88049aa..0000000 --- a/gjs-0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aac7629044a1be9c7ec0d0163854681071f5f90fb2e567e306280ae87b921dc0 -size 410532 diff --git a/gjs.changes b/gjs.changes index 5e76235..366f54f 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,21 +1,3 @@ -------------------------------------------------------------------- -Tue Feb 16 14:18:08 CET 2010 - dimstar@opensuse.org - -- 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++. - ------------------------------------------------------------------- Wed Aug 26 09:41:31 CEST 2009 - vuntz@novell.com diff --git a/gjs.spec b/gjs.spec index 1f665ee..6438bb7 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,5 +1,5 @@ # -# spec file for package gjs (Version 0.5) +# spec file for package gjs (Version 0.4) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,14 +23,13 @@ %endif Name: gjs -Version: 0.5 +Version: 0.4 Release: 1 License: MIT License (or similar) Summary: JavaScript bindings based on gobject-introspection and Mozilla Group: Development/Libraries/GNOME Source: %{name}-%{version}.tar.bz2 BuildRequires: dbus-1-glib-devel -BuildRequires: gcc-c++ BuildRequires: gobject-introspection-devel BuildRequires: mozilla-xulrunner%{xulrunner_ver}-devel BuildRequires: python