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
This commit is contained in:
parent
4c684e1577
commit
527ccffc3c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4601f1423dbc0326529cba95cd0475a32ca62ee3215812665cf58e32080a9d11
|
||||
size 464588
|
3
gjs-1.31.22.tar.xz
Normal file
3
gjs-1.31.22.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf40fd4e5fc9bcb0c67b180b1fbe5305f849f498793cd83009c6068927c3ec82
|
||||
size 464312
|
@ -1,21 +0,0 @@
|
||||
commit 4eaaa63f4b325f2476f90de52fea44dccd3bbc76
|
||||
Author: Vincent Untz <vuntz@gnome.org>
|
||||
Date: Mon Mar 5 17:40:52 2012 +0100
|
||||
|
||||
object: Fix build
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=671390
|
||||
|
||||
diff --git a/gi/object.c b/gi/object.c
|
||||
index 17c70b4..825c61f 100644
|
||||
--- a/gi/object.c
|
||||
+++ b/gi/object.c
|
||||
@@ -1027,7 +1027,7 @@ object_instance_finalize(JSContext *context,
|
||||
|
||||
TRACE(GJS_OBJECT_PROXY_FINALIZE(priv, priv->gobj,
|
||||
priv->info ? g_base_info_get_namespace ( (GIBaseInfo*) priv->info) : "",
|
||||
- priv->info ? g_base_info_get_name ( (GIBaseInfo*) priv->info) ) : g_type_name(priv->gtype));
|
||||
+ priv->info ? g_base_info_get_name ( (GIBaseInfo*) priv->info) : g_type_name(priv->gtype)));
|
||||
|
||||
if (priv->gobj) {
|
||||
if (G_UNLIKELY (priv->gobj->ref_count <= 0)) {
|
10
gjs.changes
10
gjs.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 21 16:42:23 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 5 15:44:07 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
7
gjs.spec
7
gjs.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gjs
|
||||
Version: 1.31.20
|
||||
Version: 1.31.22
|
||||
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
|
||||
@ -25,14 +25,10 @@ License: MIT
|
||||
Group: Development/Libraries/GNOME
|
||||
Url: http://live.gnome.org/Gjs
|
||||
Source: http://download.gnome.org/sources/gjs/1.31/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM gjs-fix-build.patch bgo#671390 vuntz@opensuse.org -- Fix code that cannot build
|
||||
Patch0: gjs-fix-build.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: systemtap-sdt-devel
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
|
||||
@ -77,7 +73,6 @@ Mozilla SpiderMonkey JavaScript engine.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Loading…
x
Reference in New Issue
Block a user