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:
commit
8286792de6
@ -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
3
gjs-1.29.16.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:761cd1d301498665286b4ff43f2bc932463be2bf5b2dd7de92c0515badd9104f
|
||||||
|
size 545061
|
24
gjs.changes
24
gjs.changes
@ -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
|
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
|
%define xulrunner_ver 20
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.29.0
|
Version: 1.29.16
|
||||||
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: %{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gjs/1.29/%{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
|
||||||
@ -105,19 +105,23 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/gjs
|
||||||
|
%{_bindir}/gjs-console
|
||||||
|
|
||||||
%files -n libgjs0
|
%files -n libgjs0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING NEWS README
|
%doc COPYING NEWS README
|
||||||
%{_datadir}/gjs-1.0/
|
%{_datadir}/gjs-1.0/
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
%dir %{_libdir}/gjs
|
||||||
|
%{_libdir}/gjs/GjsDBus-1.0.typelib
|
||||||
%{_libdir}/gjs-1.0/
|
%{_libdir}/gjs-1.0/
|
||||||
|
|
||||||
%files -n libgjs-devel
|
%files -n libgjs-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
%{_libdir}/gjs/GjsDBus-1.0.gir
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/systemtap/tapset/*.stp
|
%{_datadir}/systemtap/tapset/*.stp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user