Hello community, here is the log from the commit of package cjs for openSUSE:Factory checked in at 2017-05-27 13:13:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cjs (Old) and /work/SRC/openSUSE:Factory/.cjs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cjs" Sat May 27 13:13:04 2017 rev:5 rq:498021 version:3.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cjs/cjs.changes 2016-11-15 18:00:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cjs.new/cjs.changes 2017-05-27 13:13:10.319555640 +0200 @@ -1,0 +2,26 @@ +Wed May 24 14:40:01 UTC 2017 - [email protected] + +- Update to version 3.4.1: + * Better GLib and autotools compatibility. +- Remove cjs-autotools-compat.patch, cjs-glib-compat.patch: merged + upstream. + +------------------------------------------------------------------- +Wed May 4 17:44:11 UTC 2017 - [email protected] + +- Update to version 3.4.0: + * Rebase to upstream gjs 1.48.0 (a7bcfb9). + * Always reload extension js modules. + * min / max properties to specify a minimal / maximal value. + * Throw error when attempting to instantiate abstract class. + * signals.js: Add signalHandlerIsConnected method. + * Use python2 instead of python. + * importer.cpp: Add a method to the global imports object + addSubImporter(name, path) + * modules/GObject.js: Add access to handler_block and + handler_unblock. + * Fix file location problem from rebasing +- Add cjs-autotools-compat.patch and cjs-glib-compat.patch: Add + compatibility with older autotools and GLib. + +------------------------------------------------------------------- Old: ---- cjs-3.2.0.tar.gz New: ---- cjs-3.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cjs.spec ++++++ --- /var/tmp/diff_new_pack.TqqLPT/_old 2017-05-27 13:13:10.851480436 +0200 +++ /var/tmp/diff_new_pack.TqqLPT/_new 2017-05-27 13:13:10.855479871 +0200 @@ -1,7 +1,7 @@ # # spec file for package cjs # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define sover 0 %define typelib typelib-1_0-CjsPrivate-1_0 Name: cjs -Version: 3.2.0 +Version: 3.4.1 Release: 0 Summary: JavaScript module used by Cinnamon License: MIT and (MPL-1.1 or GPL-2.0+ or LGPL-2.1+) @@ -31,17 +31,19 @@ BuildRequires: autoconf BuildRequires: autoconf-archive BuildRequires: automake +BuildRequires: dbus-1 BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: python BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo-gobject) BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.10.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0 BuildRequires: pkgconfig(libffi) -BuildRequires: pkgconfig(mozjs-24) +BuildRequires: pkgconfig(mozjs-38) %description JavaScript bindings based on GObject Introspection for the @@ -86,7 +88,11 @@ %build NOCONFIGURE=1 ./autogen.sh -%configure +%configure \ +%if 0%{?suse_version} <= 1320 + --without-dbus-tests \ +%endif + --disable-static make %{?_smp_mflags} V=1 %install ++++++ cjs-3.2.0.tar.gz -> cjs-3.4.1.tar.gz ++++++ ++++ 62848 lines of diff (skipped)
