Accepting request 77298 from home:vuntz:branches:GNOME:Factory
Update to 1.29.15 OBS-URL: https://build.opensuse.org/request/show/77298 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=47
This commit is contained in:
parent
863f8ebe00
commit
9caf40e7b3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9662c5f49788c67b6e91378c2dd8dd8d63806d4210c40251730229f9a199aa66
|
||||
size 520544
|
3
gjs-1.29.15.tar.bz2
Normal file
3
gjs-1.29.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a6db4e92ecae4da64d59479c57c4bc13337a01548e47a9bb9807773e2c937e2
|
||||
size 544456
|
17
gjs.changes
17
gjs.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
10
gjs.spec
10
gjs.spec
@ -22,14 +22,14 @@
|
||||
%define xulrunner_ver 20
|
||||
|
||||
Name: gjs
|
||||
Version: 1.29.0
|
||||
Version: 1.29.15
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user