Hello community, here is the log from the commit of package gjs for openSUSE:Factory checked in at 2012-10-03 08:47:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gjs (Old) and /work/SRC/openSUSE:Factory/.gjs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gjs", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/gjs/gjs.changes 2012-06-29 11:30:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gjs.new/gjs.changes 2012-10-03 08:47:15.000000000 +0200 @@ -1,0 +2,74 @@ +Mon Sep 24 18:54:41 UTC 2012 - dims...@opensuse.org + +- Update to version 1.34.0: + + stack: Fix gjs_dumpstack (bgo#683992). + +------------------------------------------------------------------- +Tue Sep 18 21:03:52 UTC 2012 - dims...@opensuse.org + +- Update to version 1.33.14: + + Bugs fixed: bgo#684064. +- Add pkgconfig(libffi) BuildRequires: since gjs uses ffi + functions, confiure now checks for libffi presence. + +------------------------------------------------------------------- +Tue Sep 4 19:08:07 UTC 2012 - dims...@opensuse.org + +- Update to version 1.33.10: + + Throw an exception when registering a GType that already exists + + Object: don't access priv->info if it's NULL + + Misc bug fixes. +- Drop gjs-avoid_crash.patch: fixed upstream. + +------------------------------------------------------------------- +Mon Aug 27 18:13:21 UTC 2012 - dims...@opensuse.org + +- Add gjs-avoid_crash.patch: Fix crashes in gnome-shell. + +------------------------------------------------------------------- +Mon Aug 20 17:12:32 UTC 2012 - dims...@opensuse.org + +- Update to version 1.33.9: + + Several changes in the GC system. + + Fix memory leaks. + + Fix compiler warnings. + +------------------------------------------------------------------- +Tue Jul 17 20:16:59 UTC 2012 - dims...@opensuse.org + +- Update to version 1.33.4: + + Build: link everything to gio + + Fix memory leaks + + Fix various bugs and issues caught by the Clang static + analyzer. + +------------------------------------------------------------------- +Tue Jun 29 17:39:10 UTC 2012 - dims...@opensuse.org + +- Update to version 1.33.3: + + Introduce special marshalling for GErrors + + Gio: Split GDBus implementation into helpers + + Gio: modernize DBus bindings + + Trace signal closures from the gobject instead of the context + keep-alive. + +------------------------------------------------------------------- +Fri Jun 29 11:04:30 UTC 2012 - dims...@opensuse.org + +- Update to version 1.33.2: + + gi: Improve error message when we get a non-function for a + callback + + Fold libgjs-gdbus.so into libgjs.so + + GDBus: fix NotImplementedError message + + system: add getpid(), getuid(), getgid() + + Handle arrays of filenames + + Rename GjsDBus to GjsPrivate + + Import a new "format" module + + Add argument names to our function's toString + + Support Function.prototype.length + + Fix various memory leaks. +- Rename typelib-1_0-GjsDBus-1_0 subpackage to + typelib-1_0-GjsPrivate-1_0, following upstream change. +- Drop gjs-getpid_uid_gid.patch: fixed upstream. + +------------------------------------------------------------------- Old: ---- gjs-1.32.0.tar.xz gjs-getpid_uid_gid.patch New: ---- gjs-1.34.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gjs.spec ++++++ --- /var/tmp/diff_new_pack.Z1X2ho/_old 2012-10-03 08:47:18.000000000 +0200 +++ /var/tmp/diff_new_pack.Z1X2ho/_new 2012-10-03 08:47:18.000000000 +0200 @@ -17,24 +17,23 @@ Name: gjs -Version: 1.32.0 +Version: 1.34.0 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT Group: Development/Libraries/GNOME Url: http://live.gnome.org/Gjs -Source: http://download.gnome.org/sources/gjs/1.32/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM gjs-getpid_uid_gid.patch bnc#751211 bgo#646187 dims...@opensuse.org -- Add getpid(), getuid() getgid(), taken from upstream git. -Patch0: gjs-getpid_uid_gid.patch +Source: http://download.gnome.org/sources/gjs/1.34/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: python BuildRequires: readline-devel BuildRequires: systemtap-sdt-devel BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: pkgconfig(glib-2.0) >= 2.31.0 -BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.31.22 +BuildRequires: pkgconfig(glib-2.0) >= 2.32.0 +BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.33.10 +BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(mozjs185) Requires: libgjs0 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,7 +44,7 @@ %package -n libgjs0 Summary: JavaScript bindings based on gobject-introspection and Mozilla -Group: Development/Libraries/GNOME +Group: System/Libraries Provides: libgjs-0 = %{version} Obsoletes: libgjs-0 < %{version} @@ -53,11 +52,11 @@ This module contains JavaScript bindings based on gobject-introspection and the Mozilla SpiderMonkey JavaScript engine. -%package -n typelib-1_0-GjsDBus-1_0 +%package -n typelib-1_0-GjsPrivate-1_0 Summary: GJS DBus utility library -- Introspection bindings -Group: Development/Libraries/GNOME +Group: System/Libraries -%description -n typelib-1_0-GjsDBus-1_0 +%description -n typelib-1_0-GjsPrivate-1_0 This module contains JavaScript bindings based on gobject-introspection and the Mozilla SpiderMonkey JavaScript engine. @@ -65,7 +64,7 @@ Summary: JavaScript bindings based on gobject-introspection and Mozilla Group: Development/Libraries/GNOME Requires: libgjs0 = %{version} -Requires: typelib-1_0-GjsDBus-1_0 +Requires: typelib-1_0-GjsPrivate-1_0 = %{version} # Just a helper provides Provides: gjs-devel = %{version} @@ -75,7 +74,6 @@ %prep %setup -q -%patch0 -p1 %build %configure \ @@ -108,16 +106,17 @@ %{_libdir}/*.so.* %{_libdir}/gjs-1.0/ -%files -n typelib-1_0-GjsDBus-1_0 +%files -n typelib-1_0-GjsPrivate-1_0 %defattr(-,root,root) -%{_libdir}/girepository-1.0/GjsDBus-1.0.typelib +%dir %{_libdir}/gjs +%dir %{_libdir}/gjs/girepository-1.0/ +%{_libdir}/gjs/girepository-1.0/GjsPrivate-1.0.typelib %files -n libgjs-devel %defattr(-,root,root) %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc -%{_datadir}/gir-1.0/GjsDBus-1.0.gir %{_datadir}/systemtap/tapset/*.stp %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org