Hello community,

here is the log from the commit of package gjs for openSUSE:Factory checked in 
at 2014-10-05 20:28:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gjs (Old)
 and      /work/SRC/openSUSE:Factory/.gjs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gjs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gjs/gjs.changes  2014-09-30 19:37:00.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.gjs.new/gjs.changes     2014-10-05 
20:28:02.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Sep 29 11:59:14 UTC 2014 - [email protected]
+
+- Update to version 1.42.0:
+  + Fix a regression caused by PPC fixes in 1.41.91.
+
+-------------------------------------------------------------------

Old:
----
  gjs-1.41.91.tar.xz

New:
----
  gjs-1.42.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gjs.spec ++++++
--- /var/tmp/diff_new_pack.gVzw9E/_old  2014-10-05 20:28:03.000000000 +0200
+++ /var/tmp/diff_new_pack.gVzw9E/_new  2014-10-05 20:28:03.000000000 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           gjs
-Version:        1.41.91
+Version:        1.42.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.41/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gjs/1.42/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  python
 BuildRequires:  readline-devel

++++++ gjs-1.41.91.tar.xz -> gjs-1.42.0.tar.xz ++++++
++++ 5466 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gjs-1.41.91/NEWS new/gjs-1.42.0/NEWS
--- old/gjs-1.41.91/NEWS        2014-09-01 23:38:04.000000000 +0200
+++ new/gjs-1.42.0/NEWS 2014-09-29 12:43:41.000000000 +0200
@@ -1,3 +1,8 @@
+Version 1.42.0
+--------------
+
+- Fix a regression caused by PPC fixes in 1.41.91
+
 Version 1.41.91
 ---------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gjs-1.41.91/configure.ac new/gjs-1.42.0/configure.ac
--- old/gjs-1.41.91/configure.ac        2014-09-01 23:41:23.000000000 +0200
+++ new/gjs-1.42.0/configure.ac 2014-09-29 12:39:34.000000000 +0200
@@ -2,8 +2,8 @@
 # Process this file with autoconf to produce a configure script.
 
 m4_define(pkg_major_version, 1)
-m4_define(pkg_minor_version, 41)
-m4_define(pkg_micro_version, 91)
+m4_define(pkg_minor_version, 42)
+m4_define(pkg_micro_version, 0)
 m4_define(pkg_version, pkg_major_version.pkg_minor_version.pkg_micro_version)
 m4_define(pkg_int_version, (pkg_major_version * 100 + pkg_minor_version) * 100 
+ pkg_micro_version)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gjs-1.41.91/gjs/importer.cpp new/gjs-1.42.0/gjs/importer.cpp
--- old/gjs-1.41.91/gjs/importer.cpp    2014-09-01 23:34:02.000000000 +0200
+++ new/gjs-1.42.0/gjs/importer.cpp     2014-09-29 12:39:07.000000000 +0200
@@ -809,9 +809,10 @@
                                          &element_val))
                 return JS_FALSE;
 
-            jsid id = idp;
+            jsid id;
             if (!JS_ValueToId(context, element_val, &id))
                 return JS_FALSE;
+            idp.set(id);
 
             break;
         }

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to