diff --git a/gjs-1.29.0.tar.bz2 b/gjs-1.29.0.tar.bz2 deleted file mode 100644 index 2c1ff20..0000000 --- a/gjs-1.29.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9662c5f49788c67b6e91378c2dd8dd8d63806d4210c40251730229f9a199aa66 -size 520544 diff --git a/gjs-1.29.16.tar.bz2 b/gjs-1.29.16.tar.bz2 new file mode 100644 index 0000000..b992b5f --- /dev/null +++ b/gjs-1.29.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761cd1d301498665286b4ff43f2bc932463be2bf5b2dd7de92c0515badd9104f +size 545061 diff --git a/gjs.changes b/gjs.changes index 2eaa2d4..45f39d2 100644 --- a/gjs.changes +++ b/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 diff --git a/gjs.spec b/gjs.spec index d2d6ee8..73319ce 100644 --- a/gjs.spec +++ b/gjs.spec @@ -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