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
This commit is contained in:
parent
51ff4d6e32
commit
8f542b9868
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c0dc1fc883b3c46cbc514bcfb577ec01eac45c934c6d07a06cdb12a2b2931ef
|
|
||||||
size 545836
|
|
3
gjs-1.31.0.tar.bz2
Normal file
3
gjs-1.31.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cbf1f2bcbf5315a42e9f2b67bda8eedb7046c743f373713505bf769789e40939
|
||||||
|
size 545185
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 28 07:55:21 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 27 19:25:01 UTC 2011 - vuntz@opensuse.org
|
Tue Sep 27 19:25:01 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
5
gjs.spec
5
gjs.spec
@ -22,14 +22,14 @@
|
|||||||
%define xulrunner_ver 20
|
%define xulrunner_ver 20
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.30.0
|
Version: 1.31.0
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: find out if tapsets should really be in devel package or in main package
|
# FIXME: find out if tapsets should really be in devel package or in main package
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Url: http://live.gnome.org/Gjs
|
Url: http://live.gnome.org/Gjs
|
||||||
Source: http://download.gnome.org/sources/gjs/1.30/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gjs/1.31/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
%if %{build_with_xulrunner}
|
%if %{build_with_xulrunner}
|
||||||
BuildRequires: mozilla-xulrunner%{xulrunner_ver}-devel
|
BuildRequires: mozilla-xulrunner%{xulrunner_ver}-devel
|
||||||
@ -39,6 +39,7 @@ BuildRequires: readline-devel
|
|||||||
BuildRequires: systemtap-sdt-devel
|
BuildRequires: systemtap-sdt-devel
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.29.16
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.29.16
|
||||||
%if ! %{build_with_xulrunner}
|
%if ! %{build_with_xulrunner}
|
||||||
BuildRequires: pkgconfig(mozjs185)
|
BuildRequires: pkgconfig(mozjs185)
|
||||||
|
Loading…
Reference in New Issue
Block a user