Accepting request 80532 from home:vuntz:branches:GNOME:Factory
Update to 1.29.17 OBS-URL: https://build.opensuse.org/request/show/80532 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=50
This commit is contained in:
parent
06e7eed78c
commit
3206f8ec14
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:761cd1d301498665286b4ff43f2bc932463be2bf5b2dd7de92c0515badd9104f
|
|
||||||
size 545061
|
|
3
gjs-1.29.17.tar.bz2
Normal file
3
gjs-1.29.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:131aa492e65c87fb3fcb6cff73f4902cf043617f0424ce6b1a9c4c1ccf3eb84c
|
||||||
|
size 545024
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 1 14:24:20 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.29.17:
|
||||||
|
+ Add support for GPtrArrays.
|
||||||
|
+ Bind more cairo API.
|
||||||
|
+ Don't release too much when releasing arrays.
|
||||||
|
+ Misc bug fixes and improvements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 31 09:15:06 CEST 2011 - vuntz@opensuse.org
|
Sun Jul 31 09:15:06 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
4
gjs.spec
4
gjs.spec
@ -22,7 +22,7 @@
|
|||||||
%define xulrunner_ver 20
|
%define xulrunner_ver 20
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.29.16
|
Version: 1.29.17
|
||||||
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)
|
||||||
@ -39,7 +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(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.29.16
|
||||||
%if ! %{build_with_xulrunner}
|
%if ! %{build_with_xulrunner}
|
||||||
BuildRequires: pkgconfig(mozjs185)
|
BuildRequires: pkgconfig(mozjs185)
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user