Hello community,

here is the log from the commit of package mozjs24 for openSUSE:Factory checked 
in at 2015-07-21 13:24:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozjs24 (Old)
 and      /work/SRC/openSUSE:Factory/.mozjs24.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozjs24"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozjs24/mozjs24.changes  2014-05-13 
20:48:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mozjs24.new/mozjs24.changes     2015-07-21 
13:24:56.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Jul  6 07:44:27 UTC 2015 - [email protected]
+
+- added baselibs.conf as Source
+
+-------------------------------------------------------------------
+Wed Jul  1 12:34:41 UTC 2015 - [email protected]
+
+- no_defined_array.patch: fix milestone.pl to work with perl-5.22
+
+-------------------------------------------------------------------

New:
----
  no_defined_array.patch

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

Other differences:
------------------
++++++ mozjs24.spec ++++++
--- /var/tmp/diff_new_pack.1urAVL/_old  2015-07-21 13:24:57.000000000 +0200
+++ /var/tmp/diff_new_pack.1urAVL/_new  2015-07-21 13:24:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mozjs24
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #               2014 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,7 +25,9 @@
 Release:        0
 Url:            http://www.mozilla.org/js/
 Source0:        http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-24.2.0.tar.bz2
+Source1:        baselibs.conf
 Patch1:         mozjs-aarch64-support.patch
+Patch2:         no_defined_array.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf213
 BuildRequires:  gcc-c++
@@ -65,6 +67,7 @@
 %prep
 %setup -q -n mozjs-%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 # no need to add build time to binaries

++++++ no_defined_array.patch ++++++
defined(@array) has been deprecated since perl v5.6.1, has raised
deprecation warnings since perl v5.16, and is fatal since perl v5.22

--- a/js/src/config/milestone.pl        2013-02-11 23:33:22.000000000 +0100
+++ b/js/src/config/milestone.pl        2015-07-01 14:20:14.248283399 +0200
@@ -55,7 +55,7 @@
 #
 my $milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE);
 
-if (defined(@TEMPLATE_FILE)) {
+if (@TEMPLATE_FILE) {
   my $TFILE;
 
   foreach $TFILE (@TEMPLATE_FILE) {

Reply via email to