Accepting request 100792 from home:vuntz:branches:GNOME:Factory
Update to 1.31.10 OBS-URL: https://build.opensuse.org/request/show/100792 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=59
This commit is contained in:
parent
0f341cd698
commit
f08e709ff4
3
gjs-1.31.10.tar.xz
Normal file
3
gjs-1.31.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff1134bc4cf390ac86155bcd5fceebeb446817d4796edd3d20beb0b138110b60
|
||||||
|
size 455992
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d4a3628c651675f98dc2f2121cdf113611cc1f8ba0c326b3c7c8063240ba61b4
|
|
||||||
size 454072
|
|
12
gjs.changes
12
gjs.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 19 22:37:16 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.31.10:
|
||||||
|
+ Add native JSClass for interfaces
|
||||||
|
+ Add support for flat GValue arrays
|
||||||
|
+ Improvements related to singletons.
|
||||||
|
+ Fix ffi return value handling on 32 bit
|
||||||
|
+ Correctly convert from ffi return values to GIArgument on
|
||||||
|
big-endian
|
||||||
|
+ Build fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 24 14:09:35 UTC 2011 - vuntz@opensuse.org
|
Sat Dec 24 14:09:35 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
9
gjs.spec
9
gjs.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gjs
|
# spec file for package gjs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.31.6
|
Version: 1.31.10
|
||||||
Release: 0
|
Release: 0
|
||||||
# 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
|
||||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||||
@ -104,19 +104,18 @@ rm -rf %{buildroot}
|
|||||||
%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-1.0/
|
%{_libdir}/gjs-1.0/
|
||||||
|
|
||||||
%files -n typelib-1_0-GjsDBus-1_0
|
%files -n typelib-1_0-GjsDBus-1_0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/gjs/GjsDBus-1.0.typelib
|
%{_libdir}/girepository-1.0/GjsDBus-1.0.typelib
|
||||||
|
|
||||||
%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}/gir-1.0/GjsDBus-1.0.gir
|
||||||
%{_datadir}/systemtap/tapset/*.stp
|
%{_datadir}/systemtap/tapset/*.stp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user