SHA256
1
0
forked from pool/gjs

Accepting request 77528 from GNOME:Factory

Update to 1.29.16 (forwarded request 77515 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/77528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=30
This commit is contained in:
Sascha Peilicke 2011-08-01 08:50:15 +00:00 committed by Git OBS Bridge
commit 8286792de6
4 changed files with 34 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9662c5f49788c67b6e91378c2dd8dd8d63806d4210c40251730229f9a199aa66
size 520544

3
gjs-1.29.16.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:761cd1d301498665286b4ff43f2bc932463be2bf5b2dd7de92c0515badd9104f
size 545061

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Jul 31 09:15:06 CEST 2011 - vuntz@opensuse.org
- Update to version 1.29.16:
+ Make choice of javascript package non-automagic.
+ Install gi/ headers again.
-------------------------------------------------------------------
Wed Jul 27 18:33:02 CEST 2011 - vuntz@opensuse.org
- Update to version 1.29.15:
+ Support in arrays of any type.
+ Rework array+length support, breaking API.
+ Various other array-related fixes.
+ Add GVariant support.
+ ADd GDBus port.
+ Add dbus conversion rule for 'q' to JS.
+ Remove SIGSEGV, SIGABRT handlers.
+ Merge gi.so into gjs.so.
+ Plug leaks.
+ console: Remove unwanted g_debug prints.
+ Various bug fixes.
+ Test-related changes.
-------------------------------------------------------------------
Fri Jun 17 09:49:37 CEST 2011 - vuntz@opensuse.org

View File

@ -22,14 +22,14 @@
%define xulrunner_ver 20
Name: gjs
Version: 1.29.0
Version: 1.29.16
Release: 1
# FIXME: find out if tapsets should really be in devel package or in main package
License: MIT License (or similar)
Summary: JavaScript bindings based on gobject-introspection and Mozilla
Group: Development/Libraries/GNOME
Url: http://live.gnome.org/Gjs
Source: %{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/gjs/1.29/%{name}-%{version}.tar.bz2
BuildRequires: gcc-c++
%if %{build_with_xulrunner}
BuildRequires: mozilla-xulrunner%{xulrunner_ver}-devel
@ -105,19 +105,23 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_bindir}/*
%{_bindir}/gjs
%{_bindir}/gjs-console
%files -n libgjs0
%defattr(-,root,root)
%doc COPYING NEWS README
%{_datadir}/gjs-1.0/
%{_libdir}/*.so.*
%dir %{_libdir}/gjs
%{_libdir}/gjs/GjsDBus-1.0.typelib
%{_libdir}/gjs-1.0/
%files -n libgjs-devel
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/gjs/GjsDBus-1.0.gir
%{_libdir}/pkgconfig/*.pc
%{_datadir}/systemtap/tapset/*.stp