SHA256
1
0
forked from pool/gjs

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:
Vincent Untz 2011-09-02 00:12:21 +00:00 committed by Git OBS Bridge
parent 06e7eed78c
commit 3206f8ec14
4 changed files with 14 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:131aa492e65c87fb3fcb6cff73f4902cf043617f0424ce6b1a9c4c1ccf3eb84c
size 545024

View File

@ -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

View File

@ -22,7 +22,7 @@
%define xulrunner_ver 20
Name: gjs
Version: 1.29.16
Version: 1.29.17
Release: 1
# FIXME: find out if tapsets should really be in devel package or in main package
License: MIT License (or similar)
@ -39,7 +39,7 @@ BuildRequires: readline-devel
BuildRequires: systemtap-sdt-devel
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.29.16
%if ! %{build_with_xulrunner}
BuildRequires: pkgconfig(mozjs185)
%endif